Interstage Shunsaku Data Manager Messages - Linux - |
Contents
Index
![]() ![]() |
Chapter 1 Messages Overview |
This section explains the error messages that are output when the APIs are executed.
Messages that are output when the APIs are executed appear in the following format.
message code:message text |
A unique identification number attached to each message
The text of a message that reports system status or a system error
For C APIs, C API function name that was executed will be added at the end of a message.
shn30605u:The requested host could not be found. |
Refer to Chapter 2 Messages Beginning with 'shn' for more details about messages.
Message detail can also be viewed using the shunprtmsg command.
The following example shows how to display the response to the message code 'shn30605u'.
shunprtmsg -shn 30605 shn30605u The requested host could not be found. [Description] There is an error with the host name or IP address. [System action] Stops processing this method. [User response] Specify the correct host name or IP address with the ShunConnection method, and then rerun the command. Refer to the manual for information on how to specify host names and IP addresses. |
Refer to the Command Reference for details about the shunprtmsg command.
Contents
Index
![]() ![]() |