Author |
Message |
Topic: Datapower (XI52) to datapower (XB60) data transfer best desi |
steve_metal
Replies: 4 Views: 9965
|
Forum: WebSphere DataPower Posted: Tue Nov 08, 2011 1:22 am Subject: Datapower (XI52) to datapower (XB60) data transfer best desi |
Invariably you mean I need a queue manager inbetween the data power devices if I am to use MQ .
There are some messages which have sizes 50 - 80 MB through MQ , will http be recommended then ? |
Topic: Datapower (XI52) to datapower (XB60) data transfer best desi |
steve_metal
Replies: 4 Views: 9965
|
Forum: WebSphere DataPower Posted: Mon Nov 07, 2011 3:25 am Subject: Datapower (XI52) to datapower (XB60) data transfer best desi |
I have a setup , where an XI52 device will need to pick an MQ message transmit it to the XB60 device which will put it on a destination queue .
How to design the transmission between the data powe ... |
Topic: HTTP to HTTPS using MPGW |
steve_metal
Replies: 1 Views: 6507
|
Forum: WebSphere DataPower Posted: Tue Aug 09, 2011 12:09 am Subject: HTTP to HTTPS using MPGW |
all you have to do is configure an SSL proxy profile in your MPGW and you have HTTP -> HTTPS.
what is the problem your facing ? |
Topic: Clustered MQ set up back end with Datapower |
steve_metal
Replies: 3 Views: 8756
|
Forum: WebSphere DataPower Posted: Tue Aug 02, 2011 4:26 am Subject: Clustered MQ set up back end with Datapower |
That is the option I am actually left with now .
Have a sort of a gateway with aliases poiting to the actual queues in the cluster to do the distribution .
Im trying to find out how the DP MQ ... |
Topic: Problem with Conversion from EBCDIC to ASCII |
steve_metal
Replies: 19 Views: 18100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 02, 2011 1:47 am Subject: Problem with Conversion from EBCDIC to ASCII |
No conversion on the channels either .. The CCSID that it actually comes in with is 285 . |
Topic: Clustered MQ set up back end with Datapower |
steve_metal
Replies: 3 Views: 8756
|
Forum: WebSphere DataPower Posted: Mon Aug 01, 2011 11:06 pm Subject: Clustered MQ set up back end with Datapower |
Hi ,
I have a datapower device(XB60) recieving mesage from a client and writing the message on a queue . I have two queue managers in a cluster and the queue is a cluster queue .
Is there any ... |
Topic: Problem with Conversion from EBCDIC to ASCII |
steve_metal
Replies: 19 Views: 18100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 01, 2011 10:29 pm Subject: Problem with Conversion from EBCDIC to ASCII |
My MQ input node does not have a convert on . And MQ should not convert a message unless I tell it to right ? |
Topic: Problem with Conversion from EBCDIC to ASCII |
steve_metal
Replies: 19 Views: 18100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 2:50 am Subject: Problem with Conversion from EBCDIC to ASCII |
Thanks smdavies ... .
Worked pretty .. Just set the properties.ccsid to 1208 and the data is written out fine.
The CCSID in the properties was getting set to '37' out of nowhere , not sure wher ... |
Topic: Problem with Conversion from EBCDIC to ASCII |
steve_metal
Replies: 19 Views: 18100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 1:00 am Subject: Problem with Conversion from EBCDIC to ASCII |
Sorry to re-open the forum again .
Facing a similar problem .
Recieving a message from Mainframe . The messaged saved off the queue has CCSID 285 (same message is picked by the flow). In RFHUTIL ... |
Topic: Trasnsform tag delimited data to XML |
steve_metal
Replies: 2 Views: 6928
|
Forum: WebSphere DataPower Posted: Mon Jul 11, 2011 2:28 am Subject: Trasnsform tag delimited data to XML |
Using a WTX map file would be the most straight forward approach .
But if WTX design studio is not an option , the only way would be to wrap up your tag delimitted data into two XML tags (http://w ... |
Topic: Parsing € in an XML |
steve_metal
Replies: 13 Views: 12191
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 06, 2011 3:34 am Subject: Parsing € in an XML |
Thanks guys ...
Nobody is able to actually get the reason for the conversion to be on.But no one wants to switch it off either believing it to be put there for some reason and since there are plent ... |
Topic: Parsing € in an XML |
steve_metal
Replies: 13 Views: 12191
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 05, 2011 9:48 pm Subject: Parsing € in an XML |
Thanks again ... Got the point now...
Related to the same issue .. we managed to pass the euro through ESB layer.. the problem we have is
We have two brokers and a gateway in a cluster (everyth ... |
Topic: Considerations migrating to WMB 7 from 6.0/6.1 |
steve_metal
Replies: 3 Views: 4008
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 05, 2011 1:56 am Subject: Considerations migrating to WMB 7 from 6.0/6.1 |
Hi ,
We are planning to migrate from WMB 6.0 and WMB 6.1(RAD) to WMB 7.
The different nodes (apart from the normal ones - MQ , http , compute ...)
XSL transform
IA9a support pac (XSD validati ... |
Topic: Parsing € in an XML |
steve_metal
Replies: 13 Views: 12191
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 05, 2011 12:15 am Subject: Parsing € in an XML |
Hi Kimbert ,
That was a nice read . The fact was known to me , I just wanted to put it out there. The confusing part is (more technically) why is the publication node throwing the error and not an ... |
Topic: Parsing € in an XML |
steve_metal
Replies: 13 Views: 12191
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 04, 2011 10:47 pm Subject: Parsing € in an XML |
Thanks guys , issue is almost sorted out .
Euro symbol is a valid symbol in UTF-8 (1208 CCSID) as well . Except that the representation wont be € and will be something like (â <82> ¬ ) i ... |