Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Is QVdistributionService.exe on Sever(x64) not able to launch from local client (x32)?
Why do you want to start the service from a local client?
Sorry I didn't accurate.
I opened QVW file from Server and tried to reload from button which open a bat file for launching QVDistributionService.exe.
I could open the bat file, but I got a message like
This QVDistributionService.exe version is not compatible with the windows client.
It is better to use EDX tasks if you want to reload an application outside Publisher.
I guess you're trying to run a 64-bit QDS on a 32-bit Windows platform, correct?
The proper way to do this is - as Jerry says - to use EDX task triggers. In your batch file, add a statement that launches the command line utility QMSEDX.exe.
Download it from here: QMSEDX Enhanced
Best, Peter
Thank you Jerry , Peter
I'm trying to use this QMSEDX.exe but I still don't know How.
What should I write after -task= ?
You should add the taskname.
QMSEDX.exe -qms="my_qv_server" -task="my task"
You have to add an EDX task to the application you want to reload.