OlapEvent = ObjIdUpdate(2)

  • Hi All

    When I execute sp_WhoIsActive to see who is active, I constantly see this running select

    SELECT @OlapEvent = ObjIdUpdate(2) with wait type (191ms)TRACEWRITE. Its status is suspended and it comes from Microsoft SQL Server Analysis Services.

    The cube processes without errors and is online.

    Parameter ExternalCommandTimeout for SSAS is set to 3600s and in the Windows application log I regularly see Errors "OLE DB error: OLE DB or ODBC error: Query timeout expired; HYT00" exactly on the time: e.g. 11:00, 12:00, then 14:00 and etc.

    Any advice or suggestion how to detect/resolve this error?

    Regards,

    Igor

    Igor Micev,My blog: www.igormicev.com

  • I've resolved the issue, simply, and want to share. I run

    exec sys.sp_configure 'default trace enabled',0

    reconfigure

    and the timeout-type error is not being reported in the app log anymore.

    Regards,

    Igor

    Igor Micev,My blog: www.igormicev.com

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply