Use an existing configuration database
This topic provides instructions for using an existing configuration database.
To use an existing configuration database
-
In the previous SharePoint environment, do the following.
-
Stop the Windows SharePoint Services Timer service.
-
Open the Services Microsoft Management Console (MMC) snap-in.
Note: For instructions on accessing the Services Microsoft Management Console (MMC) snap-in, see the Microsoft TechNet Library at http://technet.microsoft.com/en-us/library/cc772408.aspx.
-
Right-click the Windows SharePoint Services Timer service and select Stop.
-
-
Backup the database using Microsoft SQL Server Management Studio.
-
Start the Windows SharePoint Services Timer service.
-
Open the Services Microsoft Management Console (MMC) snap-in.
Note: For instructions on accessing the Services Microsoft Management Console (MMC) snap-in, see the Microsoft TechNet Library at http://technet.microsoft.com/en-us/library/cc772408.aspx.
-
Right-click the Windows SharePoint Services Timer service and select Start.
-
-
Restore the backed up database to the SharePoint Subscription Edition location using Microsoft SQL Server Management Studio.
-
Execute the “_PrepareForNewEnvironment” stored procedure to delete existing references to content databases and Nintex Live service requests.
These references are re-added as needed when existing content databases are reattached.
-
In Microsoft SQL Server Management Studio, in Object Explorer, expand Databases.
-
Expand the database, expand Programmability, and then expand Stored Procedures.
-
Right-click stored procedure “_PrepareForNewEnvironment” and select Execute Stored Procedure.
-
In the Execute Procedure dialog box, click OK.
Note: For more information about executing stored procedures in Microsoft SQL Server Management Studio, see the following Microsoft article: Execute a Stored Procedure.
-
-
-
In the SharePoint Subscription Edition environment, do the following.
-
Migrate (or backup and restore) the prepared database to the SharePoint Subscription Edition SQL instance.
Note: This step is not necessary if your and new and previous SharePoint environments share the same SQL instance.
-
Configure Nintex Workflow to use the prepared database as its configuration database.
-
On the Central Administration Home page, click Nintex Administration.
-
Under Licensing and setup, click Database management.
-
Under Nintex Workflow, under Configuration database, click Create.
-
On the Create configuration database page, enter the name of your database server and existing configuration database name.
-
Select the check box Connect to an existing database.
-
Click OK.
-
-