What is the syntax to run an Import in the Directory and Resource Administrator Reporting tool from (NETIQKB19318)

  • 7719318
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
What is the syntax to run an Import in the Directory and Resource Administrator Reporting tool from the Command Line?

fact
Directory and Resource Administrator 6.x

fact
Directory and Resource Administrator 7.x

fix

To import data from the command line, you must be associated with the Built-in Reporting or the Reporting Admin role. The Directory and Resource Administrator (DRA) Reporting tool provides the following command for importing data into the reporting database. This command uses the import settings most recently specified on the Directory and Resource Reporting Import window. Execute this command in the following directory: Program Files\NetIQ\DRA\Reporting.

Syntax


OAREPT /IMPORTBATCH [/LINKDB:dbname] [/SERVER:AdminServer]

Options


/LINKDB:dbname
Specifies the database file into which Reporting imports data. If you do not specify the /LINKDB option, the Reporting creates the OAREPT-adminserver.mdb file and imports the data into the new file. If you specify the /LINKDB option, the tool imports data into the database file specified by the dbname variable.
You can either specify the full path or just the .mdb file name for the dbname variable. If you specify just the .mdb file name, Reporting looks for the specified file in the directory last specified on the Select Import Database window. To display this window, click Select Import Database on the File menu. By default, Reporting looks for the specified file in the following directory: Program Files\NetIQ\DRA\Reporting.

/SERVER:AdminServer
Specifies the Administration server from which you want to import data.



note

For more information on how to publish the reports into HTML format, please refer to the following Knowledge Base article:

How to Publish Reports in an HTML Format for Viewing in the Web Console?

https://www.netiq.com/kb/esupport/consumer/esupport.asp?id=NETIQKB1182



Additional Information

Formerly known as NETIQKB19318