Subject Re: Key violation on Primary/Unique key constraint INTEG_55/30 on table(s)
Author Adam
> Except one thing:
>
> I created the database using IBPump, and probably Disabled the
Triggers when
> I pumped the data, perhaps that could be a problem ? how do I check or
> enable all the triggers ?

Every admin tool has an option.

In FlameRobin, right click the table, Show Properties, then click the
triggers button and you should see the word 'ACTIVE'. If it
says 'INACTIVE' then that would be a problem.

If it is the IBPump I am thinking of, then it disables triggers in the
destination database before copying the data, then re-enables them at
the end of the pump.

Adam