If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

COGNOS LDAP using SSL

Started by ahams06, 10 Oct 2017 02:42:18 AM

Previous topic - Next topic

ahams06

I am trying to configure LDAP using SSL for cognos 10.2.1 . I have create the key8.db using the command , certutil.exe -N -d <dirname>

I have obtained my signer certificate for the LDAP from the concern team, then I have added the singer to the key8.db using the commad

certutil.exe -A -n test -i <filename> -d <dirname> -t P , and the certificate is added to the keydb

then i have added the keydb path in the LDAP name space in the cogconfig ( IBM Cognos Configuration ) , when i tested its saying the error code 81

['IBM']
[ ERROR ] CAM-AAA-0146 The namespace 'LDAP' is not available.
[ ERROR ] CAM-AAA-0064 The function 'Configure' failed.
[ ERROR ] The user cannot access the application at this time.
[ ERROR ] CAM-AAA-0056 Unable to authenticate.
[ ERROR ] CAM-AAA-0064 The function 'LDAPHandlePool::CreateHandle()' failed.
[ ERROR ] CAM-AAA-0026 The function call to 'ldap_simple_bind_s' failed with error code: '81'
[ ERROR ] Can't contact LDAP server

['IBM']
[ ERROR ] AAA-AUT-0013 The user is already authenticated in all available namespaces.

this is the error i get.

Can any one tell me what I am doing wrong. I am using IBM TDS for the LDAP.


When i use the 389 port instead 636, i get the result successfully..