Error

  • 04 Jun

    Socket error codes

    https://www.secureblackbox.com/kb/help/ref_err_socketerrorcodes.html

    Copyright www.secureblackbox.comValueDescription
    SB_SOCKET_ERROR_WINSOCK_INIT_FAILED96257 (0x17801)Winsock initialization failed
    SB_SOCKET_ERROR_WRONG_SOCKET_STATE96258 (0x17802)Wrong socket state
    SB_SOCKET_ERROR_NOT_A_SOCKET96259 (0x17803)Not a socket (socket initialization failed)
    SB_SOCKET_ERROR_INVALID_ADDRESS96260 (0x17804)Invalid address
    SB_SOCKET_ERROR_ACCEPT_FAILED96261 (0x17805)Accept failed
    SB_SOCKET_ERROR_ADDRESS_FAMILY_MISMATCH96262 (0x17806)Socket handle is IPv6 and could not be used with IPv4 address
    SB_SOCKET_ERROR_INVALID_SOCKET_TYPE96263 (0x17807)Invalid socket type
    SB_SOCKET_ERROR_SOCKS_NEGOTIATION_FAILED96264 (0x17808)SOCKS negotiation failed
    SB_SOCKET_ERROR_SOCKS_AUTH_FAILED96265 (0x17809)SOCKS authentication failed
    SB_SOCKET_ERROR_SOCKS_FAILED_TO_RESOLVE_DESTINATION_ADDRESS96266 (0x1780A)SOCKS failed to resolve destination address
    SB_SOCKET_ERROR_DNS_SECURITY_FAILURE96267 (0x1780B)DNS security failure
    SB_SOCKET_ERROR_DNS_TIMEOUT96268 (0x1780C)DNS timeout exceeded
    SB_SOCKET_ERROR_WEBTUNNEL_NEGOTIATION_FAILED96269 (0x1780D)Web tunnel negotiation failed
    SB_SOCKET_ERROR_TIMEOUT96270 (0x1780E)Timeout occured while trying to use the socket connection
    SB_SOCKET_ERROR_NO_PROXY_HEADER96271?
    SB_SOCKET_ERROR_WRONG_PROXY_HEADER96272?
    SB_SOCKET_ERROR_PRELIMINARY_DISCONNECTION96273?
    By Limagito-Team Error
  • 09 Dec

    SFTP Error code is 96258

    Dear Users,

    Regarding the SFTP-Error: “Connect Exception Error Wrong socket state 4 in AsyncConnect (error code is 96258)”

    The feedback from we got from our SFTP Source code provider is the following:

    1) Restrict your SFTP security options and try again

    2) Enable Suppress Additional Operations (due to some buggy SFTP servers) and try again

    More information:

    SFTP connection to the server is not established. WTF?

    Regards,
    Limagito Team

    By Limagito-Team Error SFTP , ,
  • 22 Aug

    File System Adapter Error Codes

    The File System Adapter performs actual file-related operations.

    Possible return values:

     Definition                      Value              Description
     ERROR_FACILITY_VFS              102400 (0x19000)   Base error code for VFS errors
     ERROR_VFS_ERROR_FLAG            1024 (0x0400)      VFS error flag
     ERROR_VFS_CUSTOM_ERROR_FLAG     2048 (0x0800)      VFS custom error flag
     SB_VFS_ERROR_FILE_NOT_FOUND     103426 (0x19402)   File not found
     SB_VFS_ERROR_PATH_NOT_FOUND     103427 (0x19403)   Path not found
     SB_VFS_ERROR_ACCESS_DENIED      103429 (0x19405)   Access denied
     SB_VFS_ERROR_WRITE_PROTECT      103443 (0x19413)   The file is write-protected
     SB_VFS_ERROR_ERROR_CRC          103447 (0x19417)   CRC error
     SB_VFS_ERROR_NOT_SUPPORTED      103474 (0x19432)   Operation not supported
     SB_VFS_ERROR_INVALID_PARAMETER  103511 (0x19457)   Invalid parameter encountered when accessing directory entries
     SB_VFS_ERROR_NO_MEDIA           104536 (0x19858)   Storage media is not accessible
     SB_VFS_UNSPECIFIED_ERROR        104448 (0x19800)   Any unspecified error
    By Limagito-Team Error
1 5 6 7 8 9
SEARCH