ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 26 matches
Author Message
  Topic: DFDL model to handle bcd fields
mindspace

Replies: 2
Views: 1391

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 16, 2018 7:05 am   Subject: DFDL model to handle bcd fields
Thank you!
  Topic: DFDL model to handle bcd fields
mindspace

Replies: 2
Views: 1391

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Jul 13, 2018 6:25 am   Subject: DFDL model to handle bcd fields
Hello DFDL gurus,

I am trying to create a DFDL model for my project, the incoming message(ebcdic) is having a bcd field and the value is 104999999091232631(include length prefix -10 (in hex form)) ...
  Topic: DFDL Parsing issue
mindspace

Replies: 3
Views: 2318

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri May 11, 2018 5:53 am   Subject: DFDL Parsing issue
its 24 ASCII character, prefix being in HEX and actual field value is being encoded in ebcdic
  Topic: DFDL Parsing issue
mindspace

Replies: 3
Views: 2318

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu May 10, 2018 3:04 pm   Subject: DFDL Parsing issue
I am creating new DFDL model from scratch and facing below issue.
I have a incoming field with 2 bytes field length in prefix(prefix length not inc. in field) in hex form.
For example:
Incoming Fi ...
  Topic: Mixed data inpu, ASCII and EBCDIC hex data parsing with DFDL
mindspace

Replies: 11
Views: 7893

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed May 02, 2018 7:49 am   Subject: Mixed data inpu, ASCII and EBCDIC hex data parsing with DFDL
I need to do some processing in esql same as bitmaps, so that actual data received (F goes to DFDL not X'4648, but for data fields in the message, which vary their positions and again not all field ...
  Topic: Mixed data inpu, ASCII and EBCDIC hex data parsing with DFDL
mindspace

Replies: 11
Views: 7893

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed May 02, 2018 6:43 am   Subject: Mixed data inpu, ASCII and EBCDIC hex data parsing with DFDL
other thing I noticed is that if I pass 'F8' (instead of X'4638) in blob message(alter the blob in compute node) to DFDL and with proper IBM500 ebcdic encoding..DFDL is successfully parsing it to '8'
  Topic: Mixed data inpu, ASCII and EBCDIC hex data parsing with DFDL
mindspace

Replies: 11
Views: 7893

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed May 02, 2018 6:37 am   Subject: Mixed data inpu, ASCII and EBCDIC hex data parsing with DFDL
Thats right, from the debug mode, I can see that input F8 is represented as X'4638 in BLOB and same is being sent to DFDL.
  Topic: Mixed data inpu, ASCII and EBCDIC hex data parsing with DFDL
mindspace

Replies: 11
Views: 7893

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed May 02, 2018 6:06 am   Subject: Mixed data inpu, ASCII and EBCDIC hex data parsing with DFDL
No luck, I tried different code pages but DFDL is not able to parse EBCDIC fields. I may be missing some thing here....

EBCDIC Hex values such as F8, F1 are being converted to BLOB in TCP input nod ...
  Topic: Mixed data inpu, ASCII and EBCDIC hex data parsing with DFDL
mindspace

Replies: 11
Views: 7893

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue May 01, 2018 4:03 pm   Subject: Mixed data inpu, ASCII and EBCDIC hex data parsing with DFDL
How to handle this efficiently? By usinge esql or is their anyway with in DFDL?You can do it either way.
a) Parse the bitmap as an array of hexBinary with representation='text' and write it out usin ...
  Topic: Mixed data inpu, ASCII and EBCDIC hex data parsing with DFDL
mindspace

Replies: 11
Views: 7893

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue May 01, 2018 11:54 am   Subject: Mixed data inpu, ASCII and EBCDIC hex data parsing with DFDL
Hi,

I am struggling on how to handle below situation..

Input: Message format similar to ISO8583-87, with additional header elements(ISO VISA NET-BASE I Technical Specifications)

Data enterin ...
  Topic: F5 loadbalancer with Queue managers
mindspace

Replies: 2
Views: 2208

PostForum: General IBM MQ Support   Posted: Mon Mar 19, 2018 12:17 pm   Subject: Re: F5 loadbalancer with Queue managers
Will this solution work?

Source QM1 --> F5---> Target QM2
----> Target QM2

No. The channel sequence numbers will hose up.

Both target queue managers are havi ...
  Topic: F5 loadbalancer with Queue managers
mindspace

Replies: 2
Views: 2208

PostForum: General IBM MQ Support   Posted: Mon Mar 19, 2018 11:46 am   Subject: F5 loadbalancer with Queue managers
Is it possible to use F5 loadbalancer with Websphere MQ? I understood that F5 will work if used between a MQ Client(source) and MQ servers(target) but what I am looking here is whether it will work be ...
  Topic: CAST from CHAR to DATE failing in v10.0.0.5
mindspace

Replies: 7
Views: 5339

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue May 02, 2017 7:10 am   Subject: CAST from CHAR to DATE failing in v10.0.0.5
I would also expect it fail if you set your system date 31st march.

Thank you, I understood now,so in failure case tested on 30 April IIB is interpreting 2002(yyMM) as 2020 years 02 months and 30t ...
  Topic: CAST from CHAR to DATE failing in v10.0.0.5
mindspace

Replies: 7
Views: 5339

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue May 02, 2017 5:55 am   Subject: CAST from CHAR to DATE failing in v10.0.0.5
I think the error:
Error casting '2020' years '2' months '30' days to a DATE.
is fairly obvious.

You're casting to a date, but have missing date parts in your source. In my experience IIB wil ...
  Topic: CAST from CHAR to DATE failing in v10.0.0.5
mindspace

Replies: 7
Views: 5339

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue May 02, 2017 5:47 am   Subject: CAST from CHAR to DATE failing in v10.0.0.5
Your date value appears to have two sets of quotes around it - ""2002"" instead of "2002".

I tried with same test data, same message flow+esql+DFDL, only change is is ...
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.