sharepoint2007

Getting Access Denied when trying to view or delete a MySite in SharePoint 2007 Moss

Hello, Im the SharePoint Administrator at my company. When i try to go to someones site to delete it. using this path> Central Administration site > SharedServices1 Home page > User Profiles and Properties > View user profiles. I then select the userid that has the site i wish to delete. Then try to manage Personal site. I then get...

Sharepoint GetListItems function returns non-matching items

I have the following code, which is a modified version from MSDN's website, to test getting all list items where the field "UserID" matches the value specified: Dim xmlDoc = New System.Xml.XmlDocument() Dim ndQuery As XmlNode = xmlDoc.CreateNode(XmlNodeType.Element, "Query", "") Dim ndViewFields As XmlNode = xmlDoc.Crea...

Sharepoint user can view site collections he is not a member of

Hi there ,as i understand sitecollection security ,member of a given sitecollection can not view another site collection where he has no membership ,my problem is that any user from a given site collection can view other site collection easily ,how is that ? by the way ,this user is not an administrator ,he is a domain user ,with approve...

Add New Calendar Type To Sharepoint such as Persian Calndar

can anyone tell me how i can add new calendar type such as Persian Calendar in sharepoint ...

SPSite From Two Different Sites

I'm having an issue with accessing objects within two different instances of the SPSite object if the URL to the site collection is located within two different sites (e.g., http://mysite/Docs1/ and http://mysite/subsite/Docs2/). Consider the following code: public static void MoveDocument(Uri sourceUrl, Uri destinationUrl) { string...

Sharepoint workflow - help please!

Dear all, I am new to sharepoint and workflows. I need some help. I am trying to do make a condition (using sharpeoint designer) which says "if there is any engineer whose status = Available, assign the task to that particular engineer. Also, change the engineer status to unavailable after assigning the task. " please help what steps...

SharePoint 2010/2007 - Possible to change site definition for existing site?

We have started our effort to migrate to 2010 from 2007 SharePoint. In 2007 we used a site definition. After the migration, it is obvious we have work to do on our 2007 site definition. 1.) What is the best path for us? 2.) Can we create a new Site Definition in 2010 and change the site definition that existing sites used to the new o...

Sharepoint File Upload

I have a Silverlight Application, that uploads file(s) to a Sharepoint Site. I got it working for a Sharepoint site in my box and in a Sharepoint site in someone else's box, where I login using my Windows account to that site. But I am not able to upload files into Sharepoint sites which are in a different domain / use a different login...

Enabling SPAudit automatically for new files in list.

Hi... I'm working with the Audit framework in MOSS 2007, and I've programatically enabled Auditing for 2 specific lists in a bunch of sites in a site collection(meaning the sites all have their own two lists). I've only enabled the update mask, as I only want to know when something's been changed or added. However, I'm only able to log...

Displaying List Item in Workflow Task's Edit Form

I have created a workflow using Sharepoint Designer 2007 using "Collect Data from a user" activity which has created a Task Content Type and its Edit Form (ASPX file). In this ASPX file I want to show couple of fields from the List Item on which Workflow is running; which will help the user filling in the Task Edit Form. Is it possible ...

Import SharePoint 2007 Site Template into SharePoint 2010

We are moving from SharePoint 2007 to SharePoint 2010. I saved a site in SharePoint 2007 as a Site Template (SiteName.stp) and I brought it into SharePoint 2010 under "Site Settings - Galleries - Solutions" - Noticed that is where the templates get saved in 2010. But when I upload it there I cant change the Status to "Activate".... An...

How do I hide the left nav bar (including space) in MOSS 2007?

I am able to remove the left nav bar with this code: .ms-nav {width: 0px;} .ms-navframe {display:none;} .ms-quicklaunchouter{width:0px;} .ms-recyclebin {display:none;} .ms-TitleAreaFrame {display:none;} .ms-titlearealeft {display:none;} .ms-titlearea {display:none;} .ms-pagetitle {display:none;} but it adds a left space that takes up ...

How do I hide the My Site Link in SharePoint 2007?

I would just like to hide the link and keep the other links like Welcome name and My Links. I just want to hide the My Site link, but I do not want to remove it from the site. Thanks. ...

SharePoint 2007 Create Calander on every My Site

When user access My Site I want that there is already created Calander. Just the same as there is Personal Documents, Shared Documents Picture Library How to Achieve this ? There must be same installation template .. Thank you for answering. ...

Trying to create a web service in VS 2008 and I can't get the wsdl and disco files created

How do I create wsdl and disco files for a web service using visual studio 2008? I can create the service and run it through VS but when I try to create the files nothing happens. I also need this service to run in sharepoint 2007 as well as outside sharepoint. ...

ListItems are not accessible by Jquery ajax call

hi I need to retrieve values of sharepoint list with jquery I invoke jquery:ajax call for following type of site http://localhost:port/site/devsite/_vti_bin/list.asmx in Processaresult function I dont get any rows but list is having two rows I checked the webservice by adding web reference then i got the error. Document type is n...

Is it possible to apply a custom alert template to only one particular SharePoint 2007 site collection?

Hi, Reading the answers to previous questions regarding SharePoint alerts, I have found many interesting information on how to define a custom template, for example: this article But it looks like such customizations will actually erase the default template and impact the whole farm. Is there any way to deploy a custom alert template t...

Quick Reference Guide for Sharepoint Site Settings?

Is there a "quick reference" guide or "cheat sheet" type document for each of the available options within the "Site Settings" page in Sharepoint 2007 ? The settings page that I'm talking about is shown in this image: http://i38.tinypic.com/wmgqv7.png and is the one accessed via the "Site Actions" drop-down on the right-hand side of the...

Migrating Exchange public folder to SharePoint

I have been reading a number of articles online suggesting different approaches to migrate data in an Exchange public folder to a SharePoint Library. Our company has a list of items tracked inside an Exchange public folder. It is just a bunch of data columns and we have to move that data to SharePoint and start using SharePoint instead....

Is there a way to get data from Oracle to a form stored on SharePoint 2007?

I need the document or form to be automatically updated when the data in the Oracle database is updated. If not possible, could anyone give me guidance to a solution similar to this? Thanks for the help. ...