Previous Topic

Next Topic

Book Contents

Configure the CDD

Note: It is strongly recommended that the default tablespace for the CDD user should be something other than the InForm software tablespace.

To set up and configure CDD mappings for a trial database:

  1. Ensure that the target trial is running.
  2. Create a CDD schema with the DSN name, DSN user, and DSN password using the following syntax:

    pfadmin setup cdd <CDDRefName> <TrialName> /DB <oracle_connection_string> <CDD_DSN> <UID> <PID>

    For example:

    pfadmin setup cdd PFSTCDD pfst46 /DB testmachine_dev1 pfstcdd pfstcdduid pstcddpid

  3. Activate the CDD sot that it is functionality transactional:

    pfadmin config cdd <trialName> <CDD_DSN> active

    For example:

    pfadmin config cdd pfst46 pfstcdd active

  4. Enable the CDD functionality for the trial:

    pfadmin config cdd TrialName enable

    For example:

    pfadmin config cdd pfst46 enable

For more information, see PFAdmin syntax.

Send Feedback