tersedecompress icon indicating copy to clipboard operation
tersedecompress copied to clipboard

Terse header version not recognized : 81

Open NickETH opened this issue 4 years ago • 4 comments

Hi, tried to unterse a File for Windows from the IBM download page. Trows an error. C:\Temp\IBM-Terse>java -jar tersedecompress-5.0.0.jar Updatemanager-WinX64.exp Updatemanager-WinX64.exe Exception in thread "main" java.io.IOException: Terse header version not recognized : 81 at org.openmainframeproject.tersedecompress.TerseHeader.CheckHeader(TerseHeader.java:119) at org.openmainframeproject.tersedecompress.TerseDecompresser.create(TerseDecompresser.java:32) at org.openmainframeproject.tersedecompress.TerseDecompress.process(TerseDecompress.java:100) at org.openmainframeproject.tersedecompress.TerseDecompress.main(TerseDecompress.java:113) What is the problem here? BR, Nick

NickETH avatar Nov 08 '21 18:11 NickETH

This project is in Emeritus status and no longer maintained. Let us know if you would have interest in taking over maintainership. Thank you.

jmertic avatar Mar 01 '23 14:03 jmertic

Hello @NickETH , is the file you have tried to unterse coming from https://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/updatemgr/ ?

alexgubanow avatar Jul 06 '23 10:07 alexgubanow

Almost. I tried this one: https://public.dhe.ibm.com/storage/tivoli-storage-management/patches/client/v8r1/Windows/autodeploy/v8115/8.1.15.2-TIV-TSMBAC-WinX64.exp But i think, that is the same file... Thanks for having an eye on it

NickETH avatar Jul 06 '23 12:07 NickETH

This seems unlikely to be a TERSE format file? TERSE is an IBM compression format used for mainframe datasets, created using the AMATERSE utility. Support on non-mainframe platforms is rare, hence this open source implementation to decompress datasets. A Windows client related file seems unlikely.

andrew890 avatar Jul 06 '23 23:07 andrew890

AMATERSE fails to unterse and if you look at file in hex, it is full of ascii and windows, seems to be an archive, but not PACK or SPACK for sure.

alexgubanow avatar Jan 06 '25 16:01 alexgubanow