Clustering training fails if view fields are added to the database view tableDescriptionClustering solution training fails while using DB view if view fields are added to the tables of the database view.Steps to Reproduce 1. Create a DB view 2. Add View fields to the database view table used in that DB view 3. Create a clustering solution using that DB view 4. Train the solution. 5. Training fails in the First step. 6. After removing the view fields the training works fine.WorkaroundTo overcome this issue please add sys_created_on column in the view field of each database view table.Related Problem: PRB1553968