cancel
Showing results for 
Search instead for 
Did you mean: 

call a .net exe program with parameter on explicit host

Former Member
0 Kudos

I write a .net program and put it on server c:\test.exe,and I use sm59 to reg a tcp/ip connection,but when

I test the connection, it has error:

Logon Connection Error

Error Details Error when opening an RFC connection

Error Details ERROR: timeout during allocate

Error Details LOCATION: SAP-Gateway on host sapides / sapgw00

Error Details DETAIL: no connect of TP saprfctest\CSServerSimple.exe from host KANE after 60

Error Details COMPONENT: SAP-Gateway

Error Details COUNTER: 35923

Error Details MODULE: gwr3cpic.c

Error Details LINE: 1973

Error Details RETURN CODE: 242

Error Details SUBRC: 0

Error Details RELEASE: 700

Error Details TIME: Fri Oct 31 11:00:23 2008

Error Details VERSION: 2

I do this because I wanna build a windows service and call it in abap report for some implement.

what wrong with it?

Best Regard

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kevin,

Not sure if it would help but check this blog and verify your steps. It's a step by step detail.

Regards

Former Member
0 Kudos

Dear Jitesh Kumar Sinha.

Thank you for your reply .The infromation is more detial ,however ,I can't see the image in this blog,neither

in IE nor in firefox.What shall I do?

Best Regard

Kevin Liang

Answers (1)

Answers (1)

Former Member
0 Kudos

it help me to slove the problem

Former Member
0 Kudos

An alternative solution in your case, you can develop a .net webservice and invoke your .net webservice from your ABAP CODE... see : [|]

Edited by: Jerome Fortias on Nov 4, 2008 12:22 PM