Recently came across an issue where DNS was not updating on a windows client in a domain. The event logs only logged a standard error After going around Google and trying things with no solutions. I finally decided to investigate things with a WireShark and thats when I found my issue. Typically DNS is using …
Tag: Windows
Fixing Warnings opening files in Explorer from SharePoint
While opening files in Explorer to a connected SharePoint Document library, you may receive a warning that action is unsafe, etc. The fix to this for network drives is to add them to the Intranet sites in Internet Settings. It isn’t clear how to do this for SharePoint as using SSL gives you a address …
Using Chrome on CRM 2011 Rollup 12 will repeatedly show login prompt
While testing out CRM 2011 Rollup 12, I noticed that I could not get it to log me in for Chrome. After checking my security log and resetting Chrome back to defaults, it still didn’t shed any light onto why this was happening. After much searching, I happen to find the article explaining this. http://support.microsoft.com/kb/2709891/en-us?sd=rss&spid=15707 …
Execution ‘‘ cannot be found (rsExecutionNotFound)
While configuring Reporting Services on a server running Windows 2008 R2, I came across this issue. After some searching I found out Microsoft has a kb article about this (http://support.microsoft.com/kb/972328), however it mentions only applying to MSSQL 2005. Well the Server I had had MSSQL 2008 R2, as well as SharePoint 2010 and Exchange 2010. …