Hello!
I am trying to connect to application servers with the Java Connector. I works fine for one application server and it DOESN'T work for the other one. I always get this error:
RFC_ERROR_LOGON_FAILURE
sometimes they say:
"Name or password is incorrect. Please re-enter"
and other times (with the same code) they say:
"User not authorized. Session terminated"
I have the right name and password.
The user have SAP_ALL and SAP_NEW. It is also the same (a copy) user as the one I am using to connect in the other application server.
Why does sometime it seems to connect but has no authorization and other times it just cannot connect!?
Any ideas to make this work?
Thanks!
Request clarification before answering.
Hi
Good Question
What i would suggest to go through the below details and check out with your error.
Purpose
SAP Java Connector (SAP JCo) is a middleware component that enables the development of SAP-compatible components and applications in Java. SAP JCo supports communication with the SAP Server in both directions: inbound calls (Java calls ABAP) and outbound calls (ABAP calls Java).
SAP JCo can be implemented with Desktop applications and with Web server applications.
SAP JCo is used as an integrated component in the following applications:
· SAP Business Connector, for communication with external Java applications
· SAP Web Application Server, for connecting the integrated J2EE server with the ABAP environment.
SAP JCo can also be implemented as a standalone component, for example to establish communication with the SAP system for individual online (web) applications.
Implementation
SAP provides SAP Java Connector in a number of different versions:
· as a standalone software component that can be installed independently of the SAP system. You can access the installation files at service.sap.com/connectors.
SAP JCo Functions
The SAP JCo offers the following functions for creating SAP-capable Java applications:
· RFC middleware based on the JNI (Java Native Interface).
· Support of SAP (R/3) systems of release 3.1H and later, and other mySAP components that have BAPIs or RFMs (Remote Function Modules).
· Execution of function calls inbound (Java client calls BAPI or RFM) and outbound (ABAP calls Java Server).
· With the SAP JCo, you can use synchronous, transactional, and queued RFC.
· Connection pooling (important for Web servers)
· SAP JCo can be used on different platforms
· Extensive code page handling, including multi-byte languages.
======================
go through this link also it might help you out.
http://help.sap.com/saphelp_nw04/helpdata/en/35/42e13d82fcfb34e10000000a114084/frameset.htm
thanks
mrutyun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.