I'm splitting a SharePoint content database and running into a problem with the stsadm mergecontentdbs command. I'm pretty positive it is an error in my command, which is as follows:
stsadm -o mergecontentdbs -url http://sharepoint:15741 -sourcedatabasename "SharePoint_AdminContent_5b924b0e-e1ef-46c5-b6c0-d3b4beb4e3b9" -destinationdatabasename SP_AdminContent_02 -operation 3 -filename mergedcontentdbs.xml
The "mergedcontentdbs.xml" file was creately without a problem with stsadm enumsites and does appear to contain the appropriate urls. The SP_AdminContent_02 database was created using a script based on the existing database. The error that I get is "Missing operation name or the operation name is invalid." Thanks for any help anyone can give me!