#1 2012-07-06 17:02:59

dilip
Member
Registered: 2012-06-17
Posts: 11

Error running job

Hi

Using Talend DI, migrating data from Access2007 db to Mysql5 db.

I have setup my input db and output db and checked I can connect to both dbs.
I am trying few tables as a start, but getting error. What does it mean?

Starting job Tccr_accessDB at 15:44 06/07/2012.


[statistics] connecting to socket on port 3671
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    civicrm_contact cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    root cannot be resolved to a variable
    ccup cannot be resolved to a variable
    civicrm_contact cannot be resolved to a variable
    civicrm_address cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    root cannot be resolved to a variable
    ccup cannot be resolved to a variable
    civicrm_address cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    root cannot be resolved to a variable
[statistics] connected
    ccup cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    root cannot be resolved to a variable
    ccup cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    root cannot be resolved to a variable
    ccup cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    root cannot be resolved to a variable
    ccup cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    localhost cannot be resolved to a variable
    tccrb_civicrm_empty cannot be resolved to a variable
    root cannot be resolved to a variable
    ccup cannot be resolved to a variable
    pstmt_tMysqlOutput_4 cannot be resolved
    batchSizeCounter_tMysqlOutput_4 cannot be resolved to a variable
    batchSize_tMysqlOutput_4 cannot be resolved to a variable
    batchSizeCounter_tMysqlOutput_4 cannot be resolved to a variable
    pstmt_tMysqlOutput_4 cannot be resolved
    batchSizeCounter_tMysqlOutput_4 cannot be resolved to a variable
    pstmt_tMysqlOutput_4 cannot be resolved
    pstmt_tMysqlOutput_5 cannot be resolved
    batchSizeCounter_tMysqlOutput_5 cannot be resolved to a variable
    batchSize_tMysqlOutput_5 cannot be resolved to a variable
    batchSizeCounter_tMysqlOutput_5 cannot be resolved to a variable
    pstmt_tMysqlOutput_5 cannot be resolved
    batchSizeCounter_tMysqlOutput_5 cannot be resolved to a variable
    pstmt_tMysqlOutput_5 cannot be resolved
    pstmt_tMysqlOutput_7 cannot be resolved
    batchSizeCounter_tMysqlOutput_7 cannot be resolved to a variable
    batchSize_tMysqlOutput_7 cannot be resolved to a variable
    batchSizeCounter_tMysqlOutput_7 cannot be resolved to a variable
    pstmt_tMysqlOutput_7 cannot be resolved
    batchSizeCounter_tMysqlOutput_7 cannot be resolved to a variable
    pstmt_tMysqlOutput_7 cannot be resolved
    pstmt_tMysqlOutput_8 cannot be resolved
    batchSizeCounter_tMysqlOutput_8 cannot be resolved to a variable
    batchSize_tMysqlOutput_8 cannot be resolved to a variable
    batchSizeCounter_tMysqlOutput_8 cannot be resolved to a variable
    pstmt_tMysqlOutput_8 cannot be resolved
    batchSizeCounter_tMysqlOutput_8 cannot be resolved to a variable
    pstmt_tMysqlOutput_8 cannot be resolved
    pstmt_tMysqlOutput_9 cannot be resolved
    batchSizeCounter_tMysqlOutput_9 cannot be resolved to a variable
    batchSize_tMysqlOutput_9 cannot be resolved to a variable
    batchSizeCounter_tMysqlOutput_9 cannot be resolved to a variable
    pstmt_tMysqlOutput_9 cannot be resolved
    batchSizeCounter_tMysqlOutput_9 cannot be resolved to a variable
    pstmt_tMysqlOutput_9 cannot be resolved
    batchSizeCounter_tMysqlOutput_9 cannot be resolved to a variable
    pstmt_tMysqlOutput_9 cannot be resolved
    batchSizeCounter_tMysqlOutput_9 cannot be resolved to a variable
    pstmt_tMysqlOutput_9 cannot be resolved
    pstmt_tMysqlOutput_9 cannot be resolved to a variable
    pstmt_tMysqlOutput_9 cannot be resolved
    batchSizeCounter_tMysqlOutput_8 cannot be resolved to a variable
    pstmt_tMysqlOutput_8 cannot be resolved
    batchSizeCounter_tMysqlOutput_8 cannot be resolved to a variable
    pstmt_tMysqlOutput_8 cannot be resolved
    pstmt_tMysqlOutput_8 cannot be resolved to a variable
    pstmt_tMysqlOutput_8 cannot be resolved
    batchSizeCounter_tMysqlOutput_7 cannot be resolved to a variable
    pstmt_tMysqlOutput_7 cannot be resolved
    batchSizeCounter_tMysqlOutput_7 cannot be resolved to a variable
    pstmt_tMysqlOutput_7 cannot be resolved
    pstmt_tMysqlOutput_7 cannot be resolved to a variable
    pstmt_tMysqlOutput_7 cannot be resolved
    batchSizeCounter_tMysqlOutput_5 cannot be resolved to a variable

    at tccr_import.tccr_accessdb_0_1.Tccr_accessDB.tAccessInput_1Process(Tccr_accessDB.java:1477)
    at tccr_import.tccr_accessdb_0_1.Tccr_accessDB.runJobInTOS(Tccr_accessDB.java:4106)
    at tccr_import.tccr_accessdb_0_1.Tccr_accessDB.main(Tccr_accessDB.java:3974)
Job Tccr_accessDB ended at 15:44 06/07/2012. [exit code=0]

Offline

#2 2012-07-07 02:54:33

Joe
Member
Registered: 2011-01-07
Posts: 102

Re: Error running job

Hi

You haven't declared variable before you used it in your job.declare it in context.

Joe

Offline

#3 2012-07-07 10:38:53

dilip
Member
Registered: 2012-06-17
Posts: 11

Re: Error running job

How do I declare variables so that they can be used in job.declare?

Thanks

Offline

#4 2012-07-10 10:27:47

Joe
Member
Registered: 2011-01-07
Posts: 102

Re: Error running job

in Contexts

Offline

Board footer

Powered by FluxBB