No Translation available yet
You have Italian selected as language but this page has not been translated yet. Translate the page or view the content in the default space language below.
Display default
For troubleshooting, it can be helpful to have a message appear in Prinergy Diagnostics that describes the problem. You can use custom code to add messages to Prinergy Diagnostics.
You can add a message using the following code:
'This function writes the message Please resend the job. to Diag
Creo.PWS.Automation.LowLevelUtilities.DiagMessage.LogMessage( _
System.Diagnostics.TraceLevel.Info, " Please resend the job. ")