cancel
Showing results for 
Search instead for 
Did you mean: 

What are the procedures to copy Onbase/IAConnect from 2008 R2 db server to 2014 db server?

Gabriel_Rios
Champ on-the-rise
Champ on-the-rise

We are moving our Onbase/IAConnect database over to a new physical server. What are the procedures to do this?

1 ACCEPTED ANSWER

Ansley_Ingram
Elite Collaborator
Elite Collaborator

Hi Gabe,

Moving the OnBase database to a different physical server is generally accomplished using the Detach and Attach method in SQL Server. This is the same whether upgrading to a different version of SQL Server or not. The only things specific to OnBase regarding the move would be to run RecreateDBUsers on the destination instance after moving the database and to update your ODBC sources to point to the new location (as well as upgrading your ODBC drivers if you're moving to a new version).

Hope that helps.
Ansley

View answer in original post

1 REPLY 1

Ansley_Ingram
Elite Collaborator
Elite Collaborator

Hi Gabe,

Moving the OnBase database to a different physical server is generally accomplished using the Detach and Attach method in SQL Server. This is the same whether upgrading to a different version of SQL Server or not. The only things specific to OnBase regarding the move would be to run RecreateDBUsers on the destination instance after moving the database and to update your ODBC sources to point to the new location (as well as upgrading your ODBC drivers if you're moving to a new version).

Hope that helps.
Ansley