Azure AD Connect Restore using SQL Express and Existing ADSync DB files

Parin Das 2 Reputation points
2021-02-11T06:54:47.733+00:00

Hello Experts,

I have a situation, where we want to restore Azure AD Connect which was built using default SQL express.

What I want to do is, use existing ADSync database files ADSync.mdf and ldf files and build Azure AD Connect using these db files.
Also I want to use the deafult / in build SQL Express.

I searched for MS document but could not find anything relevant. All the have is about migration from SQL Express to new standalone SQL which is not my case here.

Please assist.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,421 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Siva-kumar-selvaraj 15,666 Reputation points
    2021-02-15T11:21:29.6+00:00

    Hello @Anonymous , Thanks for reaching out and sorry for delayed response.

    Deploying Azure AD Connect against an existing ADSync database is only supported with full SQL. It is not supported with SQL Express LocalDB. If you have an existing ADSync database in LocalDB that you wish to use, you must first backup the ADSync database (LocalDB) and restore it to full SQL. After which, you can deploy Azure AD Connect against the restored database using this method.

    The version of the Azure AD Connect used for installation must satisfy the following criteria:

    • 1.1.613.0 or above, AND
    • Same or higher than the version of the Azure AD Connect last used with the ADSync database. If the Azure AD Connect version used for installation is higher than the version last used with the ADSync database, then a full sync may be required. Full sync is required if there are schema or sync rule changes between the two versions.

    Refer this article to know all supported scenarios and prerequisites for Install Azure AD Connect using an existing ADSync database.

    But, if you still have access to your Azure AD connect environment then you could use this alternative approach which help you to Import and export Azure AD Connect configuration settings and then install Azure AD connect on new server to have identical configuration.

    ------------------------------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.