cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Enterprise Connector Problem

Former Member
0 Kudos

Hi gurus,

I tried to generate proxy from a NW ABAP Trail Server NSP using enterprise connector but login failed.

the following information was filled in "Single Server" tab:

Host Name: 10.0.0.11

System Number: 00

Client: 000

User: DDIC

Password: minisap

I was able to connect the server with the follow code calling JCO connections:

myConnection = JCO.createClient("000", "DDIC", "minisap", "EN", "10.0.0.11", "00");

So, it is quite strange to me why it doesn't work in NW developer studio...

Please help. Thanks.

Regards,

Xiaomign

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Xiaoming

Maybe one of the following could help:

  • Put the same language in your single server tab

  • You could also try to put the hostname instead of the ip address in the hostname field.

  • Is it like your internet connection is using a proxy? You could change your proxy settings by checking your windows preferences:

Window Preferences > Workbench > Proxy Settings

Regards

Göran

Edited by: Göran Westin on Feb 20, 2008 2:09 PM