cancel
Showing results for 
Search instead for 
Did you mean: 

JCo connection

Former Member
0 Kudos

hi

im facing some problem in JCo connection.

i got some details about this connection from the forum.

the steps are as follows:

For WD_MODELDATA_DEST

Step1(General Data):

give the entry for client:400 //SAP Client number

Maximal Pool Size 100//Maximum

Maximum Connections 200//Maximum

Connection Timout (msec.) 10,000

Maximum Waiting 30,000

next>

step2(J2EE Cluster):

Default next>

Step3(Connection Type):

3.1

select Application Data radio button and Single Server Connection radiobutton

step3.1(Appl. Server Connection):

Application Server select your corressponding server in SLD

System Id 00

Use SAP Router un checked next>

step4(Security):

Used Method User/Password

Name <SAPUSERNAME>

Password <SAPPASSWORD>

Confirm Password <SAPPASSWORD>

Language <ENGLISH> next>

Step5(Summary):

Default

Finish

Test Connection

For WD_RFC_METADATA_DEST

Step1(General Data):

give the entry for client:400 //SAP Client number

Maximal Pool Size 100//Maximum

Maximum Connections 200//Maximum

Connection Timout (msec.) 10,000

Maximum Waiting 30,000 next>

step2(J2EE Cluster):

Default

Step2(Connection Type):

3.1

select Dictionary Meta Data radio button

step3.2(Msg. Server Connection):

Message Server Select the Message server name Configured in SLD

System Name Default

Logon Group Select the Logon Group name Configured in SLD

Use SAP Router un checked next>

step4(Security):

Used Method User/Password

Name <SAPUSERNAME>

Password <SAPPASSWORD>

Confirm Password <SAPPASSWORD>

Language <ENGLISH> next>

Step5(Summary):

Default

Finish

Test Connection

in the above explanation , in step no 3.<b> "Application Server select your corressponding server in SLD"</b>

my problem is, Application server name is not displayed in the dropdown list.

should i configure SLD details in Visaul Admin.

If so wat configuration should i make.

plz help me in solving this problem.

thanks,

raji

Accepted Solutions (0)

Answers (1)

Answers (1)

abhijeet_mukkawar
Active Contributor
0 Kudos

hi,

1) In visual Admin --> SLD Data Supplier

You specify the connection parameteres with user name & password to connect to the SLD,

give localhost:50000 (if u are using SLD of local WAS)

give <RemoteSLDServer>:<port> (if u r using SLD of some remote server)

2) Now in SLD, you create a technical system, which will be connecting SLD to R/3 system.

3) Now using above technical System, you define & create Logical System (JCo Connections) in your content Administrator of Web Application Server, on which you will deploy your Dynpro Application.

Hence your application will connect to R/3 function modules using JCO's which will use technical system defined in SLD & which will be connected & authorized by configuration Visual Administrator.

Hope you will get clear idea from above.also check out following link

regards

Former Member
0 Kudos

hi

Could u explain me the steps to create Technical System in SLD.

regards,

abhijeet_mukkawar
Active Contributor
0 Kudos

Hi,

go through this blog,

/people/sugree.phatanapherom/blog/2005/08/14/configuring-sld-in-sneak-preview-sap-netweaver-04-sneak

from onwads 18th point , technical system is explained:

hope it helps

regards