|
Invalid column length
|
|||
---|---|---|---|
#18+
Добрый день. Подскажите что это значить? Invalid column length: 256. Value must be between 0 and 8 at offset 253 for 'all-pages' row with minimum row length of 18. Это ошибка вместе с stack trace. ... |
|||
:
Нравится:
Не нравится:
|
|||
24.11.2010, 15:55 |
|
Invalid column length
|
|||
---|---|---|---|
#18+
HP-UX dhpdwf01 B.11.31 U ia64 4090602172 unlimited-user license Adaptive Server Enterprise/15.0.3/EBF 17159 ESD#3/P/ia64/HP-UX B.11.23/ase1503/2726/64-bit/FBO/Fri Feb 5 00:51:38 2010 ... |
|||
:
Нравится:
Не нравится:
|
|||
24.11.2010, 16:59 |
|
Invalid column length
|
|||
---|---|---|---|
#18+
dbcc checkcatalog должен полечить. возможно придется потом перестроить индекс по объекту, про который написана неправильная длина поля. ... |
|||
:
Нравится:
Не нравится:
|
|||
25.11.2010, 22:32 |
|
Invalid column length
|
|||
---|---|---|---|
#18+
Не полечил с самого начала. Не скажу что очень большой опыт с Sybase, но ни разу не видел что бы Checkcatalog что то лечил. ... |
|||
:
Нравится:
Не нравится:
|
|||
27.11.2010, 10:44 |
|
Invalid column length
|
|||
---|---|---|---|
#18+
Сергей08, dbcc checkcatalog performs sysindexes consistency checking and adds the fix parameters to fix any errors, if any. The partial syntax is: dbcc checkcatalog [(database_name[, fix]) where fix determines whether dbcc fixes the sysindexes errors it finds. The default mode for checkcatalog is to not fix the errors. You must put the database into singleuser mode to use the fix option. ... |
|||
:
Нравится:
Не нравится:
|
|||
28.11.2010, 15:56 |
|
Invalid column length
|
|||
---|---|---|---|
#18+
Да перевёл бы в одиночный если бы ошибки были бы без фикса в dbcc checkcatalog А так смысла не вижу... Ошибаюсь? ... |
|||
:
Нравится:
Не нравится:
|
|||
29.11.2010, 22:55 |
|
Invalid column length
|
|||
---|---|---|---|
#18+
а часом индекс не пересоздали? ошибка продолжает сыпаться в лог? ... |
|||
:
Нравится:
Не нравится:
|
|||
30.11.2010, 10:48 |
|
Invalid column length
|
|||
---|---|---|---|
#18+
Сергей08, я так думаю что вряд ли поможет... просто как мне кажется это может быть и ошибка сервера (в цр-листах некоторых версий было подобное описание) автор437887 The message "Invalid column length: 12. Value must be between 0 and 10 for 'all-pages' row with minimum row length of 64" together with a stack trace which includes the modules 'collocate' and 'translate_varcols' may be reported in the error log when a database dump from a previous ASE version is loaded in a 64 bits ASE on IBM AIX. автор393368 The message "Invalid column length: < xx > . Value must be between 0 and 30 for 'all-pages' row with minimum row length of < xx > ." is printed in the errorlog together with a stacktrace containing the modules 'insert_index_row', 'ncupdate' and 'obj_newrow' when executing CREATE TABLE < identifier > , whereby the identifier is > 30 bytes using a multibyte character set. я бы попробовал вылить, дропнуть, создать, залить ... |
|||
:
Нравится:
Не нравится:
|
|||
30.11.2010, 10:51 |
|
Invalid column length
|
|||
---|---|---|---|
#18+
у меня похожая проблема, тоже вываливается stacktrace следующего вида: 04:00000:00354:2011/08/08 17:46:31.86 server Invalid column length: 9. Value must be between 0 and 6 for 'data-only' row with minimum row length of 12. 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x00000000012fcd13 pcstkwalk+0x323() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x00000000012fc7c0 ucstkgentrace+0x170() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000001295fa9 ucbacktrace+0x69() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x000000000077e9dd collocate+0x19d() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x000000000103bcc2 LeSubst+0x1b2() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x00000000009674ed getnext+0x16d() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x000000000102d5f1 LeScanOp::_LeOpNext(ExeCtxt&)+0x1c1() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000fc16d2 __static_initialization_and_destruction_0(int, int)+0x352() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000fda181 LeEmitSndOp::_LeOpNext(ExeCtxt&)+0x131() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000fc16d2 __static_initialization_and_destruction_0(int, int)+0x352() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000fcaac8 LePlanNext+0x98() 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000eb1710 le_execerr installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000b47520 aritherr installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000eb0ecc exec_lava+0x4fc() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000b50231 curs_fetch+0x381() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000b902ab s_execute+0x406b() 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000b99774 exectrig+0x384() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000b8eecb s_execute+0x2c8b() 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000b8fb81 s_execute+0x3941() 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000b8fb81 s_execute+0x3941() 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000b8fb81 s_execute+0x3941() 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000b8fb81 s_execute+0x3941() 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:00354:2011/08/08 17:46:31.86 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:00354:2011/08/08 17:46:31.86 kernel end of stack trace, spid 354, kpid 27656614, suid 365 но из него никак не получается отловить, на каком именно объекте это происходит, sql, выполняемый сеансом, поймать за руку не удается, а в самом stacktrace никаких указаний по данному поводу не наблюдается. Как узнать, что ребилдить? ... |
|||
:
Нравится:
Не нравится:
|
|||
08.08.2011, 17:54 |
|
Invalid column length
|
|||
---|---|---|---|
#18+
Кандидатов в битые объекты искать исходя из заданных данных так Код: plaintext 1. 2. 3. 4. 5.
... |
|||
:
Нравится:
Не нравится:
|
|||
09.08.2011, 00:12 |
|
Invalid column length
|
|||
---|---|---|---|
#18+
Adaptive Server Enterprise/15.0.2/EBF 15967 ESD#6/P/x86_64/Enterprise Linux/ase1502/2537/64-bit/FBO/Thu Oct 2 01:33:23 2008 Аналогичная проблема. stacktrace сыпятся в лог с завидной регулярностью. Подскажите это вообще трагично. В чем может быть проблема? 04:00000:01637:2012/10/25 11:04:36.68 server Invalid column length: -558. Value must be between 0 and 8 for 'data-only' row with minimum row length of 18. 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x00000000012fcd13 pcstkwalk+0x323() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x00000000012fc7c0 ucstkgentrace+0x170() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000001295fa9 ucbacktrace+0x69() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x000000000077e9dd collocate+0x19d() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x000000000103bcc2 LeSubst+0x1b2() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x00000000009674ed getnext+0x16d() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x000000000102d5f1 LeScanOp::_LeOpNext(ExeCtxt&)+0x1c1() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000fc16d2 __static_initialization_and_destruction_0(int, int)+0x352() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000fda181 LeEmitSndOp::_LeOpNext(ExeCtxt&)+0x131() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000fc16d2 __static_initialization_and_destruction_0(int, int)+0x352() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000fcaac8 LePlanNext+0x98() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000eb1710 le_execerr installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000b47520 aritherr installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000eb0ecc exec_lava+0x4fc() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b50231 curs_fetch+0x381() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b902ab s_execute+0x406b() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b99774 exectrig+0x384() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d60 hdl_backout installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b8eecb s_execute+0x2c8b() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b8fb81 s_execute+0x3941() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b8fb81 s_execute+0x3941() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d60 hdl_backout installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000b57d10 execrpc_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b5607a execrpc+0x87a() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000758a78 tdsrecv_rpc+0x18() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000aea440 ut_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000766e99 conn_hdlr+0xfa9() 04:00000:01637:2012/10/25 11:04:36.68 kernel end of stack trace, spid 1637, kpid 3998518, suid 543 04:00000:01637:2012/10/25 11:04:36.68 server Invalid column length: -3551. Value must be between 0 and 8 for 'data-only' row with minimum row length of 18. 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x00000000012fcd13 pcstkwalk+0x323() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x00000000012fc7c0 ucstkgentrace+0x170() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000001295fa9 ucbacktrace+0x69() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x000000000077e9dd collocate+0x19d() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x000000000103bcc2 LeSubst+0x1b2() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x00000000009674ed getnext+0x16d() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x000000000102d5f1 LeScanOp::_LeOpNext(ExeCtxt&)+0x1c1() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000fc16d2 __static_initialization_and_destruction_0(int, int)+0x352() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000fda181 LeEmitSndOp::_LeOpNext(ExeCtxt&)+0x131() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000fc16d2 __static_initialization_and_destruction_0(int, int)+0x352() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000fcaac8 LePlanNext+0x98() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000eb1710 le_execerr installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000b47520 aritherr installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000eb0ecc exec_lava+0x4fc() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b50231 curs_fetch+0x381() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b902ab s_execute+0x406b() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b99774 exectrig+0x384() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d60 hdl_backout installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b8eecb s_execute+0x2c8b() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b8fb81 s_execute+0x3941() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b8fb81 s_execute+0x3941() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d60 hdl_backout installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000b57d10 execrpc_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b5607a execrpc+0x87a() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000758a78 tdsrecv_rpc+0x18() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000aea440 ut_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000766e99 conn_hdlr+0xfa9() 04:00000:01637:2012/10/25 11:04:36.68 kernel end of stack trace, spid 1637, kpid 3998518, suid 543 04:00000:01637:2012/10/25 11:04:36.68 server Invalid column length: 4106. Value must be between 0 and 4 for 'data-only' row with minimum row length of 18. 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x00000000012fcd13 pcstkwalk+0x323() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x00000000012fc7c0 ucstkgentrace+0x170() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000001295fa9 ucbacktrace+0x69() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x000000000077e9dd collocate+0x19d() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x000000000103bcc2 LeSubst+0x1b2() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x00000000009674ed getnext+0x16d() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x000000000102d5f1 LeScanOp::_LeOpNext(ExeCtxt&)+0x1c1() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000fc16d2 __static_initialization_and_destruction_0(int, int)+0x352() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000fda181 LeEmitSndOp::_LeOpNext(ExeCtxt&)+0x131() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000fc16d2 __static_initialization_and_destruction_0(int, int)+0x352() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000fcaac8 LePlanNext+0x98() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000eb1710 le_execerr installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000b47520 aritherr installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000eb0ecc exec_lava+0x4fc() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b50231 curs_fetch+0x381() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b902ab s_execute+0x406b() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b99774 exectrig+0x384() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d60 hdl_backout installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b8eecb s_execute+0x2c8b() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b8fb81 s_execute+0x3941() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b8fb81 s_execute+0x3941() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d80 hdl_stack installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000bbb740 s_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000bb616e sequencer+0x22e() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000785d60 hdl_backout installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b98ab2 execproc+0x7b2() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000b57d10 execrpc_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000b5607a execrpc+0x87a() 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000758a78 tdsrecv_rpc+0x18() 04:00000:01637:2012/10/25 11:04:36.68 kernel [Handler pc: 0x0x0000000000aea440 ut_handle installed by the following function:-] 04:00000:01637:2012/10/25 11:04:36.68 kernel pc: 0x0000000000766e99 conn_hdlr+0xfa9() 04:00000:01637:2012/10/25 11:04:36.68 kernel end of stack trace, spid 1637, kpid 3998518, suid 543 ... |
|||
:
Нравится:
Не нравится:
|
|||
25.10.2012, 11:39 |
|
Invalid column length
|
|||
---|---|---|---|
#18+
В CR листе для 15.0.3 ESD#2 есть строчка: "553898 After altering a table which has a trigger, an update may cause error similar to: Invalid column length: 86. Value must be between 0 and 4 for 'all-pages' row with minimum row length of 6. followed by a stack trace in the errorlog." Получается баг версии ... |
|||
:
Нравится:
Не нравится:
|
|||
25.10.2012, 11:42 |
|
|
start [/forum/topic.php?fid=55&fpage=13&tid=2010053]: |
0ms |
get settings: |
9ms |
get forum list: |
11ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
100ms |
get topic data: |
14ms |
get forum data: |
3ms |
get page messages: |
58ms |
get tp. blocked users: |
2ms |
others: | 428ms |
total: | 633ms |
0 / 0 |