TIBCO BusinessEvents project migration from any previous version to version 5.6.1 - Updates DecisionTable (DT) encoding to "ASCII"

TIBCO BusinessEvents project migration from any previous version to version 5.6.1 - Updates DecisionTable (DT) encoding to "ASCII"

book

Article ID: KB0074870

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition 5.4.x,5.5.x,5.6.1HF4

Description

The encoding for DTs (XML file) is updated to "ASCII" (from UTF-8), when migrating a project from previous version to BE 5.6.1 (e.g. migrate BE 5.3.0 project to 5.6.1).

If you open DT as an XML and you can see following line updated

from:

 <?xml version="1.0" encoding="UTF-8"?>
 ...

To:
 <?xml version="1.0" encoding="ASCII"?>
 ...
 

Environment

All Operating Systems

Resolution

There are two options to import DTs with encoding "UTF-8".
1.)
After migration, modify the DT xmls manually and save DecisionTables.

2.)
Delete the migrated DTs from Studio and drag and drop the DTs from explorer of previous version of the project.

Note: This is reported as a product issue (CR BE-28648).

 

Issue/Introduction

Project migration - encoding for DTs modified to ASCII