Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When I am reloading batch file using qlikview server, it keeep on running...
Thanks,
Prashant
did you test the batch locally with the user that is defined in Qlikview Service?
could be that there is any pop up windows coming up and thats why the jobs keeps running.
regards
Yes.. it is working with service setup user as well, but when i call this through qlik sever a qv process will start in task manager & it will keep on running ..
For using QV.exe in background, it is necessary to modify the settings.ini for the service user:
c:\Users\ServiceUser\AppData\Roaming\QlikTech\QlikView\Settings.ini
Following entries are required for backround usage in section [Settings 7]:
KeepProgressOpen=0
MacroLaunchConfirmation=0
AllowExecuteCommand=1
OverrideFileSecurity=1
OverrideLaunchSecurity=1
OverrideModuleSecurity=1
OverrideScriptSecurity=1
AutoSaveAfterReload=0
BackupEnable=0
DangerousSyncCallsWarning=0
DontShowConfirmSaveBeforeAction=1
All possible popups should also be disabled:
ConfirmCloseGraph=0
ConfirmPurge=0
ConfirmRemoveAndReplaceBookmark=0
ConfirmRemoveTab=0
DontShowConfirmAbort=1
DontShowConfirmReduceData=1
DontShowConfirmRemoveBookmark=1
DontShowConfirmRemoveMutipleObjects=1
DontShowConfirmRemoveObject=1
DontShowConfirmRemoveReport=1
DontShowConfirmRemoveReportItem=1
DontShowConfirmRemoveReportPage=1
DontShowConfirmRemoveServerObject=1
DontShowConfirmRemoveSheet=1
DontShowConfirmReplaceBookmark=1
DontShowConfirmReportObjId=1
DontShowConfirmReportPropInfo=1
DontShowConfirmSendAlertEmail=1
DontShowConfirmToShowStartPageAgain=1
ShowStartPageOnStartup=0
SuppressSplash=1
Process is still keep on running after I made above changes..
I suspect the issue is in how you are calling things, you need to use the /r or -r parameter to be sure the call runs the reload, then closes things out...
Regards,
Brett