Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can i get information of who reloading what document

Who is currently reloading what document?

4 Replies
sudeepkm
Specialist III
Specialist III

From QMC QVstatistics tab or from the session log from the server you can find out who is currently using your documents on the Access Point.

Not applicable
Author

I assume you know the HELP file (press F1 in QV), which explains the Trace function as follows:

Trace

The trace statement writes string to the Script Execution Progress window and to the script log file, when used.

The syntax is:

trace string

Examples:

trace Main table loaded;

trace $(MyMessage);

Eugeny_Ilyin
Creator II
Creator II

Hi,

as variant

$(Include=$(QVD_Path)QVC\Qvc.qvs);

//-------------------------------------------------------- Запись в лог START

let vOSuser=OSuser( ) ;

let vCompUser=Right(vOSuser,len(vOSuser)-index(vOSuser,'\'));

let vCompName=ComputerName( ) ;

SET Qvc.Log.v.WriteLogFile = -1;

SET Qvc.Log.v.KeepDays = 35;

SET Qvc.Log.v.LogTable = 'LOGLoadCounter';

SET Qvc.Log.v.LogFileName = '$(QVD_Path)LOG\Plan_$(vCompName)_$(vCompUser)_log.txt';

CALL Qvc.Log('Запуск обновления данных');

//-------------------------------------------------------- Запись в лог END

peter_turner
Partner - Specialist
Partner - Specialist

Hello,

Only users who are part of the 'QlikView Administrators' group on the server are able to access the management console to start a reload.

You may be able to use the 'QlikView Application: System Monitor' to further track information about the QlikView Server, but I'm not sure if it will say exactly who started a reload process and when.

QlikView Application: System Monitor v5.0.16