moss-2007

MS Office SharePoint Server 2007 UI language change

There is an existing app in MOSS, which allows to create polls for a call center, operators fill them out as they call targeted customers. Then this Web app outputs the results of this poll. Is it possible to change the interface language of this existing web app? Operators don't understand English. If it's not about language packs, it w...

Dynamically invoke a dll in sharepoint

How to invoke a dll that is dynamically created (during runtime) in a sharepoint site? i am recieving an error that i dont have the load permissions. Any help on this will be grateful. ...

MOSS 2007 autonumber field

I need to create a custom autonumber field in SP that will increment by one for each new record. The data is a purchase order ID that starts with a character followed by five digits. I would rather not create 95000+ records to use the built in SP ID field - what is another way to do this (without programming...)? Thanks, L-- ...

Data in custom attribute not returned in UserProfile object in MOSS

I've created two new custom attributes in the UserProfile. When the service we wrote returns data about a specific user by using the UserProfile object, sometimes the data isn't returned, even though if we look at the user in SSP it look populated. Some users work; this is the first user we set up with data. I'm not sure if sometime i...

custom search sharepoint lists

anyone knows how I can create or customize a search in sharepoint, so I only look in certain lists and only find certain items that meet a condition of validity ...

SharePoint 2007 Document Libraries vs. Folders

We are building a new SharePoint 2007 web site to replace our intranet website for the company I work for, and a common debate keeps coming up. Specifically, should we be using multiple document libraries (ex. 1 for each department), or one document library with multiple folders within (ex. 1 library with 1 folder for each department). ...

Sharepoint GetListItems using rowLimit parameter is not limiting the results returned

In SharePoint I am using the default view of a list. When I use GetListItems method I can pass into it the following: public XmlNode GetListItems ( string listName, string viewName, XmlNode query, XmlNode viewFields, string rowLimit, XmlNode queryOptions, string webID ) I am passing in "" for the viewName a...

How to get Content types

Hi, I'm developing a windows application, that talks to SharePoint via its built in web services, and i want to get all content types available on a SharePoint site, I'm trying to use Web.Webs WebsService = new Web.Webs(); WebsService.Credentials=credentials; WebsService.Url="url of the web service"; XmlNode listOfContentTypes = Webs...

Problem with stsadm -o enumssp

I am having troubles Provisioning an SSP where it seems permanently stuck on "Provisioning in Progress". When I run the following command I receive an odd result. Does anyone know what this means? Command: stsadm -o enumssp -all Result: Value cannot be null. Parameter name: uriString ...

How to customize form web part to include multiple columns in search??

Hi, I have edited my form web part to look like this. I am a newbie to moss. As i understand, form web part allows only 1 column to be mapped to my list at a time. I need to configure to it have multiple columns mapped to my list view. Do I need to change any javascript function or use sharepoint designer. I have spent a week trying ...

How to achieve this site structure?

Hi, I need to develop a website that looks like this. In central administration however, in the operations tab, It shows Central Administration--> Operations. But I checked, operations is not a subsite. Then what is it. In my application, I always get Home--> Operations. To add to trouble,it changes the name at the top as Operations....

SharePoint The My Site of <user name> is scheduled for deletion.

Hi there, In my email today I got the following: The My Site of is scheduled for deletion. As their manager you are now the temporary owner of their site. This temporary ownership gives you access to the site to copy any business-related information you might need. To access the site use this URL: http://mysites.mycompany.com/perso...

NLB and Host Header Value

Background: We are using MOSS 2007 in farm configuration, 2 WFE, 1 Indexer and SQL Server. MS NLB is used for load balancing. Host header value mapped to Virtual IP of Cluster in DNS, is used while creating the web applications in MOSS and all are sharing port 80. Problem: When client tries to access the web application that are confi...

Sharepoint Sites

Hello, Is it possible to make a site "Home" in MOSS2007? For example, when i enter my Sharepoint portal, i see two tabs on top: Home | Just a Site I want to delete the site under Home and set "Just a site" as default site (or Home?). Thanks. ...

Incoming Mails in Sharepoint

Hello all, I have a Document Library that receives a mail every week. I want to show the list of mails with their summaries. Is it possible to get that mail's content in Sharepoint, without deploying a custom code? Thanks. Edit 1: Anyone? Anywhere? :( Edit 2: Incoming E-Mail Settings: http://i39.tinypic.com/23m1u7l.png By summary, I...

Registering a piece of script across all the SharePoint Pages

Hello all I've a business requirement in which i need to create a SharePoint feature which registers a JavaScript across all the SharePoint pages. The only way i figured out to achieve it is that adding the script in (all) the SharePoint Master Pages or any other custom master pages present in the Site/Site Collection/Web Application w...

SharePoint - DIP problem on local copies downloaded from the portal

Our users have issues where the Document Information Panel(DIP) appears on Word, Excel, PPT documents. Here is the scenario: User downloads a copy of a template from the portal to his/her local hard drive. User edits that template and renames the file, again saving it to his/her local drive. User continues to edit and upda...

Auditing logging on only one SharePoint 2007 Document Library or List

Hi all, I would like to know if it is possible to get audit logs on only one document library or list. I wouldn't like to do it at site collection or server farm level. Also, is it possible in the audit logs to get information for the case of editing, what the original information was before editing and the new information? Thanks in ...

MOSS 2007 - list permission

Hi All, I have configured my list so that users can only read and edit items they have created. I now need to configure this list so that a particular group of users can edit and read all items on this list. I know users with the 'Manage Lists' permission would be able to do this. My question is can this be configured to be even more ...

How do I remove the help icon and link from the SharePoint header?

According to Microsoft, the SharePoint help pages present a security concern and should be disabled. Since we don't want users clicking on a broken help icon, it needs to be removed as well. What's the best way of removing the icon and the separator pipe that's to the left of it? ...