Hi All,
I have created 2 Directory server instances instance1 and instance 2 with similar DN as dc=in,dc=oracle,dc=com, Now i have created a proxy distribution server instance3 which is using capacity type distribution with instance1 and instance2,
Base DN = dc=in,dc=oracle,dc=com and branch as ou=obdx,dc=in,dc=oracle,dc=com for capacity entry limits as 300,000 per server.
I have 2 different issues,
1. when i am trying to import an ldif file through proxy server in offline mode, it is giving me below error,
category=TOOLS severity=SEVERE_ERROR msgID=10747997 msg=None of the Directory Server backends are configured with the requested backend ID or base DNs that include the specified branches
I am running below command,
./import-ldif -b "dc=in,dc=oracle,dc=com" -n "distrib-we" -l /u01/app/export_obdxBmark_latest.ldif
2. When i have created 1 user manually in instance1 and 1 user in instance 2, the proxy server is showing 1 user of instance1 in ODSM,
I am not able to see the user of instance2 however when i search i am able to get the result of only instance2 user.
Please help.