Resolving EPMAT-11 Internal Server Error, Read Timed Out Error
EPMAT-11 Internal Server Error, Read timed out is displayed if a socket connection from EPM Automate to the Oracle Fusion Cloud Enterprise Performance Management environment is active but EPM Automate has not received the response from Cloud EPM within the default timeout of 1 minute.
To resolve this error, customize the environment variable
epmatSocketTimeout
to a value higher than 1 minute. The value of
this environment variable is specified on milliseconds. For example, to specify a socket
timeout value of 5 minutes, use 300000.
Windows:
SET epmatSocketTimeout=300000
Linux and Unix:
export epmatSocketTimeout=300000