RESP_DATA = CLNT_BCAST_EX_RESPONSE / CLNT_UCAST_EX_RESPONSE / CLNT_UCAST_INST_RESPONSE
CLNT_BCAST_EX_RESPONSE = CLNT_UCAST_EX_RESPONSE
CLNT_UCAST_EX_RESPONSE = *[CLNT_UCAST_INST_RESPONSE]
CLNT_UCAST_INST_RESPONSE = "ServerName" SEMICOLON SERVERNAME SEMICOLON
"InstanceName" SEMICOLON INSTANCENAME SEMICOLON "IsClustered"
SEMICOLON YES_OR_NO SEMICOLON "Version" SEMICOLON VERSION_STRING
[NP_INFO] [TCP_INFO] [VIA_INFO] [RPC_INFO] [SPX_INFO] [ADSP_INFO]
[BV_INFO] SEMICOLON SEMICOLON ; see Note 1
Name | Value |
SEMICOLON | SEMICOLON = ";" |
SERVERNAME | The name of the server. The SERVERNAME MUST be no greater than 255 bytes. |
INSTANCENAME | A text string that represents the name of the server instance being described. The INSTANCENAME MUST be no greater than 255 bytes but SHOULD be no greater than 16 MBCS characters. |
YES_OR_NO | YES_OR_NO=YES_OR_NO = "Yes" / "No" |
VERSION_STRING | A text string that conveys the version of the server instance. The VERSION_STRING MUST be no greater than 16 bytes. VERSION_STRING MUST NOT be empty and MUST appear as follows: VERSION_STRING=1*[0-9"."] |
NP_INFO | NP_INFO=SEMICOLON "np" SEMICOLON PIPENAME |
PIPENAME | A text string that represents the pipe name [PIPE]. |
TCP_INFO | TCP_INFO=SEMICOLON "tcp" SEMICOLON TCP_PORT |
TCP_PORT | A text string that represents the decimal value of the TCP port that is used to connect to the requested server instance. TCP_PORT SHOULD be a valid TCP port; see Note 2. |
VIA_INFO | VIA_INFO=SEMICOLON "via" NETBIOS VIALISTENINFO; see Note 3. |
VIALISTENINFO | VIALISTENINFO =1*["," VIANIC ":" VIAPORT]. |
VIANIC | A text string that represents the VIA [VIA] network interface card (NIC) identifier. VIANIC SHOULD be a valid VIA Adapter NIC number. |
VIAPORT | A text string that represents the decimal value of the VIA NIC's port. VIAPORT SHOULD be a valid VIA Adapter port number. |
NETBIOS | A text string that MUST be no greater than 15 bytes and that represents the NetBIOS name of a machine where the server resides. |
RPC_INFO | SEMICOLON ”rpc” SEMICOLON COMPUTERNAME |
COMPUTERNAME | MUST NOT be greater than 1,024 bytes but SHOULD be no more than 127 MBCS characters. |
SPX_INFO | SPX_INFO=SEMICOLON ”spx” SEMICOLON SERVICENAME |
SERVICENAME | MUST NOT be greater than 1,024 bytes but SHOULD be no more than 127 MBCS characters. |
ADSP_INFO | ADSP_INFO=SEMICOLON ”adsp” SEMICOLON ADSPOBJECTNAME |
ADSPOBJECTNAME | MUST NOT be greater than 1,024 bytes but SHOULD be no more than 127 MBCS characters. |
BV_INFO | BV_INFO=SEMICOLON ”bv” SEMICOLON ITEMNAME SEMICOLON GROUPNAME SEMICOLON ORGNAME |
ITEMNAME | MUST NOT be greater than 1,024 bytes but SHOULD be no more than 127 MBCS characters. |
GROUPNAME | MUST NOT be greater than 1,024 bytes but SHOULD be no more than 127 MBCS characters. |
ORGNAME | MUST NOT be greater than 1,024 bytes but SHOULD be no more than 127 MBCS characters. |