How to generate FILLER tags as per 1.x versions using Data conversion plugin

How to generate FILLER tags as per 1.x versions using Data conversion plugin

book

Article ID: KB0081104

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Data Conversion 3.4.0

Description

Duplicate FILLER items are renamed differently in 2.x versions as compared to previous 1.x versions.  

For example:

1.x version's tags would be generated as follows:

<FILLER9>
    <UI783C-TOT-MARKET-VAL-AMT-ABS>99311839</UI783C-TOT-MARKET-VAL-AMT-ABS>
</FILLER9>

2.x version's tags would be generated as follows:

<FILLER>
    <UI783C-TOT-MARKET-VAL-AMT-ABS>99311839</UI783C-TOT-MARKET-VAL-AMT-ABS>
</FILLER>


Extra Filler9 tag is generated in version 1.x tags.

Issue/Introduction

Duplicate FILLER items are renamed differently in 2.x versions as compared to previous 1.x versions

Environment

All Environments

Resolution

To generate version 1.x tags using new versions of Data conversion plugin or Cobol copybook plugin add the following property to Designer.tra for Design time and to Application.tra for Runtime configuration:

"java.property.ccb.1x=true"

Using the above property, new versions of data conversion plugin will generate tags as per below:

<FILLER9>
    <UI783C-TOT-MARKET-VAL-AMT-ABS>99311839</UI783C-TOT-MARKET-VAL-AMT-ABS>
</FILLER9>

We get similar tags as version 1.x would generate.