Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Using the following job and settings, I was able to dynamically migrate a whole database from MSSQL to MySQL.
However, I noticed that the last table's data is blank (only the table structure and column is migrated).
Please refer to the screenshots and attached job file below.
**The table and its schema is migrated, but no data inside the table. // I'm using a dynamic schema.
Job Design and DBInput
dbinput
DBOutput
DBOutput
When I tried to logged each component, I found that the last table's data is loaded and pass on from tDBInput to tMap and also from tMap to tDBOutput, as the last table's data showed up in the log.
However, when I check the actual output database, only the last table contains no data at all.
Output DB's 1st Table - Have data
2nd (last) table - No Data
==============================================================
Here I tried connecting it like this and there's no error.
However, no data is inserted to the output database (not only the last one but all)