vote up 36 vote down star
42

I'm looking into using SharePoint (WSS 3.0, specifically) for the document library and discussion board functionalities.

I'd like to ask those of you who have experience in SP (MOSS or WSS, since we might upgrade in the future) for a list of the items that ticked you off or required a difficult workaround.

Here's one from me - I found when I implemented forms authentication that a lot of the built-in integration with Microsoft Office disappeared, and I was also unable to use explorer view.

flag
1  
I would suggest to make wiki to stay open!! – TStamper Apr 30 at 0:38
1  
stackoverflow.com/questions/800620/… – Shog9 Apr 30 at 0:45
show 10 more comments

43 Answers

prev 1 2
vote up 11 vote down

Late to the party here, but one small, simple thing that makes life with Sharepoint harder is the fact that Microsoft have decided to use terminology for things in Sharepoint based on really common words that mean other things in the rest of the world. So for example, if you want to create a custom add-on for Sharepoint it is a "Feature", forms and customised list entries are "Content Types" and so on. Once you get your head around it that's not too bad when you're working with Sharepoint, but the minute you need to put it into google, searching for "features" or "content types" is going to get you loads of stuff that has nothing to do with Sharepoint and quite possibly a bunch of stuff that is to do with Sharepoint but isn't to do with the context you are looking for.

I'm sure they were trying to be user friendly with that, and for some kinds of user maybe they succeed, but for anybody who ever needs to use a search engine it's a pretty irritating fail.

EDIT: And another thing: Why are the form elements mostly given guids for names? That is really annoying if you need to add any extra Javascript for whatever reason...

link|flag
show 3 more comments
vote up 3 vote down

They use tables all over for layout, but not consistently. The 508 accessibility is not good.

link|flag
1  
To add to that: At one point, their nesting is 18 Levels deep. – Michael Stum Nov 3 '08 at 19:50
1  
18 levels? That's insane! – maxam Nov 4 '08 at 4:11
vote up 2 vote down

besides the already mentioned complaints the multilanguage / i18n support is not great. At least the german translation is crap and websites (SPWebs) with more than one language are simply not envisioned.

link|flag
vote up 5 vote down

It really requires people to manage it who really know the system and more than one person.

It requires people who know SharePoint well so they will be able to avoid the pain described by people here (and elsewhere), not only for customising the look and feel, but even simple seeming customisations to functionality can end up being complicated.

Nat brings up great points which need to be heard by many.

I've found that the best way to deploy an application in sharepoint is to adapt sharepoint to your needs and not to adapt your application to sharepoint. The second will lead to headaches and customization difficulties.

link|flag
vote up 15 vote down

SharePoint is a big server product, but it is marketed like a tool you can just install and use.

It really requires people to manage it who really know the system and more than one person.

It needs informed server/hardware management to make sure that it is installed correctly and the underlying server and databases will run correctly.

It requires people who know SharePoint well so they will be able to avoid the pain described by people here (and elsewhere), not only for customising the look and feel, but even simple seeming customisations to functionality can end up being complicated.

On top of that, there are still very few people available with the knowledge of the product.

The upshot is that any first time install is going to have problems while people learn "SharePoint". Plan for server rebuilds and lots of learning time on your project , (then double it)?.

The discussion boards are rubbish. The community kit for sharepoint has an improved install for Discussion boards and I would reccomend installing this and evaluating against requirements.

The document storage of SharePoint is great, but there is some serious work needed to do outside of SharePoint in the management of document growth and organisation or SharePoint will rapidly devolve into a massive cluster f&*%.

http://technet.microsoft.com/en-us/office/sharepointserver/bb507202.aspx

http://blogs.msdn.com/joelo/archive/2006/08/23/key-governance-considerations-in-a-sharepoint-deployment.aspx

link|flag
show 1 more comment
vote up 63 vote down

As this is a Developers Site, let's talk development:

  • Insane Development Requirements: You must have a Windows 2003/2008 Server as your Workstation, you really should be local Administrator on it. (Yes, there is a Workaround to Install Sharepoint on Vista, but that's not officially supported. And no, I do not consider "Develop on a Workstation and Upload your code to the test server" an alternative.)
  • SPWeb/SPSite.Dispose - You usually dispose, except if you don't. And if you dispose when you should not, bad things happen. Unfortunately, it is not really clear when to dispose and when not, there are a variety of Edge-Cases
  • Debugging/Error Logging. No comment on that, i'm too busy walking through the logfile to write my complaints in detail
  • Solution Deployment. The Creation of the .xml Files is not really well documented and .ddf Files feel like it's 1993.
  • Documentation, or more the lack of. What does SPSchedule.EndMinute actually DO? Will it forcefully end a running job? Most of the MSDN Documentation is incomplete or plain unhelpful.
  • CAML. ARGH! Look at this example of a simple CAML-OR Query. This abomination of "SQL for Sharepoint" is complicated, unintuitive, error-prone, and if you are doing it wrong, you get helpful error messages like "Cannot complete this action"

And one not development related issue:

  • Backup/Restore. Try backing up the entire farm, including the Configuration Database. Ok, backing up is easy. Now, try to restore it...

Microsoft calls Sharepoint "A maturing Product", which essentially means: It does do a LOT of things really well on the end-user side, but on the Developer and Sysadmin side, I think I have thrown more profanity at Microsoft than on any other company in history... And given the fact that Sharepoint is so expensive, I had expected a bit more from a product that first launched in 2001...

But overall, I think I'm happy with it, because as long as you use Internet Explorer and Office 2007, it offers a really neat and tight integration.

link|flag
2  
You can just as easily run Server in a VM - done properly, you can share this VM across all members of your development team. – Greg Hurlman Dec 3 '08 at 15:43
6  
"It does do a LOT of things really well on the end-user side" Our end users would dispute this. They hate Sharepoint with a passion as it is ridiculously hard to navigate and makes no sense to them at all. – HLGEM Jan 19 at 16:37
show 5 more comments
vote up 2 vote down

I'd also like to voice my displeasure at trying to customise the stylesheets etc.

We use Sharepoint as our development wiki and trying to skin this involved extreme hackery.

Also not being able to replace the "HTML" editor (and I use the phrase loosely as it is a memo) in the wiki is frustrating.

link|flag
vote up 21 vote down

I'm not even sure where to start:

  • Deeply confusing navigation structure - directories expand in at least two different ways
  • Differing views of the same documents - some of which don't provide editability
  • Nonsensical user-interface - to edit documents you must click on an "edit in ..." link which is a drop-down which doesn't even appear until you put the mouse over the (initially invisible) link
  • Very poor performance (in our installation) - loading / saving docs takes ages
  • No real version control - there doesn't appear to be a way to get back deleted documents, for instance (in our version; may be an administrator option)
  • Search which is both poor and confusing - seems to only give options to search either this "web" (whatever that is) only or every document in the entire universe (including stuff owned by finance, marketing etc) - and doesn't usually find what I'm looking for anyway.
  • No facility to edit documents offline - if you are editing a document and go offline (say take your laptop out of the office with unsaved changes), the only option is to manually save it to a location on your local drive then remember to copy it back in later.
  • No facility to bulk download documents for offline reading (but actually can be worked-around using the partially documented DAV interface)
  • Doesn't appear to understand how to edit MSOffice 2007 format documents (but this can be worked-around with DAV)

As we are forced to use this for documentation over the previous system, CVS, which was vastly superior in every respect (despite CVS's own problems), I find all of these extremely annoying.

link|flag
1  
IMO, some of these are configuration issues that could be solved with some training and administrative attention. Of course the necessity for that effort for some fairly basic functions is a problem itself. – cori Apr 1 at 13:22
show 1 more comment
vote up 22 vote down

It's extremely Windows-centric. If you have any developers who like Firefox, or the Mac, or if you ever want to get those kind of developers, then Sharepoint will be a big problem. Also, its "wiki" is hardly a wiki at all: it's as if some marketing guy said, "I hear wikis are big, can we do that?", and they labeled an HTML editor "wiki".

In general, Sharepoint is good if you are a completely Windows shop, and like looking at documents as if they were stored on your disk (folder-heavy, list views). If you want to experience information management the way the rest of the software community does, Sharepoint will be a hindrance.

link|flag
2  
+1 the Sharepoint wiki truly sucks – Chris Ballance Apr 18 at 3:38
show 2 more comments
vote up 6 vote down

Troubleshooting can be 'interesting'. A resource I've found useful is SharePoint Debugging and Logging Tips and Tricks. Also, this MSDN article, Development Tools and Techniques for Working with Code in Windows SharePoint Services 3.0 contains some great info.

link|flag
show 1 more comment
vote up 3 vote down

Have to agree with the other answers; if you want to customize it, be prepared for a few headaches.

link|flag
vote up 10 vote down

If you try to customize the layout and color of the sharepoint websites this can be a nightmare.

I also found troubleshooting difficult. There are different logfiles to search for the error, and it's never clear where to look.

link|flag
vote up 4 vote down

As long as you are in Internet Explorer, a lot of the built-in stuff will work flawlessly.

I think it's a great product but my only "complaint" is that when you try to customize the hell out of it, you need to learn the API properly before doing things right.

So beside the learning curves, I think that WSS 3.0 is great at what it is doing. If you need more than WSS, SharePoint's licence is not for the "Personal" user. Quite expensive.

link|flag
show 4 more comments
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.