Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
swati_rastogi27
Creator
Creator

Autosys job failing while it succeeds on server

Hi,

We have a number of Autosys jobs to trigger QVD reloads.

Even after the job succeeds ( which we can verify by checking the status on server), the corresponding Autosys job fails.

Below is the error message from script log :

Error while checking the status of task reload ABC.qvw (id=<some id>)

execID=<some id>, retries=3

Error Message : Message inspection failed

The task execution ended.

Can someone advise?

7 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Check the document log file ABC.qvw.log for errors. If that doesn't exist (in the same place as ABC.qvw) then open ABC.qvw and check in the Document Properties that the option Generate Logfile is enabled.


talk is cheap, supply exceeds demand
swati_rastogi27
Creator
Creator
Author

Above error which I posted is from ABC.qvw log

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

I very much doubt that. Post that log file.


talk is cheap, supply exceeds demand
swati_rastogi27
Creator
Creator
Author

I think the issue is with old version of QMSEDX , though I am not quite sure.

Below is the error from script standard output file :

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.

   at QMSEDX.Program.TriggerAndMonitorTask()

   at QMSEDX.Program.Main(String[] args)

201401.qvw

Checking the status of task Reload of RD_201401.qvw (id=b07dffbd-483a-454a-af09-497e54f3456f execId=d487e135-817a-4885-8850-8b731eb35596)

Error while checking the status of task Reload of RD_201401.qvw (id=b07dffbd-483a-454a-af09-497e54f3456f execId=d487e135-817a-4885-8850-8b731eb35596), retries=3

Error message: Message inspection failed

Error while checking the status of task Reload of RD_201401.qvw (id=b07dffbd-483a-454a-af09-497e54f3456f execId=d487e135-817a-4885-8850-8b731eb35596), retries=2

Error message: Message inspection failed

Error while checking the status of task Reload of RD_201401.qvw (id=b07dffbd-483a-454a-af09-497e54f3456f execId=d487e135-817a-4885-8850-8b731eb35596), retries=1

Error message: Message inspection failed

Unable to get task status.

The task execution ended.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

That's not from the log file ABC.qvw.log.


talk is cheap, supply exceeds demand
swati_rastogi27
Creator
Creator
Author

ABC.qvw log shows no error.

That is the reason task status is succeeded on server

Peter_Cammaert
Partner - Champion III
Partner - Champion III

I think so too. At least I used to get the same type of error with an older version of QMSEDX a long time ago.

You can eaqsily check whether this is due to the old QMSEDX version by installing a newer version (1.2 latest release) on your desktop/laptop and running it with the same parameters as the Autosys job does.

Peter