Search

Showing posts with label DBCC InputBuffer and error code 800A0E78. Show all posts
Showing posts with label DBCC InputBuffer and error code 800A0E78. Show all posts

Wednesday, April 11, 2012

DBCC InputBuffer and error code 800A0E78

Today I got the following error while executing DBCC InputBuffer from a vbscript:


Error: Operation is not allowed when the object is closed.
Code: 800A0E78
Source: ADODB.Recordset


I verified my script and I understood the error, the problem was generated because connection was generated with an account without System Administration privileges.