EBIFour.com > Debugging Clarify Errors >

Cleo Log of Warehouse Unarchive Error

Clarify Scenario:

Cleo Log Of warehouse Unarchiver properties file


After setting up the Cleo Log of Warehouse batch files and DataUnarchiver.properties file, we incur an error.

Clarify Issue:

The paths in the shipped example were not 'complete'.

Below, are shipped statements in DataUnarchiver.properties file
####
storageManagerPath=C:\EXTOL\Clarify_4_Runtime_Workspace\storage

####
archiveZipPath=C:\EXTOL\DataWarehouse\archives



Log of Warehouse Server Error:

The Unarchive log file indicates: archiveZipPath location does not exist

2017-08-09 08:28:01,787 INFO - Starting Data Unarchiver...
2017-08-09 08:28:01,788 FATAL - The archiveZipPath location does not exist. Verify the archiveZipPath in DataUnrchiver.properties. Path used is C:EXTOLDataWarehousearchives.

Clarify Resolution:

It appears that there is a JAVA related issue where we needed to 'escape' the backward slashes '\'

Below, are shipped statements in DataUnarchiver.properties file
####
storageManagerPath=C:\\EXTOL\\Clarify_4_Runtime_Workspace\\storage

####
archiveZipPath=C:\\EXTOL\\DataWarehouse\\archives


By: on