cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid SFAPI session! SAP HCM Integration with SuccessFactors Recruiting module

Former Member
0 Kudos

Hello,

I am integrating my R3 With SuccessFactors Recruiting in the module when I'm running the program RH_SFI_SYNCH_METADATA always giving me this mistake

Error retrieving data for SFSF recruiting ad hoc reports

Technical error: Receiving list of SFObjects from SFSF failed

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message --> 

- <SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SAP:Category>Application</SAP:Category>

<SAP:Code area="SOAP">FAULT</SAP:Code>

<SAP:P2>Server</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>Invalid SFAPI session!</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="urn:fault.sfapi.successfactors.com">SFWebServiceFault</SAP:ApplicationFaultMessage>

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>



Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Muniyappan
Active Contributor
0 Kudos

what is the request and response for interface SFSFSessionHandlingLoginQueryResult_Out?


are you able to see the session ID?



what are the interfaces get triggered when you run the report?



Former Member
0 Kudos

HI,

The report that I am running is RH_SFI_SYNCH_METADATA.

Former Member
0 Kudos
Muniyappan
Active Contributor
0 Kudos

is interface SFSFSessionHandlingLoginQueryResult_Out getting triggered or not?


this should be the first interface get triggered.


Please configure SFSFSessionHandlingLoginQueryResult_Out interface.


if you have already done it, kindly share login interface request and response.


Regards,

Muni

Answers (1)

Answers (1)

Former Member
0 Kudos

Forgive the error is

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message

--> 

- <SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SAP:Category>Application</SAP:Category>

<SAP:Code area="SOAP">FAULT</SAP:Code>

<SAP:P2>Server</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>Invalid SFAPI session!</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="http://sap.com/xi/SFIHCM01">SFWebServiceFaultException</SAP:ApplicationFaultMessage>

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>