To migrate the version 4.3 toolkit definition files to version 5.2
definition files, do the following:
- Migrate the toolkit configuration file, dse.ini:
- From the Package Explorer view of your WebSphere® Integration Developer, right-click
the dse.ini file that you want to migrate, and select .
The dse.ini
file is in the 4.3 definitions folder of your application
migration project.
This starts the dse.ini file migration
wizard.
- Follow the wizard, set the properties for the CHA server:
- Set the properties for the work area.
- Click Finish.
The wizard migrates your version 4.3 dse.ini file to a version
5.2 one, and copies the 5.2 dse.ini file into the 5.2 definitions folder of
your application migration project.
- Migrate the definition files:
- Making sure that the IDs of your data field start with lowercase
characters. If the first character of a data field ID is an uppercase character,
change that first character into a lowercase one. Here's an example:
<kColl id="individualSessionData">
<field id="LogonPortal" value="1"/>
</kColl>
You need to change the preceding codes to the following
ones:<kColl id="individualSessionData">
<field id="logonPortal" value="1"/>
</kColl>
- From the Package Explorer view of your WebSphere Integration Developer, right-click
the your version 4.3 dsefmts.xml file, and select .
The
dsefmts.xml file is in the 4.3 definitions folder of
your application migration project. Then click Finish to
start CHA, service and format migration.
The migration tool migrates the following files
from version 4.3 to version 5.2:- dsedata.xml
- dsetype.xml
- dsectxt.xml
- dsefmts.xml
- dsesrvce.xml
The migrated files are copied to the 5.2 definitions folder of your application
migration project.