Reason:
You attempted to configure a port using create_port() using the SV adaptor but a specified column does not exist in the target table.
Resolution:
Ensure you provide the correct column names.
Tips:
- Was the column name spelled correctly?
- Use the star$columns view to find the names of known columns in the table
Comments
Article is closed for comments.