Fragensteller
Win 2003 Zugriffe auf Win7 Share

Allgemeine Diskussion
-
Hallo,
ich habe auf einem Win 7 Ent. Client eine Freigabe eingerichtet. Von anderen Win 7 Clients und W2k12 Server kann ich darauf zugreifen, aber von W2k3 Servern erhalte ich eine Fehlermeldung:
"Windows cannot find \\workstation\Freigabe xy.Check the spelling and try again, or try searching for the item by clicking the start button and then clicking search"
Von einem W2k3 Server geht der Zugriff auch!
Wenn ich auf meinem Win7 client eine Freigabe einrichte geht alles. Es muss also ein lokales Problem sein. Nur welches?
- Typ geändert Raul TalmaciuMicrosoft contingent staff Freitag, 19. Juli 2013 11:43 Warten auf Feedback
Alle Antworten
-
Kontrolliere bitte mal die Zeiten an den Rechnern und die SMB Settings:
http://www.gruppenrichtlinien.de/artikel/smb-signing-kommunikation-digital-signieren/
Tschö
Mark Heitbrink - MVP Windows Server - Group Policy
Homepage: www.gruppenrichtlinien.de - deutsch
GPO Tool: www.reg2xml.com - Registry Export File Converter -
Erstelle vom betroffenen Rechner einen Network-Trace während Du das Problem nachstellst und Du wirst sehen, was schief läuft.. :)
Möglicher Aktionsplan:
REM ##################################################################################################
REM #
REM # Generate a clean network trace with markers (pings)
REM #
REM # Local Administrator rights may be required to run the following batch
REM #
REM ##################################################################################################REM ##################################################################################################
REM #
REM # Clear any local cache to get clean network trace
REM #
REM # klist and dfsutil will be included in Windows Vista and higher
REM # else they have to be downloaded and extracted to the local system first
REM #
REM # klist - part of the Windows Server 2003 Resource Kit Tools
REM # Download: http://www.microsoft.com/en-us/download/details.aspx?id=17657)
REM # dfsutil - part of the Windows Server 2003 Support Tools
REM # Download: http://www.microsoft.com/en-us/download/details.aspx?id=15326)
REM #
REM ##################################################################################################klist purge
REM "klist –li 0x3e7 purge" works only on Windows Vista and higher
klist –li 0x3e7 purge
ipconfig /flushdns
NBTStat -R
dfsutil /pktflush
dfsutil /spcflushREM ##################################################################################################
REM #
REM # Start a network trace on Windows 7/2008 R2 or higher else use Microsoft Network Monitor
REM # Download: http://www.microsoft.com/en-us/download/details.aspx?id=4865)
REM #
REM ##################################################################################################REM For Windows 7/2008 R2 and higher use the included netsh command
netsh trace start capture=yesREM For Windows with installed Network Monitor un-comment the following and comment netsh above
REM nmcap /network * /DisableConversations /DisableLocalOnly /RecordFilters /RecordConfig /Capture /File c:\temp\nmtrace.chn:500MREM ##################################################################################################
REM #
REM # Mark the start of the repro
REM #
REM ##################################################################################################ping -n 1 -l 111 8.8.8.8
REM ##################################################################################################
REM #
REM # Reproducing the issue e.g. with a simple command or manual action plan
REM #
REM ##################################################################################################<repro command>
REM ##################################################################################################
REM #
REM # Mark the end of the repro
REM #
REM ##################################################################################################ping -n 1 -l 222 8.8.8.8
REM ##################################################################################################
REM #
REM # Stop the network trace on Windows 7/2008 R2 or higher with included netsh command
REM # else stop it manually
REM #
REM # If you used "nmcap /network * ..." stop the Network-Trace with <STRG>+<C>
REM #
REM ##################################################################################################netsh trace stop
--
Tobias Redelberger
StarNET Services (HomeOffice)
Frankfurter Allee 193
D-10365 Berlin
Tel: +49 (30) 86 87 02 678
Mobil: +49 (163) 84 74 421
Email: T.Redelberger@starnet-services.net
Web: http://www.starnet-services.net