Hi all
I moved an indexed vision 4 file from SCO Unix to Windows server 2003 by an FTP manager (Cute Ftp).
In Unix the file is working properly with no problems but In win2003 server using Acu Cobol 7.0 could n't open it and get an 39 error on open.
I tried to rebuild the file and I gor the messages : "Chain of records is broken!" and "11 records recovered 6275 records lost"
Using other than primary keys to rebuild i reached to recover 275 instead of 11 records but it's a big loss either way.
After I tried several rebuilding options with no result I tried to use "-load" option of vutil32 but in that case i got more than half records of the file send in .rej file as with illegal Duplicated keys which is not logical as the file is working in SCO Unix properly.
I tried also to recover the file manually by a START, READ program and ERROS_OK 1 in configuration file but it reads no more than one record.
I also tried to read the data-segment portion of the index file indivisually like a BINARY SEQUENTIAL file but i had no success on that also.
I appreciate for any help.
Thank you in advance.
#AcuCobol
#indexedfile