Author |
Message
|
vanessa |
Posted: Mon Apr 08, 2002 7:51 pm Post subject: |
|
|
Novice
Joined: 24 Jan 2002 Posts: 22
|
Hello,
I have installed my broker on solaris.& able to connect to it from the control center. I created a message flow and deployed it. I don't see it deployed on the Operations console.
When I used any mqsi commands on solaris, I get-
"BIP8081 An exception was caught while processing the response message for the command, 'Unable to format an ImbException message for output, ImbException message number is BIP2130'."
Recently we reset the password for mqsi installation on Solaris.
Do I have to reconfigure something ? I am using Oracle for Broker tables.
tell me what to do ...
thanks in advance.. |
|
Back to top |
|
 |
kirani |
Posted: Mon Apr 08, 2002 8:49 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
If you did not specify database user-id/pwd while running mqsicreatebroker command on solaris, it will use service user-id/pwd to connect to the broker database. Make sure your password matches.
Also, Check these,
Your user id in mqbrkrs group.
Broker database up and running.
Any operating system limit is set too low to allow the command to run.
|
|
Back to top |
|
 |
vanessa |
Posted: Tue Apr 09, 2002 8:24 am Post subject: |
|
|
Novice
Joined: 24 Jan 2002 Posts: 22
|
Hi Kirani
Thanks for your reply, but i still did not understand what changes to make & where to make ..
below is my odbc configuration file, please tell me where to make changes...
here is my .odbc.ini file configurations:
MQSIDB=IBM DB2 ODBC Driver
MYDB=IBM DB2 ODBC Driver
ORACLEDB1=MERANT 3.70 Oracle 8 Driver
ORACLEDB2=MERANT 3.70 Oracle 8 Driver
SYBASEDB=MERANT 3.70 Sybase ASE Driver
[MQSIDB]
Driver=/u/db2inst1/sqllib/lib/libdb2.so
Description=MQSIBKDB DB2 ODBC Database
Database=MQSIBKDB
[MYDB]
Driver=/u/db2inst1/sqllib/lib/libdb2.so
Description=MYDB DB2 ODBC Database
Database=MYDB
[ORACLEDB1]
Driver=/opt/mqsi/merant/lib/UKor816.so
WorkArounds=536870912
WorkArounds2=2
Description=Oracle8
ServerName=ORACLEDB1
#LogonID=scott
#Password=tiger
EnableDescribeParam=1
OptimizePrepare=1
[ORACLEDB2]
Driver=/opt/mqsi/merant/lib/UKor816.so
WorkArounds=536870912
WorkArounds2=2
Description=Oracle8
ServerName=WASDEV2
EnableDescribeParm=1
OptimizePrepare=1
|
|
Back to top |
|
 |
kirani |
Posted: Tue Apr 09, 2002 10:19 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
You don't need to make any change in .odbc.ini file because you did not change any DB settings (DSN name, etc).
Let's say, you used following command to create your broker.
mqsicreatebroker MYBK1 -i mqsiuid -a mqsipwd -q BK1QM -n ORACLEDB1
MQSI will use mqsiuid/mqsipwd to connect to broekr database ORACLEDB1. If you change password for mqsiuid user-id you should reflect the change in broker also. For doing this, you will have to run mqsichangebroker command. See MQSI Administration Gudie for more details.
|
|
Back to top |
|
 |
vanessa |
Posted: Tue Apr 09, 2002 5:09 pm Post subject: |
|
|
Novice
Joined: 24 Jan 2002 Posts: 22
|
Thanks Kirani
what you say is absolutely right. I tried to use mqsichangebroker command but i get this error:
BIP8081 An exception was caught while processing the response message for the command.
It is giving the same error for any mqsi specific commands I use.
I donot understand what is going inside.
If any one came across this kind of error, please let me know how you solved it.
thanks |
|
Back to top |
|
 |
kirani |
Posted: Tue Apr 09, 2002 6:30 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Your service user-id must be a part of mqbrkrs group. Please check this and it should work.
Also check if you are getting any error message in /var/adm/messages.
|
|
Back to top |
|
 |
|