Hello,
i have a large csv File with more then 5000 rows to import with an xmlport. when i trying to import the error "the specific path is invalide" appears. With less then 700 rows i can import the File, over 700 the error apears. Importing the File with using an codeunit it results in an crash.
Where can i define the max File size to import?
0
Comments
Does this error appear right in the beginning, or after some records were read? It appears to be a non-sense error messages if really it is caused be the import file and is dependent on the number of rows or the file size.
There's no logical reason to this given you use reasonable code. With Classic, a file size limit of 2GB applied. I really expect this to be gone with the new architecture. But even if you hit this limit, which I consider unlikely with just 5000 rows, which really is not that large, you should get an error message; a runtime error in worst case.
There is no such setting
Check the file structure,the data contained within the file (no binary data, no extremely long fields, no line endings within fields, ...), your memory, the disk storage and if it applies your network.
you'r right, it has nothing to do with the row no. But also nothing to do with a spezific row, i deleted the one (834) in wich the error appears but without result...
I have also deleted 50 rows at the beginning of the File and the error appears some 100 rows later. I checked also the file size but i can import some files with 500 kb that work and some with 55kb that are not working..
So the error appears randomly?!
This is the error in the Windows logs:
Check what happens if you turn Change Log off. If this really is the cause, you can then continue your investigations there.