Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When connecting FactoryLogix to a V7 database, first you need to determine if the Database Source Name (DSN) connection to the V7 database will use SQL or Windows authentication. Although you can change this option at any time, it is important to determine which authentication method you will use to avoid any disruption of system usage:

  • Windows authentication requires creating Active Directory accounts which may be subject to any applicable Group Policy Objects (GPOs), including password strength and expirations. If a password expires, system downtime may occur.

  • SQL authentication requires only a single account that the system will use to access the FactoryLogix database.

The FactoryLogix Application Server will be configured at the time of installation to maintain a connection to your existing V7 database. When you create a new assembly or process in the FactoryLogix NPI client application, you will be given the option to base it on any process revision contained in your V7 assembly tree.

...

...

Note

...

The V7 database connection only needs to be set up on the FactoryLogix Application Server—any connecting clients will not need the V7 DSN configured.

Set up an ODBC connection to the V7 database

  1. From the FactoryLogix Application Server, access the system's ODBC Data Source Administrator by selecting Start > Administrative Tools > Data Sources (ODBC).

  2. On the System DSN tab, select Add to add a system data source.

...

  1. ODBS Data Source Administrator optionsImage Added
  2. Select SQL Server Native Client 11.0 or SQL Server Native Client RDA 11.0 to select the driver, then select Finish.

  3. In the Create a New Data Source to SQL Server dialog, enter a Name for the connection (FUSION, for example), and (optionally) a Description in the fields provided.

...

  1. Create a New Data Source to SQL ServerImage Added
  2. Under Which SQL Server do you want to connect to? enter the SQL Server name or IP address or select from drop-down, then select Next.

  3. Do one of the following to select an authentication method:

    • If using Windows authentication, select the With Integrated Windows authentication button.

    • If using SQL authentication, select the With SQL Server authentication using a login ID and password entered by the user button.

      • Enter the SQL user Login ID.

      • Enter the SQL user Password.

...

      • Select an authentication methodImage Added
  1. Select Next.

  2. Enable the Change default database to: check box, then select the Fusion database from drop-down.

...

  1. Change Default Database To dialogImage Added
  2. Accept the other default settings, then select Next.

  3. Accept the defaults on next page, then select Finish.

...

  1. Accept default settings, then select FinishImage Added
  2. Select the Test Data Source button. The system should respond with the message Test completed successfully.

  3. Select OK and exit ODBC Administrator.