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?
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…
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…
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…
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?…
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.....
…
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…
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…
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…
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…
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…
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…
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 =…
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…
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