The Catch of Developing Application Using SharePoint Web Services
INTRODUCTION For me SharePoint is such a great platform because not only does it have many built-in functionalities, it also allows integration of external systems and applications using various approaches such as web-parts, user controls, custom ASPX pages and web services. On this particular article I would like to discuss few gotchas that we need […]
Continue ReadingSharePoint Best Practice Archive Summary 2007, 2010, 2013
INTRODUCTION In this article I would like to summarize as many SharePoint Best Practice that I’ve found throughout the Internet. Microsoft has released a dedicated page for it but it contains only links to various sites which I think is a bit rigorous to read. But anyway, if you’re interested this is the link from […]
Continue ReadingThe file name or path does not exist when check-in/out publishing pages/master page/page layouts
INTRODUCTION When I tried to check-in/out publishing pages, master pages and page layouts I get the “The file name or path does not exist” error. CAUSE The database server space is full. RESOLUTION Add more space or move the content database to a drive that has bigger space.
Continue ReadingAttaching SharePoint Portal Server (SPS 2003) Content Database to MOSS 2007 – error: pre-upgrade scan tool has not yet been run on this database SPContentDatabase
INTRODUCTION I’ve got an ugprade project from SharePoint Portal Server 2003 (SPS 2003) to SharePoint 2010. Looking at the articles on the Internet it seems that you can’t upgrade from SPS 2003 straight to 2010. You have to upgrade to 2007 first then 2010. I decided to use the content database backup/restore/detach/attach approach. […]
Continue Reading