Unzipping Siebel File System Files from the Command Line
If a file is orphaned and no longer has a link to a record in a Siebel Attachment table
in the database, it will no longer be accessible through the UI. To retrieve the file,
it is possible to use the sseunzip80
utility found in the Siebel
Server's bin folder.
sseunzip80 FILENAME.SAF DestinationFile
For example, to unzip the file s_doc_corr_0-5704_0-yz-5.saf
to
MyDocument.docx, enter sseunzip80
...\fs\att\s_doc_corr_0-5704_0-yz-5.saf MyDocument.docx
Note: The
sseunzip80
utility does not know what the original name and file
extension are, so an administrator using this utility would have to guess at the correct
file type, such as DOCX, PDF, XLSX, etc.