Usage

The generateAppAuth script is located in InstallDir\tools\maximo\pmsc directory.

Usage is as follows:

generateAppAuth -objectStructure=generateAppAuth.xml -input=generateAppAuth.properties

-objectStructure
An .xml file that includes the tables to be updated.
-input
A properties file that contains the user configuration data.

Properties file

The generateAppAuth properties file must contain two properties: GROUPS and APPS.

GROUPS is a list of group pairs of the form OLDGROUP:NEWGROUP, where OLDGROUP is the group configured at installation (for example, PMSCADM) and NEWGROUP is the new user-defined group.

APPS is the list of Service Catalog applications for which new authorization records will be created.

Table 1. generateAppAuth properties file
Property Required Example
GROUPS YES GROUP1:GROUP2, …
APPS YES PMSCOFFCAT,…
Note: Prior to running generateAppAuth, the generateAppAuth.properties file must be modified to identify the new user group and application data.


Feedback