Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15889

Internal Error: Text manager cannot continue with current statement. Run DBCC CHECKTABLE

$
0
0

I am running 2008 R2 SP1.

This is the following from the xevents record;

<event name="error_reported" package="sqlserver" id="100" version="1" timestamp="2013-01-30T13:26:59.988Z">
  <data name="error">
    <type name="int32" package="package0" />
    <value>7102</value>
    <text />
  </data>
  <data name="severity">
    <type name="int32" package="package0" />
    <value>20</value>
    <text />
  </data>
  <data name="state">
    <type name="int32" package="package0" />
    <value>99</value>
    <text />
  </data>
  <data name="user_defined">
    <type name="boolean" package="package0" />
    <value>false</value>
    <text />
  </data>
  <data name="message">
    <type name="unicode_string" package="package0" />
    <value>Internal Error: Text manager cannot continue with current statement. Run DBCC CHECKTABLE.</value>
    <text />
  </data>
  <action name="callstack" package="package0">
    <type name="callstack" package="package0" />
    <value>0x0000000001636E55
0x0000000000DD8C55
0x0000000000DD8A50
0x000000000176E5C0
0x00000000012D3E2E
0x00000000012D2B3C
0x00000000012D280A
0x00000000026770C5
0x000000000190BE3E
0x000000000190C170
0x000000000190C607
0x000000000190C8E7
0x0000000001917D88
0x00000000021EE3DA
0x00000000013BBDFE
0x00000000021EC9F6</value>
    <text />
  </action>
  <action name="session_id" package="sqlserver">
    <type name="uint16" package="package0" />
    <value>1006</value>
    <text />
  </action>
  <action name="sql_text" package="sqlserver">
    <type name="unicode_string" package="package0" />
    <value>Unable to retrieve SQL text</value>
    <text />
  </action>
  <action name="tsql_stack" package="sqlserver">
    <type name="unicode_string" package="package0" />
    <value>&lt;frame level='1' handle='0x03000500CB5DE4400C4A0001E7A000000100000000000000' line='10' offsetStart='256' offsetEnd='-1'/&gt;</value>
    <text />
  </action>
</event>

The handle '0x03000500CB5DE4400C4A0001E7A000000100000000000000' points to a select proc that joins 4 tables together. I have run dbcc checktable on all 4 tables and no errors were reported.

What caused this error, or where should I continue investigating?

Kind Regards,



Viewing all articles
Browse latest Browse all 15889

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>