Previous Topic: QueryDatasetParametersNext Topic: QueryProcessDataset


UpdateDatasetParameters

Use the UpdateDatasetParameters operation to update the parameters of a dataset.

Note: Before updating a global dataset, make sure that the dataset has been checked in at least once.

Follow these steps::

  1. Create a new process.
  2. Drag the Execute operator to the Designer.
  3. Double-click the Execute operator to open the Properties palette.
  4. Enter the required parameters.
    Catalyst Security

    Username: (Catalyst user name)

    Password: (Catalyst password)

    Claims:

    ClaimName: Username

    ClaimValue: pamadmin

    PasswordClaims

    ClaimName: Password

    ClaimValue: pamadmin

    Execute

    CatalystBrokerURL: https://hostname:7443/ucf/BrokerService

    MdrProduct: "CA:00074 (CA Process Automation)"

    MdrProdInstance: "CA:00074:01"

    Operation Category: "CA Process Automation"

    Operation: UpdateDatasetParameters

    This example shows the dataset parameter of Type "string" with string value:

    Parameters of UpdateDatasetParameters operation.

    This example shows how to update the Dataset Parameter using an expression:

    PathName for the UpdateDatasetParameters operation.

  5. Run the process.
  6. Review the output.

    This illustration shows how the dataset parameter of Type "String" is updated with the given value "test_update".

    Dataset for UpdateDatasetParameters operation.