cancel
Showing results for 
Search instead for 
Did you mean: 

System Copy -- database PRR conains user object belongs to system user dbo

Former Member
0 Kudos

Hi all,

I am having an issue while performing the system copy for the sql server.

Actions taken so far.

1.Detached the database.

2.Installed central instance in the target system .

3.Attached the database using attach as option.

4.Then used STM coll for the conversion.

5.Bought sap in Up condition.

Before detaching the database made export for java addin abap in source system

Then I am trying to import the java add in abap using sapinst(system copy option)..In the half of the way i am getting the below message as ..

DATABASE QAS containus user object belongs to system user dbo.

I have performed the 551915 , 151603 but the still the same message is dispalying.

In log files. inserting

TRACE [iaxxejsexp.cpp:208]

EJS_Installer::writeTraceToLogBook()

- Database XIA contains user objects belonging to system user dbo

TRACE [iaxxbjsmod.cpp:301]

CJSlibModule::showMessageBox_impl()

<html> <head></head> <body> <b>Problems were found after checking configuration of database server b><br>- Database XIA contains user objects belonging to system user dbo<br><br>SOLUTION: Fix these problems to continue the installation. </body> </html>

TRACE [iaxxgenimp.cpp:845]

showDialog()

waiting for an answer from gui

TRACE [iaxxdlghnd.cpp:180]

CDialogHandler::doHandleDoc()

ACTION_OK received

ERROR 2009-01-09 12:52:31 [iaxxinscbk.cpp:289]

abortInstallation

MDB-05919 Errors were found when checking connection to or configuration of database server (listed above in the log file).

TRACE [iaxxejsbas.hpp:270]

EJS_Base::dispatchFunctionCall()

JS Callback has thrown std::ESAPinstException: ESAPinstException: error text undefined

TRACE [syxxcfsmgt.cpp:430]

CSyFileSystemMgtImpl::getFile(iastring,bool)

lib=iamodmssql module=CIaNtMssDmo

WARNING: THE FUNCTIONALITY YOU ARE USING IS DEPRECATED: getFile(const iastring & sFullName, bool bCaseSensitive) const. Use getFile(const PSyFSPath &) const instead.

TRACE [syxxcfsmgt.cpp:195]

CSyFileSystemMgtImpl::getNode(iastring,bool)

lib=iamodmssql module=CIaNtMssDmo

WARNING: THE FUNCTIONALITY YOU ARE USING IS DEPRECATED: getNode(const iastring & sFullName, bool bCaseSensitive) const. Use getNode(const PSyFSPath &) const instead.

TRACE [syxxcfsmgt.cpp:921]

CSyFileSystemMgtImpl::isExisting(iastring,bool)

lib=iamodmssql module=CIaNtMssDmo

WARNING: THE FUNCTIONALITY YOU ARE USING IS DEPRECATED: CSyFileSystemMgtImpl::isExisting(const iastring & , bool , ISyNode::eNodeType ) const. Use CSyFileSystemMgtImpl::isExisting(const CSyPath & , ISyNode::eNodeType ) const instead.

WARNING 2009-01-09 12:52:31 [iaxxccntrl.cpp:477]

CController::stepExecuted()

The step dSetActionUnattended with step key J2EE_EngineEnterprise_Addin_OneHost|ind|ind|ind|WebAS|630|0|J2EE_EngineEnterpriseDialogs|ind|ind|ind|WebAS|630|0|J2EE_Engine|ind|ind|ind|J2EE_Engine|630|0|MssJ2eeDBSetup|ind|ind|ind|ind|ind|0|MssDatabaseInfo|ind|ind|ind|ind|ind|0|dSetActionUnattended was executed with status ERROR.

TRACE [iaxxcsihlp.hpp:301]

main()

An error occurred during the installation of component SAP NetWeaver '04 SR1> SAP System Installation> Java Add-In for ABAP> MS SQL Server> Central / Distributed System> Java System Finalization. Press the log view button to get extended error information or press OK to terminate the installation. Log files are written to SAP NetWeaver '04 SR1> SAP System Installation> Java Add-In for ABAP> MS SQL Server> Central / Distributed System> Java System Finalization.

TRACE [iaxxgenimp.cpp:845]

showDialog()

waiting for an answer from gui

TRACE [iaxxdlghnd.cpp:180]

CDialogHandler::doHandleDoc()

ACTION_OK received

WARNING 2009-01-09 12:52:33 [iaxxcsihlp.hpp:250]

main()

An error occurred during the installation.

Regadrs

Vijay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I am facing exactly the same error and followed same procedure as you did, can you please give me solution for this.

Thanking you in advance.

Former Member
0 Kudos

Hi,

what do you get executing this statement:

use <SID>

go

select * from sys.objects where schema_id =

(select schema_id from sys.schemas where name = 'dbo')

go

Sven