Uncategorized Archive

Site moved

Posted January 13, 2013 By Kevin Bennett

I have moved the site to a new server. Moving from Godaddy to a Rackspace cloud server.

I will post the steps I took on my  sysadminnightmare.com blog site

Be the first to comment

Access Denied Deploying solution

Posted March 3, 2012 By Kevin Bennett

Had a solution we were deploying and kept getting an error. Being that I was doing 5 other things at the same time I didn’t think much of it an chalked it up to some security setting being wrong and moved over to my “To Do Later List”. Today I revisited this and attempted to run again and got the same error:

“Access denied! Could not add solution to the SharePoint farm. Make sure you are logged in as SharePoint Administrator or Domain Administrator on the server. Also, make sure to turn off Windows User Account Control. “

  1. Thinking that it was the user account I logged in as a different user … same error.
  2. I tried adding the user to domain admins (just for testing) and same error.

Then silly me actually read the ENTIRE error message and zeroed in on the last part: “Also, make sure to turn off Windows User Account Control. “

 Well Crap….

  1. right-click the setup file and choose the option to ‘Run as Administrator’.
  2. Run setup again
  3. success

 

Lesson learned .. read ALL of the error messages first!!

Be the first to comment

Site

Posted March 1, 2012 By Kevin Bennett

Is it bad that I host this on WordPress and not SharePoint?

 

 

 

Be the first to comment

Hiding Title in an Announcement Webpart

Posted February 8, 2012 By Kevin Bennett

A bit of a cleanup on the page, but did have a request to remove the Title at the top of the Announcement Webpart. This is how I did that.

Created the Script in my Site Assets –> Scripts, Called HideTitle.js

Entered following text in it

[code]

<script type=”text/javascript”>

document.write(‘<style>TR.ms-viewheadertr { DISPLAY: none }</style>’);

</script>

[/code]

 

Added a content Editor Webpart which called above script by name

Be the first to comment
%d bloggers like this: