We tried importing application from earlier version of Applinx 5.2.4.0011 to 8.0.1.0000.0209 (Web and SOA enablement edition)
Import was successfully done, but after this operation are in log more error messages:
Entity descriptor [scr_StdVerwKunde1Fmt] failed to fetch entity - this are screens entities
I found converter in Utilities folder, then I changed path in convert_gxz_to_gxar.bat and copy relevant files
content of convert_gxz_to_gxar.bat is now:
@echo off
set _DIR=C:\appxcvt\lib
set _CP=%_DIR%\gxserver.jar;%_DIR%\log4j-1.2.9b.jar
set JAVA_HOME=C:\appxcvt\JDK\v1.5.0\jre
rem set JAVA_HOME=…..\JDK\v1.5.0\jre
%JAVA_HOME%\bin\java.exe -cp %_CP% com.sabratec.applinx.server.utilities.GXOldGxzToGxarConverter %* -u Administrator -f INAS_FLD_verschl20090214.gxz
so finaly convertor works. I forgot full path to write for file to convert. I converted GXZ to GXAR, but when i imported GXAR to new app i got same bad result.
Entity descriptor [scr_StdVerwKunde1Fmt] failed to fetch entity
and more error messages like this
OK,
This sounds like a bug.
Please send me the GXZ and the GXAR by mail (asaf.shakarov@softwareag.com) and I will test it and let you know the result.
Asaf