Administered Objects in Oracle OID LDAP server
I'm triying to add a Connection Factory to my Oracle 10g OID LDAP server. I've written a file to be used with the imqobjmgr command (using the -i option to use the file). I've also checked that Oracle OID is bundled with all the schemas needed to store java objects.
I have two questions:
1 - If I write this property (as similarly is written at MQ 3.5 SP1 admin guide)
objstore.attrs.java.naming.provider.url=ldap://palmera.ti.uam.es:389/o=imq
I always get this error running the imqobjmgr command:
Error [A3052]: imqobjmgr does not recognize the value of java.naming.provider.url property.
2 - If I get rid of /o=imq in that property, I can run the command without getting that error, but I get another one: Error [A3055]: You do not have permission to perform this operation.
Object add failed.
I was surprised because I'm using the Oracle orcladmin user, that has all the privileges to add or delete objects in the ldap tree.
Here is the file I'm using :
version=2.0
cmdtype=add
obj.type=qf
imqBrokerHostName=palmera.ti.uam.es
obj.lookupName=cn=ColaConnectionFactory
obj.attrs.imqAddressList=mq://palmera.ti.uam.es:7676/jms
objstore.attrs.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
objstore.attrs.java.naming.provider.url=ldap://palmera.ti.uam.es:389
objstore.attrs.java.naming.security.principal=cn=orcladmin,cn=Users,dc=uam,dc=e s
objstore.attrs.java.naming.security.credentials=******hiding passwd*****
objstore.attrs.java.naming.security.authentication=simple
Does anyone have tried to do this with the Oracle 10g OID? Any clue?

