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!
|
|
How to connect with SaleLogix Server in C#
Posted: 02 Jul 10 2:05 AM
|
Hello Everyone,
I want to use OLE DB Provider to connect the SLXServer which is in a different machine from my website. Now my website server has setup the OLE DB Provider, and I use this connection string to connect the remote SLXServer, it always said that "Failed to connect to SLXServer. Check if server is running and is compatible with the current provider version. "
The version of SaleLogix is 7.5.1.
The connection string is "Provider=SLXOLEDB.1;Data Source=10.25.89.3;Initial Catalog=SALESLOGIX7ONSLOGIXSERVER;User Id=shineassword=\"shine\"ersist Security Info=True;Extended Properties=\"Port=1706;Log=On\";
I'm new leaner of SaleLogix, Can somebody tell me what's the reason for the error? |
|
|
| |
|
Re: How to connect with SaleLogix Server in C#
Posted: 04 Jul 10 9:52 PM
|
Thanks for your reply Raul.
Now the SLX client is not on the same computer with SLX server. I think I should use the IP of SLX server, not the IP of SLX client. But I cannot understand that I use the udl file on SLX client computer to get the connection string, why it doesn't use the IP to connect with SLX server?
Is there something different if the WebServer running a 64 bit OS? My computer is 32 bit XP OS, and the Web Server is 32 bit Windows 2008 OS. |
|
|
|
Re: How to connect with SaleLogix Server in C#
Posted: 05 Jul 10 12:42 PM
|
Here is the Deal.
On the machine that you want to connect to SalesLogix (in this case the Web Server) you need to at least install the SLX OLEDB Provider, which can be installed from the SLX Installation Disk. |
|
|
| |
|