Skip to main content
chinmayC
Participating Frequently
May 19, 2016
Answered

Where can I get a list of error codes for InDesign server

  • May 19, 2016
  • 1 reply
  • 3707 views

I am using InDesign server to process a bunch of jobs and couldn't find a list of error codes generated by InDesign Server. I am specifically looking for error codes generated in cases where InDesign client seem to have erred. To give an analogy, Apache HTTP server generates 4xx class of status code whenever client seems to have erred. Is there a similar error code list for InDesign server.

Eg: I wrote a job to convert .indd files to idml and purposely gave in a corrupt .indd file to convert. I got the following response code.

Error Code: 29441

Error Message: Cannot open the file "corrupt_file.indd". Adobe InDesign Server may not support the file format, a plug-in that supports the file format may be missing, or the file may be open in another application.

I couldn't find any reference to error code 29441 in Adobe's documentation. Any leads or references?

Thanks,

Chinmay

This topic has been closed for replies.
Correct answer vinothr

You can download CS6 server error codes from here:

Removed URL that no longer avaliable. [Moderator]

1 reply

vinothr
Inspiring
May 20, 2016

In the InDesign SDK, you will find errorcodes.html that would list all error codes with string equivalents.

You can perhaps download the InDesign server SDK and find inside docs folder.

chinmayC
chinmayCAuthor
Participating Frequently
May 20, 2016

Thanks Vinothr,

   I did download the InDesgin CS6 Server SDK from here | Adobe Developer Connection . As you said, it does have an errorcodes.htm under /docs/references/ directory. But the the file is empty (no kidding). Adobe needs to update the documentation. I thought the Windows SDK might have the codes, still the same just empty html file. If you have that file with error codes listed, would you mind posting it.

Thanks,

Chinmay

chinmayC
chinmayCAuthor
Participating Frequently
May 23, 2016

You can download CS6 server error codes from here:

Removed URL that no longer avaliable. [Moderator]


Thanks a lot! Much appreciated.