# Advantage 67xx Error Codes

*Advantage Error Guide*

## Contents

- [6701 An illegal buffer length was supplied](#6701-an-illegal-buffer-length-was-supplied)
- [6703 An illegal command was supplied](#6703-an-illegal-command-was-supplied)
- [6705 The command timed out](#6705-the-command-timed-out)
- [6706 A message was incomplete. The application needs to issue another command](#6706-a-message-was-incomplete-the-application-needs-to-issue-another-command)
- [6707 The buffer address specified was illegal](#6707-the-buffer-address-specified-was-illegal)
- [6708 The session number specified was out of range](#6708-the-session-number-specified-was-out-of-range)
- [6709 No resource was available](#6709-no-resource-was-available)
- [6710 The session was closed. ADSDOSIP shut down communications with the CA-Clipper application](#6710-the-session-was-closed-adsdosip-shut-down-communications-with-the-ca-clipper-application)
- [6711 The command was canceled](#6711-the-command-was-canceled)
- [6713 A duplicate name existed in the local name table](#6713-a-duplicate-name-existed-in-the-local-name-table)
- [6714 The name table was full](#6714-the-name-table-was-full)
- [6715 The command finished, however, the name has active sessions and is no longer registered](#6715-the-command-finished-however-the-name-has-active-sessions-and-is-no-longer-registered)
- [6717 The local session table was full](#6717-the-local-session-table-was-full)
- [6718 The remote session table was full, therefore the request to open a session was rejected](#6718-the-remote-session-table-was-full-therefore-the-request-to-open-a-session-was-rejected)
- [6719 An illegal name number was specified](#6719-an-illegal-name-number-was-specified)
- [6720 The system did not find the name that was called](#6720-the-system-did-not-find-the-name-that-was-called)
- [6721 A * is not permitted in the ncb_name member](#6721-a-is-not-permitted-in-the-ncb-name-member)
- [6722 The name was already in use on the remote adapter](#6722-the-name-was-already-in-use-on-the-remote-adapter)
- [6723 The name was deleted](#6723-the-name-was-deleted)
- [6724 The session ended abnormally](#6724-the-session-ended-abnormally)
- [6725 A name conflict was detected](#6725-a-name-conflict-was-detected)
- [6733 The interface was busy. IRET before retrying](#6733-the-interface-was-busy-iret-before-retrying)
- [6734 Too many commands were outstanding. The application can retry the command later](#6734-too-many-commands-were-outstanding-the-application-can-retry-the-command-later)
- [6735 The ncb_lana_num member did not specify a valid network number](#6735-the-ncb-lana-num-member-did-not-specify-a-valid-network-number)
- [6736 The command finished while a cancel operation was occurring](#6736-the-command-finished-while-a-cancel-operation-was-occurring)
- [6738 The NCBCANCEL command was not valid, therefore the command was not canceled](#6738-the-ncbcancel-command-was-not-valid-therefore-the-command-was-not-canceled)
- [6748 The name specified was defined by another local process](#6748-the-name-specified-was-defined-by-another-local-process)
- [6752 The environment was not defined. A reset command must be issued](#6752-the-environment-was-not-defined-a-reset-command-must-be-issued)
- [6753 System resources were exhausted. The application can retry the command later](#6753-system-resources-were-exhausted-the-application-can-retry-the-command-later)
- [6754 The maximum number of applications was exceeded](#6754-the-maximum-number-of-applications-was-exceeded)
- [6755 Service access points (SAPs) were unavailable for NetBIOS](#6755-service-access-points-saps-were-unavailable-for-netbios)
- [6756 The requested resources were not available](#6756-the-requested-resources-were-not-available)
- [6757 The NCB address was invalid](#6757-the-ncb-address-was-invalid)
- [6759 The NCB DDID was invalid](#6759-the-ncb-ddid-was-invalid)
- [6760 The attempt to lock the user area failed](#6760-the-attempt-to-lock-the-user-area-failed)
- [6763 An error occurred during an open operation being performed by the device driver](#6763-an-error-occurred-during-an-open-operation-being-performed-by-the-device-driver)
- [6764 A system error occurred](#6764-a-system-error-occurred)
- [6770 The read received data that was too large](#6770-the-read-received-data-that-was-too-large)
- [6771 The packet had a bad header](#6771-the-packet-had-a-bad-header)
- [6772 The packet had bad data](#6772-the-packet-had-bad-data)

## 6701 An illegal buffer length was supplied {#6701-an-illegal-buffer-length-was-supplied}

## 6703 An illegal command was supplied {#6703-an-illegal-command-was-supplied}

## 6705 The command timed out {#6705-the-command-timed-out}

## 6706 A message was incomplete. The application needs to issue another command {#6706-a-message-was-incomplete-the-application-needs-to-issue-another-command}

## 6707 The buffer address specified was illegal {#6707-the-buffer-address-specified-was-illegal}

## 6708 The session number specified was out of range {#6708-the-session-number-specified-was-out-of-range}

## 6709 No resource was available {#6709-no-resource-was-available}

## 6710 The session was closed. ADSDOSIP shut down communications with the CA-Clipper application {#6710-the-session-was-closed-adsdosip-shut-down-communications-with-the-ca-clipper-application}

## 6711 The command was canceled {#6711-the-command-was-canceled}

## 6713 A duplicate name existed in the local name table {#6713-a-duplicate-name-existed-in-the-local-name-table}

## 6714 The name table was full {#6714-the-name-table-was-full}

## 6715 The command finished, however, the name has active sessions and is no longer registered {#6715-the-command-finished-however-the-name-has-active-sessions-and-is-no-longer-registered}

## 6717 The local session table was full {#6717-the-local-session-table-was-full}

## 6718 The remote session table was full, therefore the request to open a session was rejected {#6718-the-remote-session-table-was-full-therefore-the-request-to-open-a-session-was-rejected}

## 6719 An illegal name number was specified {#6719-an-illegal-name-number-was-specified}

## 6720 The system did not find the name that was called {#6720-the-system-did-not-find-the-name-that-was-called}

## 6721 A * is not permitted in the ncb_name member {#6721-a-is-not-permitted-in-the-ncb-name-member}

## 6722 The name was already in use on the remote adapter {#6722-the-name-was-already-in-use-on-the-remote-adapter}

## 6723 The name was deleted {#6723-the-name-was-deleted}

## 6724 The session ended abnormally {#6724-the-session-ended-abnormally}

## 6725 A name conflict was detected {#6725-a-name-conflict-was-detected}

## 6733 The interface was busy. IRET before retrying {#6733-the-interface-was-busy-iret-before-retrying}

## 6734 Too many commands were outstanding. The application can retry the command later {#6734-too-many-commands-were-outstanding-the-application-can-retry-the-command-later}

## 6735 The ncb_lana_num member did not specify a valid network number {#6735-the-ncb-lana-num-member-did-not-specify-a-valid-network-number}

The problem may result because NetBIOS is not installed or ADSDOSIP ran more than once.

**Note** Microsoft TCP/IP protocol does provide NetBIOS.

## 6736 The command finished while a cancel operation was occurring {#6736-the-command-finished-while-a-cancel-operation-was-occurring}

## 6738 The NCBCANCEL command was not valid, therefore the command was not canceled {#6738-the-ncbcancel-command-was-not-valid-therefore-the-command-was-not-canceled}

## 6748 The name specified was defined by another local process {#6748-the-name-specified-was-defined-by-another-local-process}

## 6752 The environment was not defined. A reset command must be issued {#6752-the-environment-was-not-defined-a-reset-command-must-be-issued}

## 6753 System resources were exhausted. The application can retry the command later {#6753-system-resources-were-exhausted-the-application-can-retry-the-command-later}

## 6754 The maximum number of applications was exceeded {#6754-the-maximum-number-of-applications-was-exceeded}

## 6755 Service access points (SAPs) were unavailable for NetBIOS {#6755-service-access-points-saps-were-unavailable-for-netbios}

## 6756 The requested resources were not available {#6756-the-requested-resources-were-not-available}

## 6757 The NCB address was invalid {#6757-the-ncb-address-was-invalid}

## 6759 The NCB DDID was invalid {#6759-the-ncb-ddid-was-invalid}

## 6760 The attempt to lock the user area failed {#6760-the-attempt-to-lock-the-user-area-failed}

## 6763 An error occurred during an open operation being performed by the device driver {#6763-an-error-occurred-during-an-open-operation-being-performed-by-the-device-driver}

This return code is not part of the IBM NetBIOS 3.0 specification.

## 6764 A system error occurred {#6764-a-system-error-occurred}

## 6770 The read received data that was too large {#6770-the-read-received-data-that-was-too-large}

## 6771 The packet had a bad header {#6771-the-packet-had-a-bad-header}

## 6772 The packet had bad data {#6772-the-packet-had-bad-data}

*[PO]: Purchase Order  
*[AZA]: local folder
*[(PO]: Purchase Order  
*[RQ]: Requisition  
*[(RQ]: Requisition  
*[RfQ]: Request for Quotation  
*[(RfQ]: Request for Quotation  
*[SO]: Service Order  
*[(SO]: Service Order  
*[SQ]: Service Requisition  
*[(SQ]: Service Requisition  
*[SRfQ]: Service Request for Quotation  
*[OoB]: Open on Board  
*[(OoB]: Open on Board 
*[ART]: Average Running Time (operation hours per day) 
*[MC]: Master Contract
*[ADS]: Advantage Database Server (database engine used in previous versions of the ZeeBORN software)
*[.replic]: file extension for replication files (aka data transfer files)
