Thursday, January 7, 2010

Server error: http://go.microsoft.com/fwlink?LinkID=96177

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.

STSADM “Command Line Error”

Today I was deploying a solution to my server through the command line.
After pasting command that I had copied from a web I received the "Command Line Error".

Resolution:

The solution is to write the command without paste. The reason is the encoding of the pasted text. I found the explanation in the blog in the related links.