moss

Is there a way to filter the RSS view of a SharePoint list?

I'm trying to get only certain items from a SharePoint list. The RSS feed is giving me everything, even if I have the list filtered of looking at a specific view. ...

Blank popup in SharePoint

I am trying to connect a filter web part with a document list web part but the popup showing the options for filtering is blank. What I am doing. I have, as I described before, a QueryStringFilter web part (MOSS) and I want it to send the filter parameter to my document list web part (out of the box SharePoint). I go in to the edit mo...

SharePoint check in SPListItem

In sharepoint how can you check in an SPListItem? ...

Sharepoint UpdateListItems list not updating

I submit an update to UpdateListItems. It returns success but the list item ahs not updated. Any advice on how I would track down what is going wrong? Below is the XML being generated: <Batch OnError='Continue' ListVersion='1' ViewName=''> <Method ID='1' Cmd='Update'> <Field Name='ID'>11707</Field> <Field Name='Business_...

"A specified logon session does not exist. It may already have been terminated." when trying to copy a file using WindowsIdentity.Impersonate

I am trying to copy a file from sharepoint to a unc path. I am using the following code: var id = new WindowsIdentity("[email protected]"); var p = new WindowsPrincipal(id); var wic = id.Impersonate(); File.Move(oldName, newName); wic.Undo(); oldname is C:\test.txt newName is \\server\folder\test.txt I am getting the erro...

URL to network file in SharePoint

I have a column in a SharePoint list that I wish to make a link to a file on the network. The file location is generated in code so I need to write a CAML script to update the column. Could someone please give me an example of what the value stored in the database would be? In this example the file location is \server\folder\file.txt. I...

Registry key value SearchThrottled was not found under registry hive

Registry key value {SearchThrottled} was not found under registry hive {Software\Microsoft\Office Server\12.0}. Assuming search sku is not throttled. There are a lot of sites on the web where this question is asked with no real solutions. It doesn't seem to hinder my SharePoint functionality but it's annoying seeing it in the logs over ...

stsadm addcontentdb - add content database from sp1 to sp2 environment?

I'm trying to add a content database from a sp1 environment to a sp2 environment, but I am getting the error, Login failed for user "username". Reason: Not associated with a trusted SQL Server connection I've tried all accounts, from Farm Admin, Web app account, to SQL Admin Method's are both true from here: http://support.microsoft....

Sharepoint Deleting an Item from a list using UpdateListItems WebService

I am trying to delete an item from a list and have the following xml <Batch PreCalc='TRUE' OnError='Continue'> <Method ID='1' Cmd='Delete'>\ <Field Name='ID'>185</Field> </Method> </Batch> This is returning the following error 0x81020030 - Invalid file name The file name you specified could not be used. It ma...

Customize MOSS People Picker (PeopleEditor) Control

Hi, I have modified my MOSS 2007 configuration to query a given target AD successfully. I would like to show some custom LDAP fields (such as country) in the PeopleEditor control and allow users to search against these fields. Can someone point me towards useful resources/tutorials showing how to do this? Thanks, MagicAndi. ...

How to re-compress the .cmp file, created by stsadm export command, after editing

I need to manually edit some of the files inside of the .cmp file created by stsadm export command (or SharePoint Designer backup). I can extract the files and make the edits, but don't know how to properly re-compress the files so that the resulting .cmp file is valid for use with stsadm import. ...

Form based authentication - Login get fails

Hi All, I am using form based suthentication in my site. I have used one custom user control in my site which read items in sharepoint list and display it in a grid. Everything works fine with windows authentication but when I change the authentication to form based the login process get fails. I see the Error log it is giving me an err...

Migrate the discussion list in SharePoint?

Hi All I want to migrate a Discussion List from one site collection to another site collection with all content. Is there any way to do it? We can not save the list as a template. Because we want to keep all the original information, like the Created By. Best Regards ...

How to get current language or variation in Sharepoint (MOSS) 2007?

I would like to be able to query the current variation from within a web part or a control template so as to determine which language to use. If there is no variation then I will pick up the language from the request. Is this possible? Thanks Paul ...

MOSS Workflow not able run when accesssed through Public IP

I am facing a rare problem, we have created a LOB type MOSS site we are able run workflow without any issue. But real problem started when we made the MOSS site public access (Public IP). When I click the Start Workflow button while accessing through the Public IP nothing happens. But when I access the same MOSS Url from the local URL, ...

Sharepoint WebParts

I just finished my first web Part for Sharepoint WSS 3.0 and I'm very excited. What it does is that just makes a connection to the TFS (team foundation) to get the OPEN and FIXED bugs by Sprint (We actually use SCRUM agile Process). Then takes both values (open & fixed) and puts them in a sharepoint list. A chart is fed with that list (u...

Accessing all SiteCollections on a SharePoint Server with WebService

I have a bit of challenge. Knowing only the basic URL for the sharepoint installation, can I get a list of the site collections that have been created using only the basic web services that are installed? Using the Webs web service or the SiteData web service I've been able to get information on the default site collection that's at the...

How to get last crawl time of document in Sharepoint 2007?

How to get last crawl time of document in Sharepoint 2007? I want to know in which table I will get this information ? ...

Crawler do not create custom crawled properties

Hi, These days i have faced with very strange problem. I have development environment with MOSS 2007 SP 2 and WS 2008, i have search configured and everything works great. I have started to configuring staging environment (MOSS 2007 SP2 with June CU) and create new farm and new SSP. I have deployed my changes with package (wsp) and manua...

How do I expose Excel 2003 Spreadsheets to PerformancePoint 2007?

I am working on a PerformancePoint 2007 project. I have a bunch of Excel spreadsheets, and I need to get at the data. The users need to continue to enter data, they have Excel 2003, and I won't be here forever. If the users had Excel 2007 I could just use Excel Web Services in MOSS 2007, but that's a no go. What are your recommendati...