bw_activate_request
Activate a finished data load request in aDSO: move inbound data to active table and change log. Starts async; monitor via bw_list_requests.
Instructions
Activate loaded data (DSO request activation): move a finished load from the Inbound Table into the active data table and change log. This is the runtime request activation, NOT the modeling-object activation done by bw_activate. Only applies to aDSOs that have an activation step (not inbound-only staging aDSOs). Activates all previous loads up to the given request. Asynchronous: a successful call starts activation; monitor completion via bw_list_requests / bw_get_request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storage | No | Storage area code the request lives in (default "AQ"). | |
| request_tsn | Yes | Load request TSN to activate (from bw_list_requests / bw_run_dtp output). |