Author |
Message |
Topic: Volume testing |
mkitclr
Replies: 20 Views: 9336
|
Forum: General Discussion Posted: Fri Jun 28, 2013 4:57 am Subject: Volume testing |
When you say you couldn't find a 64bit version of Q...where did you look ?
http://www-01.ibm.com/support/docview.wss?uid=swg24009368 has only 1 which is a 32 bit. |
Topic: Volume testing |
mkitclr
Replies: 20 Views: 9336
|
Forum: General Discussion Posted: Mon Jun 17, 2013 9:28 am Subject: Volume testing |
so why not split the file in 4 parts of 1,2 GB and load it?
sry for the late response.
splitting the file ---could have done that..since q program backs up every message as a new line(I backed up th ... |
Topic: Volume testing |
mkitclr
Replies: 20 Views: 9336
|
Forum: General Discussion Posted: Mon Jun 03, 2013 5:19 am Subject: Volume testing |
Why is your test trying to work with such a large file? Is this representative of the type of thing that will be done in your prod env?
App failing on huge volumes.
Looks like an OS limitation to ... |
Topic: Volume testing |
mkitclr
Replies: 20 Views: 9336
|
Forum: General Discussion Posted: Fri May 31, 2013 12:18 pm Subject: Volume testing |
Thanks to my SYS admin..
He says the 32 bit version of the programs will have trouble handling the files that are larger than 2gb..here q utility is 32 bit..and I couldn't find any 64 bit utility ... |
Topic: Volume testing |
mkitclr
Replies: 20 Views: 9336
|
Forum: General Discussion Posted: Fri May 31, 2013 12:02 pm Subject: Volume testing |
Which Unix is this? Does the file open using the same id you're running q with if you use cat?
it is RHEL..2.6.18-308.1.1.el5 #1 SMP Fri Feb 17 16:51:01 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
Y ... |
Topic: Volume testing |
mkitclr
Replies: 20 Views: 9336
|
Forum: General Discussion Posted: Fri May 31, 2013 11:48 am Subject: Volume testing |
And the id opening the file has the permissions needed to open it? The OS supports files of that size? The file name really is ZZZ not zzz or Zzz? etc? etc?
Id has full access to the file, OS suppo ... |
Topic: Volume testing |
mkitclr
Replies: 20 Views: 9336
|
Forum: General Discussion Posted: Fri May 31, 2013 11:44 am Subject: Volume testing |
One more interesting thing...
I provided the Remote Queue Definition with the Remote Queue Manager attribute as
RQMNAME.Remotehostname ...message landed in the DLQ of Remote QMGR
RQMNAMERemoteh ... |
Topic: Volume testing |
mkitclr
Replies: 20 Views: 9336
|
Forum: General Discussion Posted: Fri May 31, 2013 11:41 am Subject: Volume testing |
file is there on the location..
ls -l /usr/local/ZZZZZ
-rw-r--r-- 1 id grp 4842491013 May 23 13:24 /usr/local/ZZZZZZ |
Topic: Volume testing |
mkitclr
Replies: 20 Views: 9336
|
Forum: General Discussion Posted: Fri May 31, 2013 11:39 am Subject: Volume testing |
Vitor-Thanks for the reply
This is a very, very, very bad idea. One trivial configuration error and you'll find WMQ's name resolution sending pre-production data to your live system.
Same name ... |
Topic: Volume testing |
mkitclr
Replies: 20 Views: 9336
|
Forum: General Discussion Posted: Fri May 31, 2013 10:59 am Subject: Volume testing |
hi,
we are trying to test the Pre-prod env with million records of prod.
to acheive this we tried qload(MO03) and q utility(we could able to successfully load the Prod data to a file and ftped t ... |
Topic: Messages order Under a Syncpoint |
mkitclr
Replies: 25 Views: 10833
|
Forum: General IBM MQ Support Posted: Thu Jul 26, 2012 9:56 am Subject: Messages order Under a Syncpoint |
Thanks bruce, jeff. |
Topic: Messages order Under a Syncpoint |
mkitclr
Replies: 25 Views: 10833
|
Forum: General IBM MQ Support Posted: Thu Jul 26, 2012 6:00 am Subject: Messages order Under a Syncpoint |
we are having multiple processes writing in to a single queue.
p1,p2,p3
p1 is using the UOW to putt messages in to a queue.
p2 is not using UOW.
p3 is using the UOW and putting messages in to a ... |
Topic: java.library.path |
mkitclr
Replies: 4 Views: 5985
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 22, 2011 10:59 am Subject: java.library.path |
Yes.. |
Topic: java.library.path |
mkitclr
Replies: 4 Views: 5985
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 22, 2011 9:04 am Subject: java.library.path |
#!/bin/ksh
. /opt/ibm/mqsi/7.0/bin/mqsiprofile
export PATH=/HA:$PATH
export ORACLE_BASE=/oracle/home
export ORACLE_HOME=$ORACLE_BASE/oracle/product/10.2.0/client
export LD_LIBRARY_PATH=$LD_LIBR ... |
Topic: java.library.path |
mkitclr
Replies: 4 Views: 5985
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 22, 2011 6:35 am Subject: java.library.path |
The Java Exception information is 'java.lang.UnsatisfiedLinkError: ocijdbc10 (Not found in java.library.path)'. : RMSHABR1.eedaaf4c-3101-0000-0080-82ade96b0049: /build/S700_P/src/DataFlowEngine/ImbRdl ... |