Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Thursday, April 25, 2024 
 
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!
 External Development Forums - SalesLogix 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.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix COM | New ThreadView:  Search:  
 Author  Thread: wrong port number
veeranjan
Posts: 19
 
wrong port numberYour last visit to this thread was on 1/1/1970 12:00:00 AM
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 );

[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: wrong port numberYour last visit to this thread was on 1/1/1970 12:00:00 AM
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.
[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 4/25/2024 2:59:14 AM