sharepoint2003

How to move documents from SharePoint 2003 to SharePoint 2007 with versioning?

I'm desperately searching for a tool allowing me to copy documents with their old versions from a SharePoint 2003 to a SharePoint 2007 site. Do you know about any simple (and preferably free) tool which does this? ...

Sharepoint: SQL to find all documents created/edited by a user

I am looking for a query that will work on Sharepoint 2003 to show me all the documents created/touched by a given userID. I have found tables with the documents (Docs) and tables for users (UserInfo, UserData) but the relationship between seems a bit odd - there are 99,000 records in our userdata table, and 12,000 records in userinfo -...

HttpModule disables SharePoint 2003 admin...

I have a web part with links to e.g. "Manage Users" i SharePoint (2003) I also have a http module, that must add some JavaScript to the aspx pages served through the sharePoint site. This runs well for normal user served pages but when clicking these admin pages, served by the web part... What can be wrong and how do I adapt my filter...

Sharepoint webservices

I have a couple of Sharepoint portals (Sharepoint Portal Server 2003 + SQL Server) running and they should both share some commom data. I was planning on working with two separate lists, and build a web app that will be responsible for updating them both throught the WSS Lists Service (">http://server/ vti_bin/lists.asmx). I'm wondering ...

Considerations for Upgrading SharePoint 2003 to 2007

Thanks in advance! I was wondering if you SharePoint architects/experts out there could help me nail down the specifics and concerns around upgrading an existing SharePoint 2003 deployment to SharePoint 2007. I know this is general and vague and the steps/problems will depend greatly on the current SharePoint deployment. Any help woul...

Permissions neeed for SharePoint2003 object model

Hi, I’m having some permission denied issues when I try to execute following code segment within the context of a SharePoint domain user. Please note that this particular user does not belong to any groups in the local machine. I have tried to run the following code by adding this user as “reader” and “administrator” of the SharePoint b...

Migrating document libraries from sharepoint 2003 to sharepoint 2007 with version history tool problem

I'm actually trying to get splistcp to work (referenced in hxxp://stackoverflow.com/questions/272630/how-to-documents-from-sharepoint-2003-to-sharepoint-2007-with-versioning/884609#884609), it seems perfect for my situation. However I keep getting a message saying that there was a problem accessing the destination SharePoint list web ser...

SharePoint API: 2003 vs 2007

I have coded a solution that uses the 2007 API to traverse the SharePoint object model. Now I need to support SP 2003 as well. What is the best way to do this? Is it possible / recommended to use the 2007 api to get access to a 2003 SharePoint Farm? If I use the 2007 api, do I have to use the deprecated classes to (for instance) refer...

SharePoint 2003 - deny access using web.config

As all you know, Sharepoint 2003 has simple access rights privilages. You can only grant rights (Reader, Contributor, Administrator) but unfortunatelly you can not deny access. So, if someone is not welcome in SharePoint portal there is no simple way to restrict access for him. I found nice articles how to secure access to certain page...

Hide lists from "All Site Content" page of SharePoint site

I wonder if there is a way to hide some document library lists that are shown when the user navigates to the "All Site Content" page in SharePoint, and I wonder if there is a programmatic way to achieve this. (If possible using WSS). I need to hide many lists from this view, these lists will be accessed from the links inside a link lis...

How to call a web service from data layer

I have a data layer project which receives a byte array that needs to be persisted. The byte array will be stored in Sharepoint 2003, so I'd like to be able to call a SP web service from within the data layer (keeping all persistence in this layer). Here's the approach I am considering, if there are any comments on it. http://blogs.ms...

sharepoint 2003 Faulting application w3wp.exe after installing SP3

Hi there I upgraded our sharepoint 2003 to SP3 and applied post sp3 hotfixes to both SPS and WSS. Now I have a random problem. When I launch sharepoint I get an error message An unexpected error has occurred. Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web Parts or remove personal ...

Finding out document template type of document library

Hi, When I make a document library in Sharepoint 2003 and select the document template type etc and come back to edit/administer the document library, how can I find out what document template type I selected at the time of creation? Another way of putting it: If an administrator makes a document library and selects a document template...

Accessing SharePoint Event Attachment

I have a SharePoint calendar event that can have any type of file as attachment. Is there any way to access the contents of the file/ download them? I have to calculate the check sum of these files. ...

Getting permissions of a user in SharePoint 2K3 List

Hi, I have been using SharePoint server 2003. I need to retrieve the list of permissions using SPList.Permissions.Xml. But I dont find the permissions given to the user anywhere in the Xml returned. Say I have a user 'A' whose Login name comes as an attribute in the Xml. But the permissions (such as View, View&Insert, View&Insert&Delet...

Use FrontpageRPC to checkout/download a file from a sharepoint site

I'm writing a C# app that I now want to check out a file and download it, but I can't find any examples of calling the Frontpage RPC and I'm just getting 500 errors after reading the MSDN Doc. Can anyone provide an example of downloading a doc in a document list please? ...

SharePoint 2003 Extranet Sites Returning "Operation Aborted" and "Render Failed" errors

For my company, we have a few extranet sites built in SharePoint Portal 2003 for vendors to collaborate on documents with us. We have the database's on on server and the sites hosted on another server (so two servers are involved). However, recently they started receiving "Operation Aborted" errors when going to the site and/or "Render F...

Move a SharePoint 2003 site to a SharePoint 2007 Server

I have 2 SharePoint servers, an old pilot SP 2003 server and a new SP 2007 production server. One of the sites in the 2003 server is invaluable and contains a couple of advanced custom lists and document areas that would be a real pain to manually transfer over. I've looked everywhere for a solution to EASILY move or copy the site from...

SharePoint web part error: One or more web parts on this page references a zone that doesn't exist. It has been moved to the Web Part Page Gallery

Hi I have a problem when my users open a list item for a newly created site. When the item is first opened they recieve the following error: "One or more web parts on this page references a zone that doesn't exist. It has been moved to the Web Part Page Gallery". This problem applies to SharePoint portal server 2003. Any ideas on ho...

#SOLVED#Sharepoint, Calculated column, IF function and date

Hi I am trying to add a calculated column. I have a date column containing the date a meeting is scheduled. From this column I need a code which can return if the meeting is scheduled in Q1, Q2, Q3 or Q4. I have a static code looking like this: '=IF(Date<40269;"Q1";"Q2-4")' (40269 is the 1. April 2010 and Date=date-column) ...