Authorization problems when connecting to SAP via JCo

Authorization problems when connecting to SAP via JCo

I'm running a test class that calls into SAP via JCo. I'm getting the following error:

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.


Error authenticating to SAP host: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: User XXXXXXXX has no RFC authorization for function group SYST.

Looks to me like the user doesn't have rights to make RFC calls -- would that be correct?
The user you are using to create the JCo connection instance does not have authority to access that specific RFC. Depending on what the function is, you will need to update the connecting user's profile in SAP. If you have access to a sandbox, try testing with a user that has the 'SAP_ALL' profile.

This was first published in July 2003