Hi!
I made subject area, based by SSAS-source (Anslysis Services 2012).
In analytics, i created a analysis.
Sometimes, when i run this analysis, i get error
Error Codes: OPR4ONWY:U9IM8TAC:U9IM8TAC:U9IM8TAC:OI2DL65PState: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. (HY000)State: HY000. Code: 43113. [nQSError: 43113] Message returned from OBIS. (HY000)State: HY000. Code: 46169. [nQSError: 46169] An HTTP operation to <SERVER> timed out after 60 seconds. Operation aborted. (HY000)<SQL CODE>
How fix this error?
On the server (SSAS), i set up the IIS
File "msmdpump.ini":
<ConfigurationSettings> <ServerName>SERVER_NAME</ServerName> <SessionTimeout>3600</SessionTimeout> <ConnectionPoolSize>20</ConnectionPoolSize> <MinThreadPoolSize>20</MinThreadPoolSize> <MaxThreadPoolSize>50</MaxThreadPoolSize> <MaxThreadsPerClient>10</MaxThreadsPerClient></ConfigurationSettings>
There timeout is 3600 sec
In repository:
Connection pool (type XMLA) haven't such setting "Timeout"

Where else i must change setting "Timeout"?