To migrate the version 4.3 toolkit definition files to version
5.1 definition files, do the following:
- Migrate the toolkit configuration file, dse.ini:
- From the Package Explorer view of your WebSphere(R) Studio Application 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.
- Following the wizard, set the properties for the CHA server,
the properties for the CHA Formatter Service, properties for the services,
and properties for the work area.
- Click Finish.
The wizard migrates your version 4.3 dse.ini file to a version
5.1 one, and copies the 5.1 dse.ini file into the 5.1 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 Studio Application 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. The migration tool
migrates the following files from version 4.3 to version 5.1:
- dsedata.xml
- dsetype.xml
- dsectxt.xml
- dsefmts.xml
- dsesrvce.xml
The migrated files are copied to the 5.1 definitions folder
of your application migration project.