EXECUTE on ‘MBOM_GetMessageBoxes’

Home Page Forums BizTalk 2004 – BizTalk 2010 EXECUTE on ‘MBOM_GetMessageBoxes’

Viewing 1 reply thread
  • Author
    Posts
    • #24770

      I continue to get this error on occasion … can anyone tell me what it means and how to fix?

      Inner exception: The EXECUTE permission was denied on the object ‘MBOM_GetMessageBoxes’, database ‘BizTalkMgmtDb’, schema ‘dbo’.
             
      Exception type: COMException
      Source: WinMgmt
      Target Site: Void ThrowExceptionForHRInternal(Int32, IntPtr)
      The following is a stack trace that identifies the location where the exception occured

         at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCo

    • #24771

      Hi,

       

         The error message “The EXECUTE permission was denied on the object… ” tells you that the account you are using, to connect to the BizTalkMgmtDb and run SQL statements, does not have permissions to run stored procedures. What is the context and scenario that you are in to cause this error message? Are you running a WMI script, a console application, etc.? If you make that account a member of the BizTalk Administrators and Operators groups, that should solve your issue.

       

         Daniel.

       

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.