Wiki source code of Häufige Fehlermeldungen
Last modified by Sabrina V. on 2025/05/20 09:40
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
27.1 | 1 | {{aagon.priorisierung}} |
2 | 60 | ||
3 | {{/aagon.priorisierung}} | ||
4 | |||
![]() |
1.1 | 5 | |(% style="width:320px" %)((( |
![]() |
37.1 | 6 | === **Error messages** === |
![]() |
1.1 | 7 | )))|(% style="width:882px" %)((( |
![]() |
37.1 | 8 | === **Possible causes** === |
![]() |
1.1 | 9 | ))) |
![]() |
37.1 | 10 | |(% style="width:320px" %)"Network path not found"|((( |
11 | * The target computer is not enabled | ||
12 | * The computer name is not resolved correctly | ||
13 | * Firewall blocks access/locks port or firewall should be enabled correctly: | ||
![]() |
1.1 | 14 | ** RPC: 135 (TCP/UDP) |
15 | ** SMB/CIFS: 137 - 139, 445 (TCP/UDP) | ||
![]() |
37.1 | 16 | * Administrative share (Admin$) does not exist |
17 | * Interprocess communication share (IPC$) does not exist | ||
18 | * Share service is not started | ||
19 | * WinSock or TCP/IP stack defective (e.g. due to uninstalling a firewall) | ||
20 | ** Microsoft KB entry | ||
![]() |
1.1 | 21 | ))) |
22 | |(% style="width:320px" %)"Connection refused"|(% style="width:882px" %)((( | ||
![]() |
37.1 | 23 | * Access denied, either no listening service or locked port (2107 TCP) |
24 | * If necessary, check whether the port is being used by another program (e.g., Messaging Queue) | ||
![]() |
1.1 | 25 | ))) |
26 | |(% style="width:320px" %)"System Error. Code: 5."|(% style="width:882px" %)((( | ||
![]() |
37.1 | 27 | * This error can occur in Windows Vista and later if a client is not in a domain and UAC is enabled. |
28 | ** To use the local user via the network without a domain, you must create a new key in the registry. Open the command prompt (with administrator rights) and enter Regedit. In the registry editor, navigate to: | ||
29 | ** HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system and add the DWORD value (32-bit) LocalAccountTokenFilterPolicy with the value 1. After restarting, you can now use the local user via the ACMP Console and, for example, install the ACMP Agent. | ||
30 | ** Alternatively, you can also enter the following command via a command prompt (with administrator rights): | ||
31 | ** reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f | ||
![]() |
1.1 | 32 | ))) |
![]() |
27.1 | 33 | |
34 |