Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Macro Edx

Hi All,

it's been weeks since I work on this problem and I still have no solution.

I use this script to launch my task:

sub QmsEdx

          dim strTaskName

          dim strTaskPassword

          dim strServer

          dim strCommand

          strTaskName= ActiveDocument.Variables("vTask").GetContent.String

         

         

          strTaskPassword= ActiveDocument.Variables("vPassword").GetContent.String

          strServer = "http://10.200.132.48:4799/QMS/Service"

          strCommand = "\\10.200.132.48\QMSEDX\qmsedx.exe -task="&strTaskName&" -qms="&strServer&" -password="&strTaskPassword

          Set WshShell = CreateObject("WScript.Shell")

          Return = WshShell.Run (strCommand,0,false)

msgbox "La tâche " &strTaskName& " a bien été lancée"

end sub

I belong to the user group QLIKVIEW EDX fact that it has the rights to, i tried with IE9.

I have this message every attempt:

Capture.PNG

thanks

5 Replies
marcus_sommer

You must change the security level.

security.jpg

Anonymous
Not applicable
Author

already on Systeme acces.

marcus_sommer

then check the security settings in IE - ActiveX could be disable

Anonymous
Not applicable
Author

All the ActiveX options are activated

1.PNG2.PNG3.PNG

marcus_sommer

to check your IE Settings surf to sites like this:

http://www.heise.de/security/dienste/ActiveX-403236.html