Developping a program using Tserver APIs and being pretty new with Genesys, i have the following questions:
When a TOpenServer request is posted, a server name must be passed as an argument.
What is the magic behind such server name an the tcp/ip connection parameters (ip adress and port) of the Tserver?
Do i have to create a profile (the server name argument being the key) for each of my Tservers? If so, what need to be in the profile, where is it kept? Does it have to be built using Configuration Manager?
If not, how can i express my Tserver connection parameters using TOpenServer?
You need to remember that TLib is just a wrapper class for CSocket and treat it accordingly. We are using an array of classes to keep track of TServers.
Why do you even NEED to know TServer name? It is nice to use CME, but you do not have to. Just use the handle name returned by the connection function, because this is the only thing that you cannot lose.