cancel
Showing results for 
Search instead for 
Did you mean: 

brconnect and J2EE (DB check conditions)

philipp_schweizer
Participant
0 Kudos

Hello,

I have a question regarding brconnect and J2EE.

In ABAP systems I can configure in DB17 (database check conditions) the thresholds of e.g. tablaspaces, checkpoint not complete, etc....

My question now ist how can I adjust the database check conditions on J2EE systems where I do not have a DB17...

Thank you for your input.

Best regards

Philipp

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

We are using another approach, parameter check_cond in the initSID.sap file.

Have a look at https://service.sap.com/sap/support/notes/892294

Answers (2)

Answers (2)

philipp_schweizer
Participant
0 Kudos

Thanks for your help!

Former Member
0 Kudos

Hi Philipp,

The configuration is stored on the DBORACHECK table. On the pure J2EE based systems, create the DBORACHECK table with java db owner and copy content from ABAP to J2EE of the table as a template. As far as I figure out that it should work.

Please find the further information, below;

http://help.sap.com/saphelp_nw04/helpdata/en/df/455ea7747111d6b25100508b6b8a93/content.htm

Best regards,

Orkun Gedik