|
本帖最后由 ferryfu 于 2012-6-2 22:06 编辑
更好我也升级pl06hotfix2 也遇到这个提示。查看note,结果如下:
Symptom
When running the SAP Business One upgrade wizard, you receive the following error message in the "Pre-Upgrade Check Result" window: "Database is not integrated; upgrade not possible".
Cause
Consulting
The check has detected logical and physical integrity errors in the database. You can get the details of the check result by running the following query:
DBCC CHECKDB WITH NO_INFOMSGS
For more information about the DBCC command, see the online help for Microsoft SQL Server.
Solution
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 ... DBCC%20CHECKDB&ac=3
- Ask for support from your database administrator.
Other terms
DBCC, Integrity, DB, inconsistency, inconsistencies
|
|