Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Before You Begin
  4. Pre-Installation Tasks
  5. B2B Data Exchange Installation
  6. Post-Installation Tasks
  7. Installing the Partners Portal on Non-B2B Data Exchange Nodes
  8. Upgrading B2B Data Exchange
  9. Starting and Stopping B2B Data Exchange
  10. Optional B2B Data Exchange Configuration
  11. Migrating OEM Managed File Transfer Endpoint
  12. Installing and Configuring the B2B Data Exchange Accelerator for Data Archive
  13. Uninstallation

Installation and Configuration Guide

Installation and Configuration Guide

Creating a File Archive User

Creating a File Archive User

You must create a file archive user before you create a file archive folder. The file archive user can access the file archive folder.

Data Archive 5.3.6

Create a file archive user with the
sa_user
role.
To create a user, run the following command with the
npa_admin
tool:
add_user <username>, <password>
The user must be able to query the NPA system data. To enable this capability, run the following command with the
npa_admin
tool:
add_user_role dxarchive, query, npa_system

Data Archive 6.1

To create a file archive user, perform the following steps:
  1. Login to the FAS service using SSASQL, for example with the following command:
    SSASQL meta meta dba/dba
  2. To create a user, type the following command:
    create authorization dx_fas /dx_fas
  3. To assign DBA privileges, type the following command:
    cgrant DBA to dx_fas
  4. To commit the changes, type the following command:
    commit

0 COMMENTS

We’d like to hear from you!