Posted: Fri Jun 13, 2008 11:26 am Post subject: Not able to create 6.0 broker on AIX
Acolyte
Joined: 26 Sep 2006 Posts: 72
I encounter the following problem while trying to create a 6.0 broker on AIX box
$ mqsicreatebroker TESTBROKER -i test -a test@123 -q TESTQMGR -n TESTDB
BIP8222E: Unable to find ODBCINI file ''.
Could not find the ODBCINI file '', which is specified by the ODBCINI environment variable.
Ensure that the ODBCINI environment variable points to an existing ODBCINI file.
Check the odbc.ini file path and make sure it is not pointing to odbc64.ini file.... _________________ IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified System Administrator - WebSphere Business Integration Message Broker V6.0
Its not in .odbc.ini path. But I have created .odbc.ini file with all the required parameters for connecting to database. That's what we call DSN right? Now what should I need to do to rectify this problem?
You need to set the environment variable like ODBCINI=/var/mqsi/odbc/.odbc.ini
Also check the file permission etc ? _________________ IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified System Administrator - WebSphere Business Integration Message Broker V6.0
My ODBCINI directory is cd /var/mqsi/odbc/TEST_BROKER and it has all the permissions.
But now I face 1 problem. My mqsicreatebroker has resulted in creation of core dump file in this directory.
cd /var/mqsi/odbc/TEST_BROKER
$ ls
core
But the broker is shown as created in mqsilist
BIP8099I: Broker: TEST_BROKER - TESTQMGR
But I'm not able to start the broker as mqsistart also returns the following error
$ mqsistart TEST_BROKER
/opt/IBM/mqsi/6.1/bin/mqsistart[15]: 1310762 Abort(coredump)
When I try to delete this broker also I get the following error.
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