cancel
Showing results for 
Search instead for 
Did you mean: 

error HTTP operation failed invoking with statusCode: 403, Response

Srikanth02
Active Contributor
0 Kudos
810

Hi Team,

I am running a sync job in IPS from SF and getting an error where users already exist in IPS.

We made validation to email if it is a dummy mail id to add a username@mail.com and it is working. But, when we are executing, existing IDs that are created are also failing which has the correct mail id.

Do we need to put any additional conditions to skip or how to restrict the errors in Production?

error=org.apache.camel.http.common.HttpOperationFailedException: HTTP operation failed invoking https://xxxxxxxx.accounts.ondemand.com/service/scim/Users/P000002 with statusCode: 403, Response

Regards,

Srikanth

Accepted Solutions (0)

Answers (2)

Answers (2)

Srikanth02
Active Contributor
0 Kudos

Hi Jasper,

Thanks for your reply.

As we are doing testing, we are giving dummy mail ids to employees. How do we make sure we don't have this error for employees who has actual mail id? Do we need to add any additional validations?

Regards,

Srikanth

nlgro023
Active Contributor
0 Kudos

Well the picture suggests you look for an exact match of certain emails and the email doesn't match that. I know the domain is partially in there, but as you look for an exact match it sees it as something different.