Migrating toolkit definition files

To migrate the version 4.3 toolkit definition files to version 5.1 definition files, do the following:
  1. Migrate the toolkit configuration file, dse.ini:
    1. 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 BTT Migration > DSE INI File Migration. The dse.ini file is in the 4.3 definitions folder of your application migration project. This starts the dse.ini file migration wizard.
    2. 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.
    3. 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.
  2. Migrate the definition files:
    1. 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>
    2. From the Package Explorer view of your WebSphere Studio Application Developer, right-click the your version 4.3 dsefmts.xml file, and select BTT Migration > CHA and Format Migration. 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.