IIS-CONN-DB2-00338E No columns are specified for creating the table.
Explanation
Columns were not found when creating a table.Because columns were not found in the schema after reconciling the design schema and external schema, the connector generates a CREATE TABLE statement without any columns in it.
An error occurs if you set the Usage > Table action > Generate create statement at runtime > Fail on error property to Yes.
A warning might occur if you set the Usage > Table action > Generate create statement at runtime > Fail on error property to No.
User response
Do one of the following actions:- Correct the design schema to specify the columns that you want in the CREATE TABLE statement.
- Set the Usage > Table action > Generate create statement at runtimeproperty to No and provide your own create statement.