In PRIME
In PRIME's system.properties these are the standard settings for response intervals and timeouts for PRIME Explorer (for executing searches, exporting data, ...) and for PRIME Designer (for testing connection, getting the scim resource types and getting the attribute lists). If needed, they can be configured.
dataSync.responsePollingIntervalInMs=200
dataSync.responsePollingTimeoutInMs=30000
dataSync.proxyConnectionTimeoutInMs=3600000
# when the connection timeout above occurs, spring logs a message on error level. To disable this enter: (Note: if you want to be sure not to miss any other logs do not turn this on)
dataSync.suppressSpringMvcExceptionsWhileTimeout=true
In customer system
In data_sync_proxy.yaml the following can be configured:
logging.config: ./log4j2.xml # Custom logging configuration
prime:
urls: # The urls of the Prime server(s) the proxy should connect to
- http://localhost:18080/prime_explorer
- http://localhost:18080/prime_designer
tenantId: 1 # The Tenant id the Proxy is used for
userName: admin # The userName for which to call the Rest Service
password: admin # The password of the user which triggers the Rest Service
reconnectDelay: 15000 # The delay how often the proxy checks if the connection is still active (in milliseconds)