Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Reload by EDX Not working from client machine

Hi All,

I used a batch script to run a EDX task to reload Qlikview document from access point. When I try to execute the macro which is invoking batch file , it worked on qlikview desktop as well as Access point (on server where Qlikview Server is installed). But when i try to run on my local machine (access point) , it throws "Macro Parsed failed. Functionality was lost". 

User is a part of Server Administrator and QlikView administrator group.

Attached is error screen shot for reference.

Below is the command in batch script-

"C:\ProgramData\QlikTech\Test\QMSEDX.exe -task="EDX_Task_Reload" -password=xxxxxxxx"

Code written in Macro-

Sub Run_EDX

Set obj = createobject("Wscript.Shell")

obj.Run chr(34) & "\\SERVER\Script\EDX.bat" & chr(34), 0

Set obj = Nothing

End Sub

2 Replies
Chip_Matejowsky
Support
Support

Which client is being used - IE Plugin or AJAX?

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!
Anonymous
Not applicable
Author

IE plugin.