Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

stsadm -o sync -deleteolddatabases 0

  Asked By: Madeline Francis         Date: Dec 30, 2009      Category: Sharepoint      Views: 1537
 

The indexing server is generating errors in the Windows Event Logs
when it performs a full crawl. After some searching on the web I found
the above (subject line) command that I need to run.

Being our live environment I need to ensure that it would not do any
damage. The command

stsadm -o sync deleteolddatabases 5

Lists a few GUID values but I do not know what databases names they
refer to.

Tagged:        

 

2 Answers Found

 
Answer #1       Answered By: Vance Hardin          Answered On: Dec 30, 2009       

stsadm -o sync  -listolddatabases 5

 
Answer #2       Answered By: Kareem Flynn          Answered On: Dec 30, 2009       

stsadm -o sync  -listolddatabases 5


This is just to check if the database is not in sync with SSP > 5 days...
You can change these values  to 10 or 15 as well and you will get a result of
database GUID that was last synchronized, you can then take decision either to
clean them up or leave it... no harm in running in live  env.


You may want to refer technet article?

blogs.technet.com/.../detaching-databases-in-moss-2\
007-environments.aspx

 
Didn't find what you were looking for? Find more on stsadm -o sync -deleteolddatabases 0 Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].