moss

Connection Pooling - SharePoint 2007

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

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

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

Sharepoint create site navigation through programming

Hi All, I have a requirement in sharepoint where I want to Create the top link navigation based on excel file. Means The site navigation structure (along with parent site subsite under parent site) is mention in excel file. I need to read that structure and based on modify the navigation in sharepoint. Please can any one tell me is it ...

New sharepoint environment and data connection b/w sharepoint webpart does not work

I do not see any Connection Configure dialog popping up when I try connecting 2 webparts. I even tried using designer to connect webpart even though it gives me confirmation it does not appear to have been connected.... I am totally clueless. ...

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

How can I set the default value for a custom "Number" field in SharePoint?

I created a custom field for a content type I am creating using the XML below. <Field ID="{GUID}" Required="False" DisplayName="Likes" Name="Likes" Type="Number" SourceID="http://schemas.microsoft.com/sharepoint/v3"&gt;&lt;Default&gt;0&lt;/Default&gt;&lt;/Field&gt; The field is meant to be used as a counter of sorts, and will be incre...

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 determine the correct (case sensitive) URL for a SharePoint site

Problem: Creating a site column using the SharePoint API (Object Model) with incorrect case in the URL for the SPSite or SPWeb object will cause the new column to throw an exception if an attempt to edit it is made through the Site Columns Gallery. SharePoint is generally very tolerant of accepting a URL in a case-insensitive fashion, h...

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

'currentCtx' is undefined

While trying to create/upload a document in a document library, Ie throws the below exception 'currentCtx' is undefined what it means and how to fix this? ...

What are the methods for production deployment in SharePoint?

Why does Microsoft suggest using WSPs for production deployment in SharePoint? What are the other methods for production deployment? ...

Sharepoint 2007 and ASP.NET 4.0

Is it possible to create ASP.NET 4.0 "_layouts" pages in Sharepoint 2007 (WSS or MOSS)? ...

core.js functions?

what is the use of MtgNavigate & MtgDelete functions defined in the core.js? when it will be used/called? ...

In Sharepoint I need to include a preview image for the screen of selecting layout for a new page.

In Sharepoint 2007, I have created a layout. As you know when the user creates a page he chooses a layout from a listbox. When you select a different element in the listbox, there is a preview image that changes on the left. I thought this was controlled by the node PublishingPreviewImage in the xml of the layout. I have verified that t...

Using SharePoint user profiles to build a company phone directory

I'm working on a Sharepoint 2007 (MOSS Std) intranet implementation right now, and one of the things we'd like to do is replace the manually-maintained phone directory with the profile information we're importing from AD. People search is great, but I want to have a big page with all the names and phone numbers of the 150 or so people t...

MOSS - Rendering template for document library

Hi, I have created: A custom content type that inherits from document 0x0101. A custom list that is based on my content type. I have also set so that the id for the rendering template is set to my own developed template. The problem is that when i click on "New" on my new list it will automatically go to the upload.aspx and then to ...

MOSS - Full versioning on custom lists

Hi, We have developed a custom content type and a list to support that content type. The goal is that we want to create a simple list with meta data and have full versioning applied to it. We ran into this problem I while back and made a temporary solution to actually use a document library in order to get the full versioning. The prob...

UserInformations are getting updated.

Whatever changes made on the UserInformtion in AD, it is not getting updated in users Mysite. Farm Information: SharePoint 2007 + SP2 + Dec-09 CU. Issue: AD-Team changes the user email-id. changes are getting updated in SSP. changes are not getting populated from SSP to Mysite/Site-collections. any thoughts? ...