You can modify the Ant task in build.xml to exclude certain table
names - or to only include certain names.

Matt

On 12/10/07, Ding, Qin <[EMAIL PROTECTED]> wrote:
>
>
> Appfuse 1.9.4/DB2/JSF
>
> Ant task setup-db and db-load work fine with DB2 database.  However,
> when I try to do db-export, I got the error
>
> org.dbunit.dataset.DataSetException: COM.ibm.db2.jdbc.DB2Exception:
> [IBM][CLI Driver][DB2/NT] SQL
> 0204N  "CWR.ALTOBJ_INFO" is an undefined name.  SQLSTATE=42704
>
> "CWR" is the schema name. But "ALTOBJ_INFO" is not part of the
> application tables. It seems that dbunit tried to export data from
> system tables. How do I only export the data from the application
> tables?
>
> Thanks.
>
> QD
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to