bw_activate_request
Activate finished data loads in an aDSO with an activation step. Moves inbound data to the active table and writes change logs asynchronously, processing all prior loads up to the specified request.
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). |