Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Monday, June 30, 2025 
 
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!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: Listview is stuck with loading
Tony Joanes
Posts: 71
 
Listview is stuck with loadingYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 Jun 10 6:28 AM
I'm having some problem with an environment whereby if you goto a contact group in list view the system just gets stuck loading it. System will stay on this screen and never loads the contacts into the list view.

Has anyone else seen/heard of this. Its only a contact group of 300 or so contacts so should load nice and quickly!
[Reply][Quote]
Tony Joanes
Posts: 71
 
Re: Listview is stuck with loadingYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 Jun 10 6:32 AM
I get the following errors occur

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.21022; .NET CLR 3.5.30729)
Timestamp: Tue, 29 Jun 2010 11:31:50 UTC


Message: The data necessary to complete this operation is not yet available.

Line: 10
Char: 3362
Code: 0
URI: http://hd-2k3-sy-crm01/SlxClient/Libraries/Ext/adapter/jquery/ext-jquery-adapter.js

[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: Listview is stuck with loadingYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 Jun 10 10:43 AM
It appears that the Loading is timing out before the SQL returns the Data to load the group.
If this is happening to all groups it may be due to Performance/Locks on your SQL DB.

Use SLX Profiler and/or SQL Profiler to try and determine why your query is not returning in a timely matter.



[Reply][Quote]
Tony Joanes
Posts: 71
 
Re: Listview is stuck with loadingYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 Jun 10 3:49 AM
It appears to run the folloing SQL and really has a problem executing it, I have tried running it in SQL management studio and it just runs and runs and isn't completing. It seems to do this for new groups that I am creating because I can select adhoc groups that already exists and then open up correctly.

SELECT
COUNT(A1.CONTACTID)
FROM
sysdba.CONTACT A1
INNER JOIN sysdba.SECRIGHTS S_AA ON (S_AA.ACCESSID = 'U6UJ9A000061' AND A1.SECCODEID = S_AA.SECCODEID )
INNER JOIN sysdba.ADHOCGROUP A4 ON (A1.CONTACTID=A4.ENTITYID)
INNER JOIN sysdba.ADDRESS A3 ON (A1.ADDRESSID=A3.ADDRESSID)
INNER JOIN sysdba.ACCOUNT A2 ON (A1.ACCOUNTID=A2.ACCOUNTID)
INNER JOIN sysdba.SECRIGHTS S_AB ON (S_AB.ACCESSID = 'U6UJ9A000061' AND A2.SECCODEID = S_AB.SECCODEID )
WHERE A4.GROUPID = 'p6UJ9A00056Z'
[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: Listview is stuck with loadingYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 Jun 10 7:24 AM
Check for Locks at the time that you are executing this.

Also, I would suggest you review your Indexes and Statistics on your Database. Make sure all SLX Indexes are in place.

Also, Analyze the query using the Estimated Execution plan, and try adding indexes to determine where the slow down is taking place.
[Reply][Quote]
Tony Joanes
Posts: 71
 
Re: Listview is stuck with loadingYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 Jun 10 10:27 AM
Thanks,

Missing index on the address table seemed to be the cause of this issue.
[Reply][Quote]
NixDev
Posts: 98
 
Re: Listview is stuck with loadingYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 06 Jul 10 10:59 AM
Interesting, i'm getting similar problems intermitently on activity groups.
[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: Listview is stuck with loadingYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 06 Jul 10 9:23 PM
Same suggestion:

Run SLX or SQL Profiler, gather the Queries being executed and try to determine how to Improve it (Add indexes as needed, if indexes in place, rebuild them, rebuild Statistics, etc)
[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 © 2025 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): 6/30/2025 12:00:34 AM