Publishing Network data to Nitro

AD

Customers that use Network and Veeva Nitro can publish Network data to Nitro using the Veeva Connector.

Integration highlights

The following steps have been automated in the Veeva Connector to support the upload process:

  • Exporting CSV files in individual .gz files
  • Generating Nitro control files (CTL) in Network using Intelligent Load.

    The runTaskJob in the CTL file is set to jb_ftp_intelligentload__v.

  • Uploading .gz files and CTL files from Network to Nitro SFTP for processing

Overview of tasks

To publish Network data to Nitro, the following tasks must be completed:

  • Add Veeva Nitro FTP and API credentials to Network - The credentials are used to publish files to Nitro's FTP server and to connect to Veeva Nitro.
  • Create a system - The system for Nitro is used for target subscriptions and the Veeva connector.
  • Create a target subscription - Export the Network data in individual files to your FTP server.
  • Create a connector - Connect to Veeva Nitro to publish the Network data to Nitro's FTP.

The following sections describe how to complete these tasks.

Veeva Nitro requirements

Veeva Nitro must also be configured to enable the integration with Network. For more information, contact your Veeva Nitro representative.

Add Nitro credentials to Network

Add the Nitro FTP and API credentials so Network can access Nitro.

FTP credentials

Add the FTP credentials so Network can publish files to your Nitro FTP server.

To add the FTP credentials:

  1. In the Admin console, click Settings > External Credentials.
  2. Click Add Credentials.
  3. In the New External Credential dialog, select Nitro FTP. Click OK.
  4. Type the credentials and the URL to the appropriate server.

    The Nitro FTP URL must match the following regular expression pattern:

    *.veevanitro.com
  5. Click Test Connection to ensure the credentials are correct.
  6. Save your changes.

API credentials

These credentials are used to connect to Veeva Nitro.

To add the API credentials:

  1. On the External Credentials page, click Add Credentials.
  2. In the New External Credential dialog, select Nitro API. Click OK.
  3. Type the credentials that can be used to log into your Nitro application.

  4. Type the URL to the Nitro server.

    The URL must match the following pattern:

    https://*.veevanitro.com
  5. Click Test Connection to ensure the credentials are correct. Network will connect to Nitro using the SFTP protocol.
  6. Click Generate API Key. The Nitro API key is used in the CTL file generation.

    If the password changes for these user credentials, the API key becomes invalid. A new key must be generated.

  7. Save your changes.

Create a system

Create the system (System Interfaces > Systems) that you will use for target subscriptions and the connector. The settings for the system are minimal. Ensure that the Name and Description specifically identifies the system’s purpose to avoid confusion.

Example Nitro system

Create a target subscription

Use a target subscription to export data from Network in individually compressed (zip) files so the Network data can be uploaded to the Nitro FTP server.

To create the target subscription:

  1. In the Admin console, click System Interfaces > Target Subscriptions.
  2. Click Add Subscription.
  3. Configure the subscription Details and General Export Options sections as usual.

    For information about target subscription settings, see Add a target subscription.

  4. In the Export File Format section, select Compressed Individual Files.
  5. Choose the Gzip compression format.
  6. Save the target subscription.

On the Job Details page, the FTP Path indicates if the files were zipped individually.

Example path format:

/outbound/<system>/<target subscription name>/<sub directory with archive files>

Next steps

The Nitro Connector will run the target subscription and upload the files to your Network FTP server. Create a connector to Nitro so you can publish the data to Nitro's FTP server.

Create a connector to Veeva Nitro

Configure the Veeva Connector to upload the target subscription data to Nitro's FTP server.

  1. In the Admin console, click System Interfaces > Veeva Connector.
  2. Click Add Veeva Connector.
  3. In the Add Veeva Connector dialog, expand the lists to select the following values:

    • Connector Type - Nitro
    • Operation - Upload

    Click Next.

  4. In the Details section, choose Enabled and type a Name for the connector.
  5. Define the following details in the Network Data section:

    • System - Select the Nitro system that you created.
    • Target Subscription - Select the target system that you used to export the data for Nitro.
  6. Specify the Nitro credentials in the Connection Settings section:

    • Nitro FTP Credential - Choose the credential that you created for Nitro FTP.
    • Nitro API Credential - Choose the credential that you created for Nitro API.

    For each credential, click Test Connection to ensure that the credentials are valid.

  7. In the Control File (CTL) Settings section, define the following details:

    • Network CSV Filename - The name of the .csv file that you exported in the target subscription; for example, hcp.csv or address.csv.
    • Target Table Name - The name of the staging table in Veeva Nitro.
    • Max Error Count - Set a maximum number of errors that can occur before the job stops processing.

    To include more files, click + Add File.

  8. In the Job Trigger Configuration section, define the schedule for the job and any subsequent actions that will start when this job finishes.

    Job Schedule - Run the subscription manually or on a scheduled basis. If you select Manual, the subscription only runs when you click the Start Job button on the subscription page.

    Job Triggers - Trigger other actions to start after a job runs.

    Available triggers:

    • Send email - Specify users that should be notified for successful and unsuccessful job outcomes.
    • Start a job - Start a subsequent job when this job successfully completes.

    For more information, see Subscription job triggers.

  9. Save your changes.

When the job runs, Network generates the .ctl files and connects to the Nitro FTP to publish the files.