< All Topics
Print
Table of Contents

Overview

This document describes the integration process between FenixDFA and Backup Exec, detailing the required configuration steps and data needed for successful integration.

Prerequisites

  • Access to the Backup Exec database with administrative privileges
  • Installed MSSQL Server (used by Backup Exec)

Configuration Process

1. Database Configuration

  1. Ensure that the Backup Exec database is accessible and the required services are running.
  2. Identify the database instance and confirm the connection details, including host, port, and database name.

2. Setup User Credentials

  1. For Windows Authentication:
    • Ensure the system running the import process has appropriate domain credentials with access to the Backup Exec database.
  2. For SQL Authentication:
    • Create or identify a SQL Server user with db_datareader permissions on the Backup Exec database.
    • Note down the username and password.

3. Configure the Importer

To configure the FenixDFA Backup Exec Importer, provide the following details:

Configuration

	Instance                // MSSQL Instance Name (e.g., `MSSQLSERVER`)
	Host                    // IP Address or Hostname of the SQL Server
	Port                    // Port Number (default: 1433)
	Database name           // Backup Exec Database Name (e.g., `BEDB`)
	Windows autheticate     // `true` for Windows Authentication, `false` for SQL Authentication
	Username                // SQL Username (leave blank for Windows Authentication)
	Password                // SQL Password (leave blank for Windows Authentication)