11/22/2024 3:55:08 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss using the SalesLogix COM interfaces from external applications, such as SlxApplication, ClientObjix, etc. View the code of conduct for posting guidelines.
|
|
|
|
wrong port number
Posted: 05 Dec 06 4:41 AM
|
fiogf49gjkf0d i have tried fallowing code to findig the port number and servername for alias name : i am getting servername currectly but port number is 51101 instead of 1706(default port number,currently configured to saleslogix_eval ) what is the reason for this? SlxOleDBConfig.DBConfigMgrClass config = new SlxOleDBConfig.DBConfigMgrClass(); int port = -1; string server=""; config.GetConnMgrInfo("saleslogix_eval",out port,out server );
|
|
|
|
Re: wrong port number
Posted: 05 Dec 06 9:36 AM
|
fiogf49gjkf0d The SlxOleDBConfig object it meant for internal use only, not meant for public use so using it will run the risk of it changing at any time without warning. The port number it is giving you IIRC is the port number for the license listener or the logging components, not the port for the SLX server. As I said, it's meant for internal use only so the other SLX components will use this to do their stuff. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|