Prashant.Sangle wrote: [...]If there is errors at the metadata then how could my mapping executed successfully when i executed my mapping with Template Action Process LOAD File to Rdbms. [...]
Because these two templates (File To Rdbms & File to Mssql (with BULK)) use different technologies to load the data (Jdbc vs. Mssql's BULK tool). That's why there can be different behaviors
Prashant.Sangle wrote: [...]Also your suggestion for compare fmt file that Stambia generates with fmt file of bcp out, I will check and get back to you.[...]
This is a good practice when having issues with BULK-like tools:
- try loading the file out of Stambia, using directly the tools
- compare the working FMT file with Stambia-generated to see the differences
- adjust your Stambia metadata & template options to obtain the desired FMT file.