To manually configure the DCAS transaction

Note: This is a technology preview feature only. It is being made available to allow you to test and provide feedback on this new capability; however, this feature is not intended for production use and it is not supported as such.
  1. Make a backup copy of the ResourceDefinitions.config file, located by default in the %ProgramData%\Micro Focus\Enterprise Developer\5.0\SEE\Config directory.
  2. Open ResourceDefinitions.config in a text editor running as administrator.

    You need to check the ResourceDefinitions.config file to determine whether or not the transaction is already defined, and if not, add it to the file. The <pct> element in the following code defines the transaction using the hexadecimal name ffc4c3c1:

    <group name="DFHDCAS">
      <pcts>
        <pct transaction="ffc4c3c1" hexname="true" program="dfhzdcas" twasize="0" description="DCAS system service"/>
      </pcts>
    </group>
  3. Do one of the following:
    • If found, take note of the name of the group in which the <pct> element is found. You need this information in a later step.
    • If not found, add the code referenced above as a child in the <groups> element to create the DFHDCAS group and define the transaction.
  4. In the ResourceDefinitions.config file, find the <startuplist> element the defines the startup list specified for the System Initialization Table (SIT) used by the region.
    Note: The SIT used by the ESDEMO region is named DEMOSTRT. This information is available in the region startup file.
  5. As the last child <group> element in the region's startup list definition, add the following:
    <group name="group-name" />

    where group-name is DFHDCAS if you created the group, or the name of the group in which an existing DCAS transaction definition was found.

  6. Save the ResourceDefinitions.config file.
  7. Do one of the following to install the DCAS transaction on your Enterprise Server for .NET region:
    • If the region is not running, cold start it.
    • If the region is running, use the CINS system transaction to install the transaction.