cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Session ID from SalesForce

Former Member
0 Kudos

Hi Experts,

  we are facing a serious issue while getting Session ID from SalesForce system.

  Our current interface is IDOC to PI to SFDC

SalesForce team had informed us that SalesForce system can able to send only 3000 Session ID's per hour. But in our case there is chances of sending more than 3000 messages per hour .

So we are unable to get the Session Id's for the messages which had crossed the limit as per the SFDC system (3000 Session ID's).

Request you is there any other way that we can handle this issue.

Appreciate your help

Regards,

Yugandhar

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183908
Active Contributor
0 Kudos

looks like the expiry of session Id is set to 1hr or 3000.I hope you have used java mapping and SOAP lookup to get the sessionID from SFDC in the runtime if that is the case if there is no restriction from Session ID validity then you don't find any new problem.When ever the mapping executed you will be getting the sessionid it can be new or the existing one.

We can redesign the interface to store the SessionID in a table however i think its not that easy since it will affect the other flow of interface.There is an SFDC adapter released by Advantco please have a look if that helps.

Thanks