sharepoint

Access Denied attempting to Manage Account Information for an Enterprise Application Definition

I am trying to configure SSO to enable Excel Services for TFS 2010. I follow all the steps but when I am doing the last step where I "Manage Account Information for an Enterprise Application Definition" I get Access Denied. I have tried this as several different users including domain admins and also the service account that Sharepoint...

SharePoint 2007 popup rich text editor displays corporate logo from master page - how can I remove this?

Hi I am currently having problems with attempting to style the HTML rich text editor in our MOSS 2007 site definition. I have specified a corporate logo inline on a custom master page in the body tag as follows: <%@Master language="C#"%> <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microso...

Problem identifying moss features from GUIDS

We are using a site definition and it has 3 feature dependencies that we are struggling to identify: <ActivationDependency FeatureId="7EDD3C9C-8AC6-4ab5-A209-30B5DC422464" /> <ActivationDependency FeatureId="63FDC6AC-DBB4-4247-B46E-A091AEFC866F" /> <ActivationDependency FeatureId="22A9EF51-737B-4ff2-9346-694633FE4416" /> Can anyone id...

Display Sharepoint ContentType in Office 2007 Document

Hello! I have a customer that want to display the sharepoint content type in a (Word) document. The main reason for this is that they create many different kind of documents and they want the type of the document to be the shown in the header when they print it. For some reason i´m unable to insert the information through Insert-> Quick...

Getting "task is currently locked" error for SharePoint Workflow created with SharePoint Designer

I am creating a simple workflow using SharePoint Designer that triggers when a user uploads a new Document to a library. This workflow assigns a task to multiple users and then waits until those tasks are complete. Once they are complete it then assigns another task to different users and then waits until those tasks are complete. It rep...

How to have multiple views for sharepoint documents?

I have a sharepoint with a lot of documents stored in it. I would like to have different views for these documents. One view would be by "project" to see all related project documents, another view would be "Design Documents" to view all design documents across all projects. Is there a way to do list so that there is only 1 copy of the d...

Identify Sharepoint Site

How can we know that a site is a Sharepoint Site? ...

What does square bracket [] mean in the below code?

I got below code from http://msdn.microsoft.com/en-us/library/dd584174(office.11).aspx for adding custom property in webpart tool pane. What does square bracket ([]) mean in the below code? [Category("Custom Properties")] [WebPartStorage(Storage.Personal)] [FriendlyNameAttribute("Custom Color")] [Description("Sel...

Do Sharepoint Workflows have to 'block' the UI whilst processing?

'Block' in the sense that the user is shown the "Workflow is starting" page while the workflow runs. Is there a model for 'asynchronous' workflows where a potential long running workflow trundles away reporting its progress to the history list and maybe informing the originator that the process has finished via email. History list and ...

Connection Pooling - SharePoint 2007

How to check/confirm that whether SQL connection pooling is enabled for a sharepoint 2007 web-application ? ...

Show Color on WrkStat.aspx Page

On the WrkStat.aspx page I would like to add emphasis to the status of each approval stage. e.g. I want to show "Approved" in green and "Rejected" text in red. I tried editing the page in SharePoint Designer but it gives an error about application.master. Does anyone know how to add color to this wrkstat.aspx page or any custom workfl...

Is it possible to pass a querystring when creating a new document in a sharepoint list?

I would like to pass a querystring to Infopath when creating a new document (based off of a content type that I created and published with infopath). Like so: http://server.com/Forms/Form1.xsn?String=value I know that Infopath can handle querystrings but I'm unclear on the process behind creating a new list item from content type. Is th...

How can I upload a file to a Sharepoint Document Library using Silverlight and client web-services?

Most of the solutions I've come across for Sharepoint doc library uploads use the HTTP "PUT" method, but I'm having trouble finding a way to do this in Silverlight because it has restrictions on the HTTP Methods. I visited this http://msdn.microsoft.com/en-us/library/dd920295(VS.95).aspx to see how to allow PUT in my code, but I can't fi...

12hive & GAC comparison?

Environment Overview: 3 WFEs 1 Admin Server 1 Index + 1 Query server Requirement: We want to generate the below reports We have to compare the "12hive" folder on a server with other servers. We have to compare the GAC of a server with other servers. thoughts? ...

How do I enumerate web part types in WSS site

Hi everyone, How would I go about enumerating the web part types available to be deployed to a web part page in a particular SPWeb by a user on a WSS 3.0 site? Sort of the equivalent of the list that you'd get via the "Add Web Part" link, but in a collection so that they could be instantiated and then added to a page. ...

How to filter a MOSS2007 Content Query Web Part using a custom column?

I am trying to setup a content query web part in MOSS that will display documents on a page based on a choice column that I created. I have created a "Page" column and added it as a core document column for my site. What I would like the CQWP to do is filter the document list that is displayed based on this Page column. However, this ...

C# - Insert/Update multiple lookup values to an SPListItem

My SharePoint list has a column that allows multiple lookup values. My C# control (within a webpart) allows the user to make multiple selections from a list box. I split these values into an array - each array member being a selected value that needs to be updated in the same SPListItem column. I know that the selections are being p...

Is it possible to Update Sharepoint List Without "ID" ?

I want to Upload File on Sharepoint and while apploading only i want to add all properties of Uploaded Document. We get ID field only when Document is uploaded on Sharepoint. Is there any other way to Update List without passing ID Field. Example: <Batch OnError="Continue" ListVersion="1" ViewName="270C0508-A54F-4387-8AD0-49686D685EB...

Eml files in sharepoint document library

Hi, I am uploading EML files to sharepoint document library. The problem is that after uploading the file when i click on the link of the EML file from the document library, it will be opened in html format, so i can't see the attachment,cc... How to solve this problem? I want the eml file to be opened in windows mail. ...

In SharePoint, add a form to an existing list in a feature

I need to replace the view form on an existing list on a sharepoint site. This has to be done in a feature, and I don't own the schema to the list, so I can't simply update the xml. My feature adds the file to the list in the elements.xml: <Module Name="Replacement Form" Path="" Url="Lists/ListName"> <File Url="ReplacementDispFor...