Table of Contents

Search

  1. Preface
  2. Informatica Managed File Transfer Welcome Overview
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

NT Retry Status Codes

NT Retry Status Codes

Informatica Managed File Transfer can retry failed network share connections based on predefined NT status codes (below). The predefined status codes can be overwritten by using the Retry Status Code property.
Retry Status Code Property
Definition
jcifs.ext.smb.retryNtStatusCodes
Specify the NT status value(s) or hex code(s) that will be used to retry failed connections. When values are specified, the default retry status codes are ignored. Separate each value with a comma.
Example: jcifs.ext.smb.retryNtStatusCodes=0xC00000AB,0xC00000AC
The following table contains the default NT Retry Status codes:
Value
Code
Definition
NT_STATUS_PIPE_BUSY
0xC00000ae
All pipe instances are busy.
NT_STATUS_PIPE_BROKEN
0xC000014b
The pipe has been ended.
NT_STATUS_PIPE_CLOSING
0xC00000b1
The pipe is being closed.
NT_STATUS_PIPE_DISCONNECTED
0xC00000b0
No process is on the other end of the pipe.
NT_STATUS_PIPE_NOT_AVAILABLE
0xC00000ac
All pipe instances are busy.
NT_STATUS_PIPE_LISTENING
0xC00000b3
Waiting for a process to open the other end of the pipe.
NT_STATUS_PATH_NOT_COVERED
0xC0000257
The remote system is not reachable by the transport.
NT_STATUS_REQUEST_NOT_ACCEPTED
0xC00000d0
No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.
NT_STATUS_BAD_NETWORK_NAME
0xC00000cc
The network name cannot be found.
NT_STATUS_NETWORK_NAME_DELETED
0xC00000c9
The specified network name is no longer available.
NT_STATUS_UNSUCCESSFUL
0xC0000001
A device attached to the system is not functioning.
NT_STATUS_INVALID_HANDLE
0xC0000008
The handle is invalid.

0 COMMENTS

We’d like to hear from you!