Hello, A bit of a strange situation here... I'm trying to create separate pdf files for each record in my data, and name the files based on a field name of jobid. The OnNewOutputFile path name I'm using is
FusionPro.Composition.outputFileFullPathName = "D:\\fusionProJobs\\Key\\KeyPBNewsletter\\indigoBulkFiles\\" + "key_705682_" + Field("jobid") + ".pdf"; Strange part is that this works fine when I compose the template from within the Desktop version of FusionPro, but when I use the command line method to automate the process through FusionPro Server I get the error message of ... FusionPro has encountered a fatal error and must abort. If the problem persists "yada yada yada"... Before I call and wait around for Tech Support, I like to get some feedback here if anyone else had encountered this error. Or if I'm doing anything not quite right in my coding or execution. = Do the callback variables outputFileFullPathName or outputFileName (I've tried both, and the same result happens) only work within the Desktop version? = even when using the outputFileName function, can I still include a partial path location such as "..\\indigoBulkFiles\\" + "key_705682_" + Field("jobid") + ".pdf"; = Is there a special command line name that you should give your output file to let FP Server know that these files will be renamed? = Someone in another post on a similar subject stated that they liked to control this "location of the files" path from within the configuration setup. But the FP Server configuration does not list an area for output file location, just type and batch file quantity. The location is given as the last entry of the command line. Thanks, David A. Sweet HKM Direct Market Communications -- 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 --