cancel
Showing results for 
Search instead for 
Did you mean: 

.Net Connector 3.0 Server Support Multiple SAP Systems

ron_mitton
Explorer
0 Kudos

I have written a .Net 3.0 Server program as a Windows Service that works with one of our systems. I now want it to support all of our systems - When the service fires up I want it to register with our DEV,QAS,PRD, and SBX systems and handle requests with this one program.

Is this possible ? The documentation for RfcDestinationManager::RegisterDestinationConfiguration seems to imply that I can only register with one system at a time.

Any ideas ? Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197445
Contributor
0 Kudos

I would think it would be possible.  The "GetServer" method of RfcServerManager creates handlers on-the-fly, so each of the server configurations should have a separate event handler, in theory.  It's certainly seems feasible enough to give it a try.

You would also need to register a configuration for each server, obviously.