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. 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. Our architecture is iPlanet on the DMZ with a proxy to CFMX
running on BEA inside the firewall.

Does anyone have any idea why this is happening? Any help would be greatly
appreciated. Thank you.