cancel
Showing results for 
Search instead for 
Did you mean: 

JCO settings for application

Former Member
0 Kudos

Hi

I am having a working application (Appl1) with me which calls a RFC module.

Now, i am creating a different application, which is again calling RFC module.

This application is giving error while establishing a JCO client.

JCOclient.connect();

Error is 'user' missing.

I hardcoded user and password in jcoclient.

then it worked fine.

I came to know that this hardcoding was not done in another application (Appl1).

So, is there any configuration setting which i need to do for this application which has already been done for my "Appl1"

Thats y it is not requiring any user and password to be supplied while creating a JCOclient.

Please throw some light on the same...

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

ravindra_bollapalli2
Active Contributor
0 Kudos

hi saurabh,

to level of my understanding

You have two applications "app1" and "app2"

u want to connect the same jco for two applicaitons so that two applications can "CRUD" operations at a time

create a pool of jco so that u can access the same jco connections in any applicaitons

check the following threads,

let me know u need any further info

bvr