Author |
Message
|
jefflowrey |
Posted: Wed Jul 25, 2007 7:03 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I think it's time to enable MQ trace to see if it shows you anything more about where the load failure occurs.
Or open a PMR....
If the client is unhappy with that... that's another use for that brick wall... duck&cover...  _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jul 25, 2007 2:11 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
smdavies99 wrote: |
Jeff,
Thanks again for the suggestion about the paths etc.
The user who is doing the compilations does not have any the offending directories set in the paths
so there is nothing to remove.
/S
{sigh.} |
I don't Jeff was pointing at the user running the compilation, as much as at the user running the qmgr / posting the message.
Anyway looks like PMR time... (Grab that Miller for me too) _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jul 25, 2007 5:28 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
fjb_saper wrote: |
I don't Jeff was pointing at the user running the compilation |
In fact, I was. The section on Implications of a 64-bit qmgr is pretty specific about unsetting these during compilation. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jul 26, 2007 1:34 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
jefflowrey wrote: |
fjb_saper wrote: |
I don't Jeff was pointing at the user running the compilation |
In fact, I was. The section on Implications of a 64-bit qmgr is pretty specific about unsetting these during compilation. |
So you need them set right at both compilation and runtime!!
Don't program anything else but java these days so I don't read enough that part of the manual....Thanks for setting me straight  _________________ MQ & Broker admin |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Aug 01, 2007 1:47 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Just to try to close this off
We can't raise a PMR about this as this is part of a proposal to a customer. I work for a Partner so we can't raise PMR's unless it is via a customer and uas this is for a proposal we are in a sort of catch-22 situation. We obviously don't want to propose a solution that we can't demonstrate and it won't look very good if we say "Sorry Mr Customer, we can't show you it working but we would like you to raise a PMR with IBM about this part of something you may possibly buy..."
So, we are looking at other avenues to solve the problem. Luckily, he only has a few queue on this system so we may implement a 'triggered message copy' solution rather than one done via an exit. The message rate is not that high so the impact to overall system performace won't be that great.
Thanks to all who have made suggestions to help resolve the problem.
/S _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
thebeach |
Posted: Thu Sep 27, 2007 10:15 pm Post subject: |
|
|
Apprentice
Joined: 30 Mar 2004 Posts: 47
|
Praise be all of you! I managed to compile my version 6 channel exit using the info here.
Many thanks!! |
|
Back to top |
|
 |
sharathbabuk |
Posted: Wed Apr 16, 2008 5:14 pm Post subject: |
|
|
Newbie
Joined: 16 Apr 2008 Posts: 1
|
Following compiler options worked for me -
=========
cc -xarch=v9 -KPIC -mt -G -o mirrorq mirrorq.c -I/ldaphome/e0094105/MIRRORQ/inc -L~/MIRRORQ/lib64 -R~/MIRRORQ/lib64 -R/usr/lib/64 -lmqm -lmqmcs -lmqmzse -lmqmzf -lsocket -lnsl -ldl
==========
I had missed '-lmqmzf' - and this was causing "Symbol not found, MQXEP" error. After I added that, it worked nicely. I copied the exit into in /var/mqm/exits64 and started the Queue Manager it came up. Tested MIRRORing - it worked. |
|
Back to top |
|
 |
|