I have created a bash script to import data to the CMDB periodically through a cron. The job is working fine, while the CSV to import is quite small (less than 200 rows).
I have configured the template to accept 1000 rows, but the process shows errors afte processing about 200 rows. The message I get for every row not imported is:
Message: Can't write '/opt/otrs/var/tmp/CacheFileStorable/XML/63183a03ff12b1d42191240255c4dd9d': Permission denied
I have cleaned such directory, and then is able to import again some more rows, but as soon as it arrives to 200 new rows it breaks again.
I don't know why, at first time I found about 200 files, then I cleaned and run again, and now I can find 400 files and my CMDB cointains the 200 previous items plus 200 new items from second execution... it is not sense for me

Is it any limit on processing import data files when the most of items are new to OTRS? Do you have any idea about this problem?
Thanks again!!