Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Aug 13, 2016 11:23:19 PM
Aug 13, 2016 11:23:19 PM
Users should be aware that the NPrinting 17.x repository may be removed in case of a failed upgrade: Upgrading NPrinting? Read this. Taking regular backups of your files & data is always a good idea anyway and backing up your NPrinting Repository should be no different. Here is a batch file that you could run using your Windows Task Scheduler to automate Qlik NPrinting Repository backups.
Features:
To change manually:
Disclaimer:
HTH - Daniel.
Are the services settings the same for 17.2 as they are for 17.1?
Hi Mark,
The services that are stopped and started have the same names in versions 17.1 & 17.2.x so I don't see the need to edit the file.
HTH - Daniel.
!Hi There
I have tried to implement this but as the Command Prompt runs its says access is denied while Stopping and Starting the Services, but in the log file its says it was successful. The services did not Stop and Start though. I have entered the Password in place of the %~1 in the batch file.
Is there something I am doing wrong?
Hi Daniel,
I am not great in writing batch files and i tried to automate backup of repository.
So i would need pass through/embed password in the code, but i could not get it working.
Do you have a batch file where i could only paste my password in it as a parameter, save and have it scheduled in windows scheduler so my repo would be backed up on regular basis?
this would be a great help.
regards
Lech
Hi Lech,
You can:
1. Remove or remark out line 13
2. replace %~1 with your password
OR
Use it as is and simply add the password as an argument in the Windows Task Scheduler Task
HTH - Daniel.
Thanks Daniel,
I was close, but did not know where i should type the parameter in.
it all makes sense - thanks!
regards
Lech