Subject RE: [IBO] IB_SQL_IBO_4_7_Beta12.exe script failure
Author Jason Wharton
> IB_SQL_IBO_4_7_Beta12.exe, using 'Execute Script',
> fails to execute the script, which in turn is simular to the
> output of 'Extract MetaData DDL'
>
> SET TERM ^ ;
> CREATE EXCEPTION MyException 'My Exception'^
> COMMIT^

It should be

SET TERM ^;

unless you want a space after it.

Change it and let me know what it does.

Regards,
Jason