Jump to content

file browser grayed out with new NAS


Recommended Posts

I installed a new NAS (Synology 1815+) - all good with all programs, just houdini shows me a partly grayed out file browser. I can load and save files but I can't click on them or create a new folder. The old NAS or saving on C: doesnt show that issue. Is that still a premission issue?

 

has anybody seen this? .. very strange and very annoying.

 

 

post-4280-0-17841300-1436626588_thumb.jp

Edited by borisb2
Link to comment
Share on other sites

You need to add this to Houdini.env

HOUDINI_ACCESS_METHOD = 2

Thursday, May 9, 2002

Houdini 5.0.117: Adding new environment variable, HOUDINI_ACCESS_METHOD. This value can be 0, 1, or 2. It specifies what method Houdini will use to check file permissions. 0 uses the default method, which does a real check of file permissions using the proper NT security model. But this method can be quite slow on systems which use a login server elswhere in their network. Method 1 uses the NT security model again, and is much faster than method 0, but doesn't work on Win2k SP2 (Microsoft broke an important function in that release). Method 2 just checks the file attributes, which is fast and works, but ignores all the NT security stuff, so files and directories which are read only because of NT security permissions will report that they can be written to.

  • Like 6
Link to comment
Share on other sites

  • 2 years later...
  • 2 years later...
On 11/07/2015 at 8:35 PM, mikelyndon said:

You need to add this to Houdini.env

HOUDINI_ACCESS_METHOD = 2

Thursday, May 9, 2002

Houdini 5.0.117: Adding new environment variable, HOUDINI_ACCESS_METHOD. This value can be 0, 1, or 2. It specifies what method Houdini will use to check file permissions. 0 uses the default method, which does a real check of file permissions using the proper NT security model. But this method can be quite slow on systems which use a login server elswhere in their network. Method 1 uses the NT security model again, and is much faster than method 0, but doesn't work on Win2k SP2 (Microsoft broke an important function in that release). Method 2 just checks the file attributes, which is fast and works, but ignores all the NT security stuff, so files and directories which are read only because of NT security permissions will report that they can be written to.

Many thanks @mikelyndon

Most helpful.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...