Hi, David (and others using DL Queue with FusionPro Server). There's a great little debugging technique that might shed some additional light as to what's going on with your job during composition.
First, physically logon to your FP Server machine that was attempting to compose the job with the exact username/password that you are using in your DL Queue code (in the ConnectRemote method). Once you have logged on, launch the DL Queue monitor program (a shortcut to this gets installed in the Start menu). Now, submit that job which failed back to the Server in the same method you were doing it from the website. You should see this job pop into the monitor program and you should see the same failure code. After the job fails, click on that job in the monitor. You will see that the command line that was sent to compose will be visible in the properties area at the bottom of the monitor. Highlight that entire commandline and copy it. Lastly, open a DOS prompt and paste that command-line at the prompt. As the job composes, you should see a more descriptive error of what was happening. This is a great general purpose debugging technique that has helped me in the past with mistakes I've made in the command-line, missing files that were required during composition, and permissions issues. --Mark Hilger Product Manager Printable Technologies, Inc. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Calling all FP Web Users! Do you have a question or lots of knowledge to share about FusionPro Web? If so, join our Printable Web to Print Users' Forum today! Send email to [EMAIL PROTECTED] to find out how! +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- -- Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED] -- View FusionPro Knowledge Base, FusionPro Samples at www.printable.com/vdp/desktop.htm -- You are currently subscribed to fusionpro as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] -- -- Note: All e-mail sent to or from this address will be received or otherwise recorded by the e-mail recipients of this forum. It is subject to archival, monitoring or review by, and/or disclosure to someone other than the recipient. Our privacy policy is posted on www.printplanet.com --
