I had the same issues troubleshooting psconfig. You could try the
following:
- Before you re-try, check to be sure that Our_Moss_ConfigDB is empty.
If there are any user-created objects in there, it will fail. You'll
have to delete them all (including stored procedures, functions, view,
and tables) or just drop and re-create the database.
- Be sure that the db is set up correctly, including collation and
owner. I trust that you're DBA is using http://tinyurl.com/ysyshn as a
reference? The url you posted is different. The collation must be
Latin1_General_CI_AS_KS_WS, which is not the default! It's not even
mentioned specifically in that MS url. The db owner must be the setup
account, and you must run the command under the setup account.
- enclose your password in double quotes.