Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts
I am using the following code in the .bat file for EDX in the Development Server without publisher
C:\QlikViewActivities\EDX\QMSEDX\QMSEDX.exe -task="License_Analyser.qvw" -password="1234" -timeout="7200"
It works fine.
But when I using the same code in the Production Server with Publisher , the code is not working.
Can any one explain what is the difference.
Thank You
Hi,
It is because the Task name if different in Publisher. It will be Reload of License_Analyser.qvw.
So try this code.
C:\QlikViewActivities\EDX\QMSEDX\QMSEDX.exe -task="Reload of License_Analyser.qvw" -password="1234" -timeout="7200"
Regards,
Kaushik Solanki
Thank You Kaushik ...
If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post).
If not, please make clear what part of this topic you still need help with .