Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a batch file. I want to schedule the batch file via nprinting scheduler.
Is there any option to schedule this?
Thanks
This i my solution:
As you cannot run batch files directly from NPrinting 16 you still have a QlikView reload task there. You can create a small QlikView document where in script you will place EXECUTE statement. Then in NPrinting you can schedule your task to reload QlikView app and during this reload batch file will be triggered. Make sure you create your app with user who runs NPrinting service so you can check whether it will have access to execute statement.
see here how to prepare QlikView document:
Execute command in the script requires System A... | Qlik Community
voila - simple
cheers
Lech
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Hi Samrat,
I think, You can't schedule batch file through N Printing.
Thanks,
Arvind Patil
Hi Arvind,
Thanks for reply.
Can you tell me one thing, is there any possibility to run an external task via NPrinting scheduler?
HI Samrat,
N Printing is used to send auto email throw app through available data into Qlikview or Qliksense Apps. You can not handle other task (Apps) through Nprinting.
Thanks,
Arvind Patil
This i my solution:
As you cannot run batch files directly from NPrinting 16 you still have a QlikView reload task there. You can create a small QlikView document where in script you will place EXECUTE statement. Then in NPrinting you can schedule your task to reload QlikView app and during this reload batch file will be triggered. Make sure you create your app with user who runs NPrinting service so you can check whether it will have access to execute statement.
see here how to prepare QlikView document:
Execute command in the script requires System A... | Qlik Community
voila - simple
cheers
Lech
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Hi Lech,
Thanks for reply.
It is working.
Thanks.
No worries mate. Glad i could help. Cheers
Thank you