Error in request: Timeout received while running Macro Follow
Timeout error: When querying that will returns a large data set, the screen will timeout. Error in request: Timeout received while running Macro. Check PopupMessages and StatusBarMessages for more details.
This is caused by one of 2 issues
1) Handling of popup windows. In Edit check handle popups
2) Editing the systems properties to increase/decrease the timeout values from Forms.
To customize the timeout value, go to Admin > Properties and use one of the following properties:
FORM_TIMEOUT=20000
SESSION_MANAGER_PARTIAL_SESSIONS_TIMEOUT_SECONDS=1800
SESSION_MANAGER_CLEANUP_PERIODIC_DELAY_SECONDS=60
SESSION_MANAGER_SINGLE_USE_TIMEOUT_SECONDS=20
SESSION_MANAGER_CONNECTION_POOL_SIZE=3
SESSION_MANAGER_CONNECTION_POOL_HEARTBEAT_SECONDS=20
SESSION_MANAGER_CONNECTION_POOL_TIMEOUT_SECONDS=180
SESSION_MANAGER_MAX_POOL_WAIT_TIME_SECONDS=60
USER_DATA_TIMEOUT_SECONDS=60
USER_DATA_CLEANUP_PERIODIC_DELAY_SECONDS=60
Comments
0 comments
Please sign in to leave a comment.