RE: [OzMOSS] Setting Library View Programmatically

2008-08-26 Thread Brian Farnhill
You can add any of the fields to a view based on their internal name. For example, the internal name of the field for the documents icon is DocIcon and the correct field to use for the title field with the edit menu is LinkFilename. If you are unsure what the internal name of a field is that

RE: [OzMOSS] Setting Library View Programmatically

2008-08-26 Thread Jeremy Thake
You can also use tools such as SharePoint Inspector to spin through the API and find out these values. http://www.codeplex.com/spi Cheers, Jeremy Thake Readify | Senior Consultant Perth | WA 6005 | Australia M: +61 400 767 022 | E: [EMAIL PROTECTED] | W: www.readify.net | B: www.made4the.net

[OzMOSS] How to change the URL of a sharepoint site

2008-08-26 Thread Ann Ramos
Hi, We have installed MOSS 2007 and created a site collection for a web app with the following URL: w-0665/sites/intranet We then changed the DNS of w-0665 to cdm.intranet.com.au. To access the site, the users need to type cdm.intranet.com.au/sites/intranet. But the users are finding it

[OzMOSS] Moving the Sharepoint_Config Database to a new Server

2008-08-26 Thread Mark Leonard
I've just completed the exercise of moving the MOSS 2007 system databases from one SQL Server to another. I've struck the problem of event id 3760 in the server application log, on the MOSS server, where it's trying to locate the Sharepoint_Config database on the old (original) server. Web

[OzMOSS] RE: Moving the Sharepoint_Config Database to a new Server

2008-08-26 Thread Jeremy Thake
You can simply use the stsadm -o renameserver command to change the database server name: http://technet.microsoft.com/en-us/library/cc512723.aspx Cheers, Jeremy Thake Readify | Senior Consultant Perth | WA 6005 | Australia M: +61 400 767 022 | E: [EMAIL PROTECTED] | W: www.readify.net | B:

RE: [OzMOSS] Moving the Sharepoint_Config Database to a new Server

2008-08-26 Thread Daniel Brown
HI Mark, Did you move the SharePoint_Config database? This is a bad idea and is not recommended to do at al as it contains very detailed machine/server details (server names, SID's, etc). Only Content databases should be moved between servers and the configuration databases should be

RE: [OzMOSS] RE: Moving the Sharepoint_Config Database to a new Server

2008-08-26 Thread Mark Leonard
I followed this article - http://technet.microsoft.com/en-au/library/cc512725.aspx which includes the stsadm -o renameserver command. I guess I could try running the command again and see if it works. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [OzMOSS] How to change the URL of a sharepoint site

2008-08-26 Thread Robert Ilencik
Hi Jeffery, Sorry, but we already tried this with no success. It still requires the /sites/intranet extension. We are currently in the process of doing what Daniel Brown has suggested Hi Ann, Is there currently a site in the top level site collection of

RE: [OzMOSS] RE: How to change the URL of a sharepoint site

2008-08-26 Thread Paul Culmsee
In this case (site collection to site collection via export/import), it should work as Jeremy suggests. But for the record, restoring a sub site to a root site is problematic in subtle, nasty ways, but Gary Lapointe has an STSADM custom extension to correct all errors

[OzMOSS] Hide/show data form web part on Master page based on SharePoint or AD group

2008-08-26 Thread Paul Noone
Hi all, We have a team site drop down list which we'd like to display on master pages only to certain group(s) - I'd even settle for audience targeting at this stage! I've created a Links list and added an appropriately styled data form web part to the master page but am not sure what to

Re: [OzMOSS] RE: How to change the URL of a sharepoint site

2008-08-26 Thread Jeffery Tsui
Are we trying to restore a sub site or site collection? If it's a site collection then stsadm backup/restore should be the easy solution, otherwise will have to use export/import as mentioned by Jeremy. On Wed, Aug 27, 2008 at 3:39 PM, Paul Culmsee [EMAIL PROTECTED] wrote: In this case (site