Hello Lisa, Please verify that you have specified the output location. If you are writing to a network location, verify connectivity of your workstation to the network.
-Alex -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 12:46 PM To: FusionPro Users Forum Subject: [fusionpro] RE: Composing to multiple folders Hi Dan, I'm getting an error when I go to compose. Could not write output file <Software\Printable\FusionPro\Settings>. Composition stopped with errors. Error no 1112. my log says Processing Begun C:\test\BOX_1\GCTREQD2D_1.pdf Could not write output file <C:\test\BOX_1\GCTREQD2D_1.pdf>. Processing Complete Here's my rule var NumRecordsPerFolder = 89; var folderNum = Int((CurrentRecordNumber()-1) / NumRecordsPerFolder) + 1; var subRecordNum = CurrentRecordNumber() % NumRecordsPerFolder || NumRecordsPerFolder; FusionPro.Composition.outputFileFullPathName = "C:\\test\\" + "BOX_" + folderNum + "\\" + "GCTREQD2D_" + subRecordNum + ".pdf"; Print(FusionPro.Composition.outputFileFullPathName); return FusionPro.Composition.outputFileFullPathName; The output to multiple files is set to 1 record per file. I tried 3 different computers and tried composing to different hd's and servers all received the same error. I have never used the FusionProComposition.outputFileFullPathName before so I don't know where to start looking for the problem. Any help is appreciated. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- FusionPro 5.0 Now Available! Variable text on a curve and soft drop-shadows for variable text LIMITED TIME upgrade offer of $299 per license for current customers: http://fusionpro.printable.com/store/upgrade New licenses available for $599 each at: http://fusionpro.printable.com/store/ All FusionPro 5.0 customers to receive FusionPro 5.1 with Adobe Acrobat 8 and InDesign CS3 support when released for FREE. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- -- 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 -- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- FusionPro 5.0 Now Available! Variable text on a curve and soft drop-shadows for variable text LIMITED TIME upgrade offer of $299 per license for current customers: http://fusionpro.printable.com/store/upgrade New licenses available for $599 each at: http://fusionpro.printable.com/store/ All FusionPro 5.0 customers to receive FusionPro 5.1 with Adobe Acrobat 8 and InDesign CS3 support when released for FREE. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- -- 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 --
