Hi There,
So, i am trying to run 2 batch files from Alteryx Gallery
- For moving files
- to trigger auto-reload of QlikView Dashboard using QMSEDX
Alteryx Server (single node) is separate --> QlikView Server (single node) is separate (all ports and protocols are in place)
The workflow run fine when I RDP into Alteryx server and run it and the batch files run on the QlikView server as well from the Alteryx server.
But, when I create a package (.yxzp) and upload it on Alteryx Gallery, 1st batch file runs (moves files successfully) but 2nd one doesn't trigger auto-reload of QlikView dashboard.
There is no error and the workflow just keeps on running till countdown of 10 like below -
Job Status: Running
Retry Attempt: 6
Results will appear when the Workflow is finished running.
and then shows this -
We are unable to get the status of your workflow results at this time. You can close this view and check the
Workflow Results page later.
When I check the workflow results page, it gives below -
Unknown error. ArgumentException RequestID: 72433d998244463ab1fbee4bf9d3ad32
Am I doing something wrong?
Copy.bat file has below command -
echo D | xcopy /S /I /Q /Y /F "\\QlikViewServer\QlikViewDashboardFiles\ExecDashboard\L1 Output\*.*" "\\QlikViewServer\QlikViewDashboardFiles\ExecDashboard\QV Input"
Trigger.bat file has below command -
\\QlikViewServer\QlikViewDashboardFiles\ExecDashboard\QMSEDX\QMSEDX.exe -task="Reload and Distribute of ExecDashboard\Executive Dashboard - Redesigned-Live.qvw" -qms="http://QlikViewServer:4799/QMS/Service"
Any help would be highly apriciated.
Thanks,
Prashant