cancel
Showing results for 
Search instead for 
Did you mean: 

connection for j2ee and SAP EP

Former Member
0 Kudos

Hi,

we use JCO to connect to EP 6.0 if we have configured to SAP R3 has datasource.

In my current configuration we are using Oracle configuration.

So if we initialize the SAPUM.properties files to load the configuration setting of the EP Server

where in which we give the connection details of the database Oracle in your current requirement.

Now if I initialize the properties file with UMFactory and by using UME apis i can create a user in EP from my java class. What I wanted is from the J2ee side if any request is sent then I need to open the connection to the

EP server and then do complete the request like create user or modify user and then close the connection to the EP server.

is JCO used for connection if oracle has datasouce ?

or is there any other api ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi ,

J2EE Tutorial

http://java.sun.com/j2ee/1.4/docs/tutorial/doc/

This helps ....

Thanks

VArun CN