Data creation plan error

When I try to run the data creation plan, I get the following error, but there are no columns to delete.

Column XXXXX has been removed and was previously selected for data generation.

Any help on this error would be appreciated.

thank

+1


source to share


1 answer


I've never encountered this error, but it looks like it happened:

  • A data creation plan has been created that includes column XXXXX
  • Column XXXXX removed.
  • You are now trying to run the plan again.

To fix this, follow these steps:



  • Return the column to the table it came from, or
  • Take the column out of the plan.

Hope it helps!

0


source







All Articles