Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Salesforce - Error in user creation

nsapna
Regular Contributor
Regular Contributor
Tasks are getting errored out while Provisioning with the below error:
Error in user creation errorCode: INVALID_FIELDmessage: No such column 'ProfileId' on sobject of type User.
 
Currently we're facing an issue with access import job for Salesforce. 
 
2 REPLIES 2

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @nsapna,

Please refer this document,
Troubleshooting (saviyntcloud.com) 

Thanks.

If you find the above response useful, Kindly Mark it as "Accept As Solution".

rushikeshvartak
All-Star
All-Star

Import Fails with the INVALID FIELD Exception

The following error message is displayed in the debug log file:

Error - <state>Failed</state>

<stateMessage>InvalidBatch : Failed to process query: INVALID_FIELD: UserPermissionsSupportUser ,UserPermissionsOfflineUser,UserPermissionsSiteforcePublisherUser ERROR at Row:1:Column:338 No such column 'UserPermissionsSiteforcePublisherUser' on entity 'User'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.</stateMessage>

Cause: Batch Id from the Salesforce Bulk API is not processed because the FEATURE_LICENSE_JSON connection parameter has additional attributes that are not supported or do not have access to the required Salesforce objects.

Resolution: Ensure that the user's API call is working from Postman. Use the failed query to make the Postman call, remove the attributes not supported or specified multiple times, and check the value specified in the FEATURE_LICENSE_JSON parameter.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.