Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

EDX Query

Hello,

We have QV 10 server (10.0.9516.9)

When i put an edx trigger it fails with error 500

The authetication to http://server:4750/qvws.asmx works

I've userd a lot of of sample code to make the xmlHttp request but all they give me the same error

I've just set the "reload on external event" on the document i'd like to reload

3 Replies
fosuzuki
Partner - Specialist III
Partner - Specialist III

Did you include the users in the "QlikView EDX" group?

Not applicable
Author

I don't have QlikView EDX group but the user have "QlikView Administrators" right.

If i try to use a user withouth this right the message is different "You don't have right to run EDX Query"

Bill_Britt
Former Employee
Former Employee

Hi,

Here is some code that works and could stand to be cleaned up a little.  You will need to change the below to match your system.

CONST DEFAULT_QDS               = "http://localhost:4720/qtxs.asmx"

' member of "QlikView Administrators". If null, then the user who invoked
' the script is used for interactions with the QDS.
CONST USERNAME                  = "qv10\qvpub" ' "domain\user"
CONST PASSWORD                  = "qvpub" ' "password"

Also, the task name and password is required. If there is not pass work then leave it blank like this.

edx.vbs /t:test /p:

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.