Hi all,
Could anyone share how to structure the compressor header for the Oodle precompressors? The only one I could find was from diskspan:
Code:
[External compressor:oo2reck3,oo2reck4,oo2reck5,oo2reck6,oo2reck7,oo2reck8]
header = 0
unpackcmd = "Resources\OodleRec\oo2reck.exe" d $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:oo2recm3,oo2recm4,oo2recm5,oo2recm6,oo2recm7,oo2recm8]
header = 0
unpackcmd = "Resources\OodleRec\oo2recm.exe" d $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:oo2recs3,oo2recs4,oo2recs5,oo2recs6,oo2recs7,oo2recs8]
header = 0
unpackcmd = "Resources\OodleRec\oo2recs.exe" d $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
However I'm fairly sure you're meant to reference which .ddl for the application to use but I'm not sure how to go about this. As a side question that's not as appropriate for this thread, if anyone could tell me the correct syntax for the header for use with ASIS, I'd greatly appreciate it.