Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhu0505
Specialist
Specialist

System Monitor Task fails

Hi All,

  System Monitor task fails with below error message. It was running fine for more than 6 months.

Capture.PNG.png

Even I tried running the task deleting few recent session logs but no luck.

Thanks & Regards,

Saravana Prabhu

3 Replies
Alejandro_Hernández
Former Employee
Former Employee

Try running with for to see if it's failing on just one log file:

FOR Each File in Filelist ('Sessions*.log')

  LOAD [Exe Type],

      [Exe Version],

      [Server Started],

      Timestamp,

      Document,

      [Document Timestamp],

      [QlikView User],

      [Exit Reason],

      [Session Start],

      [Session Duration],

      [CPU spent (s)],

      [Bytes Received],

      [Bytes Sent],

      Calls,

      Selections,

      [Authenticated user],

      [Identifying user],

      [Client machine identification],

      [Serial number],

      [Client Type],

      [Client Build Version],

      [Secure Protocol],

      [Tunnel Protocol],

      [Server Port],

      [Client Address],

      [Client Port],

      [Cal Type],

      [Cal Usage Count]

  FROM

  $(File)

  (txt, utf8, embedded labels, delimiter is '\t', msq) where year(Timestamp) > 2011;

next

prabhu0505
Specialist
Specialist
Author

Thanks for your reply..

Will chk and let you know.

On 30 Sep 2013 20:33, "Alejandro Hernandez" <qcwebmaster@qlik.com>

paul_scotchford
Specialist
Specialist

At the risk of asking the obvious ; how's the disk space ?