Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > File Systems > dfsutil error - unable to modify acl on dfs link

Reply
Thread Tools Display Modes

dfsutil error - unable to modify acl on dfs link

 
 
Cory
Guest
Posts: n/a

 
      04-27-2009
I'm trying to use dfsutil to setup the NTFS permissions on our DFS Links
using the dfsutil command:

dfsutil property acl grant \\contoso.com\Namespace1\Link1 Contoso\User1:F

However, I am recieving this error:

Could not execute the command successfully
SYSTEM ERROR - The request is not supported.

I get this error in both my production and test environments, using Domain
based namespaces on server 2008.

So, clearly I am doing something wrong but thusfar Google hasn't come up
with an answer for me, any ideas?...
 
Reply With Quote
 
 
 
 
Isaac Oben [MCITP:EA, MCSE]
Guest
Posts: n/a

 
      04-28-2009
Hello Cory,

I aam not sure if you can use dfsutil for acl permissions. You can do
permissions directly from folder property or here is a suggestion


CACLS DriveLetter:\path...\Link1 /E /G contoso\User1:F

Hope this helps

Isaac


"Cory" <> wrote in message
news:100C3714-A033-47AB-9DBF-...
> I'm trying to use dfsutil to setup the NTFS permissions on our DFS Links
> using the dfsutil command:
>
> dfsutil property acl grant \\contoso.com\Namespace1\Link1 Contoso\User1:F
>
> However, I am recieving this error:
>
> Could not execute the command successfully
> SYSTEM ERROR - The request is not supported.
>
> I get this error in both my production and test environments, using Domain
> based namespaces on server 2008.
>
> So, clearly I am doing something wrong but thusfar Google hasn't come up
> with an answer for me, any ideas?...



 
Reply With Quote
 
Cory
Guest
Posts: n/a

 
      04-28-2009
Hi Isaac,

Thanks for your reply.

I am getting the information from:

http://technet.microsoft.com/en-us/l.../cc753479.aspx


It says:

After enabling access-based enumeration, set the appropriate security for
each DFS folder by modifying the Access Control Lists (ACLs) using the
following command:

dfsutil property ACL grant\\<namespace_root>\<folder><username>:<permis sion>


I can use calcs just fine but I guess the real problem is trying to
synchronize the ACL of these DFS Links across a large number of servers
(100+). I was hoping that, if I set the ACL using the dfsutil command, that
the information would somehow be stored in the DFS Metadata.

My current situation is that everytime I create a new DFS Link, I need to
modify that links ACL on each server hosting the namespace. Likewise, if I
create a new server to host the namespace, I need to modify the ACL for all
existing links...

I'm sure I could script this somehow but it seems to me that this should be
a built in feature...





"Isaac Oben [MCITP:EA, MCSE]" wrote:

> Hello Cory,
>
> I aam not sure if you can use dfsutil for acl permissions. You can do
> permissions directly from folder property or here is a suggestion
>
>
> CACLS DriveLetter:\path...\Link1 /E /G contoso\User1:F
>
> Hope this helps
>
> Isaac
>
>
> "Cory" <> wrote in message
> news:100C3714-A033-47AB-9DBF-...
> > I'm trying to use dfsutil to setup the NTFS permissions on our DFS Links
> > using the dfsutil command:
> >
> > dfsutil property acl grant \\contoso.com\Namespace1\Link1 Contoso\User1:F
> >
> > However, I am recieving this error:
> >
> > Could not execute the command successfully
> > SYSTEM ERROR - The request is not supported.
> >
> > I get this error in both my production and test environments, using Domain
> > based namespaces on server 2008.
> >
> > So, clearly I am doing something wrong but thusfar Google hasn't come up
> > with an answer for me, any ideas?...

>
>
>

 
Reply With Quote
 
Ganesh Prasad
Guest
Posts: n/a

 
      06-22-2009

Hi,

Can you verify the namespace type? The ACL can be applied only to windows
2008 mode namespace. You can check the namespace type by following these steps
1. Open DFS management GUI
2. Add the namespace to display
3. Right click on the namespace and go to "Properties"
4. Verify if the Type: is Domain (Windows Server 2008 mode)

Thanks
Ganesh

"Cory" wrote:

> I'm trying to use dfsutil to setup the NTFS permissions on our DFS Links
> using the dfsutil command:
>
> dfsutil property acl grant \\contoso.com\Namespace1\Link1 Contoso\User1:F
>
> However, I am recieving this error:
>
> Could not execute the command successfully
> SYSTEM ERROR - The request is not supported.
>
> I get this error in both my production and test environments, using Domain
> based namespaces on server 2008.
>
> So, clearly I am doing something wrong but thusfar Google hasn't come up
> with an answer for me, any ideas?...

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dfsutil link add and lowercase. Rich File Systems 2 09-11-2008 04:03 AM
RE: Modify RAS Link Speed SteveS Server Networking 0 11-05-2007 09:44 PM
Unable to implement Modify (Maintenance Install) gulfam.murad@gmail.com Windows Update 2 04-25-2007 09:17 PM
Error 00004e4f.osc: Unable to create or modify computer account KJ-MCSE Server Networking 0 11-26-2003 03:20 PM
Error 00004e4f.osc: Unable to create or modify computer account walid@ece.mcgill.ca asheha1@ece.mcgill.ca Server Networking 0 11-24-2003 02:55 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59