Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community
The Application Last run Result in Task Manager is (0*1) when its run manually the application runs fine but through job scheduler trying to run showing above result
Can anybody give the solution for this task?
please revert me.
Regards,
khasim.
Hi,
There is no script in the file, check there is any script in the qlikview file.
Regards,
Jagan.
Hi Jagan Mohan,
Thanks for the Replay i have seen the there is a script available in my Application,
whenever doing job schedules that file could not read why such issues coming i couldn't under stand.
Can you suggest me?
Regards,
Khasim.
Hi,
Check whether there is any Exit Script statement in the script? If yes remove it.
Regards,
Jagan.
Hi Jagan Mohan,
Thanks for information i already check the script and there is no Exit Script, I already run Manually that Application its run fine.
Regards
Khasim.
If you set ErrorMode =0, QlikView will simply ignore the failure and continue script execution at the next script statement. Remove the line 'SET ErrorMode=0' and try again to trace the error.
Hi Tresesco,
Thanks for Suggession i will use set errormode and chect and revert back.
Regards
khasim.
Hi Treseco,
ALready i used Set Error mode=0 see the log file it shows after set error mode the script was executed.
Regards,
khasim.
Remove it, or set it to 1. Set ErrorMode=1;
Hi Tresesco,
What happen set ErrorMode=1?
Regards,
Khasim.