Every morning at 2:00am (or when ever all the pivots finish building) I run a vb.net program to upload all the pivots to a specified shared documents folder inside of SharePoint. Sunday through Friday the script runs perfectly but on Saturday morning it fails to connect via webdav.
"The specified network name is no longer available"
This is strange because we even put a 30 second delay in there if it receives such an error to give the site time to wake up if that is the case. There is nothing strange showing up in the event viewer on the Pivot Server or on the SharePoint server.
I have a few other programs/scripts running during the day that work flawlessly every single day.
- PowerShel开发者_如何学运维l script to upload all users from Active Directory into 410 various groups
- PowerShell script to set the permissions of the Pivot folders so only the right people see their pivots (This runs at 3:00am and works fine)
- And a few others
I can't seem to track down this one.
there are some powershell "sharepoint warmup" scripts to be found on the interwebs, that basically loop through all site collections and makes a request, firing up all web apps, maybe you could give that a try, have it run say every day at 6 in the morning?
精彩评论