Dear All
I recently came across an unusual situation.
The customer's environment is as follows.
1. NetApp FAS8300 / CIFS Used (SMB1,SMB2,SMB3 ON)
2. ONTAP is 9.9.1P5
3. The customer's PC is Windows XP and uses Visual Studio 2005.
All basic functions such as access to NetApp CIFS and copy/delete work well on the customer's PC.
However, both project creation and project storage locations in Visual Studio 2005 can be saved to NetApp CIFS Share.
However, when Build (compile) is executed, it immediately fails with Access is Denied.
Strange thing is that it works fine on OLD NAS (Hitachi), but not on NetApp.
Thinking of a permission problem, I tried to proceed with the Test Volume with Everyone permission, but Build (Complie) does not proceed as described above.
The error is the same Access is denied .
I would like to know if anyone has had a similar experience and solved it.
The message is as follows, and even if you look at the file, there is no unusual message, and it does not proceed after the message access is denied.
1>------ Build started: Project: TestClass1, Configuration: Debug Win32 ------
1>Creates OAI_BuidInfo.txt
1>Access is denied.
1>Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'.
1>Build log was saved at "file://t:\test\TestClass1\TestClass1\Debug\BuildLog.htm"
1>TestClass1 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========