Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC error

anuj_srivastava
Active Participant
0 Likes
690

Hi ,

Earlier i was using the RFC destination created in sm59 to access a exe file stored on the local machine itself.It was working fine that time.

Now my requirement has been changed i have to put the exe file on another server and the file also needs to be downloaded to that location. I tried this by giving the path of Exe file in sm59 as the location of that server.This was also working fine only if i log onto that server with the user name and password once.After that it is working fine.

If i try using this from some other machine and with same sap username then it gives me a error saying

"Error opening RFC ".

Kndly suggest a solution for the same.

Regards,

Anuj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
668

Hi,

Can you post your RFD dest properties ?

It seems that the system is connecting to the calling GUI on which the exe file should be stored.

Issa

5 REPLIES 5
Read only

Former Member
0 Likes
669

Hi,

Can you post your RFD dest properties ?

It seems that the system is connecting to the calling GUI on which the exe file should be stored.

Issa

Read only

0 Likes
668

Hi ,

The connection type is T.

In the tab Techincal setting the radio button "Start on Front-end Work Station " is selected.

Under tab program name i have given the path where the Exe file is stored.

Regards,

Anuj

Read only

Former Member
0 Likes
668

That is OK.

Now one thing left, the content of the field program.

Some H=%%SAPGUI%% if present would be the reason of the error. You should have H= i.p_address of the workstatiion containing the exe file.

Issa

Read only

0 Likes
668

what is this H..can u please specify this...??

Read only

anuj_srivastava
Active Participant
0 Likes
668

Closing