Hi A.T. there are two configuration parameters that control the maximum size of XML or NCLOB data. These can also have the effect of truncating the data. Both of these need to be increased in order to load large XML or NCLOB files. For example, ...
Hi Emilio,
can you ensure that your dpagentconfig.ini file has framework.log.level=INFO (just to make sure we see any warnings that might be generated also)
Then try it with just the first two-lines from your problematic CSV file. I am still suspi...
Hi Emilio,
1) please check the framework.trc file in <install folder>\log on your dp Agent machine. There might be a useful error message there.
2) When you "delete the quotes", do you simply use a text editor to search-replace ALL of the quotes i...
Hi Burak,
you can use the ExcelAdapter instead of the fileAdapter.
https://help.sap.com/viewer/7952ef28a6914997abc01745fef1b607/2.0_SPS02/en-US/94b50c05702f4050ad1a0cfd759bb3ad.html
Jim
Hi Raoul,
you need to supply some hardcoded values for those 5 columns in the insert statement, but they are essentially ignored.
SELECT '','',1,'',1,* FROM SAPHANADB."VBAK"
Jim