garends
14th December 2022, 17:08
hello,
Can someone help me with this error? I'm trying to pass a table from a baan company in informix to bisam and it gives me this error, I backed it up with the field separator "|", is this possible?

Thank you

bdittmar
15th December 2022, 12:39
Hello,


There are three categories of errors:

Error numbers 1-99 are operating system errors


20
ENOTDIR
Not a directory

This indicates that a nondirectory was specified where a directory is required – for example, in a path prefix or as an argument to chdir(S).



Regards

garends
15th December 2022, 19:45
Thank you, I want to explain myself better. The error is in the log file that the baan generates when uploading the table. They have told me that if they are between different servers, this does not work, is it?

mark_h
16th December 2022, 23:24
I have not done between database versions - I have exported tables on production server using |'s and imported to a different company on our test servers. Depending on what I was doing - 1 table or multiple tables I would complete the pattern matching on form 2 for table names. I do not recall the error I would get if I did not get everything lined up correctly. But I would always use | delimited files. In my case I always made sure the table exist in development company and was usable. I typically did this only on home grown tables, but should work on baan seeded tables also.