일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- nonpaged pool
- paged pool
- Nested VM
- Windows Server 2008
- windows update
- 작업관리자
- windbg
- 안철수
- 인문고전
- 터키여행
- dsquery
- cluster node as Domain controller
- FTP7.5
- 클러스터
- windows debugging tool
- Session space
- Windows Server 2016 Hyper-v Cluster
- 프로세스 CPU 사용량
- Xperf
- SQL Server 2008
- failover cluster
- iSCSI target
- Local TempDB
- MSCS on VMWare
- Windows Server 2016
- SQL Server 2012R2 FCI
- ftp7.5 장애조치 클러스터
- Hyper-V
- LiveKD
- windows media service
- Today
- Total
류짱:Beyond MySelf
System Error Code(시스템 에러 코드) 본문
Windows server에서 발생하는 수 많은 에러들..... 에러 코드가 찾기 어려 울 땐 아래 사이트를 참고 하면 됩니다^^
System Error Codes
http://msdn.microsoft.com/en-us/library/ms681381.aspx
아래 에러 코드는 0x0에서 0xA 까지의 샘플 입니다. 더 많은 에러 코드들은 위 사이트에서 전부 확인 가능 합니다.
Constant/value |
Description |
ERROR_SUCCESS 0 (0x0) |
The operation completed successfully. |
ERROR_INVALID_FUNCTION 1 (0x1) |
Incorrect function. |
ERROR_FILE_NOT_FOUND 2 (0x2) |
The system cannot find the file specified. |
ERROR_PATH_NOT_FOUND 3 (0x3) |
The system cannot find the path specified. |
ERROR_TOO_MANY_OPEN_FILES 4 (0x4) |
The system cannot open the file. |
ERROR_ACCESS_DENIED 5 (0x5) |
Access is denied. |
ERROR_INVALID_HANDLE 6 (0x6) |
The handle is invalid. |
ERROR_ARENA_TRASHED 7 (0x7) |
The storage control blocks were destroyed. |
ERROR_NOT_ENOUGH_MEMORY 8 (0x8) |
Not enough storage is available to process this command. |
ERROR_INVALID_BLOCK 9 (0x9) |
The storage control block address is invalid. |
ERROR_BAD_ENVIRONMENT 10 (0xA) |
The environment is incorrect. |
감사합니다^^