We have 35,000 products to import into the database. When we attempt to load anything over 1283 excel rows it fails with the following error:
"File Uploaded Error:
Exception=Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."
If we upload anything at or under 1283 rows it imports fine. In both cases the excel file is uploaded just fine. It is just when it attempts to import the data into the DB that it fails.
This seems like a strange error to be receiving when the Permissions are obviously okay. The upload function is successful on any sized excel file, and the import is completely successful on the smaller (1283 Rows and under) files.
Here are some additional tid-bits to help with the troubleshooting. It is hosted on the Rackspace cloud. The Storefront version is ML 8.0.1.2. Let me know if more is needed to help troubleshoot this.
We have been working on this for a couple weeks now. Any help would be greatly appreciated.
Thx!