Author |
Message |
Topic: XSLT transformation in WESB |
chrisgclark
Replies: 1 Views: 6851
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Jul 15, 2010 2:30 am Subject: XSLT transformation in WESB |
Hi JYama,
I would like to also dynamically supply an XSL file for XSLT transformation primitive (e.g. read XSL file location from a database row, then use this file location in the XSLT transformat ... |
Topic: Deleted Queue Manager logs |
chrisgclark
Replies: 12 Views: 18365
|
Forum: General IBM MQ Support Posted: Fri Mar 12, 2010 2:56 am Subject: Deleted Queue Manager logs |
Hi,
I was getting a 'AMQ7017: Log not available' error when starting one of our queue managers. Looking in the queue manager error file, the last linear log the queue manager needs is in the corre ... |
Topic: how do i increase memory for execution group (not jvm heap) |
chrisgclark
Replies: 6 Views: 11261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 03, 2010 3:10 am Subject: how do i increase memory for execution group (not jvm heap) |
Hi,
Thanks for the replies.
One option is definitely to decrease the number of fan out/fan in messages (e.g. instead of 360 output messages, put 10 requests in each and send out only 36 reques ... |
Topic: how do i increase memory for execution group (not jvm heap) |
chrisgclark
Replies: 6 Views: 11261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 02, 2010 7:22 am Subject: how do i increase memory for execution group (not jvm heap) |
MrSmith, Thanks for your reply.
From stepping through in debug and watching the memory I can see my execution group (EG) initialises at 200MB. When I put my large cvs message onto mq queue it is ... |
Topic: how do i increase memory for execution group (not jvm heap) |
chrisgclark
Replies: 6 Views: 11261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 02, 2010 6:59 am Subject: how do i increase memory for execution group (not jvm heap) |
Hi,
I have a message flow that processes a large message, splits the message into 360 msgs, calls a services with each of these messages, then aggregates them back together. I am crashing my execu ... |
Topic: how did i generate a new MQ msgid in esql |
chrisgclark
Replies: 6 Views: 8100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 18, 2010 3:47 am Subject: how did i generate a new MQ msgid in esql |
my broker code requires a unique string (in addition to msg id) so either char or blob would do here |
Topic: how did i generate a new MQ msgid in esql |
chrisgclark
Replies: 6 Views: 8100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 18, 2010 3:33 am Subject: how did i generate a new MQ msgid in esql |
Hi Gaya3, I tried using timestamp but as my flow is multithreaded I found occassions where the same timestamp was used, even down to milli seconds (i could see same timestamp being used in user trace ... |
Topic: how did i generate a new MQ msgid in esql |
chrisgclark
Replies: 6 Views: 8100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 18, 2010 3:03 am Subject: how did i generate a new MQ msgid in esql |
Hi,
Any ideas how to generate a new MQ msgIDs in ESQL. I have a coding problem where i need a unique number in addition to the msgID that is in the inbound message.
I tried RAND() function, but ... |
Topic: TIMESTAMP casting issue in AIX environment |
chrisgclark
Replies: 9 Views: 14054
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 20, 2009 7:58 am Subject: TIMESTAMP casting issue in AIX environment |
Gaya3 - thanks for the link... we've upgraded one of our servers to Broker6.1.0.5 so I'll check if this is still an issue on 6.1.0.5. I'll let you know... |
Topic: TIMESTAMP casting issue in AIX environment |
chrisgclark
Replies: 9 Views: 14054
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 20, 2009 6:21 am Subject: TIMESTAMP casting issue in AIX environment |
fjb_saper, thanks for your comment, however I tried using CURRENT_GMTTIMESTAMP with tz=Europe/London on AIX, however this shows timestamp as:
2009-10-20T10:31:23.001+00:00 - GMT time, GMT timezon ... |
Topic: TIMESTAMP casting issue in AIX environment |
chrisgclark
Replies: 9 Views: 14054
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 20, 2009 3:11 am Subject: TIMESTAMP casting issue in AIX environment |
Hi all,
I also have this issue and can not seem to solve it.
I have the following code and my servers are running BST time. (On AIX the 'date' command shows BST time and BST timezone. I'm runn ... |
Topic: rc=2393 Cannot Connect returned by RFHUtilc - SSL certs prob |
chrisgclark
Replies: 7 Views: 13566
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Sep 24, 2009 3:04 am Subject: rc=2393 Cannot Connect returned by RFHUtilc - SSL certs prob |
Hi,
Yes, same command just -type parameter different.
Fixed this issue now, we changed 2 things are it started working with DNs:
1. Name of suffix on the client side certificate label. This ... |
Topic: rc=2393 Cannot Connect returned by RFHUtilc - SSL certs prob |
chrisgclark
Replies: 7 Views: 13566
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Aug 27, 2009 12:26 am Subject: rc=2393 Cannot Connect returned by RFHUtilc - SSL certs prob |
Hi mqjeff,
We have in fact produced the same certificate in 2 formats. The jks java one works fine with distinguished names enabled, however the .kdb C one does not work with distinguished names e ... |
Topic: rc=2393 Cannot Connect returned by RFHUtilc - SSL certs prob |
chrisgclark
Replies: 7 Views: 13566
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 26, 2009 9:26 am Subject: rc=2393 Cannot Connect returned by RFHUtilc - SSL certs prob |
When using rfhutilc client to connect to (local or remote) queue manager using SSL we get 'rc=2393 Cannot Connect' message returned when the svrconn channel definition SSL parameter 'Accept only certi ... |
Topic: JMS rollback issue, can't see message on backout queue |
chrisgclark
Replies: 2 Views: 5410
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 10, 2009 7:39 am Subject: JMS rollback issue, can't see message on backout queue |
mqjeff, many thanks. You solved the problem!
We are now handling committing the original get and putting the backout message as separate transations, in different sessions.
We are now doing t ... |