Previous Topic

Next Topic

Book Contents

Study registration

You must register the User Management Interface on each study that will be called.

To register the User Management Interface on a study:

  1. Open a Command Prompt window and change to the <InForm SDK\Provisioning> directory of the installation directory.
  2. Issue the following command:

    RegisterUMI.cmd <InForm bin directory> <User Management Interface bin directory> <study name>

Note: The <InForm bin directory> must be enclosed in double quotes. Otherwise, spaces in the directory's path will cause the command to fail.

To unregister the User Management Interface from a study:

  1. Open a Command Prompt window and change to the <InForm SDK\Provisioning> directory of the installation directory.
  2. Issue the following command:

    UnregisterUMI.cmd <InForm bin directory> <study name>

Note: The <InForm bin directory> must be enclosed in double quotes. Otherwise, spaces in the directory's path will cause the command to fail.

Send Feedback