Tech Stack
Login
Register
Home
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Techstack Q&A community for enterprise technology stack including ERP, Database, Applications, Infrastructure and Service Management platforms
All categories
Applications
(12)
Siebel
(7)
Oracle Apps
(1)
Microsoft Dynamics
(3)
Sugar CRM
(1)
Database
(2)
Operating System
(2)
Identity Management
(1)
General
(2)
Syntax
(2)
Most popular tags
mysql
crm
linux commands
for-loop
octet-stream
mime
cpu
error 2006 ( hy000 )
microsoft-crm-price
sbl-oms-00107
atime
ctime
mtime
sugar-crm
to_date
21
questions
20
answers
2
comments
1,314
users
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 ?
sbl-eai-04397
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
0
votes
1
answer
986
views
SBL-OMS-00203: Error (null) invoking method "(null)" for Business Service "(null)"
asked
in
Siebel
by
techstack
sbl-oms-00203
0
votes
1
answer
94
views
Number of CPUs on my Sun Server
asked
in
Solaris
by
soluser
cpu
0
votes
1
answer
346
views
SBL-OMS-00107: Object Manager Error
asked
in
Siebel
by
anonymous
sbl-oms-00107
Copyright © 2011 Infnx Pvt Ltd