Previous Topic: Example 1: Pre-Flight Check All OKNext Topic: 2. Back up Your CMS Database


Example 2 Pre-Flight Check: CHECK Failed

In this example, the bcp command failed because the target directory was mis-specified. You must fix this problem before you can proceed with the table update.

********************************************************************** *** Pre-flight Check has started ********************************************************************** Participant address columns: OK:  Wgn3EventParticipant.addressuid1 is currently defined as optional OK:  Wgn3EventParticipant.addressuid2 is currently defined as optional xp_cmdshell and BCP utility: OK:  xp_cmdshell is enabled on this server OK:  xp_cmdshell will run under this database account bcp command: bcp "SELECT TOP 432 * FROM [WGN_TA-RL-WS2].dbo.Wgn3EventParticipant"  queryout C:\DBUpgradw\bcp_pf_ep_data.txt -N -S "TA-RL-XP"  -T >C:\DBUpgrade\bcp_pf_ep_data.log Error: Pre-flight check aborted BCP failed to write to  C:\DBUpgradw\bcp_pf_ep_data.txt with return code 1 Error Severity 18  Error state 1 ********************************************************************** *** Pre-flight Check has failed **********************************************************************