Page 1 of 1

Error code: 254

Posted: Fri May 12, 2017 9:03 am
by Sara_VB
Hi,

I'm actually testing a flow with a preflight on my PDF.

When I use a standard profile (for example : PDF X1a 2001) the flow is OK but when I set my own profile, I get the message bellow :
The PitStop Server CLI gave an unknown error code: 254

Could someone tell me what does this error stand for ?

Thanks for your help !
Sara

Re: Error code: 254

Posted: Fri May 12, 2017 10:37 am
by bens
The PitStop Server CLI error codes are listed in the documentation:
http://www.enfocus.com/manuals/UserGuid ... S/home.htm under "The Command Line Interface - Exit behavior - Error codes.

254 is a PitStop Library error. There should be another log message with the PitStop Library error code and description.

Re: Error code: 254

Posted: Mon May 15, 2017 10:31 pm
by loicaigon
I got this error message twice recently and they were all related to a bad setting in a switch flow while using the PitStop Server configurator.
1) Unspecified variable
2) Messages set as customized but no declared strings
Obviuously I would look at such an issue.
HTH
Loic

Re: Error code: 254

Posted: Fri Jan 19, 2018 12:08 pm
by LasseThid
I got the same error today in Switch. It turned out that I had linked an action list instead of a preflight profile in the configurator... :lol:

Re: Error code: 254

Posted: Fri Jan 19, 2018 4:37 pm
by Padawan
Support told me a way to get the extra error information bens is talking about.

- In the Jobs pane, right click a column name, choose "Show Columns", "Custom 1"
- Right click the "Custom 1" column name, then choose "Set column Header", then type "PitStop Error"
- Right click the "Custom 1" column name, then choose "Set column Value", then choose define single line text with variables
- Fill in this variable:

Code: Select all

[Metadata.Text:Path="/tr:TaskReport/tr:ErrorMessage",Dataset="com.enfocus.PitStopServer.cli-taskreport",Model="XML"]
- Apply
- Show the contents of the problem jobs in the Jobs pane, the new custom column will now show the extra information

Image