Local Project URL


Local repositories start with the instance name, which can optionally be preceded by localrepo@. The instance name can either be a fully qualified path or a relative path. The .dat extension is optional.

In addition, clients support the following optional parameters separated by colons:

Table 12 Optional parameters for local project URL
Parameter
Description
userName
Any identifier (if not present or empty makes a read-only client).
urlFile
Path to the adapter’s properties file.
The property file identifier can either be a fully qualified path or a relative path. The legal properties in this file are the same as optional properties specified above. The properties in the file are appended to the repository locator string. If the same property appears in both locator string and property file, the properties in the locator string take precedence. Property values starting with # are considered obfuscated.
typeAccess
Type of client connection. Valid values are:
  • CLIENT_USAGE_DONT_CARE Adapter reads until update, then switches to write. This is the default.
  • CLIENT_USAGE_READ_ONLY Adapter is not allowed to do updates.
  • CLIENT_USAGE_READ_WRITE Adapter can do both reads and updates.
  • CLIENT_USAGE_REACQUIRE_INSTANCE_LOCK Adapter is allowed to overwrite this local repository even if a lock file exists, as long as it’s the same user.
  • CLIENT_USAGE_FORCE_INSTANCE_LOCK Adapter is allowed to overwrite this local repository even if a lock file exists. WARNING: Using this option may result in other users overwriting your project.
See the TIBCO Administrator Server Configuration Guide for additional information.

Examples
 
myProj.dat 
myProj 
myProj/myrepo.dat 

TIBCO Adapter™ for COM User’s Guide
Software Release 5.3, September 2005
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com