Author |
Message
|
KittieKat |
Posted: Mon Apr 08, 2002 8:27 am Post subject: |
|
|
Apprentice
Joined: 17 Dec 2001 Posts: 31
|
Hi,
I'm running MQSI 2.0.2 on a Sun Solaris 5.7 box, and we using DB2 7.1. I got the segmentation fault (coredump) error message whenever I try to create or delete a broker, can anyone tell me what is wrong here? Thanks a bunch for your help.
-Alison |
|
Back to top |
|
 |
hkeener |
Posted: Wed Jun 12, 2002 10:58 am Post subject: |
|
|
Newbie
Joined: 15 Apr 2002 Posts: 5
|
If it makes you feel any better, I'm having the same problem on AIX 5.1 using WMQI 2.1
If you've had any luck, let me know. I'll do the same.
hck |
|
Back to top |
|
 |
udaybho |
Posted: Wed Jun 12, 2002 12:30 pm Post subject: |
|
|
Voyager
Joined: 09 May 2002 Posts: 94 Location: Chicago
|
Well I too faced this problem and its a know problem.
This is what I got as workaround for this problem from IBM support
AIX : Alternate ODBC library available for all FixPak levels:
To create the necessary library on AIX:
1. Shut down all database instances as the instance owner ID: db2stop force.
2. Shut down the administration server instance as the admin instance ID: db2admin stop force.
3. Back up the original db2.o under /usr/lpp/db2_<ver>_<rel>/lib
4. Issue "slibclean" as root.
5. Copy db2_36.0 to db2.o, ensuring that ownership and permissions are consistent:
cp db2_36.o db2.o
-r--r--r-- bin:bin for db2.o
To switch back to the original object, simply follow the same procedure using the backed up db2.o file.
Once you do this try creating broker again.
Uday Bhosle |
|
Back to top |
|
 |
simon.starkie |
Posted: Wed Jun 12, 2002 1:26 pm Post subject: UDB 7.1 fixpacks? |
|
|
Disciple
Joined: 24 Mar 2002 Posts: 180
|
KittyKat - I had a similar sounding problem with MQSI202 and UDB 7.1.
The problem was caused by application of fixpacks to UDB 7.1.
The ODBC driver (Merant) was abending and producing a huge core file.
Removing the UDB 7.1 fixpacks solved the problem.
IBM does not support MQSI202 with UDB 7.1 if UDB 7.1 has ANY fixpacks.
You must run UDB 7.1.0.
This is a known problem.
I see you asked in April if MQSI 2.02 will work with DB2 7.2 fixpack2. I think the answer is still "not really".
HKeener - I'm not sure if your problem on AIX 5.1 and WMQI 2.1 is the same problem reported by KittyKat. I think you should call IBM Support for that problem. |
|
Back to top |
|
 |
TorpedoSTu |
Posted: Fri Jun 14, 2002 12:38 am Post subject: |
|
|
Acolyte
Joined: 14 Nov 2001 Posts: 73
|
udaybho is absolutely correct with the resolution to this problem for all UNIX platforms with DB2 UDB > 7.1.0.
Note that once you apply this fix then DB2 with SI 2.0.2 or 2.1 is perfectly happy with any DB2 7 release level up to and incuding fixpack 6 (The cuurent GA)
Regs
Stu |
|
Back to top |
|
 |
|