| Author | Message | 
  		
		  |  Topic: Sending a unique transaction Id from one flow to another | 
  		
		  | akashdwolf 
 Replies: 2
 Views: 4269
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Sat Feb 16, 2019 1:55 am   Subject: Sending a unique transaction Id from one flow to another | 
  		
		  | Thanks for replying fjb, I have found the solution now.
 
 Actually I did correct thing in the first flow:
 Set OutputRoot.HTTPRequestHeader.uniqueid=InputRoot.MQMD.MsgId;
 
 But now I have found ou ...
 | 
  		
		  |  Topic: Sending a unique transaction Id from one flow to another | 
  		
		  | akashdwolf 
 Replies: 2
 Views: 4269
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Feb 15, 2019 2:37 pm   Subject: Sending a unique transaction Id from one flow to another | 
  		
		  | Hi Folks, I have 2 flows as below:
 Flow 1:MQInput -compute-SOAPRequest-(further processing)
 Flow2 :SOAPInput-compute-SOAPReply.
 
 Flow1 is calling flow2.
 Now we need to maintain the some unique t ...
 | 
  		
		  |  Topic: Remove extra comma from fixed length output using DFDL | 
  		
		  | akashdwolf 
 Replies: 10
 Views: 10045
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 15, 2018 12:43 pm   Subject: Remove extra comma from fixed length output using DFDL | 
  		
		  | Thanks timber and Vitor. I made the suggested changes and its working now.
  | 
  		
		  |  Topic: Remove extra comma from fixed length output using DFDL | 
  		
		  | akashdwolf 
 Replies: 10
 Views: 10045
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 15, 2018 10:49 am   Subject: Remove extra comma from fixed length output using DFDL | 
  		
		  | Thanks Vitor for replying, 
 I followed the below steps:
 
 New Message Model-->Record-oriented Text-->Create an emptyDFDL schema file,I will model my data using DFDL schema editor
 
 Below DFD ...
 | 
  		
		  |  Topic: Remove extra comma from fixed length output using DFDL | 
  		
		  | akashdwolf 
 Replies: 10
 Views: 10045
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 15, 2018 10:06 am   Subject: Remove extra comma from fixed length output using DFDL | 
  		
		  | Actally I refered smuktineni's post from that link but I did not use COBOL. | 
  		
		  |  Topic: Remove extra comma from fixed length output using DFDL | 
  		
		  | akashdwolf 
 Replies: 10
 Views: 10045
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 15, 2018 10:03 am   Subject: Remove extra comma from fixed length output using DFDL | 
  		
		  | Thanks for the reply Vitor, 
 Actually I refered the below link:
 
 http://www.mqseries.net/phpBB/viewtopic.php?t=62156&sid=5e5950875c43f444e49cbdef5045583c
 
 Let me know if you find anything wr ...
 | 
  		
		  |  Topic: Remove extra comma from fixed length output using DFDL | 
  		
		  | akashdwolf 
 Replies: 10
 Views: 10045
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 15, 2018 9:51 am   Subject: Remove extra comma from fixed length output using DFDL | 
  		
		  | I am doing XML to Fixed Length Conversion using DFDL. I need to create 3 lines for 3 incoming complexTypes and do padding for all the elements with a space.
 I am able to do this but after every elem ...
 | 
  		
		  |  Topic: Unable to read a file From a remote mainframe server | 
  		
		  | akashdwolf 
 Replies: 7
 Views: 8817
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Sep 28, 2018 12:25 pm   Subject: Unable to read a file From a remote mainframe server | 
  		
		  | You were right Vitor.It was some access issue. After I changed the input directory to /var/mqsi/ It worked.
  | 
  		
		  |  Topic: Unable to read a file From a remote mainframe server | 
  		
		  | akashdwolf 
 Replies: 7
 Views: 8817
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Sep 21, 2018 10:28 am   Subject: Unable to read a file From a remote mainframe server | 
  		
		  | Thanks Vitor!!! 
 Remote ServerDirectory:'TST.D7EZ.JBLSPP.'
 File Name:Q1
 
 This configuration worked and I am able to read the file on my dev environment.
 
 But now when I am reading this file in  ...
 | 
  		
		  |  Topic: Unable to read a file From a remote mainframe server | 
  		
		  | akashdwolf 
 Replies: 7
 Views: 8817
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Sep 20, 2018 7:38 am   Subject: Unable to read a file From a remote mainframe server | 
  		
		  | Thanks for reply victor, 
 Please suggest based on the below FTP details:
 
 [adminuser@jblesbrac01 ~]$ ftp d7vipac.shipments.jbl.com 21
 Connected to d7vipac.shipments.jbl.com (165.26.209.4).
 220-F ...
 | 
  		
		  |  Topic: Unable to read a file From a remote mainframe server | 
  		
		  | akashdwolf 
 Replies: 7
 Views: 8817
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Sep 20, 2018 6:35 am   Subject: Unable to read a file From a remote mainframe server | 
  		
		  | I am trying to read a file using FileRead Node from a mainframe FTP Server. ------------------------------------------------------------------------------------
 Configuration 1.
 
 Basic Property:
 ...
 | 
  		
		  |  Topic: JSON array using esql | 
  		
		  | akashdwolf 
 Replies: 4
 Views: 18578
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Sep 10, 2018 9:26 am   Subject: JSON array using esql | 
  		
		  | Hi Timber, 
 Thanks for your help.
 
 Below is the working code:
 
 CREATE FIELD OutputRoot.JSON.Data.Request IDENTITY(JSON.Array);
 
 DECLARE count INT CARDINALITY(InputRoot.DFDL.a.Data[]);
 ...
 | 
  		
		  |  Topic: JSON array using esql | 
  		
		  | akashdwolf 
 Replies: 4
 Views: 18578
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Sep 10, 2018 6:44 am   Subject: JSON array using esql | 
  		
		  | Hi Timber, Thanks for replying!!
 
 
 Earlier I pasted DFDL details as well but you can ignore that I just wanted to give overview how I was getting the input.
 
 Now coming to the point,My requirem ...
 | 
  		
		  |  Topic: JSON array using esql | 
  		
		  | akashdwolf 
 Replies: 4
 Views: 18578
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Sun Sep 09, 2018 12:46 pm   Subject: JSON array using esql | 
  		
		  | Below is DFDL: <?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:csv="http://www.ibm.com/dfdl/CommaSepar ...
 | 
  		
		  |  Topic: DFDL for a repeating fixed length record | 
  		
		  | akashdwolf 
 Replies: 4
 Views: 6331
 
 |  Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 04, 2018 6:58 pm   Subject: DFDL for a repeating fixed length record | 
  		
		  | Hi Timber, 
 Thanks for the comments.I have made the changes that you suggested but it is giving error for multiple records.
 
 Below is the new DFDL:
 
 
 <?xml version="1.0" encoding=& ...
 |