bw_activate
Activate aDSO, transformation, or DTP objects using a lock handle from update operations. Automatically unlocks (except DTPs) and reports any deactivated DTPs for re-activation.
Instructions
Activate one BW object (aDSO, Transformation, or DTP). Pass the lock_handle from bw_update_adso or bw_update_transformation. For DTP activation use lock_handle="" (no lock needed for DTPs). Unlock is sent automatically after activation (not for DTPs). The response lists any DTPs deactivated by impact analysis — these must be re-activated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | Object type: adso, trfn, dtpa, iobj, or trcs. | |
| object_name | Yes | Object name (e.g. "OBJECT_NAME" or "DTP_..."). | |
| lock_handle | Yes | Lock handle from bw_update_adso or bw_update_transformation. Use empty string "" for DTP activation. | |
| transport | No | Transport request number. Required on systems with transport obligation. |