Доброго дня!
Админам на заметку:
В одной конторе сложилось так, что ИД файлы лежали на сетевой шаре. И как только стали ставить Win7 у многих начали биться ИД файлы.
Гугление проблемы вывело на такой пост:
DBF файлы в этой конторе работали нормально.
Применил рекомендацию:
Resolving the problem
This issue can occur when using the administration client on a Windows 7 or Vista workstation and connecting to a Windows 2008 server. By default, the file copy in this scenario will use SMB2, which appears to corrupt the ID file during the copy process. To work around this issue, you can do the following:
Save the ID to a local drive and then optionally copy the file to the network drive using Windows Explorer.
Disable SMB2 on the workstation
a. by adding a REG_DWORD key named "Smb2" to HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters. Setting this new key equal to 0 will disable SMB2 and use SMB1, which does not cause the issue.
OR
b. Running the following commands from a command prompt in Windows to disable SMB2 and use SMB1 .
sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc config mrxsmb20 start= disabled
You will need to restart the workstation to make the change effective in both cases.
Проблема исчезла.
Upd: добавил ссылку на KB...
Админам на заметку:
В одной конторе сложилось так, что ИД файлы лежали на сетевой шаре. И как только стали ставить Win7 у многих начали биться ИД файлы.
Гугление проблемы вывело на такой пост:
Ссылка скрыта от гостей
DBF файлы в этой конторе работали нормально.
Применил рекомендацию:
Ссылка скрыта от гостей
Resolving the problem
This issue can occur when using the administration client on a Windows 7 or Vista workstation and connecting to a Windows 2008 server. By default, the file copy in this scenario will use SMB2, which appears to corrupt the ID file during the copy process. To work around this issue, you can do the following:
Save the ID to a local drive and then optionally copy the file to the network drive using Windows Explorer.
Disable SMB2 on the workstation
a. by adding a REG_DWORD key named "Smb2" to HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters. Setting this new key equal to 0 will disable SMB2 and use SMB1, which does not cause the issue.
OR
b. Running the following commands from a command prompt in Windows to disable SMB2 and use SMB1 .
sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc config mrxsmb20 start= disabled
You will need to restart the workstation to make the change effective in both cases.
Проблема исчезла.
Upd: добавил ссылку на KB...