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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Client(x32) can't launch QVDsitributionService.exe(x64)

Hello,

Is QVdistributionService.exe on Sever(x64) not able to launch from  local client (x32)?

Labels (1)
6 Replies
jerrysvensson
Partner - Specialist II
Partner - Specialist II

Why do you want to start the service from a local client?

Not applicable
Author

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.

jerrysvensson
Partner - Specialist II
Partner - Specialist II

It is better to use EDX tasks if you want to reload an application outside Publisher.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

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

Not applicable
Author

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= ?

jerrysvensson
Partner - Specialist II
Partner - Specialist II

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.