kvarnerexpress 0 Report post Posted March 16, 2006 I have a ColdFusion application that allows users to upload a zipped file containing multiple text files and PDF files to our web server. Once the file is received, it is unzipped. The files are then uploaded to our Sybase database using CFEXECUTE with the Unix BCP (Bulk Copy Procedure) command. I am currently running the production application under ColdFusion 5 and BCP works fine. I am in the process of migrating this application to ColdFusion MX 7. When I run the application I get the error message "An error occurred when attempting to allocate localization-related structures." when it attempts to run the BCP command. BCP works fine from the command line (telnet). Our architecture is iPlanet on the DMZ with a proxy to CFMX running on BEA inside the firewall. Do you have any idea what's causing this error? Any assistance would be greatly appreciated. Share this post Link to post Share on other sites