Reason:
You attempted to create a port using create_port() but specified a target table that does not have local scope
Resolution:
Ensure you specify a table that has local scope.
Tips:
- Use the star$tables view to find the name and scope of existing tables.
Comments
Article is closed for comments.