Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Greetings,
NPrinting Server is running a scheduled job that takes approximately 3 hours to finish, however the Schedule Log is not being created or updated, even though it is parameterised in NPrinting Designer and NPrintingServer.
Has anyone ever had this issue? How to solve it?
Thank you in advance.
Regards,
Susana Silva
It's possible that you are using the same path to the log file and using the same name for the log file. If the NPrinting designer log file is open when the Server log file attempts to generate, then nothing can be written to the log file.
To ensure you are able to write to the log file.
1. Change the Name of the server log file to something like NPrintingSVC
2. Change the path of the log files away in the NPrinting server management console options from the public folder to a location on the drive the also contains your templates. see below for examples:
c:\NPrinting
c:\NPrinting\templates
c:\NPrinting\logs
c:\NPrinting\Nprinting files
etc
3. After updating the log file name and path, stop the NPrinting service using the NPrinting server management console
4. Start the service from the NPrinting management console.
5. View the log files in the newly created log folder.
If the issue persists, please contact the support desk at the link below.
Technical Product Support | Qlik
Greetings Aran,
It's possible that you are using the same path to the log file and using the same name for the log file. If the NPrinting designer log file is open when the Server log file attempts to generate, then nothing can be written to the log file.
To ensure you are able to write to the log file.
1. Change the Name of the server log file to something like NPrintingSVC
2. Change the path of the log files away in the NPrinting server management console options from the public folder to a location on the drive the also contains your templates. see below for examples:
c:\NPrinting
c:\NPrinting\templates
c:\NPrinting\logs
c:\NPrinting\Nprinting files
etc
3. After updating the log file name and path, stop the NPrinting service using the NPrinting server management console
4. Start the service from the NPrinting management console.
5. View the log files in the newly created log folder.
If the issue persists, please contact the support desk at the link below.
Technical Product Support | Qlik
Thank you Frank, the same file name was the problem,
Changing the log file name solved it.