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
3
votes
1 answer

Get the union of 2 series having different root items in Websphere TX

Here is a sample of my problem. I have the following typetree : Root |-Text(item) |-Texts(group, delimited, literal separator=, components=Text[1:s]) I have 3 cards : serie1 (type=Texts), rule =clone("test", 3) serie2 (type=Texts), rule…
Jean
  • 21,329
  • 5
  • 46
  • 64
2
votes
1 answer

cobol to xml schema - WTX Tool

We are doing xml to copybook and vice versa conversions in a middleware system, using IBM Websphere transformation extender. From this link Cobol to xsd mapping , we realised that PIC X(03), in copybook, has to be converted to the below xml…
Suresh
  • 1,081
  • 4
  • 21
  • 44
1
vote
2 answers

what does WTX (websphere transformation extender)

I'm not finding a lot of information on the internet about what is and what does WTX. Can you give me some lights about it, and give me an example? Also, the EAI BizTalk Server from microsoft is related to wtx? thanks
UcanDoIt
  • 1,775
  • 7
  • 20
  • 27
1
vote
1 answer

How do I track replies to messages on WebSphere MQ?

I am using Websphere MQ as an input and output inside a Broker Application Flow. The flow also has Websphere Transformation Extender Maps in them. I want use java to send a message with a unique identifier on the input queue and receive a reply on…
user1282545
  • 167
  • 4
  • 11
0
votes
2 answers

mapping from xml to cobol field

I need to pass LOW-VALUES(am not very sure what kind would that be), as default for a copybook field, to the backend team. I use a wtx transform which converts xml to cobol 15 :abc PIC X(15). From the mainframe team I got this as sample for…
Suresh
  • 1,081
  • 4
  • 21
  • 44
0
votes
1 answer

schema to copybook mapping - number

I have a mapping from xml schema(number) to copybook, copybook field is a number PIC S9(03). If my input xml element is 67, it is getting transformed to 06G. If the input is 65, getting transformed to 06E, in copybook. 14 to 01D, 15 to 01E. -14 to…
Suresh
  • 1,081
  • 4
  • 21
  • 44
0
votes
1 answer

Set TNS Name admin path while running a component from Java

Currently I m running a component (IBM WTX tool) from Java using the jars provided by IBM. In the WTX component I am connecting to a oracle database using tns connect identifier. While the running the component independently the tool picks up the…
Joshua
  • 3
  • 1
0
votes
1 answer

while im trying to build docker image for itx version 9 using my docker file, i getting '" apt-get install ksh' returned a non-zero code: 1" error

[when im trying to build ITX version 9 docker image from my docker file getting below error, saying apt-get install ksh returned 0 code:1 , can anyone help me out of this.see this image
0
votes
1 answer

How does WTX (websphere transformation extender) know whether the character is ASCII or UNICODE?

ASCII is 8-bit value. Unicode may be 8 or 16 or 32 bit value. If I define subclass as character how does WTX know whether it is 8 or 16 bit character?
sun
  • 183
  • 1
  • 5
0
votes
2 answers

Executing XML to Copybook COBOL and vice versa transformation in JAVA application

I am new to COBOL Copybook/ XML mapping. So please forgive me for any silly question I ask here. Basically I'm required to perform XML to COBOL Copybook and vice versa transformation in a Java Application. I know it can be done in WebShpere…
Sunny
  • 99
  • 1
  • 2
  • 7
0
votes
1 answer

How to find ASCII value of a character in wtx

In a string, I want to replace all the characters between ASCII value of 0-32 and 127-255 to spaces. I have been breaking my head for 4 days and but not able to find the solution.
Sarah
  • 19
0
votes
1 answer

How to enable Datapower mapruntime option in ITX?

I am using ITX V9.0 and under properties--> transformation extender option , the mapruntime for datapower option is disabled. Could anyone let me know how to enable it?
trilawney
  • 1,786
  • 6
  • 28
  • 36
0
votes
2 answers

Datapower WTX output issue

I am doing WTX transformation in datapower in probe i can see output is generated properly, but when I check the output in the target queue it is populating with the input request and the WTX transformed output. can i get some cause why it may come…
0
votes
1 answer

How to map large number of fields(500+) in Websphere Transformation Extender Map node,using Java?

I'm fairly new to WTX tool.And I have to map 500+ inbound fields with their corresponding names in SAP in very short amount of time.Is there a smart way to do this using Java,rather than dragging and dropping those fields manually?
RobertC
  • 1
  • 1
0
votes
0 answers

Oracle Application Packet Filtering

Am looking for a solution to a problem that I have - I have some applications that connect to Oracle databases and we need to filter out the query results that is returned based on the user role and the row content of the Oracle database. RBAC and…
1
2