I am trying to upgrade a sql server geodatabase from sde 9.3 to 10. SDE is installed on one machine, and SQL Server with the geodatabase is installed on a different server. The SQL Server native client is installed on the machine with ArcGIS Desktop v10sp2 and ArcSDE v10. When I create a direct connection to the geodatabase using ArcCatalog v10sp2 and the sde login, the prerequisites check runs successfully, the sde tables and procedures were updated, but the log window finishes with "Database user name and current user schema do not match." and then Upgrade failed.
The SQL server 2005 database is owned by a network account . It has an sde user (with associated login and schema) which is part of db_owners. There is also another user called geodata which is part of db_owners, has a login of the same name as well as schema. Most of the data in this geodatabase is in the geodata schema e.g. GEODATA.PARCEL_FABRIC. There is, however some data that is simply stored in the dbo schema e.g. dbo.NewWater.
After the upgrade failed as the sde user, I attempted the upgrade again as both the database owner and the GEODATA user, each time resulting in the same message.
Can you suggest changes that I could implement that would allow the database upgrade to complete successfully?
Thanks,
Patricia