Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am new to Talend and needed a help with transferring data from data server (postgresql) to warehouse server (postgresql). A step-wise elaboration will be appreciated.
Till now what I've been able to achieve:
1. Make DBConnections for data server and warehouse server and load their respective schemas. (tPostgresqlInput)
2. Insert a tMap between the two and map the columns of data server table and warehouse table.
But, when I run the job, it shows the following screen (in the picture), and when I try to check the warehouse table, I am not able to see any data there, i.e. table is empty.
Thanks!
@Harguna ,yes ,you need configure connection component or if you have created metadata for the target DB you can drag that into designer there you can specify postgresqlconnection component.
New error in prejob and old error in post job are still there. I am attaching the screenshot.
Btw, let me clear it out what I've done overall:
1. Added prejob component and connected with target DB postgresqlconnection.
2. added source and target postgresql DBs as tpostgresqlinput and tpostgresqloutput, connected via tmap where columns are mapped.
3. added postjob component and commit component.
@Harguna ,show me the design with error component? have you select prostgresqlsonnection in the component list of tPostgresqlCommit?
Yes, I did add postgresqlconeection in postgresqlcommit.
Here are screenshots of the error and the designer:
@Harguna ,I am not able to download the attachment,can you re-share the job design?
Here you go:
Btw, thank you so much for the help
@Harguna ,you have correctly the Commit component. you need to see the error from
Window>>Show View>>General>>Error Log
If you check the error window in previous screenshots, you'll see that it says some java compatibility issues, or some plug-in issues (screenshot attached here). Any ideas about this?
@Harguna ,it is difficult from that screenshot,could you please share the ecah component settings and schema?
I updated JVM version and that error stopped showing but a new error has come which says that permission to the database denied. I don't know if the problem is at my end or is it something with Talend. Thanks for the help. I really appreciate it!