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

QMSEDX Using Qlikview Certificates

Has anyone configured the qmsedx application to connect to the secure QMS URL. If so can you share the what changes you had to make to get it working.

This is the command I am executing:

QMSEDX -task=TEST -qms="https://SeverName:4799/QMS/Service" -password=password -verbosity=3

Error Message:

Failed to create a client to the specified Uri.

Could not find endpoint element with name 'BasicHttpBinding_IQMS' and contract '

QMSAPI.IQMS' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this name could be found in the client element.

Failed to start the task because no QMS client was created.

Any suggestions will be greatly appreciated. 

3 Replies
Anonymous
Not applicable
Author

Did you ever figure this out?

Not applicable
Author

Hi All,

We are also facing the same issue. Please find the below screenshot of the error we are recieving after moving our application from Windows Authentication to Qv Certificate Authentication.QMS EDX Error Message.jpg

gkrish26
Contributor II
Contributor II

did you tested by passing only server name like below 

QMSEDX -task=TEST -qms=servername -password=password -verbosity=3