Migrating toolkit definition files

To migrate the version 4.3 toolkit definition files to version 5.2 definition files, do the following:
  1. Migrate the toolkit configuration file, dse.ini:
    1. From the Package Explorer view of your WebSphere® Integration Developer, right-click the dse.ini file that you want to migrate, and select BTT Migration > DSE INI File Migration.
      Screen capture of migrating dse.ini file

      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. Follow the wizard, set the properties for the CHA server:
      Set properties for CHA server
    3. Set the properties for the work area.
    4. 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.
    Screen capture showing the 5.2 dse.ini file
  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 Integration Developer, right-click the your version 4.3 dsefmts.xml file, and select BTT Migration > CHA and Format Migration.
      screen capture showing the migration of dsefmts.xml file

      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.

      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.
      screen capture showing files are migrated to 5.2