Configure the Database.inf File

On the new server, configure the Database.inf file.

Procedure

  1. In the database.inf file, copy all text between and including the lines [BCDemo] and DBSQLDatabseImport=none.
  2. Create space at the end of the file by pressing Enter.
  3. Right-click and paste the text at the end of the file.
  4. Change all references of BCDemo in the copied data to the customer's database name (as shown in bold below).
  5. Save the changes.

    [BCDemo]

    DBSQLUsername=sa

    DBSQLPassword=9E0D2134DCEB08B4FE13DBF934AFB9DBC85D11C85D9284C9

    DBSQLServer=Server Name\HCNSQL07

    DBSQLDatabasePractice=BCDemo07

    DBSQLDatabaseImport=none

    [Customers Database Name]

    DBSQLUsername=sa

    DBSQLPassword=9E0D2134DCEB08B4FE13DBF934AFB9DBC85D11C85D9284C9

    DBSQLServer=Server Name\HCNSQL07

    DBSQLDatabasePractice=Customers Database Name

    DBSQLDatabaseImport=none

    [CurrentVersion]

    BlueChip=2.8.2.0

Results

The Database.inf file is configured for use on the new server.