Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I m using QV 11.2 sr1. I created a macros to save a file in some folder and also triggered post reload too. If I run that application manually its sending my csv files. But if run the same appication through QMC its not sending my csv file. Anyone have any idea about this.
Thnx
Macro-Execution through the server is generally difficult, many macros won't work. First you must enable the macro-execution in the settings from QEMC and second the user with which the server-services runs (is most often a special account) must have apprpriate access-rights to the file-system.
- Marcus
Hi,
Faced similar issues with QMC, we got around this by scheduling the reloads from windows task scheduler.
If you are taking that route, you may have to schedule batch job, with script something like this:
CALL "C:\PROGRAM FILES\QLIKVIEW\QV.EXE" /R "C:\Qlikview\xxx.qvw"
Regards,
Abey
Hi
I guess this may be because of "allow system access"
anyone have any idea how to do this in register editor. my machine is WINDOWS 2008 SR2.
thnx
You meant permissions on the windows file-folder? Go to the folder, choose properties / security and give the server-account access-rights. If you are no owner from folder or admin ask your admin.
- Marcus
Hi
Publisher will not run any Post reload macro.
You will have to create an external program task using the syntax:
"C:\PROGRAM FILES\QLIKVIEW\QV.EXE" /R "C:\Qlikview\xxx.qvw" that Abey suggested.