Добрый день, коллеги.
Не знаю как побороть следующую проблему. Есть процедура на C#, деплойнули в SSAS.
Вызываем MDX:
call SqlQuery.ExecuteProc("olap.sp_SBC_Cost", "@f_month = ....
получаем:
Query (1, 6) Execution of the managed stored procedure ExecuteProc failed with the following error: Exception has been thrown by the target of an invocation.Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Работает ровно 30 секунд и обрывается.
Кто подскажет куда копать? Что/где поменять, чтобы выполнялось столько, сколько выполнялось (без ограничений по времени)?
Не знаю как побороть следующую проблему. Есть процедура на C#, деплойнули в SSAS.
Вызываем MDX:
call SqlQuery.ExecuteProc("olap.sp_SBC_Cost", "@f_month = ....
получаем:
Query (1, 6) Execution of the managed stored procedure ExecuteProc failed with the following error: Exception has been thrown by the target of an invocation.Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Работает ровно 30 секунд и обрывается.
Кто подскажет куда копать? Что/где поменять, чтобы выполнялось столько, сколько выполнялось (без ограничений по времени)?