Error message "EUSException: Database is not a member of this domain"
Hello,
I'm working on a OID/EUS 11.1.1.9.0 configuration but when I run the command below, I get an error message "EUSException: Database is not a member of this domain"
$ eusm addGlobalRole \
> enterprise_role="ER_DBA" \
> domain_name="OracleDefaultDomain" \
> realm_dn="dc=QVIPBDN9_10,dc=EUS" \
> database_name="REFSEC" \
> global_role="system_role" \
> dbuser="sys as sysdba" \
> dbuser_password='******' \
> dbconnect_string="lh-prefsech01a-db.domain:1536:REFSEC" \
> ldap_host=tlspboid1h02.domain \
> ldap_port=389 \
> ldap_user_dn="cn=orcladmin" \
> ldap_user_password=******
EUSException: Database is not a member of this domain
There's no reference to this message in MOS (or from Google)