Error 1009137

Message text

Cannot perform DDL command now on table %2 as a DDL command is already in progress on that table. %1

Item

Value

SQLCode

-1009137

Constant

EMSG_DDLINPROGRESS

SQLState

QDC55

ODBC State

ERROR

Parameter 1

location of the exception

Parameter 2

name of the table

Probable cause

There is already a DDL command in progress on the table specified. You must wait until the current DDL command is finished before starting another DDL command on the table.