Author |
Message
|
swaugh |
Posted: Tue Jun 19, 2007 8:52 am Post subject: queue manager log setting |
|
|
Apprentice
Joined: 15 Jun 2006 Posts: 37
|
Hi,
Currently i have WBIA mysap adapter version 6.0.8 extracting data from SAP application using the ALE module and putting the data into MQ series queue. SAP connector is erroring out when ever the archive queue is reaching a particular threshold of 2570 messages. current queue depth setting of archive queue is around 50000 messages. Size of each message is around 1mb. Disk space alloted to /var/mqm area is 18 GB.
here is the error from the connector log file
----------------------------------
[Time: 2007/06/13 19:35:56.814] [System: ConnectorAgent] [SS: LC2ALEConnector] [
Thread: appPolling (#246981862)] [Type: Error] [MsgID: 26020] [Mesg: Error: Exce
ption in method VSapALEConnectorAgent.pollForEventsVision. Message: java.lang.Ex
ception: [Type: Error] [MsgID: 26118] [Mesg: Error occurred in ALEPersistentStor
age.onArchive(). The error is: MQServerSessionManager.createMessage() : queue:
ARCHIVEQUEUE,CorrelationID:0938EA550077467047B6114C,Err
or:javax.jms.JMSException: MQJMS2007: failed to send message to MQ queue,ErrorCo
de:MQJMS2007,LinkedException:com.ibm.mq.MQException: MQJE001: Completion Code 2,
Reason 2056.] .]
here is the queue manager log settings that i have
-----------------------------------------------------------
QueueManager Log in the QM.ini file should have LogPrimaryFiles=62, LogSecondaryFiles=2, LogFilePages=16384, LogType=CIRCULAR, LogBufferPages=512.
Kindly advise on what shud be the ideal settings on the queue manager and queue, so that i can GET rid of the 2056 error. Also is there any property on the queue apart from MAMMSGLENGTH that we can set On the queue to specify the space allocated to a particular queue.
thanks,
swaugh |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 19, 2007 8:57 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
swaugh |
Posted: Tue Jun 19, 2007 9:01 am Post subject: queue manger log setting |
|
|
Apprentice
Joined: 15 Jun 2006 Posts: 37
|
Hi Jeff,
How do i increase the space avialable for a particular queue?
thanks,
swaugh |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 19, 2007 9:04 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Except on z/OS, you don't.
/var/mqm may be 18GB, but /var/mqm/qmgrs/<yourqmgrname>/ may not be. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
swaugh |
Posted: Tue Jun 19, 2007 9:34 am Post subject: queue manager log setting |
|
|
Apprentice
Joined: 15 Jun 2006 Posts: 37
|
Hi jeff,
the queue manager uses all the free space available under the /var/mqm area. Since QMGR sub folder is under /var/mqm/qmgr/name, its enabled to use the full the 18 GB of space available under the disk /var/mqm.
earlier it was 10 gb alloted to /var/mqm i increased it to 18GB.
still i get the disk space error.
thank,
swaugh |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 19, 2007 9:42 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You don't say what version of MQ, or what OS.
You may have to do things to enable "large file support" - it seems like you're putting about 2 GB on the queue file. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Nigelg |
Posted: Tue Jun 19, 2007 10:36 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
How irritating; I have just put an answer into the duplicate of this post, which I cannot be bothered to move to this one.
There is a reason why people should not double post... _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
swaugh |
Posted: Tue Jun 19, 2007 10:41 am Post subject: queue manager log settings |
|
|
Apprentice
Joined: 15 Jun 2006 Posts: 37
|
Hi Jeff,
Version of MQ series is 6 and OS is AIX 5.2 TL09.
Thats right i am putting more than 2gb on the queue file. thats why i had the queue manager log setting to
QueueManager Log in the QM.ini file should have LogPrimaryFiles=62, LogSecondaryFiles=2, LogFilePages=65536, LogType=CIRCULAR, LogBufferPages=512.
is there any other settings related to larger file support that i need to do?
thanks,
swaugh |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 19, 2007 11:57 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It is clear that you have read Nigel's answer in your duplicate post.
I have nothing further to add - as usual Nigel's answer is smarter and clearer than I could give. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|