Questions tagged [sharepoint-2003]

Microsoft Sharepoint Version 2003.

For SharePoint-specific questions, please see the SharePoint Stack Exchange site.

24 questions
5
votes
3 answers

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?
Marc
  • 9,012
  • 13
  • 57
  • 72
2
votes
2 answers

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…
JWD
  • 12,188
  • 3
  • 34
  • 32
2
votes
1 answer

Sharepoint, Calculated column, IF function and date

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…
user261852
  • 31
  • 1
  • 4
2
votes
2 answers

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…
2
votes
2 answers

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?…
Ries
  • 2,844
  • 4
  • 32
  • 45
1
vote
1 answer

Get Sharepoint server documents in web application

I want to get the sharepoint documents in webapplication. This is my code. try { string sharePointURL = "http://://default.aspx"; SPSite site = new SPSite(sharePointURL); //Error on this line..... …
Sami
  • 3,956
  • 9
  • 37
  • 52
1
vote
4 answers

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…
Claudio
  • 329
  • 1
  • 2
  • 10
1
vote
6 answers

How do I programmatically rename a Sharepoint directory (SPFolder or SPListItem)?

I have tried this: SPFolder folder = ...; folder.Item["Name"] = newName; folder.Item.Update(); And it behaves mysteriously. If I run it, it throws an exception: SPException: Cannot complete this action. HOWEVER, if I stop it in the debugger…
Scott Stafford
  • 43,764
  • 28
  • 129
  • 177
1
vote
6 answers

How to find missing web part?

Does anybody know how to find offending web part which causes this error ? “A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered on this site as safe.” I have inherited an old SharePoint…
Leonidius
  • 648
  • 1
  • 9
  • 10
1
vote
4 answers

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…
basementjack
  • 566
  • 1
  • 7
  • 19
1
vote
1 answer

Finding out document template type of document library

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…
blade
1
vote
0 answers

Updating a sharepoint 2003 list with user data provided in Nintex workflow

Apologies for the naivety of the question, but I am brand new to using Nintex workflow in Sharepoint. Having not found examples in the Nintex manuals or online, the simple task I wish to perform is to send a task to a user(s) to prompt them to…
1
vote
2 answers

Change href with JavaScript

I am trying to add a click event to a link in SharePoint. The current href set by SharePoint is href="javascript:ClickOnce()". If I add the following code: var saveNclose = document.getElementById("diidIOSaveItem"); saveNclose.href =…
Jonathan Eckman
  • 2,071
  • 3
  • 23
  • 49
0
votes
1 answer

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…
noesgard
  • 5,917
  • 3
  • 20
  • 27
0
votes
1 answer

Does SharePoint 2003 support .NET 3.5 framework?

I would like to know if there are any concerns that we should be aware of if we were to upgrade our SharePoint 2003 server to .NET 3.5. Does this version of SharePoint even support 3.5? Thanks in advance. Clint
Clint McMahon
  • 28
  • 1
  • 9
1
2