Previous Topic

Next Topic

Book Contents

ImportUtility

Purpose

Securely import reporting content you export using Cognos commands to a new instance of the InForm Reporting server.

Location

The InForm application server folder on the InForm application server. For example, <Installation_Directory>\InForm\bin.

Usage

ImportUtility [-all | -import | -nopwd | -pfmtr]

Command parameters

Option

Parameter

-all

  • Creates a secure staging folder on the Reporting server accessible to system administrators.

    The name of the staging folder is SecureImport_<timestamp>.

  • Creates the import specification object on the Reporting server accessible to system administrators.
  • Imports the content from a password-protected deployment package to the SecureImport_<timestamp> folder and makes it accessible only to system administrators.
  • Copies the imported content to the Public folders on the Reporting server.
  • Deletes the SecureImport_<timestamp> folder, all its content, and the import specification object.

-import

  • Creates a secure staging folder on the Reporting server accessible to system administrators.

    The name of the staging folder is SecureImport_<timestamp>.

  • Creates the import specification object on the Reporting server accessible to system administrators.
  • Imports the content from a password-protected deployment package to the SecureImport_<timestamp>.
  • Deletes the import specification object.

-nopwd

  • Creates a secure staging folder on the Reporting server accessible to system administrators.

    The name of the staging folder is SecureImport_<timestamp>.

  • Creates the import specification object on the Reporting server accessible to system administrators.
  • Imports the deployment package content to the SecureImport_<timestamp> folder and makes it accessible only to system administrators.
  • Copies the imported content to the Public folders on the Reporting server.
  • Deletes the SecureImport_<timestamp> folder, all its content, and the import specification object.

-pfmtr

  • Creates a secure staging folder on the Reporting server accessible to system administrators.

    The name of the staging folder is SecureImport_<timestamp>.

  • Creates the import specification object on the Reporting server accessible to system administrators.
  • Imports the content to the SecureImport_<timestamp> folder.
  • Deletes the import specification object.

Command line prompts

Depending on the option you specify with the ImportUtility, you are prompted for the following parameters:

For legacy purposes, you can also pass the parameters by using the /accountparams:"path_to_parameter_file" command option.

When specified, this option includes the path to a text file that contains the values required to run the command. The format of the parameter file is parameter=value. There is a new line for each parameter, and there are no spaces on a line.

Notes

Example

ImportUtility -all "E\scripts\import.txt"

Send Feedback