Installation et configuration de l'agent > Agent Windchill RV&S Configuration > Agent Windchill RV&S Configuration Properties
Agent Windchill RV&S Configuration Properties
This topic lists configuration properties that affect the operation of the Agent Windchill RV&S. These properties are located in:
installdir/config/agent.properties
* 
When specifying values for directories or file paths, you must use a single forward slash.
For changes to this configuration properties file to take effect, the Agent Windchill RV&S must be restarted.
Agent Windchill RV&S Property
Description
mksagent.clear.port
Clear text port number. To disable clear port, set policy to 0. (You can retain old port number in comment.)
Port number must not exceed 65535. Numbers less than 1024 may require extra privileges on Linux machines.
If you specify port number already in use on server machine, Agent Windchill RV&S shuts down when you try to run it. Default is 9101.
mksagent.secure.port
Secure (TLS or SSL) port number. To disable secure port, set policy to 0. (You can retain old port number in comment.)
Port number must not exceed 65535. Numbers less than 1024 may require extra privileges on Linux machines.
If you specify port number already in use on the remote machine, Agent Windchill RV&S shuts down when you try to run it.
If specified to value other than 0, secure port used and only port that can be open on server. Default is 0.
mksagent.privatekey.password
Password for recovering private key for server's certificate from certificate store. Password must match one found in certificate store. Policy used only if secure port enabled.
mksagent.smtpserver.hostname
Name of mail server used by event trigger environment bean method sendMail(). Default is property not enabled.
mksagent.smtpserver.port
Port of mail server used by event trigger environment bean method sendMail(). Default port is 25.
mksagent.triggers.environmentVariables
File containing runtime properties for event trigger environment beans. Default is data/triggers/env.properties.
java.system.property.smtpencoding
Character set used when sending e-mail. Default is UTF-8.
java.security.property.networkaddress.cache.ttl
Number of seconds to cache successful connections to directory servers for failover. Default is 60.
java.security.property.networkaddress.cache.negative
Number of seconds to cache unsuccessful connections to directory servers for failover. Default is 60.
mksagent.apiSession.defaultHostname
mksagent.apiSession.defaultPort
mksagent.apiSession.defaultUser
mksagent.apiSession.defaultPassword
Properties that define the default integrations API session available from the trigger environment bean.
mksagent.rmi.connectiontimeout
Specifies the timeout duration in seconds for RMI thread from the agent application to the main Windchill RV&S server.
In case of low bandwidth or high latency network environment, the RMI threads from the Windchill RV&S agent application may get blocked for longer duration while connecting to the main server. Depending on the network bandwidth or latency, you can adjust the value for this property.
Setting the value to 0 disables the timeout and the application threads wait indefinitely till the connection with the server is successful.
Est-ce que cela a été utile ?