Pregunta

He recibido una base de datos copiada de una granja en vivo y estoy tratando de restaurar esta base de datos a mi entorno de desarrollo.He creado una nueva aplicación web y una colección de sitios y ha restaurado la base de datos a mi instancia de desarrollo SQL.

Ahora estoy ejecutando el comando

"MOUNT-SPCONTENTDATABASA" Nombre de la base de datos "-databaseServer "Dbservername" -webapplication "Nombre de la aplicación web"

Sin embargo, obtengo el siguiente error cuando ejecuto este comando.

mount-spcontentdatabase: Esta base de datos de contenido tiene una versión de esquema que no es compatible con esta granja

¿Qué debo verificar?

¿Fue útil?

Solución

The farm you received the database from is most likely at a different patch level than the farm you are trying to mount it to. Get the systems to the same patch level and then try mounting the database again.

Also, you will most likely want to remove the root site collection from your development environment because if you are trying to restore a root site collection it will see that one already exists and default so that the one already there stays in tact. You would get a successful attach but you won't see your site collection. If this happens, unattach the DB, delete the site collection, and mount it again.

Otros consejos

Compare your development and production farms. Check the version of the configuration database (farm) on this page and compare the two farms. You can do this right in Central Admin by

System Settings > Manager servers

If patch levels are different then you need to upgrade your development environment (patch level) to the same level as production

Licenciado bajo: CC-BY-SA con atribución
scroll top