cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade error

kvbalakumar
Active Contributor
0 Kudos

Hi Xperts,

After upgrading the SAP 2007B from Patch 15 to Patch 20, some of the company databases are not upgrading with throwing the error message that "Database is not consistent'.

Regards,

Bala

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186095
Active Contributor
0 Kudos

Hi,

Try this solution:

How to handle database inconsistencies

Symptom

This note specifies how to handle database inconsistencies.

Other terms

DBCC, Integrity, database, DB, data base inconsistency, inconsistencies, relational database, SAP Business One, Torn Pages.

Reason and Prerequisites

Consulting.

Solution

Run DBCC CHECKDB procedure, use the following query:

DBCC CHECKDB ('DB_Name')

Replace ('DB_Name') in the query with the database name.

This SQL function is indicating data page integrity problems in

SQL tables.

In case any errors found, SQL will generate the error message:

error: "Object ID 1913825930..."

to solve the problem, contact your Data base administrator.

If the query retrieves any error results, you can do the following:

- Refer to the related online help for Microsoft SQL Server at

http://social.msdn.microsoft.com/Search/en-US?query=DBCC%20CHECKDB&ac=3-Ask for support from your database administrator.

you must make sure that there are no users login to B1 before applying the above solution

JimM

kvbalakumar
Active Contributor
0 Kudos

Re-installed my SAP and problem got sorted out....

Regards,

Bala Viswa

Edited by: Balakumar Viswanathan on Oct 8, 2010 11:47 AM

Former Member
0 Kudos

Try restoring from the pre-upgrade back up and starting the upgrade again. If the issue persists, log a message with SAP Support.