Post a reply

Write your message and submit

Options

Click in the dark area of the image to send your post.

Go back

Topic review (newest first)

Joe
2012-07-10 10:27:47

in Contexts

dilip
2012-07-07 10:38:53

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

Thanks

Joe
2012-07-07 02:54:33

Hi

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

Joe

dilip
2012-07-06 17:02:59

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]

Board footer

Powered by FluxBB