The section describes how to modify the Wgn3EventParticipant table.
To modify Wgn3EventParticipant
EXEC dbo.wgn_post_upgrade '<dir>'
This command performs the entire table update as a single procedure. No further input is required.
EXEC dbo.wgn_post_upgrade_1 '<dir>'
This command runs part one of the table update, stopping at the point where all participant records have been copied to a file and Wgn3EventParticipant is ready to be truncated:
Where <dir> is the target directory where the participant records will be copied to. In both cases, this must be the same folder that you specified in the pre‑flight check script (step 2 in 'Run the Pre-Flight Check').
For example, you may want to back up bcp_pf_ep_data.txt.
Important! If you do back up bcp_pf_ep_data.txt, leave the original file in its current location so that it can be reloaded!
EXEC dbo.wgn_post_upgrade_2 '<dir>'
Where <dir> is the same directory that you specified in step 1.
What Does the Script Do?
In technical terms, the script performs the following tasks.
The script takes preparatory steps to restrict access to the table and to enable the participant address columns to be redefined. In particular:
This is the critical step! The script now truncates the Wgn3EventParticipant table, leaving it empty.
The script now makes the participant address columns mandatory.
Finally, the script reverses the earlier preparatory steps (see step 2). Specifically, it:
|
Copyright © 2012 CA.
All rights reserved.
|
|