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 140 matches
Author Message
  Topic: Error when importing Administration .yaml file for REST API
petervh1

Replies: 4
Views: 3335

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Aug 28, 2025 1:19 am   Subject: Error when importing Administration .yaml file for REST API
I've opened a PMR to get the correct file available in v12.

At this stage, I'm experimenting with a customised REST API to control Record/Replay of messages from flows that fail.
  Topic: Question on variable substitution
petervh1

Replies: 2
Views: 332

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Aug 25, 2025 9:31 pm   Subject: Question on variable substitution
Sorry - I should have been more specific:

The failure case gives me an error when I save the ESQL file.

The Problem description in the Toolkit for the line

IF {Qualifier}.Base.XYZ = ...
  Topic: Question on variable substitution
petervh1

Replies: 2
Views: 332

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Aug 25, 2025 3:23 am   Subject: Question on variable substitution
Is there a reason that this works:


IF InputRoot.MQMD.SourceQueue = 'XYZ' THEN
SET Qualifier = 'XMLNSC';
ELSE SET Qualifier = 'JSON.Data';
END IF;
SET OutputRoot.{Qual ...
  Topic: Error when importing Administration .yaml file for REST API
petervh1

Replies: 4
Views: 3335

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 13, 2025 10:04 pm   Subject: Error when importing Administration .yaml file for REST API
I've changed the {dot-net-app-domain} to {dotnetappdomain}.

The file import now works, but I get the following errors in the Toolkit:




The operation "recordreplay_store_message_replay& ...
  Topic: Error when importing Administration .yaml file for REST API
petervh1

Replies: 4
Views: 3335

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 12, 2025 4:45 am   Subject: Error when importing Administration .yaml file for REST API
Hi

I'm trying to create a new REST API in my toolkit for the administration REST API by importing the .yaml file supplied with ACE 12 from


(/integration/mqsi/12.0.12.15/server/nodejs_all/node_ ...
  Topic: Adding items to a JSON array
petervh1

Replies: 3
Views: 30596

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: 30596

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: 30596

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: 27843

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: 27843

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: 22470

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: 22470

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: 22996

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: 22996

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: 27843

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 ...
Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next Page 1 of 10

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.