The site-usage tag has no wiki summary.
1
vote
0answers
8 views
Empty WSS_Logging and Can't change to SQL User
I am not getting any information in my usage reports. My farmadmin user has dbo rights to the logging DB. Now, I'm trying to set the user under "Configure usage and health data collection" to a SQL ...
0
votes
0answers
9 views
Site Usage Summary
I was looking at the Site Usage Summary but the pie chart only shows the homepage URL and not which page is actually the most popular. I need to see the part of the URL after /
Is there anyway of ...
2
votes
2answers
665 views
SharePoint 2013 Usage Reports - where are the details?
So the Analytics feature has been revamped in 2013. Great.
Now I can't find detailed statistics anymore. All I have is multiple reports for search queries and "Popular Items". The "Usage" report only ...
2
votes
0answers
68 views
MOSS 2007 - Site Usage Statistics Not Generating
We are having an issue with one of our single server MOSS 2007 setups. Site usage statistics are enabled within central admin console (and SSP), as well as on the site collection in question, but no ...
1
vote
1answer
38 views
How to simulate content and usage
I need to test some webparts in an Sharepoint site that has more than a few users, with several documents and usage data (creations, accesses, modifications).
Is there a way to simulate that? Or some ...
0
votes
1answer
72 views
Usage analysis problem - wss
I have enabled usage analysis processing and logging on my wss central admin site and the status from the stsadm command is showing which means that it is enabled.
I can also see the logs are saved ...
0
votes
1answer
451 views
Site usage report from Database
I have a SP 2007 site where site usage is enabled and I can check the usage for last thirty days. I wanted the usage details for last 6 months for which I went to SharePoint Designer but my SPD is ...
0
votes
1answer
96 views
MOSS 2007 and usage tracking
Is there any way to retrieve the usage tracking info from a remote MOSS 2007 server (i.e. nothing running on the remote server) via the object model on another domain? I'm thinking that the only way ...
0
votes
1answer
236 views
Usage reporting for WSS 3.0
I want to rollup statistics on site usage, but all I have is WSS 3.0. This will be a one-time task, so I don't want over-think it too much. I am currently collecting usage data. Is that information ...
2
votes
1answer
58 views
SharePoint - Site Usage Summary on Another Site?
I want to place the Site Usage Summary for a site on another page (same site). Is there an easy way to do this in SP 2007?
1
vote
1answer
39 views
How to get a report on document activity in a site
I currently have a request to "find all documents that haven't been touched, ie opened, edited, moved, created, deleted, etc.) in the last 12 months." in WSS 3.0.
Now seeing as I never bothered to ...
0
votes
1answer
468 views
Usage Stats for Site
Is there any OOTB way to see the usage of a SharePoint site? If not what third party tool can be used? I am looking for hit per page etc.
1
vote
2answers
348 views
User's Recently Visited Sites
Anyone have any advice on the best way of tracking the recent sites a user has visited?
As part of my overridden Global Navigation delegate control, I'd like to create something similar to a ...
1
vote
2answers
78 views
Top contributors report for MOSS site collection
I'm looking for a simple way to identify the top contributors (content created by or modified by) across my entire site collection. This is strictly for my own use as an adoption tool (think "user of ...
1
vote
1answer
365 views
Values in SPSite.UsageInfo are always zero
I am trying to retrieve information about site usage via SPSite.UsageInfo programatically or via PowerShell.
Here is simple PowerShell code:
$site = Get-SPSite "http://intranet"
$site.Usage
And it ...