0x00720015 (7471125) The view that is specified in an ALTER statement has a select list that is not 'SELECT *'.
Explanation
An attempt was made to alter a view for DATA CAPTURE. The ALTER statement failed because the columns or expressions in the selection list was not 'SELECT *'.
User response
Check the contents of the view text and change the select expression to 'SELECT *'. If the view is needed for purposes other than data capture, create a new view for data capture with a select expression of 'SELECT *'.