Symptom
Executing an user-defined or modified ABAP/4 report causes the informix database to crash.
In the database log file ("online.log file"), the following information can be found for the time of the system crash:
hh:mm:ss Assert Failed: Internal Error - Segmentation Violation
hh:mm:ss Who: Session(...) Thread(...)
hh:mm:ss Results: OnLine must abort
hh:mm:ss Action : Reinitialize shared memory
hh:mm:ss See Also: ...
hh:mm:ss mt.c, line ..., thread ..., proc id ...,
Unexpected virtual processor,
termination, pid = , exit = ...
The report responsible contains a call without parameters of the informix function 'dbinfo'(), for example,
select dbinfo () from
Cause and prerequisites
The database crash is caused by the faulty call without parameters of the 'dbinfo ()' function.
There is an error in the informix database software which is managed under 'PTS BUG 28533'.
Solution
Characteristics
The error does not appear in the standard delivery since the 'dbinfo()' function is not called up anywhere without parameters.
Avoiding error:
Call the 'dbinfo ()' function with the corresponding parameters. To set the 'dbinfo ()' parameters, read the corresponding informix documentation.
Correcting errors:
Informix version: 7.10 UC2 (DEC)
7.20.EU3P3 (HP, SUN)
7.20.EU3P6 (SNI, IBM)
SAP Version R/3: 2.2D (DEC)
3.OC (HP, SUN)
3.OD (SNI, IBM)
Additional key words
ASSERT FAILED SEGMENTATION VIOLATION DBINFO
PTS PTS_BUG PTS_BUG_28533
No comments:
Post a Comment