DUPLICATENAMES (Global Project Administration)
- Last UpdatedMar 22, 2022
- 2 minute read
Function:
Checks for elements with duplicate names in the Project.
Description:
The administrator can specify all Databases (DBs) in the Project or a list.
The process takes place in several stages, using different variations of the command. A typical sequence is shown in the examples.
Example of Command Sequence:
|
DUPLIC START Initializes memory allocation, etc. DUPLIC FILE /file name Specifies file for report. If this command is not given, the report will be sent to the screen. DUPLIC INCLUDE ALL Includes all the DBs in the Project in the check. |
|
DUPLIC EXCLUDE DB dbname dbname ... Excludes the named DBs from the check. DUPLIC CHECK Performs duplicate name check on the DBs specified in the INCLUDE and EXCLUDE options, and exit. The list of DBs to be checked will be emptied. |
If the administrator wants to do another check, they must give the DUPLIC START command again, redefine the list of DBs they want to check, and give the DUPLIC CHECK command again.
Other Examples:
Other options which the administrator can use to set up the list of DBs are as follows:
|
DUPLIC INCLUDE DB dbname dbname ... Includes the named DBs in the check. DUPLIC INCLUDE CLEAR Removes all entries in the INCLUDE list. DUPLIC INCLUDE LIST Lists all entries in the INCLUDE list. DUPLIC EXCLUDE CLEAR Removes all entries in the EXCLUDE list. |
|
DUPLIC EXCLUDE LIST Lists all entries in the EXCLUDE list. The output reports the element name and the DB reference number and DB Number for each of the duplicates, for example: /00NEB0SED =15196/3964, 7004, =15192/24230, 7000 /00NEB0SFD =15196/3965, 7004, =15192/24231, 7000 /00NEB0SFE =15196/3966, 7004, =15192/24232, 7000 |
If both MASTER and COPY DBs occur in the list then the DB references and numbers will be identical. If necessary, use the LIST DBS command to associate a DB name with a DB Number.
Command Syntax:
|
>--- DUPLICatenames START ---> >--- DUPLICatenames FIle file name ---> >--- DUPLICatenames INclude ---+--- ALL ---------------------. >--- DUPLICatenames CHECK ---> |