• Register
Welcome to Techstack Q&A community for enterprise technology stack including ERP, Database, Applications, Infrastructure and Service Management platforms

SBL-EAI-04397 on my method

0 votes
I am using a method for updating data with OCOD Web services. I keep getting the following error and I already validated that required fields are set on my OpportunityData.

No user key can be used for the Integration Component instance 'Opportunity_Action'.(SBL-EAI-04397).

// URL urlAddr = new java.net.URL(endpoint);
Opportunity_Service os = new Opportunity_Service();
Opportunity o = os.getOpportunity();
setEndpointAddress(o, endpoint);

// *** UPDATE ***
OpportunityUpdateInput oui = new OpportunityUpdateInput();
oui.setEcho("Off");
// Liste of account query
ListOfOpportunityData loo = new ListOfOpportunityData();
OpportunityData[] od = new OpportunityData[1];
currentOpportunityData.setExternalSystemId(currentOpportunityData.getId());
currentOpportunityData.setIntegrationId(currentOpportunityData.getId());
currentOpportunityData.setId(currentOpportunityData.getId());
 

Can some one tell me what could be wrong here ?
asked in Siebel by anonymous
edited by techstack

1 Answer

0 votes
I have seen slb-eai-04397 coming up in cases due to a lack of privileges. Check to see if any of your fields has a condition that implies a role with more privileges.
answered by techstack

Related questions

Copyright © 2011 Infnx Pvt Ltd