Joe, can you find or install another (temp) SQL instance and restore it there. Then copy the data to where you need it? I am not an expert, but from everything I have every seen re the SDE restores, it must be to the same name to work.
I have an old backup of a database, I wanted to restore but I cant use the same name because there is already a database in the instance with that name... I renamed it but not being able to connect to it.
This thread is a bit older, but wanted to add a tid bit from a case I just got.
If you happen to rename the database in SQL Server, and do not remember the original geodatabase name, you can check that in the database_name column of your sde_table_registry table. That table hard codes the name of the database as it was when the geodatabase was created.
Methods to move a geodatabase in SQL Server—Help | ArcGIS Desktop
Arsujit's post on Jul 23, 2014 6:46 AM worked for me! Thanks!
I had the same error and that was because I had "renamed" the database using SQL Server Management Studio. I restored from a backup and able to connect fine.
This could be two different issues actually...
Bezaye Tesfaye: Did you change the name of the geodatabase while making a copy? We cannot change the name of the geodatabase once created...
Dan Pitterle: Did you resynch the logins after restoring the backup?
29672 - Re-synch SQL Server logins or users after restoring a database from backup
I received the same error message when trying to connect to an SDE that I restored from a backup. I successfully connected once using the following steps in SQL Server Management Studio:
Under Security > Users - delete the user
Add a the user back to the database from the list of SQL users and provide the same Database role membership
Detatch the database
Re-attach the database
I have not been able to reproduce this success on subsequent restored backups.
Anybody have an answer to this?
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.