Posted: Wed Jun 12, 2002 9:35 am Post subject: JMS/LDAP, unable to bind object
Apprentice
Joined: 25 Jun 2001 Posts: 40 Location: gauteng, sa
Hi,
How do i configure ldap to store jms administered objects?
The file JMSAdmin.config i'm using looks like:
---------------------------------------------------------
INITIAL_CONTEXT_FACTORY=com.sun.jndi.ldap.LdapCtxFactory
PROVIDER_URL=ldap://163.202.252.193/cn=ivtQCF
SECURITY_AUTHENTICATION=none
---------------------------------------------------------
This is the error i get when i try to test ldap:
-----------------------------------------------------------------------
$ JMSAdmin -cfg JMSAdmin.config
5648-C60 (c) Copyright IBM Corp. 2002. All Rights Reserved.
Starting MQSeries classes for Java(tm) Message Service Administration
InitCtx> DEFINE QCF(ldapTest)
Unable to bind object
InitCtx>
-----------------------------------------------------------------------
The shema contains the relevent objectclass and attribute definitions as
stated in the using java manual.
This applies to our env (Workin from WSAD enviroment).
One of the things we found is that we needed a QueueManager defined local to the machine. In JMSAdmin, if none is specified the "DEFAULT" as setup by MQ, is used, otherwise you would need to specify the property QMANAGER(nameOfQueueManagerHere) for the QCF definition.
We havent been able to work with queue managers on different machines....
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum