Quantcast
Channel: SCN: Message List - ABAP Connectivity
Viewing all articles
Browse latest Browse all 3125

Re: RFC failing

$
0
0

Hi Razvan,

 

if you want a program to be started automatically by the OS at boot time, then you need to define it as a "daemon" (on Unix/Linux) or add it to "Autostart" (on Windows) or turn it into a "Windows Service" (this, however, requires C/C++ development).

 

Perhaps an alternative solution for you would be to switch the RFC destination in SM59 from "registered server program" to "start on ...". Then the program is started "on demand" by the gateway and doesn't need to be running constantly. However, this will have a negative performance impact, if there are many calls being made to that destination: the process needs to be started and stoped over and over again, instead of starting it once.

 

Also please check the following: is the problem really, that the program gets stopped regularly, or is it perhaps a firewall that cuts the connection between the program and the gateway? In the latter case please also check what I wrote here: http://scn.sap.com/thread/3828596

 

Best Regards, Ulrich


Viewing all articles
Browse latest Browse all 3125

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>