Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 Command Line Utilities : RepoRename

RepoRename
Command
RepoRename  -url url [-type type] [-ignoreErr] -file file | oldName newName
Purpose
Renames a node in a project. This command is primarily used with 4.x instances.
Do not rename the SYS_domain-name and AUTH_domain-name repository instances that store domain information. If you do, the administration server can no longer operate properly.
 
Renaming starts at this URL. The URL must be specified. Type RepoRename -help url for information on the url format.
-type type
-file file
Either -file or oldname newname must be specified, but not both
Types
The following types can be used in conjunction with the -type option.
 
Examples
RepoRename -url tibcr@inst1 -type aeclass foo bar
 
RepoRename -url tibcr@inst1 -type scalar ae/i4 ae/integer
 
RepoRename -url tibcr@inst1 -type scalar ae/i4 com/i4
 
RepoRename -url tibcr@inst1 -type scalar ae/myI4 /tibco/private/adapter/myAdapter/myScalars/I4
 
RepoRename -url tibcr@inst1 /tibco/private/foo/T1 /tibco/private/ba/typeT1
 
RepoRename -url c:/tibco/repos/foo.dat -file c:/temp/renList.txt
 
RepoRename -url c:/tibco/repos/foo.dat -ignoreErr -file c:/temp/ren.txt
Location
TIBCO_HOME\tra\version\bin

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved