Messages

The following is a listing of all the codes and messages that can be returned as a result of using the Archive (Zip) adapter for sources or targets.

Adapter return codes with positive numbers are warning codes that indicate a successful operation. Adapter return codes with negative numbers are error codes that indicate a failed operation.

Return Code
Message
0
OK
-1
Invalid command line: missing zip file name after 'file' keyword.
-1
Invalid command line: missing zip file name after 'memory' keyword.
-1
Invalid command line: missing zip file name after 'echo' keyword.
-1
Invalid command line: missing zip member name (after zip file name).
-1
Invalid command line: expected 'file', 'memory', or 'echo' as first argument.
-1
Invalid command line: missing zip file name.
-600
Internal Error: Resource Manager Error
-?
ZIP_ADD: DynaZip error occurred (????).
-?
ZIP_MEMTOFILE: DynaZip error occurred (????).
-?
UNZIP_COUNTALLZIPMEMBERS: DynaZip error occurred (????).
-?
UNZIP_COUNTNAMEDZIPMEMBERS: DynaZip error occurred (????).
-?
UNZIP_GETNEXTNAMEDZIPINFO: DynaZip error occurred (????).
-?
UNZIP_FILETOMEM: DynaZip error occurred (????).

-? is a DynaZip API error return (non-zero) made negative if > 0 and where ???? is a DynaZip API supplied error message.