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 ?