My Oracle Support Banner

SSO Configuration Assistant Fails With NZ-28859 With 10.1.0.4 HP Itanium RepCA Install (Doc ID 341150.1)

Last updated on AUGUST 18, 2021

Applies to:

Oracle Application Server Single Sign-On - Version 10.1.2 and later
HP-UX Itanium

Symptoms

10gAS Metadata Repository has been installed successfully with RepCA into a 10.1.0.4 database on HP Itanium platform.

The subsequent 10gAS Identity Management Only installation linked to this Metadata Repository fails at the SSO Configuration Assistant i.e. ssoca with errors:

    /opt/oracle/as/infra/bin/sqlplus orasso/*****@"cn=infra,cn=oraclecontext" /opt/oracle/as/infra/sso/admin/plsql/sso/ssooidd.sql  <HOSTNAME> 3130 "cn=orcladmin" ***** Y

    SQL*Plus: Release 10.1.0.3.0 - Production on Tue Oct 18 15:47:46 2005
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    SQL> Connected.
    SQL> Creating OID entries for SSO
    Error code   : 1
    Error message: User-Defined Exception
    LDAP error    :  28859: UnKnown Error Encountered
    ERROR: deleting application entry
    Error code:  1
    Error message: User-Defined Exception
    ERROR: creating SSO users and groups in OID
    ...

The following SQL run in the HP Itanium database in SQLPlus as any DBA user fails:
   
        declare
            retval PLS_INTEGER;
            my_session DBMS_LDAP.session;
        begin
            my_session := DBMS_LDAP.init('<OID_hostname>','<SSL__OID_port>');
            retval := DBMS_LDAP.open_ssl(my_session, null, null, 1);
            retval := DBMS_LDAP.simple_bind_s(my_session,'cn=orcladmin','<orcladmin_pwd>');
            retval := DBMS_LDAP.unbind_s(my_session);
        end;;
   
    Error output:
   
        declare
        *
        ERROR at line 1:
        ORA-31202: DBMS_LDAP: LDAP client/server error: UnKnown Error Encountered
        ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
        ORA-06512: at "SYS.DBMS_LDAP", line 1457
        ORA-06512: at "SYS.DBMS_LDAP", line 1234
        ORA-06512: at line 6
   

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.