Questions tagged [wtx]

IBM Transformation Extender is an IBM tool for B2B integration and data transformations.

IBM Transformation Extender is one of several IBM tools for B2B integration and data transformations.

https://www.ibm.com/us-en/marketplace/data-transformation-software

Previously a member of the WebSphere product family, where it earned its name WTX.

The tool has earlier also been known as Ascential DataStage TX and Mercator Integration Broker.

24 questions
0
votes
1 answer

CopyBooks,.cpy files,WTX Design Studio

I am working on WTX design Studio with copybooks,i have a copybook but i dont have any corresponding sample input regarding that .cpy file . Are there any means to generate a sample text file from copy book rather than writing the text document…
0
votes
2 answers

How to get WTX node in WMB

I'm new to WMB, I've to use WTX node in WMB, How to get WTX map node in WMB. I've installed wtx 8.2 and wmb 8.0 on my windows7 32-bit system, both are trail versions. can i get wtx node & transformation extender perspective in wmb trail version?
0
votes
2 answers

WTX CONVERT() function

How convert() function works in WTX? I have code like this. CONVERT(input element,"|||||||||||||||||||||||||||||||| |""#$%&'()*+,-.|0123456789:;|=|?@ABCDEFGHIJKLMNOPQRSTUVWXYZ|\||_|abcdefghijklmnopqrstuvwxyz{|}||" )
0
votes
1 answer

WTX test data for running the maps

I have created a mapping of copybook elements to WSDL fields. And the map was built successfully. But while running the map locally, I am getting either of the two error for the two different operations that I am mapping: 1) For the first mapping:…
akhouri
  • 3,065
  • 3
  • 25
  • 29
0
votes
1 answer

WTX MQ Adapter ReplyTO Q

I have a WTX map which puts a message on WMQ "Q1". There is some other application which reads the message from "Q1" and then processes the message and places the response on the queue specified in "ReplyToQ" available on MQ Header information. I…
mandy
  • 735
  • 1
  • 9
  • 24
0
votes
1 answer

Is JRE used in IBM products different to the ones we download from Oracle site?

Is the JRE used by the IBM products like WTX different from the usual ones? When I tried to use a class compiled using usual JVM it doesn't seem to work in WTX. If so I don't see the JDK in the IBM installed directory to compile my java source. Can…
Punish
  • 1
  • 1
0
votes
1 answer

IBM WTX Pass DB PK as FK to separate table

Using IBM Websphere Transformation Extender... I'm working on a scenario where there are parent/child relationships and the input data and I want to maintain that parent/child relationship in two database tables. The data is similar to this:…
0
votes
1 answer

defining a type tree for a variable string

How can we define a type tree for a variable string, where the first two bytes indicate the length and then the actual string, characters that follow with the length? 02ab, here ab is the string. 03abcghj. here abc is the string, the rest of the…
Suresh
  • 1,081
  • 4
  • 21
  • 44
-1
votes
1 answer

How i can manage iterations in WTX reading a copybook

I have a copybook with an array of 30 products that I need to map to a XML message and a field that content the number of iterations that have information, but if there are not the 50 products some iteration come empty. Actually I have a WTX map…
Monk
  • 1
1
2