OR
Detach your current production DB, copy it to the new server, and attach it to the new instance of SQL. You will need to recreate the doclink20 SQL login manually.USE doclink2; GO sp_change_users_login @Action='update_one', @UserNamePattern='doclink20', @LoginName='doclink20'; GO
TRUNCATE TABLE [SystemLicensing]
![]() |
If there is a separate IIS server hosting the DocLink Remote Server components, repeat Step 7 on that server. |
Moving the Document Store (IMStore)