Hello! See if you can help me. I setup Sap Logon on my machine with this data and could log:
Server: 10.20.131.2
Instance: 00
Mandt: 400
SID: UPG
SAProuter: /H/172.28.130.86/H/200.162.123.86
user: s291970
Password: ***********
Then I tried to connect using C # (librfc32.dll - 64-bit) with the method "RfcOpenEx" that receives a connection string. See my String connection:
"ASHOST = / H / 172.28.130.86 / H / 200.162.123.86 USER = s291970 PASSWD = ********** SYSNR = 00 CLIENT = 400 LANGUAGE = EN"
But I get the following error:
"SAP_CMINIT3: rc = 20> Connect to SAP gateway failed \ nConnect_PM GWHOST = / H / 172.28.130.86 / H / 200.162.123.86, GWSERV = sapgw00, SYSNR = 00 \ n \ nLocation SAProuter 40.4 on 'CORSAPSRV03' \ nError partner ' 200.162.123.86:3300 'Not Reached \ Ntime Wed Sep 23 16:29:02 201 \ 742 nRELEASE \ nCOMPONENT NI (network interface) \ nVERSION 40 \ -92 NRC \ nMODULE D: / depot / bas / 742_REL / src / base /ni/nixxi.cpp\nLINE 3324 \ nDETAIL NiPConnect2: 200.162.123.86:3300\nSYSTEM CALL connect \ nERRNO 10060 \ nERRNO TE "
Tks!