Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Tuesday, November 26, 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!
 Administration Forums - Installation
Forum to discuss installing SalesLogix and general installation topics. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to Installation | New ThreadView:  Search:  
 Author  Thread: Slight Problem with Slx 7.0.1 + SQL Server 2005 + Citrix
Robert Levine
Posts: 132
 
Slight Problem with Slx 7.0.1 + SQL Server 2005 + CitrixYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 07 Jun 07 4:12 PM
For one of our clients, I installed Slx 7.0.1 (an upgrade from 6.2.4) on SQL Server 2005 on one physical server. This client uses Citrix on 2 physical Citrix Servers with load balcancing. I downed each Citrix Server, installed the Slx Client (7.0.1 with SP1), ran \\..\\SlxSystem.EXE \Install (to install as a service). The problem is that SlxSystem seems to drop out on the Citrix boxes after a short time. The only thing I can think of is that I used the normal MS OLE DB Provider rather than the SQL Native Client for the access method. I've never had a problem with the OLE DB Provider on SQL2005 before (no matter what the literature said). But maybe I should rethink this one. And so finally a question: Should I change it to use the Native Client?
[Reply][Quote]
Frank Chaffin
Posts: 475
 
Re: Slight Problem with Slx 7.0.1 + SQL Server 2005 + CitrixYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 07 Jun 07 7:23 PM
My understanding is the the MS OLEDB Provider is, in reality, the SQL2000 client components, and that the SQL Native Client contains and updated OLEDB components intended for use with SQL2005. In addition, I have heard rumors of intermittant problems when using this configuration with Slx 7.x. Note: If you switch to the Native Client the Citrix boxes, it is my understanding, that you will need to use teh Native Client components on every system.

Since the native client configuration is the only configuration that SalesLogix recommends why don't you test it and see if it solves your issue?
[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: Slight Problem with Slx 7.0.1 + SQL Server 2005 + CitrixYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Jun 07 3:27 AM
Robert - check you are actually running as a service - check the Services list - as it should actually be /Install (not the \) - and you *must* do this when no slxsystem.exe is already running (kill it if necessary).

Using the Native Client is fine - we've been using it for ages in TS. And, as it is TS/Citrix - it only needs installing once - unless you happen to have any full clients installed as well - in which case you need to install the native client for connectivity purposes (sqlncli.msi) - make sure both are SP2.
[Reply][Quote]
Robert Levine
Posts: 132
 
Re: Slight Problem with Slx 7.0.1 + SQL Server 2005 + CitrixYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Jun 07 8:26 AM
Frank & Mike,
Thanks, good ideas and yes, I'll try them. Actually, I did use "/" rather than "\".
[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: Slight Problem with Slx 7.0.1 + SQL Server 2005 + CitrixYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Jun 07 8:32 AM
Also, I've thought of one more thing. I saw the same issue with TS and resolved this doing this:

Stop all clients
reboot
c:\pf\saleslogix\slxsystem.exe /Uninstall
reboot
c:\pf\saleslogix\slxsystem.exe /Install
reboot

This seems to clear some things and installs the service correctly. The reboots are very important.

Mike


[Reply][Quote]
Stuart
Posts: 178
 
Re: Slight Problem with Slx 7.0.1 + SQL Server 2005 + CitrixYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Jun 07 12:59 PM
Also check the registry key that tells it how log to run before unloading (can't remember the name) - I had the situation where it was installed OK as a service, but that value in the registry was 3, this caused the service to stop after 3 minutes.
[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: Slight Problem with Slx 7.0.1 + SQL Server 2005 + CitrixYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Jun 07 1:10 PM
Provided it's untouched - should be zero already (default)
HKEY_LOCAL_MACHINE\SOFTWARE\SalesLogix\ShutdownDelay (DWORD)
[Reply][Quote]
Robert Levine
Posts: 132
 
Re: Slight Problem with Slx 7.0.1 + SQL Server 2005 + CitrixYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Jun 07 4:17 PM
Thank you all,

Mike really gave me (actual us: me & our network guy) the key. I had not uninstalled before I upgraded and also did not re-boot like I should have. We did a complete uninstall including Citrix. And before doing our re-installs, guess what. Stuart was absolutely correct. The registry settings were still there!

And Yes,..Stuart hid the nail on the head. When the SlxSystem service would start, it would also go down just about 3 minutes later. You called that one!

Anyway, we wiped out those settings, re-installed everything (re-booting too), and guess what. The setting for: HKEY_LOCAL_MACHINE\SOFTWARE\SalesLogix\ShutdownDelay was again set at 3. This time, we re-set it to 0. And now everything seems to be running correctly. (I hope...!).

Thank you all very much!
[Reply][Quote]
Timmus Agersea
Posts: 328
 
Re: Slight Problem with Slx 7.0.1 + SQL Server 2005 + CitrixYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Jun 07 4:18 PM
This must vary by version or something as I usually have to add it. By usually I mean the past 2 or 3 times I worked on TS.

Timmus
[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: Slight Problem with Slx 7.0.1 + SQL Server 2005 + CitrixYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Jun 07 4:21 PM
Excellent, glad it works for you now !
[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): 11/26/2024 9:20:59 AM