Author |
Message
|
karthik |
Posted: Mon Jun 14, 2004 3:43 pm Post subject: WF on AIX |
|
|
 Centurion
Joined: 17 Oct 2003 Posts: 114
|
Hi
WF 3.4 sp5
AIX 5.2
db2 8.1
I installed WF and later tried to configure using fmczutil. Everything ran fine , the FDL was loaded into the runtime DB.
But after running the trigger monitor and trying to start the WF admin server using fmcamain -y FMC& . I am getting the following error.
exec(): 0509-036 Cannot load program fmcamain because of the following errors:
0509-022 Cannot load module /usr/opt/db2_08_01/lib/libdb2.a(shr.o).
0509-150 Dependent module /home/db2inst1/sqllib/lib/libdb2osse.a(shr.o
could not be loaded.
0509-152 Member shr.o is not found in archive
Has any body seen such an error.
I have fmc id both in db admin grp and also mqm group.
There is one more thing which looks wrong. When i login as fmc and run fmczutil , in the database commands menu , the following menu appears
FMC33206I Selected Runtime Database Commands Menu:
Selected Runtime database : FMCDB
c ... Create
x ... Exit Selected Runtime Database Commands Menu
I suppose , i should be seeing the rebinds and drop options also.
Is this related to any permissions issue , or am i missing something.
Any help is appreciated
thanks
karthik |
|
Back to top |
|
 |
alex_do |
Posted: Mon Jun 14, 2004 3:49 pm Post subject: |
|
|
Voyager
Joined: 17 Feb 2004 Posts: 85
|
Did you check the fmcerr and fmcsys files? |
|
Back to top |
|
 |
Andy |
Posted: Mon Jun 14, 2004 6:16 pm Post subject: |
|
|
 Centurion
Joined: 14 May 2003 Posts: 122
|
Did you issue command fmczinsx -o db2 after installation?
In fmczutil, you should see following mesage if you have any permission issue.
FMC33949I Some options might not be displayed because you are not the configuration administrator. _________________
Andy
Last edited by Andy on Mon Jun 14, 2004 8:50 pm; edited 1 time in total |
|
Back to top |
|
 |
manoj |
Posted: Mon Jun 14, 2004 7:03 pm Post subject: |
|
|
 Master
Joined: 30 Jan 2002 Posts: 237 Location: Virgina
|
Did you check that your id is in the MQ Workflow group ? the default is fmcgrp.. if you chose to create a different group name check that fmc is part of that group _________________ -manoj |
|
Back to top |
|
 |
leongor |
Posted: Tue Jun 15, 2004 3:56 am Post subject: |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
I have had a similar problem on Soalris. The only way I managed to solve it - creating soft link for libdb2.a in /usr/lib directory. _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
karthik |
Posted: Tue Jun 15, 2004 5:31 am Post subject: |
|
|
 Centurion
Joined: 17 Oct 2003 Posts: 114
|
Hi all
I did all the things everone else asked for , except that i did not try the softlink leongor was talking about.
leongor, can you please explain me how i can create a link to libdb2.a
Thanks
karthik |
|
Back to top |
|
 |
cstauss |
Posted: Mon Jun 21, 2004 12:22 pm Post subject: woftlink |
|
|
Apprentice
Joined: 20 Feb 2002 Posts: 36
|
To do such a softlink , you would just enter:
ln -s <path to libdb2.a> libdb2.a
cstauss |
|
Back to top |
|
 |
kriersd |
Posted: Wed Jun 23, 2004 10:28 am Post subject: |
|
|
 Master
Joined: 22 Jul 2002 Posts: 209 Location: IA, USA
|
Do you have any other versions of DB2 on the system. If so you may be running into an issue where the queue manager can't find the correct libdb2.a file.
Try this..
Place a symbolic link to the database client-side library into the directory /usr/mqm/lib.
For example, on AIX (as root), say:
.
ln -s /usr/opt/db2_08_01/lib/libdb2.a /usr/mqm/lib/libdb2.a _________________ Dave Krier
IBM WebSphere MQ Workflow V3.4 Solution Designer |
|
Back to top |
|
 |
|