How to Invoke COM Object on Local Machine from Siebel Server Script
Dear Experts,
Can you please let me know is it possible to invoke LOCAL COM Object from Siebel Escript.
Requirement: Integrating POS Device with Siebel.
Approach Tried: I have created a COM Object to interact with POS Device. But the issue is it doesn't get invoked from the Server Machine. Since the POS machine is connected to Local PC and the Server COM is not able to invoke it.
So I installed Siebel Dedicated on the Local Machine and pointed it to Server DB. Now the transaction is happening as both COM and POS Device are on same machine. Once the transaction is completed the data is synced back to the Server DB. So in this way I am able to achieve the requirement.