function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jim F.ax281Jim F.ax281 

Error: "Profile name is not valid". How do I get rid of this?

Hi,
 
We're having a strange problem writing back to a Custom Object via the SFDC API.
 
When we create the custom object using a command something like:

SaveResult[] results = _binding.create(new sObject[] { obj });

We have no problems.  We can even do updates sometimes.  However, on a more complex update, we are getting the error: "Profile name is not valid."
 
In our development environment, we don't have any issues, this only happens in production.  Can anybody shed some light on what this error might mean?
 
Thanks, Jim