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 1282 matches
Author Message
  Topic: EXtra 'LF' added to new lines in DFDL output
timber

Replies: 2
Views: 2134

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon May 20, 2024 12:19 pm   Subject: EXtra 'LF' added to new lines in DFDL output
See https://daffodil.apache.org/docs/dfdl/

If you search your DFDL schema for 'outputNewline' you will see that its value is being picked up from a DFDL variable. That variable defaults to %LF; as ...
  Topic: versions in bar file
timber

Replies: 2
Views: 75

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon May 20, 2024 12:09 pm   Subject: versions in bar file
I assume that you are trying to link the BAR file to the version of code that it was built from. The best way to do that is to link the entire BAR file to a git commit id. You can do that in a couple ...
  Topic: Mapping XML in lt-gt format to CCB
timber

Replies: 1
Views: 1995

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jan 01, 2024 8:32 am   Subject: Mapping XML in lt-gt format to CCB
I see that you are using the MRM parser, which is not recommended since WMB v8. The DFDL parser is much easier to debug, especially when you are doing non-trivial mappings like this. There is a COBOL ...
  Topic: Remove double quotes in DFDL while writing csv output
timber

Replies: 1
Views: 3936

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 22, 2023 4:38 am   Subject: Remove double quotes in DFDL while writing csv output
Are you sure that you are quoting the current output accurately?
Does it actually look like this?"ID","GROUP_ID","STATUS","APPLICATION_IGO"
"1",&qu ...
  Topic: Convert XML to JSON
timber

Replies: 3
Views: 4471

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 22, 2023 4:32 am   Subject: Convert XML to JSON
Can you help me?Definitely. Please supply your current code and explain exactly what is going wrong, and it should be fairly simple.
  Topic: Using DFDL to create a structure
timber

Replies: 2
Views: 7698

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 22, 2023 4:30 am   Subject: Using DFDL to create a structure
Would you mind supplying an example input document and the resulting message tree?

Does Choice Dispatch Key only work for parsing?Correct - as far as I remember, it's an optimisation for parsing o ...
  Topic: Shared Variable in Shared Library
timber

Replies: 15
Views: 19553

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 10, 2023 1:22 pm   Subject: Shared Variable in Shared Library
mgk said:What did not work here? I would expect this to be possible given the flows are in the same EG?That's a fair point - I thought the requirement was for accessing across multiple EGs.

I seem ...
  Topic: Shared Variable in Shared Library
timber

Replies: 15
Views: 19553

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jul 05, 2023 12:20 am   Subject: Shared Variable in Shared Library
If you need non-persistent storage for shared state, then I think the global cache is the way to go.
  Topic: Email standards in IBM ACE
timber

Replies: 2
Views: 2248

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jan 16, 2023 4:55 am   Subject: Email standards in IBM ACE
Here is the IBM documentation for the EmailOutput node : https://www.ibm.com/docs/en/app-connect/11.0.0?topic=nodes-emailoutput-node#ac37400_cfg

I do not see any property to control the length of t ...
  Topic: DFDL - Empty fields in pipe-delimited record
timber

Replies: 2
Views: 2642

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 03, 2023 1:53 am   Subject: DFDL - Empty fields in pipe-delimited record
Your data format is CSV, which is a positional format because each field is identified by its position within the record. In a positional format you should set separationSuppressionPolicy to 'trailing ...
  Topic: Questions about content filter in both ACE and IBMMQ
timber

Replies: 1
Views: 2098

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 03, 2023 1:32 am   Subject: Questions about content filter in both ACE and IBMMQ
Nice question. I did a bit of research and found this: https://www.ibm.com/docs/en/app-connect/11.0.0?topic=esql-enabling-content-based-filtering-publishsubscribe

IBM could do a better job of expla ...
  Topic: BIP2136E: cannot be converted from Unicode to codepage '819
timber

Replies: 4
Views: 2936

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Dec 09, 2022 2:52 am   Subject: BIP2136E: cannot be converted from Unicode to codepage '819
This is the IBM definition for code page 819: https://www.ibm.com/docs/en/db2/11.5?topic=tables-code-page-819-generic-system-819
Note that there are exactly 256 characters in this code page.

Your ...
  Topic: DFDL, variable length records with only record initiators?
timber

Replies: 5
Views: 2666

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 25, 2022 7:58 am   Subject: DFDL, variable length records with only record initiators?
I think you're almost there, but there may be a couple of bumps in the road to avoid.

The most important point is that Parsed Record Sequence assumes that the root element in the DFDL schema is a r ...
  Topic: DFDL, variable length records with only record initiators?
timber

Replies: 5
Views: 2666

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 24, 2022 3:51 am   Subject: DFDL, variable length records with only record initiators?
In real use case, these REC002 records (read from batch file) will be something, numbering from 50k to 2000k records. Need to inspect next, how alter the DFDL structure, so I can use it to read bigger ...
  Topic: DFDL, variable length records with only record initiators?
timber

Replies: 5
Views: 2666

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 23, 2022 8:42 am   Subject: DFDL, variable length records with only record initiators?
That's a very good description of the problem. It's unusual to be able to propose a solution without asking further questions, so thanks for that.

You're correct that this is a challenging format t ...
Goto page 1, 2, 3 ... 84, 85, 86  Next Page 1 of 86

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.