cancel
Showing results for 
Search instead for 
Did you mean: 

SFDC interface error in dx7

Former Member
0 Kudos

Hi All,

I am working SFDC--> XI --->SAP using BPM scenario.

I am facing below SFDC error,If you any one face this type of error please suggest me.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 
- <!-- 
 Request Message Mapping 
  --> 
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
  <SAP:Category>Application</SAP:Category> 
  <SAP:Code area="UNKNOWN">APPLICATION_ERROR</SAP:Code> 
  <SAP:P1 /> 
  <SAP:P2 /> 
  <SAP:P3 /> 
  <SAP:P4 /> 
  <SAP:AdditionalText>application fault</SAP:AdditionalText> 
  <SAP:ApplicationFaultMessage namespace="urn:fault.enterprise.soap.sforce.com">LoginFault</SAP:ApplicationFaultMessage> 
  <SAP:Stack /> 
  <SAP:Retry>M</SAP:Retry> 
  </SAP:Error>

Could you please give me responce as soon as possible.

Regards,

Raju

Accepted Solutions (0)

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

pls check your inbound payload from SFDC System, it looks error occured at mapping level.

Former Member
0 Kudos

Hi Rajsekhar,

This scenario like this SAP HORIZONISU -


> XI -


> SFDC.

Thank you so much for quick response.

I have checked with inbound payload it's shows below like this.

*<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Inbound Message --> <sf:LoginFault xmlns:sf='urn:fault.enterprise.soap.sforce.com' xsi:type='sf:LoginFault'><sf:exceptionCode>INVALID_LOGIN</sf:exceptionCode><sf:exceptionMessage>Invalid username, password, security token; or user locked out.</sf:exceptionMessage></sf:LoginFault>*

and one more that BPM Graphical work flow engine shows like this WF-BATCH error(in red color) at PE.

Regards,

Raju

Edited by: rajusapxi on Dec 16, 2011 10:37 AM

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

The problems looks with mapping , take source payload from moni and test your mapping and check the results.

Regards,

Raj

Former Member
0 Kudos

Hi Rajsekhar,

Present we are in support for this project,so last five years onwards it's(this interface) working fine but suddenly stop working from yesterday only.

Now same interface working properly in production also but in develoment not working yesterday onwards.Recently we have done archiving and deletion in develoment,so is that any effect to development?.

In case you have any ideas in this regard please kindly share.

Regards,

Raju

rajasekhar_reddy14
Active Contributor
0 Kudos

>

> Present we are in support for this project,so last five years onwards it's(this interface) working fine but suddenly stop working from yesterday only.

Check did anyone changed interface logic in dev recently, if not then problem with your data only. compare failed message payload with succesfull payload.

> Now same interface working properly in production also but in develoment not working yesterday onwards.Recently we have done archiving and deletion in develoment,so is that any effect to development?.

>

No not at all.

Regards,

Raj

Former Member
0 Kudos

Hi All,

Thanks for the response. I tried with the steps mentioned in the notes and I could not solve the issue.

Can you suggest me some more suggestion to solve the issue?

Regards,

Raju

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Raju,

as i already mentiioned.. prob with your payload its my obeservation.