Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView 12.1 sr4 QMSEDX error

Hello,

We have upgraded to a new environment with QV 12.1 SR4 trying to use the QMSEDX to create a trigger from SSIS package. Tried running the previous batch script used but it fails to trigger with the following error in the screen shot shown.

I have downloaded the qmsedx file version 1.0.3 from David's blog.

I hope someone can help with the issue here.

command line used is:

\\servername\qms_edx\QMSEDX.exe -task="Task_name" -qms="http://servername:4799/QMS/Service" -password="qlik123" -verbosity=5

Thanks.

1 Solution

Accepted Solutions
Not applicable
Author

Hello Riccardo,

Yes it worked but i didn't post the solution but you are right about the issue when i have changed to

\\servername\qms_edx\QMSEDX.exe -task="Task_name" -qms="servername" -password="qlik123" -verbosity=5


it worked.


Thanks.

View solution in original post

3 Replies
rzenere_avvale
Partner - Specialist II
Partner - Specialist II

Hey there Dinesh,

I haven't tried this version, but did you try removing the http:// and :4799/QMS/Service from your url?

From the error it seems that automatically it adds those pieces to the url (I'm not so sure about the http://... when it is repeated it misses a ':' )

So you would come up with something like this:

\\servername\qms_edx\QMSEDX.exe -task="Task_name" -qms="servername" -password="qlik123" -verbosity=5

Not applicable
Author

Hello Riccardo,

Yes it worked but i didn't post the solution but you are right about the issue when i have changed to

\\servername\qms_edx\QMSEDX.exe -task="Task_name" -qms="servername" -password="qlik123" -verbosity=5


it worked.


Thanks.

scottparry
Contributor
Contributor

Experiencing new issue with QMSEDX.exe.   We've been running  QlikView 12.10.20600.0  for well over a year now and have been executing .bat files to run QlikView Tasks.  We execute the bat files using IBM TWS (Tivoli).  We just recently started having failure message running manually or via batch process.  

Bat file being executed that fails.

"\\Server001\D$\QVServer\QMSEDX\QMSEDX.exe -task="Reload and Distribute of Report1.qvw" -qms="http://Server1:4799/QMS/Service" -timeout=10800"

We even tried the suggestion list in this chat

"\\Server001\D$\QVServer\QMSEDX\QMSEDX.exe -task="Reload and Distribute of Report1.qvw" -qms="Server1" --verbosity=5"

We did not include the password, as that is in the Trigger of the even.

Code in the community chat:

"\\servername\qms_edx\QMSEDX.exe -task="Task_name" -qms="servername" -password="qlik123" -verbosity=5"

We are able to execute another bat file which just copies qvds from our PRODUCTION to DEVELOPMENT.

Nothing has changed on the QDS/QMS server.

I've created a ticket with Qlik, but so far no solution.  Any suggestions on why after 1.5 years of running the same version of the it stopped working?  Thank you for assistance.