Author |
Message
|
lotusphilo |
Posted: Wed Jun 21, 2006 12:28 pm Post subject: Error on AIX when I try to create broker |
|
|
Voyager
Joined: 31 Mar 2004 Posts: 76
|
When I try to run the mqsicreatebroker command (V6 for WMQ and Broker & AIX 5.3) i get the following error:
Dependent module libCommonServices.a(libCommonServices.a.so could not be loaded.
0509-022 Cannot load module libCommonServices.a(libCommonServices.a.so).
Any recommendations? |
|
Back to top |
|
 |
vennela |
Posted: Wed Jun 21, 2006 12:33 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
did you source the mqsiprofile ? |
|
Back to top |
|
 |
lotusphilo |
Posted: Wed Jun 21, 2006 12:42 pm Post subject: |
|
|
Voyager
Joined: 31 Mar 2004 Posts: 76
|
Ok, I have to say, I read that I needed to 'source the mqsiprofile'. I'm not sure what that entails. Can you explain that? |
|
Back to top |
|
 |
lotusphilo |
Posted: Wed Jun 21, 2006 12:58 pm Post subject: |
|
|
Voyager
Joined: 31 Mar 2004 Posts: 76
|
I meant to say I do understand that means you type '. mqsiprofile', I'm wondering is there something else I need to do or is there some guidance on what goes inside mqsiprofile? |
|
Back to top |
|
 |
wschutz |
Posted: Wed Jun 21, 2006 2:25 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
In unix speak, "sourcing" means to run the script. In your case, all you need to do
is to run ". mqsiprofile". You also probably need to source a script for the database you're using. _________________ -wayne
Last edited by wschutz on Wed Jun 21, 2006 2:31 pm; edited 1 time in total |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 21, 2006 2:27 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
wschutz wrote: |
In unix speak, "souring" means to run the script. |
On the other hand, "sourcing" means to include the script into the current environment. Sometimes this is even done with the command "source". _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
lotusphilo |
Posted: Thu Jun 22, 2006 7:47 am Post subject: Error BIP2228E when trying to create broker. |
|
|
Voyager
Joined: 31 Mar 2004 Posts: 76
|
I understand the broker is failing to start is what this error indicates. Based on the IBM Support & Downloads site it says this is a permissions problem on a semaphore at startup. The abend file shows during a semctl() operation, errno 13 (Permission denied) was received whilst trying to operate on semaphore 371.
I ran the ipcs -s command but I was not able to identify any id in the abend file.
Any ideas on how to resolve this? |
|
Back to top |
|
 |
|