Hi guys,
Could you help me out please. I have an IDOC receiver server I have developed using the SAP .NET component on a separate machine than my SAP gateway.
What do I need to install on the separate machine in order to receive the IDOC's from SAP?
Do I need to install a standalone gateway server?
If so, where can I get the software and how can I install the gateway?
Thanks,
You don't need a stand-allone gateway. Implement your .NET component as Windows-Services, so it runs automatically in background. Implement it to register itself to a gateway of the SAP-System it works with.
Hi,
It is not needed to install a standalone SAP Gateway. On the deployment machine for your IDOC receiver, you need to install:
.NET Framework Runtime
SAP .NET Connector Runtime that includes
SAP.Connector.Dll (in GAC)
SAP.Connector.Rfc.DLL (IN GAC) ( if you use 2.0)
librfc32.dll in <Windows>\system32
Your own program.
Regards,
Guangwei Li
Add a comment