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 135 matches
Author Message
  Topic: Adding items to a JSON array
petervh1

Replies: 3
Views: 4634

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Feb 24, 2025 4:42 am   Subject: Adding items to a JSON array
I got it working by modifiying the suggestion given in:

http://www.mqseries.net/phpBB2/viewtopic.php?t=72701
  Topic: Adding items to a JSON array
petervh1

Replies: 3
Views: 4634

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Feb 24, 2025 1:34 am   Subject: Adding items to a JSON array
I've tried the following, but I can't create elements in the array:

When I code

CREATE FIELD OutputRoot.JSON.Data.response;
CREATE FIELD OutputRoot.JSON.Data.response.promotions IDENTITY  ...
  Topic: Adding items to a JSON array
petervh1

Replies: 3
Views: 4634

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Feb 18, 2025 11:43 pm   Subject: Adding items to a JSON array
Hi

I need to create a JSON array and then add 'sets' of elements to this array. The problem I'm facing is that I need to be able to add these new elements from various different places in my ESQL c ...
  Topic: Using a discriminator with a separation character
petervh1

Replies: 7
Views: 5697

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 03, 2024 9:58 pm   Subject: Using a discriminator with a separation character
I implemented what I understand to be your suggestion, but I still get an error.

My XSD is now:


<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd ...
  Topic: Using a discriminator with a separation character
petervh1

Replies: 7
Views: 5697

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 27, 2024 12:56 am   Subject: Using a discriminator with a separation character
Thanks for the reply. I managed to get solution b) working.

I forgot to mention that I also need the initiator fields ('002|' and '003|') to be parsed (ie they form part of the input data stream) ...
  Topic: DFDL not parsing choice correctly
petervh1

Replies: 1
Views: 4696

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 20, 2024 7:25 am   Subject: DFDL not parsing choice correctly
Apologies - it appears that the quote in my last post was truncated.

The DFDL trace shows:

20 Aug 2024, 16:45:29 info: Offset: 232. Found delimited value '002' for element 'Recor ...
  Topic: DFDL not parsing choice correctly
petervh1

Replies: 1
Views: 4696

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 20, 2024 6:51 am   Subject: DFDL not parsing choice correctly
I'm modelling this data:

001|CHECKERS TRANSACTION FILE|20240801|000017
002|1|20240801|2a26dd82-5533-4fcd-9da5-082a3c6f6f42|655|HX TOKAI POS|44.38|44.38|202408016551005218|0.00
004|6001097895108|C ...
  Topic: Multiple DFDL discriminators
petervh1

Replies: 2
Views: 4467

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Aug 19, 2024 8:22 am   Subject: Multiple DFDL discriminators
I changed the XSD to what I think is correct:

<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns ...
  Topic: Multiple DFDL discriminators
petervh1

Replies: 2
Views: 4467

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Aug 19, 2024 6:32 am   Subject: Multiple DFDL discriminators
Hi

I'm trying to model input data that looks like this:


002|1|20240801|2a26dd82-5533-4fcd-9da5-082a3c6f6f42|655|HX TOKAI POS|44.38|44.38|202408016551005218|0.00
004|6001097895108|COCONUT MILK ...
  Topic: Using a discriminator with a separation character
petervh1

Replies: 7
Views: 5697

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Aug 15, 2024 1:23 am   Subject: Using a discriminator with a separation character
Hi

I'm trying to model this data:

002|1|20240801|2a26dd82-5533-4fcd-9da5-082a3c6f6f42|655|HX TOKAI POS|44.38|44.38|202408016551005218|0.00
|003|6009522300135|PASTA FATTIS&MONIS 500G, SCREWS ...
  Topic: IBM ACE 12 Integration server (Without Node) Flow Monitoring
petervh1

Replies: 5
Views: 12365

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Jun 14, 2024 12:44 am   Subject: IBM ACE 12 Integration server (Without Node) Flow Monitoring
Please let me know if you managed to define the right topic string
  Topic: EXtra 'LF' added to new lines in DFDL output
petervh1

Replies: 2
Views: 7294

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon May 20, 2024 9:27 pm   Subject: EXtra 'LF' added to new lines in DFDL output
I found the error.

In the Properties of my FileOutput node, I changed the Record definition to "Record is Unmodified Data" instead of "Record is Delimited Data".
  Topic: EXtra 'LF' added to new lines in DFDL output
petervh1

Replies: 2
Views: 7294

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 24, 2024 4:41 am   Subject: EXtra 'LF' added to new lines in DFDL output
HI

Environment: ACE 12.0.7 on Linux

I'm trying to map the following input data:


0,001048,20240409,20240409,,,,,,,,,,,,,,,,,,,,,,,,,,,A99B7F544C521EDEBDC61A51B84A6BC0,,,,,
5,001048,0096,000 ...
  Topic: SFTP - Absolute file path?
petervh1

Replies: 2
Views: 7129

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Mar 08, 2024 1:44 am   Subject: SFTP - Absolute file path?
Hi

Environment is ACE 12.0.7

I'm trying to set up a flow that uses a FileInput node to read a file from a remote SFTP server.

It looks like my credentials in the FTP Server policy and mqsiset ...
  Topic: Shared Variable in Shared Library
petervh1

Replies: 15
Views: 22420

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 16, 2023 3:28 am   Subject: Shared Variable in Shared Library
I solved the issue.

The flow that you use to repopulate the cache after adding a new row to the DB table to be cached must literally be the same flow that is used for the initial populating of the ...
Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9  Next Page 1 of 9

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.