Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
PrashantRajpoot
Contributor II
Contributor II

Unable to reload batch file using qlikview server

When I am reloading batch file using qlikview server, it keeep on running...

 

Thanks,

Prashant

5 Replies
zhadrakas
Specialist II
Specialist II

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

 

PrashantRajpoot
Contributor II
Contributor II
Author

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 ..

cwolf
Creator III
Creator III

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

PrashantRajpoot
Contributor II
Contributor II
Author

Process is still keep on running after I made above changes..

Brett_Bleess
Former Employee
Former Employee

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...

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/BatchExecution....

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.