Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I moved from TOS 6.4 to 7.1 and after 6 months I decided to remove my hold version directories.
Since there, I'm enable to run a request form Talend to write into Big Query via tBigQueryOutput component.
Talend try to collect a file from a directory that not exit anymore : C:\Talend\TOS_DI-Win32-20170623_1246-V6.4.1\workspace\token.properties
I tried to suppress my auhorization code to rebuild all -> this is what I got in return when I tried to restart my job.
****************************
Exception in component tBigQueryOutput_3_tBQBE (MAINTA_IDF_export_vers_bigQuery_ALL_Tables_PROD_Etape2)
java.io.FileNotFoundException: C:\Talend\TOS_DI-Win32-20170623_1246-V6.4.1\workspace\token.properties (The system cannot find the path specified)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at vigs.mainta_idf_export_vers_bigquery_all_tables_prod_etape2_0_1.MAINTA_IDF_export_vers_bigQuery_ALL_Tables_PROD_Etape2.tDBInput_1Process(MAINTA_IDF_export_vers_bigQuery_ALL_Tables_PROD_Etape2.java:1973)
at vigs.mainta_idf_export_vers_bigquery_all_tables_prod_etape2_0_1.MAINTA_IDF_export_vers_bigQuery_ALL_Tables_PROD_Etape2.runJobInTOS(MAINTA_IDF_export_vers_bigQuery_ALL_Tables_PROD_Etape2.java:8811)
at vigs.mainta_idf_export_vers_bigquery_all_tables_prod_etape2_0_1.MAINTA_IDF_export_vers_bigQuery_ALL_Tables_PROD_Etape2.main(MAINTA_IDF_export_vers_bigQuery_ALL_Tables_PROD_Etape2.java:8660)
************************
Is it possible to find a way to restore this file into the good workspace ?
Do I have to modify something on Talend ? A path somewhere ?
Thank you for your support.
Hello,
Could you please have a look at this topic about:https://community.talend.com/t5/Design-and-Development/How-to-get-token-properties-file-name-for-big... and let us know if it works for you.
Best regards
Sabrina