Skip to Content
0
Jul 16, 2008 at 01:39 PM

table DBCHECKORA does not exist on JAVA stack

314 Views

Hi,

my config:

windows 2003

Oracle 10.2.0.2

Netweaver 7.0 SR2 java stack only (patched to SP16)

I am using this command:

brconnect -c -u / -f check

I get this error:

BR0970W Database administration alert - level: ERROR, type: NOARCHIVELOG_MODE, object: NWD

So, This means that my system is in no_archive mode, which is OK becasue that`s what I want as this is just a sandbox system. In an ABAP stack, I would go into DB17 and change this value... or, at DB level, I can maintain table DBCHECKORA. This table does not exist on my system.

So, to troubleshoot thism, I have set BR_TRACE to level 15 and ran BRCONNECT, I get this interesting bit:

BR0966I Table DBCHECKORA not found or empty - using default settings for checks

So, this is what I expected, this table does not exist in my SAPSR3DB schema.

So, what should I do?

Create this table manually and insert wanted values?

Has anyone else hit this problem?