EMS FastStart Manual

EGEN Messages
EMS FastStart Manual133701
B-2
Close^egen^collector Return Codes
10: Egen-open-missing-param
Returned if this procedure is called without the collector^file^number and the
error^detail parameters. The value of egen-error has no meaning for this message.
11: Egen-open-invalid-sync-depth
Returned if this procedure is called with an invalid sync^depth parameter. The value of
egen-error has no meaning for this message. The value must be 0 through 15.
12: Egen-open-collector-error
Returned if this procedure gets an error when trying to open the collector. The value of
egen-error will contain the GUARDIAN 90 file system error returned by the FILEINFO
procedure.
13: Egen-open-collector-warning
Returned if this procedure gets a warning when trying to open the collector. The value of
egen-error will contain the GUARDIAN 90 file system error returned by the FILEINFO
procedure.
Close^egen^collector Return Codes
0: Egen-collector-closed-ok
Returned when the collector is closed properly. The value of egen-error has no meaning
for this message.
20: Egen-collector-missing-param
Returned if this procedure is called without the collector^file^number parameter. The
value of egen-error has no meaning for this message.
21: Egen-collector-already-closed
Returned if the collector is already closed. The value of egen-error has no meaning for
this message.
Complete^egen^operation Return Codes
0: Egen-complete-operation-ok
Returned when the last outstanding operation is terminated properly. The value of
egen-error has no meaning for this message.
30: Egen-complete-missing-param
Returned when one of the collector^file^number or tag or error^detail parameters is
missing. The value of egen-error has no meaning for this message.
31: Egen-complete-operation-error
Returned when the last outstanding operation is terminated with an error or warning.
The value of egen-error will contain the GUARDIAN 90 file system error returned by
the FILEINFO procedure.