-2

Did anybody encounter this error thrown by SAP software, which is invoking a RFC call to a JCo Server?

com.sap.conn.jco.ext.SessionException: (170) JCO_ERROR_CREATE_SESSION: Session conflict. A new session could not be created wit...

We are using JCo sapjco3-linuxx86_64-3.0.10 version.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
  • 1
    I am wondering why people are so often using old, unpatched software, which is already several years old, and then complaining about an error without at least trying to test the scenario with using the latest patches first? [no, the downvote wasn't from me] – Trixx Apr 24 '18 at 12:18
  • Thanks a lot ! SAP JCO Lib is not open for download as maven repository,We could not get it easy , even see some release note. – 浩哥-Brother How Apr 25 '18 at 16:30
  • 2
    The SAP JCo is not free software. But it is available for all SAP customers and SAP partners without additional charge. So ask your in-house SAP administrator to download a copy for you. Otherwise, if you are not an SAP customer or SAP partner, I guess that you do not have a software license for using the SAP Java Connector. – Trixx Apr 26 '18 at 09:02
  • Ok! We’ll ask our sap admin. Thank you ! – 浩哥-Brother How Apr 26 '18 at 15:21
  • If my answer solved your question, I would be glad if you would mark it as “accepted”. Thank you. – Trixx Apr 27 '18 at 08:51

1 Answers1

0

Use the latest JCo patch level (currently 3.0.18) and the error should not occur anymore.

Trixx
  • 1,796
  • 1
  • 15
  • 18