When opening an Automic BusinessObjects (BOBJ) job in the Automic Web Interface (AWI), the prompts fail to load. The interface returns a timeout error after exactly 180,000 milliseconds (3 minutes). This occurs when the integration is waiting for a response from the SAP BusinessObjects server.
Users see the following error message in the AWI UI: Error Loading Prompts: Request timed out (180000)
The default timeout for asynchronous loading in the Automic Web Interface is set to 3 minutes (180000ms). If the SAP BusinessObjects server takes longer than this to return the prompt metadata or list of values, the AWI terminates the request.
To resolve this issue, work with the SAP team to determine an appropriate timeout value. It is possible that there is an underlying performance or configuration issue in SAP that needs to be addressed. The SAP team should advise on what an acceptable response time is for your environment and determine when they should be notified to investigate further delays.
Workaround
To workaround this issue, increase the asynchronous loading timeout in the AWI configuration.
####/apache-tomcat/webapps/awi/config/).configuration.properties file in a text editor.
asyncLoadingTimeoutMilliseconds=1800000automationEngineTimeoutMilliseconds=1800000xRequestExecutorTimeoutMilliseconds=1800000
⚠️ Review this change with your administrator. Extremely high timeout values may mask underlying performance issues on the SAP BusinessObjects server.
If the issue persists, verify with your SAP BusinessObjects team that the integration user has the necessary permissions to fetch the List of Values (LOV) and that the SAP HANA variables are performing optimally.