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!
Another possible reason? Because I have all the rights for that table.
@Harguna ,could be jar issue or schema or permissions issue.
is source and target are same database?