close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #751


Ignore:
Timestamp:
Sep 23, 2009, 5:01:01 PM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

In my machine, with both last versions (v1.1.7 b.19 and v2.0.1 b.0.17.alpha), this code returns an error, so you are using an old release.

ERROR: [1] [ZipArchive]Error while processing archive C:/users/vdebuen/prj/tolp/trunk/tol_tests/tol/Bugzilla/bug_000751/Test_Oza_v1.7_To_v2.oza: The central directory was not found in the archive (or you were trying to open not the last volume of a segmented archive).

I think is not a problem of OIS but of open source library ZipArchive that is used to compress OIS directories in .oza files.

You can try to open your old TOL version and save the OIS without compressing

  Set aux.1 = { Include("Test_Oza_v1.7_To_v2.oza") };  
  Real Ois.Store(aux.1,"Test_Oza_v1.7_To_v2");  

Then you will can to open a newer TOL version and load it with a sentence as this one

  Set Include("Test_Oza_v1.7_To_v2");

Sorry, I cannot debug nor solve this non reproducible problem. Please, remember that backward compatibility is not warranted in OIS system.

Legend:

Unmodified
Added
Removed
Modified