|
• The names “direct” and “default” in any case, or combination of cases, cannot be used as proxy host names or aliases. Spaces and commas in host names or aliases are invalid characters.
• The valid range for port numbers is 0 to 65535. To specify an alias, the administrator can use port number as 0.
|
Property
|
Description
|
||||
mksis.proxyList=
|
Enables proxying for one or more remote servers. Proxies can be defined by using alias or in serverhostname:port format.
|
||||
mksis.<alias>.targetServerID=<hostname:port>
|
If you use alias in proxy list, you must define host name and port number for it. Aliases may be nested to fixed depth of 20. Aliases may also be used to resolve or redirect client alias or server ID usage. Each alias must have explicit definition in this form, for example:
mksis.FieldOffice.targetServerID=1.2.43.65:7001
|
||||
mksis.proxy.default.adminUser=
|
User name for default administrative user who controls permissions and access to information on proxied connection.
|
||||
mksis.proxy.default.adminPassword=
|
Password for default administrative user.
|
||||
mksis.proxy.<serverAlias>.adminUser=
|
User name for administrative user who controls permissions and access to information on specified target server alias. If property is not specified, default administrative user used.
|
||||
mksis.proxy.<serverAlias>.adminPassword=
|
Password for administrative user for specified target server alias. If property is not specified, default setting is used.
|
|
Cache properties must be defined for FSA to function.
|
Property
|
Description
|
||
si.Cache.default.<propertyName>=<value>
|
Default value for given property used by all caches in Windchill RV&S server (server or proxy).
|
||
si.ProxyCache.default.<propertyName>=<value>
|
Default value for given property used by all proxy caches in Windchill RV&S server.
|
||
si.ProxyCache.<alias>.<propertyName>=<value>
|
Value for given property used by specified proxied server (defined by <alias>).
|
||
si.ProxyCache.default.bulkMemSize=
si.ProxyCache.<alias>.bulkMemSize=
|
Maximum memory use for proxy bulk data cache. Cache size in kilobytes (k/K), megabytes (m/M), or gigabytes (g/G).
Default is 30M.
|
||
si.ProxyCache.default.bulkDiskSize=
si.ProxyCache.<alias>.bulkDiskSize=
|
Disk space allocated to bulk data cache for proxy. Cache size in kilobytes (k/K), megabytes (m/M), or gigabytes (g/G).
Default is 25G.
Value should be larger than largest member revision added to archive through Add Member or Checkin commands.
|
||
si.ProxyCache.<alias>.bulkRootDir=
|
Location of bulk data cache for proxy.
The default location is installdir/server/mks/<proxyalias>/bulk for proxy bulkdata caches.
You should specify an absolute path.
|
||
si.ProxyCache.<alias>.rootDir=
|
Location of metadata cache for proxy.
The default location is installdir/server/mks/<proxyalias>/metadata.
You should specify an absolute path.
|
||
si.ProxyCache.default.size=
si.ProxyCache.<alias>.size=
|
Maximum memory use for proxy cache. Cache size in kilobytes (k/K), megabytes (m/M), or gigabytes (g/G).
Default is 16M. Maximum is 2G/2048M.
|
||
si.default.autoFetchNewRevisions=
si.<alias>.autoFetchNewRevisions=
|
If true, allows proxy to automatically download bulk data for newly checked-in revisions or added members. If false, bulk data for new revisions is not automatically downloaded by proxy. Default is true.
Override default behavior for specific alias by setting this property.
|
||
si.default.filterTopLevelProjects=
si.<alias>.filterTopLevelProjects=
|
If true, causes Windchill RV&S to filter Registered Projects list and display only users who have permission to open it for proxy and server. If false, does not filter Registered Projects list for proxy and server. Default is false. Override default behavior for specific alias by setting this property.
|
Property
|
Description
|
||
si.Cache.default.journalHighWater=
si.Cache.default.journalLowWater=
|
High and low marks for journal of events. Windchill RV&S server maintains journal of all events to allow for bringing clients and proxies back in sync after disconnect or server reboot. Higher number of journal entries allows longer outage without having to completely clear client cache. Defaults are:
si.Cache.default.journalHighWater=100000
si.Cache.default.journalLowWater=80000
|
||
si.Cache.default.journalClientEventCountLimit=
|
Client sync limit. Client caches are cleared when a client reconnects after an outage exceeds this limit. Default is 20000.
|
||
si.Cache.default.evtQueueWarningLimitProxy
si.Cache.default.evtQueueErrorLimitProxy
|
Number of events in the event queue that cause a warning to be logged.
Number of events in the event queue that cause the proxy to be disconnected.
Defaults for propagating events to proxy:
si.Cache.default.evtQueueWarningLimitProxy=500
si.Cache.default.evtQueueErrorLimitProxy=1000
|
||
si.Cache.default.evtQueueWarningIntervalProxy
|
Time interval between warnings messages if the queue stays above the warning limit for period of time.
Default in seconds: 60
|
||
si.default.filterTopLevelProjects=
|
If true, causes Windchill RV&S to filter Registered Projects list and display only those users who have permission to open it for proxy and server. If false, does not filter Registered Projects list for proxy and server. Default is false. Override default behavior for specific alias by setting this property.
|