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.
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.