moss-2007

Sharepoint - Evaluate Calculated Expression

I am tasked with building a process that will enable the end user to input a valid expression for a calculated column but simply process that instead of adding a new column to the list. The expression would obviously be a valid calculated column expression however I want to seperate the expression from the list. The purpose is the se...

Get Current Logged in user name when kerberose authentication is enabled in MOSS 2007

We have a site level feature which gets activated when a "My Site" is provisioned. This feature finds the current SharePoint logged-in user and changes the User Profile Picture URL property to the logged-in user. This works absolutely fine when we have NTLM authentication enabled. Scenario-1 When the Kerberose authentication is enable...

Issue with SQL Stored procedure.

I could see the below entries in the ULS log 02/08/2010 14:36:46.12 w3wp.exe (0x15F4) 0x18A0 CMS Publishing 8x0a High AppDomainUnloadListener.RegisterSelf() entered lock(this=15368010) 02/08/2010 14:37:25.59 w3wp.exe (0x15F4) 0x1744 Win...

SqlException & Timer Job.

I found the below ULS Log entries, Timer job (OWSTimer.EXE) is causing this however would like to know the name of the Timer-job, how can i achieve this? (without enabling verbose logging) System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The...

SharePoint 2007 - Current Timer jobs?

How to find the currently running SharePoint 2007 Timer jobs using STSADM? ...

Setting regional settings in new sharepoint site collection

When I create a new sharepoint site collection, is there some way I can automatically set the regional settings to my local settings as part of the creation process? In particular, I want to set the default date/time format to be non-US. Thanks ...

SharePoint - Unable to complete this operation. Please contact your administrator

When I try and save something to my list in SharePoint I get the following error: Unable to complete this operation. Please contact your administrator. at Microsoft.SharePoint.Library.SPRequestInternalClass.PutFile(String bstrUrl, String bstrWebRelativeUrl, Object varFile, PutFileOpt PutFileOpt, String bstrCreatedBy, String bstrM...

SharePoint Custom Web Service not working for SSL configuration

Hi all, I did developed a custom SharePoint Web Service . It is working fine when using http. But when we configure SSL(https) , it is not working and throwing the below error. Request for the permission of type 'Microsoft.SharePoint.Security.SharePointPermission, Microsoft.SharePoint.Security, Version=12.0.0.0, C...

SharePoint And JavaScript not working

I have Create AsharePoint web site and i used SharePoint Desginer 2007 to update the Master page file in order to make the web site not accessible using any web prowser except IE and the code work just fine for my user account but the rest of the user can open the site with any Browser function detectBrowser() { var browser=navigator...

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...

How to query all subfolders?

Hi, I'm building a windows application that search items from sharepoint document libraries, using the built in sharepoint web services. I can query all documents from a document library. but my problem is How get all folders in all sub folders from a document library? i want to get the list of all the folder in a document library, not ...

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 ...

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. ...

Web Part Editing Tab is disabled

I do have a site collection that contains a custom list. Later I have created a child site for the current site collection. I have to add a page that contains a data view web part in that page, that looks for the list in the parent site collection. I have noticed that web part properties is working well. Unfortunately Editing tab is no...

target Audience in MOSS2007

Hello, Well done on the great postings! I have a query: How can I add a single name/user/person in the target audience field of MOSS2007? Currenlty I am only allowed to add a MOSS group. However, many times there are a number of individual persons (that are in the same group) that I would like to add as audience. ...

Permissions to Search on SQL - MOSS 2007

How to provide permissions to Search account on SQL Database? ...

site collection Creation time?

How to find the creation date & time of the site-collection in sharepoint 2007? ...

Custom column using MOSS Search Service

We are using out of the box MOSS search web service to retrieve meta data of the documents. We are able to retrieve the document name, document link, author, last modified person, last modified dates of the documents in SharePoint. There are some custom columns added in some document libraries in SharePoint. We would like to retrieve the...

How to Submit Data through InfoPath Form to an MS Access Database on Sharepoint 2007 (MOSS 2007)

Maybe I just haven't figured out the InfoPath paradigm yet, but any links, or answers would be extremely grateful. Here is my intent: Publish an Access Database on MOSS 2007, and then have InfoPath forms submit and retrieve data from that Access database. How is this achieved? ...

SharePoint WebPart Install Error

I have created a WebPart. When I add the WebPart to a page I get the error below. If I delete what is in my constructor for my WebPart it will then add to the page. Then if I deploy my code with the WebPart all ready on a page the WebPart will display correctly. I can't add it to other pages I get the error before. So I presume that ...