vote up 1 vote down star

Hi Guys

i have one application server and one DB server i have installed MOSS on App server and its content DB is on the DB server. due to policy reasons i had to rename the Sharepoint database server

now the problem is MOSS is not working. So how do i make it work thier is stsadm command renameserver but that is to change the host name

flag

2 Answers

vote up 1 vote down

Go into Central Admin, and under Content Databases, remove the database from the web application. Unfortunately, you can't reattach a content db using Central Admin, so you need to use stsadm. Here's the command:

STSADM –o addcontentdb –url <URL name> -databasename <database name> -databaseserver <database server name>
link|flag
vote up 1 vote down

Are you searching for this command??

stsadm -o setconfigdb

You have to use it when the the database server are renamed or you want to connect the MOSS to other config database.

In case of renaming app db you have to do it with "stsadm -o addcontentdb" like the previuos answer said.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.