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

[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 do

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 http://www.cleverworkarounds.

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

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 Je

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

2008-08-26 Thread Jeffery Tsui
Hi, Backup cdm.intranet.com.au/sites/intranet and restore it to the root of s-syd-999 should fix your problem. Cheers Jeff On Wed, Aug 27, 2008 at 2:45 PM, Ann Ramos <[EMAIL PROTECTED]> wrote: > Hi, > > > > We have installed MOSS 2007 and created a site collection for a web app > with the foll

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 r

[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: w

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

2008-08-26 Thread Jeremy Thake
You should be able to run a stsadm -o export at the /sites/intranet/ site level and then in the new server run a stsadm -o import, but import it at the site collection root level. I've never tried restore a Site to become the Root Site, but it should work. Thanks, Jeremy Thake Readify | Senior

[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 search

[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 conf

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 _

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 tha

RE: [OzMOSS] Setting Library View Programmatically

2008-08-26 Thread Witherdin, Nigel
OK, I found a cheat of a way to do this, by cloning the "All Documents" view and removing/adding fields as I needed to. But I would still be interested in knowing how to add these "special" fields programmatically if anyone knows? Cheers, Nigel Witherdin Senior Support Analyst Eversheds Dire

[OzMOSS] Setting Library View Programmatically

2008-08-26 Thread Witherdin, Nigel
Hi All, In a feature event receiver I am trying to create some views for a particular list as per this code: //Ordered by Reference number SPViewCollection views = spLibrary.Views; StringCollection libViewFields = new StringCollection(); libViewFields.Add("File_x0020_Type"); libViewFields