Deleting Profiles from the Command Line |
DEVELOPER |
The Profile Delete utility provides a simple way for you to delete PROIV Operators from the command line.
To delete, simply execute the runproiv script in UNIX with the following parameters:
./runproiv.sh /proivhome/config/decvt100.properties %%% %%% operators mydeletedresults.txt Frank Urika delete 2>&1 > runproiv.log
Field |
Description |
Config File |
The location of the configuration file you will use to launch the PROIV session. Command line execution must use a non gui character based terminal type. |
PROIV Company Division |
Must be %%% to successfully execute this functionality. This operator is included as part of the standard distribution. |
PROIV Operator |
Must be %%% to successfully execute this functionality. This operator is included as part of the standard distribution. |
Profile Type |
This will be "operators" or "projects". |
Results File |
Output of the results (including any exceptions). This file will reside in the boots folder if no path is specified |
Selection From |
In the example of an operator delete, this will be the PROIV operator. For a project delete, this will be the PROIV project. |
Selection To |
In the example of an operator delete, this will be the PROIV operator. For a project delete, this will be the PROIV project. |
Action Type |
For delete, this must be "delete". |
1. Reserved PROIV operators that are included as part of the PROIV distribution will not be removed using this method.
2. Reserved PROIV project (Default Project 1.0) included as part of the PROIV distribution will not be removed using this method.
3. Reserved PROIV operator %%%% must be present in your PROIV environment.
Topic ID: 500392