Hello all,
While trying to upgrade from SAP B1 9.0 PL08 to SAP 9.2 PL03, I am getting the following error message
Database is not integrated; upgrade not possible and went through the note attached to it(1343050).
The note says to run DBCC CHECKDB WITH NO_INFOMSGS and I have done it but I am not getting any solution yet even after going
So many forums (SQL included).
Below are the results from the query
DBCC CHECKDB WITH NO_INFOMSGS
Msg 8928, Level 16, State 1, Line 1
Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data): Page (1:446) could not be processed. See other errors for details.
Msg 8939, Level 16, State 106, Line 1
Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data), page (1:446). Test (m_freeCnt == freeCnt) failed. Values are 7899 and 7626.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data). Page (1:446) was not seen in the scan although its parent (1:142) and previous (1:171584) refer to it. Check any previous errors.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 281474980642816 (type In-row data). Page (1:21240) is missing a reference from previous page (1:446). Possible chain linkage problem.
CHECKDB found 0 allocation errors and 4 consistency errors in table 'sys.sysobjvalues' (object ID 60).
CHECKDB found 0 allocation errors and 4 consistency errors in database 'real'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (xxx).
Please assist urgently