Sign in
|
Join
|
Help
Home
Learn More
Showcases
Products
Solutions
News
Support
Contact
Community
Dashboard
Blogs
Media
Forums
Wikis
Groups
Forums
»
Community Server Archive (read only)
»
Bugs & Issues
»
Site statistics were updated for the last time on 2nd of June? I don't know why...
Site statistics were updated for the last time on 2nd of June? I don't know why...
rated by 0 users
This post has 6 Replies | 1 Follower
Posts
48
Points 835
Reply
einhandsegler
Posted: Mon, Jun 19 2006 3:39 AM
rated by 0 users
Hi,
I was wondering that my site statistics seems to keep constant in the last time. After looking in table cs_statistics_site, I've found out, that they have been updated for the last time on 2nd of June.
Does anybody have an idea why?
After looking around in the database I've found out that the SP cs_system_Update_Site" is updating the statistics. I have now executed the SP manually, and all statistics are now up to date. So the question for me is now why is this SP not called at least once every day or when it is called, why does it not update the statistics? Maybe it exits due to an error?
Michael
P.S.: I would also suggest to change the SP cs_Site_Statistics. To be a most active user should require to be active at all, which mean you should have made at least one post...
-- SELECT TOP 100 Users
SELECT TOP 100
S.TotalPosts,
U.*
FROM
cs_statistics_User S,
cs_vw_Users_FullUser U
WHERE
S.UserID = U.cs_UserID AND
U.EnableDisplayInMemberList = 1 AND
S.TotalPosts > 0 AND
U.cs_UserID > 0 and U.SettingsID = @SettingsID and S.SettingsID = @SettingsID
ORDER BY
S.TotalPosts DESC
skandinavien-treffpunkt: German Forum about Scandinavia - using CS 2.1:
Filed under:
database
,
CS 2.0
| Post Points: 35
Posts
5,284
Points 49,035
Reply
Ken Robertson
replied on
Tue, Jun 20 2006 2:41 PM
rated by 0 users
In the Control Panel, go to Administration, System Tools, Event Log. Do you see a whole lot of "CS.Web Stopped" and "CS.Web Started" entries, fairly frequently? If so, that is likely why. There was an issue in CS v2.0 where the location it which is started and stopped the jobs wasn't the best, as IIS/ASP.NET could often unload/reload some of the CS modules and it would affect the jobs. Unfortunately, it won't be fixed until CS v2.1.
| Post Points: 20
Posts
83
Points 1,180
Reply
AFIEE
replied on
Tue, Jun 20 2006 3:01 PM
rated by 0 users
Where do you find this? cs_Site_Statistics
| Post Points: 20
Posts
48
Points 835
Reply
einhandsegler
replied on
Wed, Jun 21 2006 3:21 AM
rated by 0 users
Hi Ken,
yes there are a lot of "CS.Web Stopped" and "CS.Web Started" entries. So I think this is the reason. I will wait for CS 2.1, that's ok for me. In the meanwhile I will execute the stored procedure manually from time to time.
Thanks,
Michael
skandinavien-treffpunkt: German Forum about Scandinavia - using CS 2.1:
| Post Points: 5
Posts
48
Points 835
Reply
einhandsegler
replied on
Wed, Jun 21 2006 3:23 AM
rated by 0 users
Hi AFIEE,
you can find the table cs_statistics_site in your CS database. I recommend using the free Microsoft SQL Server Management Studio Express to look in your database.
Michael
skandinavien-treffpunkt: German Forum about Scandinavia - using CS 2.1:
| Post Points: 20
Posts
83
Points 1,180
Reply
AFIEE
replied on
Thu, Jun 22 2006 10:39 PM
rated by 0 users
Thanks so much
| Post Points: 5
Posts
83
Points 1,180
Reply
AFIEE
replied on
Wed, Jul 5 2006 10:50 AM
rated by 0 users
How can I manually update this so my site statistics will work? cs_system_Update_Site"
| Post Points: 5
Previous
|
Next
Page 1 of 1 (7 items) |
RSS
Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com
•
Telligent.com