home list archives users mailing list

Subject: Re: 2 questions with DAI 3.

Date view Thread view Subject view Author view Attachment view

From: Mike Jackson (michaelj@epcc.ed.ac.uk)
Date: Dec 06, 2007 08:10

Hi Isao,

On Thu, 6 Dec 2007, Isao Kojima wrote:

> Thank you for 2) and we now found the reason for 1).
>
> For 1) , We checked /etc/dai/resources/MySQLDataResource files and found "s" is
> attached to SQLbulkloadTuple activity entry as follows.
>
> -------------
> id=MySQLDataResource
> type=uk.org.ogsadai.DATA_RESOURCE
> creationTime=null
> terminationTime=null
> PROPERTIES
> uk.org.ogsadai.resource.dataresource.product=MySQL
> uk.org.ogsadai.resource.dataresource.vendor=MySQL
> uk.org.ogsadai.resource.dataresource.version=5
> END
> CONFIG
> dai.driver.class=org.gjt.mm.mysql.Driver
> dai.data.resource.uri=jdbc:mysql://localhost:3306/ogsadai_db
> dai.login.provider=uk.org.ogsadai.LOGIN_PROVIDER
> END
> ACTIVITIES
> uk.org.ogsadai.SQLQuery=uk.org.ogsadai.SQLQuery
> uk.org.ogsadai.SQLUpdate=uk.org.ogsadai.SQLUpdate
> uk.org.ogsadai.SQLBulkLoadTuple=uk.org.ogsadai.SQLBulkLoadTuples <=====HERE!

Yes, sorry, you are right this should be

uk.org.ogsadai.SQLBulkLoadTuple=uk.org.ogsadai.SQLBulkLoadTuple

The error originates from the deploy/config-blanks/JDBCResource file which
is the template for JDBC data resource configuration files.

Sorry for the inconvenience.

Cheers,

mike


Date view Thread view Subject view Author view Attachment view