Tag: SharePoint

Unknown Error - Issues with FBA via SharePoint

August 24th, 2009, No Comments

FBA unknown error after login…

MOSS SSP stuck at “Provisioning in Progress”

June 29th, 2009, No Comments

MOSS SSP stuck at “Provisioning in Progress”

Multiple SSL Sites using port 443

May 27th, 2009, No Comments

So had an issue a few weeks back getting multiple sharepoint sites on SSL using port 443. Thought host headers would do it but I was wrong. Found out the hard way that you have to use the command line to bind them to the host header/port. So what do you do? See below:

Set up kerberos with Excel Services within SharePoint to connect to Analysis Services

February 25th, 2009, No Comments

Recently we were trying to show a pivot table within SharePoint excel services and when we would try to drill down we would get errors… but only when we would try to drill into the report. We found that is was the dreaded “Double Hop” issue. I searched for a resolution and after reading several blogs and calling Microsoft we resolved the issue. I will attempt to recreate the steps for

Delete SSP

December 24th, 2008, No Comments

If you need to delete an SSP there are two ways to do it.
1.  Via “Central Administration” but there is no link, you have to type the link manually.
        http://servername:port/_admin/deletessp.aspx?sspId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
2.  From the stsadmin command line…
      stsadm -o deletessp -title <sspname>
                (If you want to delete associated databases you need to add “-deletedatabases”)

Alert Failed, Cannot connect to SMTP host (chinese text)

December 16th, 2008, No Comments

Had an issue the other today that I could not send email from my sharepoint dev server and was getting the strangest error.  Turns out when the server was setup that the wrong email server was put in in the outgoing server list and was added to the list of servers in the farm.  This [...]

WSS 3.0 and MOSS/Project Server SP1 (part 2)

January 7th, 2008, No Comments

Tried this update at a client that was very security driven. The DBA insisted that the user running the updates did not need DBO permissions. We ran the update the first time and it failed due to not having the correct DB permissions. DBA fixed the permissions and we ran the updates for both and [...]

Create A “My Site” page via STSADM

January 7th, 2008, 2 Comments

Ever wanted to enable “My Site” pages but did not want your users to create them?
stsadm -o createsite -url http://servername/personal/username -ownerlogin domain\user -owneremail user@email.com -sitetemplate SPSPERS

WSS 3.0 and MOSS SP1 (Part 1)

January 2nd, 2008, No Comments

Went to install both of these and the wss 3.0 install failed on step 8. It basically said that it failed and changes would not be rolled back. In the log it said something about the timer job failure. I realized after a while that my SQL 2005 server was out of space… The reason? [...]

Audiences vs Permissions…

June 25th, 2007, No Comments

The true description for permissions vs audiences is that permissions is to allow or deny and audiences are what is displayed for the user based on the audience they are a part of. Not a very good explanation in my book.
When to use audiences… The only time I have found to use audiences is when [...]

Feed

http://www.techmumbojumblog.com / SharePoint