[ https://issues.apache.org/jira/browse/DDLUTILS-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468177 ]
Thomas Dudziak commented on DDLUTILS-151: ----------------------------------------- Please test these database urls and credentials using a small Java program and plain JDBC statements. DdlUtils does nothing special to access a database, it uses plain JDBC, so my first guess would be that there is a problem with the connectivity (e.g. access rights). > Can not export data if multiple schemas from PostgreSQL > ------------------------------------------------------- > > Key: DDLUTILS-151 > URL: https://issues.apache.org/jira/browse/DDLUTILS-151 > Project: DdlUtils > Issue Type: Bug > Affects Versions: 1.0 > Environment: PostgreSQL 8.1.4 on i486-pc-linux-gnu, compiled by GCC > gcc-4.0.gcc-opt (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) > Ant tasks > Reporter: Laurent ROCHE > Assigned To: Thomas Dudziak > > When running an Ant Task, databaseToDdl with writeDataToFile on a PosgreSQL > database with more than the public database, DDL-Utils fails ! > The error message is: > org.apache.ddlutils.DatabaseOperationException: Error while performing a > query > and adding the option verbosity="DEBUG" does not add more information. > Cheers, > [EMAIL PROTECTED] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.