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


Chapter 6 Command Line Utilities : RepoCreateInstance

RepoCreateInstance
Command
RepoCreateInstance -url url [-configFile configFile]
Purpose
Create a new project (repository instance). This command is primarily used with 4.x instances.
 
 
Location of the project. Type RepoCreateInstance -help url for information on the url format. (-url must be specified). To create a project managed by a remote server, the server name must be provided by the server parameter inside url. See Server-Based Repository Locator String.
-configFile configFile
If this argument is not given, RepoCreateInstance uses default property files. The default property files are localInstanceInfo.ini and remoteInstanceInfo.ini. If the URL specifies a remote instance, the default property file is remoteInstanceInfo.ini. If the url specifies a local instance, the default property file is localInstanceInfo.ini.
Examples
The following command (entered on one line) creates a server-based project.
 
RepoCreateInstance -url tibcr://myIns:server=serv1:service=9000:username=sky:password=blue
 
RepoCreateInstance -url localrepo@/temp/myInst.dat
Location
TIBCO_HOME\tra\version\bin\

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