When look into the “Event Viewer”, found the following error description:
The schema version (3.0.149.0) of the database DATA
DATABASE_NAME on DATABA_SESERVER_NAME is not consistent with the expected database schema version (3.X.X.X) on DATABASE_NAME. Connections to this database from this server have been blocked to avoid data loss. Upgrade the web front end or the content database to ensure that these versions match.
Resolution:
The first thing we did was either remove content database from the web application which are having the error or Detach the database. This doesn’t seem to work. So we run the command
stsadm –o upgrade –inplace –url Central_Administration_URL –forceupgrade
and we were back in the business J.
The schema version (3.0.149.0) of the database DATA
DATABASE_NAME on DATABA_SESERVER_NAME is not consistent with the expected database schema version (3.X.X.X) on DATABASE_NAME. Connections to this database from this server have been blocked to avoid data loss. Upgrade the web front end or the content database to ensure that these versions match.
Resolution:
The first thing we did was either remove content database from the web application which are having the error or Detach the database. This doesn’t seem to work. So we run the command
stsadm –o upgrade –inplace –url Central_Administration_URL –forceupgrade
and we were back in the business J.
No comments:
Post a Comment