Exit Codes

Using Batch Processing and Enhanced Batch Processing
Post Reply
wchen@roundpeg.com
Posts:2
Joined:Thu Dec 27, 2007 2:18 pm
Exit Codes

Post by wchen@roundpeg.com » Thu Dec 27, 2007 3:05 pm

I'm encountering various exit codes while trying to use Print2Flash from my ColdFusion Server with a cfexecute. 0xA463C78 and 0x5A08F8F. What do they mean? Is there somewhere where I can find what these mean?

Specifically, I'm able to transform the documents I want via the command line, but am encountering issues when trying to transform .doc, and .xls though not .ppt files via the server.

Thanks,

Will

12/27/2007 10:33:02 AM The file (C:\Inetpub\wwwroot\SilkCloud\work\Cast.doc) could not be converted. Exception : Before printing timeout expired
12/27/2007 10:33:02 AM Trying to kill the printing application (4052)
12/27/2007 10:33:02 AM Waiting....
12/27/2007 10:33:02 AM Exit code 0xA463C78 = 0xA463C78
12/27/2007 10:33:02 AM done.
12/27/2007 10:33:02 AM Batch job completed. 0 files converted, 1 errors
12/27/2007 11:59:15 AM Batch job started
12/27/2007 11:59:15 AM Converting file C:\Inetpub\wwwroot\SilkCloud\work\Cast.doc
12/27/2007 11:59:46 AM The file (C:\Inetpub\wwwroot\SilkCloud\work\Cast.doc) could not be converted. Exception : Before printing timeout expired
12/27/2007 11:59:46 AM Trying to kill the printing application (1256)
12/27/2007 11:59:46 AM Waiting....
12/27/2007 11:59:46 AM Exit code 0x5A08F8F = 0x5A08F8F
12/27/2007 11:59:46 AM done.
12/27/2007 11:59:46 AM Batch job completed. 0 files converted, 1 errors

staff
Posts:267
Joined:Sat Dec 15, 2007 4:48 pm

Re: Exit Codes

Post by staff » Fri Dec 28, 2007 12:40 pm

These codes have no specific meaning. This is only meaningful for Print2Flash developers' internal use. If the right hand number equals the left hand number in this line

Exit code 0x5A08F8F = 0x5A08F8F

it means that it is the Print2Flash that terminated the printing application process rather than application exited on itself.

Post Reply