Author |
Message |
Topic: time taken from MPG to WSProxy is huge |
wmquser
Replies: 0 Views: 4951
|
Forum: WebSphere DataPower Posted: Tue Apr 17, 2012 1:12 am Subject: time taken from MPG to WSProxy is huge |
In our environment, we have configured WSProxy - MPG for request and in response the flow is MPG-WSProxy. When we calculated the execution time, in the resonse transaction, the time taken for MPG to W ... |
Topic: ffd choice |
wmquser
Replies: 4 Views: 8844
|
Forum: WebSphere DataPower Posted: Tue Oct 18, 2011 8:33 pm Subject: ffd choice |
there is a way to handle in FFD by using Choice group. But it always select the first group in the choice group. I know there are ways in XSD to handle, but this should be handled in FFD only. If anyo ... |
Topic: ffd choice |
wmquser
Replies: 4 Views: 8844
|
Forum: WebSphere DataPower Posted: Tue Oct 18, 2011 10:19 am Subject: ffd choice |
We have a requirement. We need to transform a xml data into fixed file (cobol copy book/s390 system). We are using ffd for this. Based on the input, the cobol copy structure will change. In the cobol ... |
Topic: Result node can handle non xml data |
wmquser
Replies: 0 Views: 5209
|
Forum: WebSphere DataPower Posted: Fri Jun 03, 2011 3:57 am Subject: Result node can handle non xml data |
Hi,
Can Result node handle non xml (ebidic) data as input and output message. We tried to use result node to send message to Z/OS application, but it fails in result node. Please advise |
Topic: Parallel routing nd aggregating the response |
wmquser
Replies: 0 Views: 5915
|
Forum: WebSphere DataPower Posted: Fri Jun 03, 2011 3:28 am Subject: Parallel routing nd aggregating the response |
Hi,
We need to call multiple backend in parallel and aggregate the response. We tried to implement using one result node with an event sink node. The setup is as follows, we have a xslt transform nod ... |
Topic: Trim space |
wmquser
Replies: 0 Views: 5540
|
Forum: WebSphere DataPower Posted: Fri Dec 10, 2010 3:20 am Subject: Trim space |
Hi,
I need to trim space in the FFD. Please advise. |
Topic: Looping |
wmquser
Replies: 2 Views: 7693
|
Forum: WebSphere DataPower Posted: Thu Dec 09, 2010 10:53 pm Subject: Looping |
Hi,
I have to loop for the input data, dynamically. ie., the number of time to loop will be a part of the input. The input is from cobol, and its fixed length. I cant use for-each because we are gett ... |
Topic: Date converstion |
wmquser
Replies: 1 Views: 6356
|
Forum: WebSphere DataPower Posted: Wed Dec 08, 2010 3:36 am Subject: Date converstion |
Hi,
I use datapower XI 50. I need to convert the XML formatted date (CCYY-MM-DD) into a Cobol format date (DDMMCCYY). I tried to use the xslt date-format function, but its not supported. Moreover I c ... |
Topic: Move messages from one queue to another |
wmquser
Replies: 12 Views: 14381
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 19, 2010 10:01 pm Subject: Move messages from one queue to another |
I could able to complete this, I am doing a get and checking the data length and without reading the data I am moving the message into backout queue. I could able to process large message now. |
Topic: Move messages from one queue to another |
wmquser
Replies: 12 Views: 14381
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 09, 2010 12:47 am Subject: Move messages from one queue to another |
Below is the exception logged when the application tries to get a message of 300mb (segmented into 50mb each) size. There is no MQ error log found for this error, as this is a application error.
JV ... |
Topic: Move messages from one queue to another |
wmquser
Replies: 12 Views: 14381
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 06, 2010 3:10 am Subject: Move messages from one queue to another |
i am getting out of memory error. I have increased the java heap size to 2048 also, but the same error. |
Topic: Move messages from one queue to another |
wmquser
Replies: 12 Views: 14381
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 05, 2010 11:36 pm Subject: Move messages from one queue to another |
the message is 300MB which is segmented into 50MBs. |
Topic: Move messages from one queue to another |
wmquser
Replies: 12 Views: 14381
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 05, 2010 6:04 am Subject: Move messages from one queue to another |
we are running the application on AIX, so we cant use that option. |
Topic: Move messages from one queue to another |
wmquser
Replies: 12 Views: 14381
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 05, 2010 3:09 am Subject: Move messages from one queue to another |
Hi,
I have a java application which reads from the queue and process the message. For large message the application fails, in spite of increasing the heap size. I would like to know if there is a way ... |
Topic: MQ V7 RFH2 |
wmquser
Replies: 2 Views: 5683
|
Forum: IBM MQ Java / JMS Posted: Tue May 11, 2010 9:56 pm Subject: MQ V7 RFH2 |
In MQ V7, there is new attribute added to the queue PROPCTL. It is to be set to PROPCTL(FORCE), to force the MQ to deliver the message in the RFH2 format. |