Multitenant ORACLE not displaying in menu

Error in ORACLE log:

025-06-11 07:50:19: [saveArchitecture] [PARIS] Error: {"statusCode":400,"message":["[ItemRelations] null value in column \"parent\" of relation \"item_relations\" violates not-null constraint"],"error":"error occurred while saving architecture data"}

It's a multitenant ORACLE DB with 3 x pluggable DB's.

All connections show with no errors in the device setup and I can see DB's in the summary but they are not present in the menu on the left of the screen.

Comments

  • Hi,

    1.apply this patch

    https://download.xormon.com/patch/1.9.9-176-g6054a/oracledb-service.pl.gz


    Gunzip it and copy to this path in your Xormon application directory (755, xormon owner):


    server-nest/microservices/oracledb/


    -rwxrwxr-x 1 xormon xormon 33785 Jun 11 10:21 oracledb-service.pl


    If your web browser gunzips it automatically then just rename it: mv oracledb-service.pl.gz oracledb-service.pl


    Make sure the filesize is the same as in the example above

    2.restart the microservice

    su xormon

    cd /home/xormon/xormon-ng/

    ./xormon.sh restart oracledb

Sign In or Register to comment.