 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Windows Server 2003 Permissions problem</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/windows-server-2003-permissions-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-server-2003-permissions-problem/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 18:27:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: mrgee62</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-server-2003-permissions-problem/#comment-39265</link>
		<dc:creator>mrgee62</dc:creator>
		<pubDate>Mon, 28 Aug 2006 07:38:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-39265</guid>
		<description><![CDATA[Everyone provided helpful advice. I&#039;ve visited every permeation of rights, both NTFS and AD that I could imagine, and I&#039;ve got a healthy imagination!

I did figure out my problem. It had more to do with the program design for the program that needed to access the data than the rights itself. 

I had set up a series of shares for this server. I had top level shares and then program shares. Some shares were created by program installation routines, as in this case. 

The program, when trying to access the data, wouldn&#039;t go through nested shares. The share had to be top level from the server name. Interestingly, I was able to make this work with one of my groups. I assigned both groups that accessed the server administrative rights as a test. That didn&#039;t work. 

To sum it up, I&#039;m sticking with program design, making the data live in a share so that it is referenced top level from the server name in a unc reference. Thank you again for the great advice.

Gregg]]></description>
		<content:encoded><![CDATA[<p>Everyone provided helpful advice. I&#8217;ve visited every permeation of rights, both NTFS and AD that I could imagine, and I&#8217;ve got a healthy imagination!</p>
<p>I did figure out my problem. It had more to do with the program design for the program that needed to access the data than the rights itself. </p>
<p>I had set up a series of shares for this server. I had top level shares and then program shares. Some shares were created by program installation routines, as in this case. </p>
<p>The program, when trying to access the data, wouldn&#8217;t go through nested shares. The share had to be top level from the server name. Interestingly, I was able to make this work with one of my groups. I assigned both groups that accessed the server administrative rights as a test. That didn&#8217;t work. </p>
<p>To sum it up, I&#8217;m sticking with program design, making the data live in a share so that it is referenced top level from the server name in a unc reference. Thank you again for the great advice.</p>
<p>Gregg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mortree</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-server-2003-permissions-problem/#comment-39266</link>
		<dc:creator>mortree</dc:creator>
		<pubDate>Sun, 27 Aug 2006 22:02:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-39266</guid>
		<description><![CDATA[I agree with #3, #8, #10. Check the Shared Folder permissions. The fact you can Read files and files is a strong indicator.

Most the other issues won&#039;t apply since your DC is NT4 not 2003. But the last I would look at is the idea you copied files and folders from another place on the same volume where  they were already set to Read Only NTFS permissions.

]]></description>
		<content:encoded><![CDATA[<p>I agree with #3, #8, #10. Check the Shared Folder permissions. The fact you can Read files and files is a strong indicator.</p>
<p>Most the other issues won&#8217;t apply since your DC is NT4 not 2003. But the last I would look at is the idea you copied files and folders from another place on the same volume where  they were already set to Read Only NTFS permissions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jftoze</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-server-2003-permissions-problem/#comment-39267</link>
		<dc:creator>jftoze</dc:creator>
		<pubDate>Wed, 23 Aug 2006 11:55:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-39267</guid>
		<description><![CDATA[My guess would also be the share permissions.  When combined with NTFS permissions the most restrictive takes precedence.]]></description>
		<content:encoded><![CDATA[<p>My guess would also be the share permissions.  When combined with NTFS permissions the most restrictive takes precedence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angiew</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-server-2003-permissions-problem/#comment-39268</link>
		<dc:creator>angiew</dc:creator>
		<pubDate>Mon, 21 Aug 2006 17:47:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-39268</guid>
		<description><![CDATA[In general, network and server access requires two objects to be created and maintained; a data group and a corresponding folder/volume.  You add whatever members to the group and then  you must add the group (or individual members) to the folder&#039;s list of members/trustees and grant the group whatever rights you wish it to have.  This is just a basic setup but it might push you in the right direction.  Also, if the files are created locally but then copied over to somewhere on the network, you might want to check that the local security settings on the file allow the necessary access to everyone prior to posting it in the folder.]]></description>
		<content:encoded><![CDATA[<p>In general, network and server access requires two objects to be created and maintained; a data group and a corresponding folder/volume.  You add whatever members to the group and then  you must add the group (or individual members) to the folder&#8217;s list of members/trustees and grant the group whatever rights you wish it to have.  This is just a basic setup but it might push you in the right direction.  Also, if the files are created locally but then copied over to somewhere on the network, you might want to check that the local security settings on the file allow the necessary access to everyone prior to posting it in the folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ttully</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-server-2003-permissions-problem/#comment-39269</link>
		<dc:creator>ttully</dc:creator>
		<pubDate>Mon, 21 Aug 2006 08:17:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-39269</guid>
		<description><![CDATA[I know it sounds obvious but I only mention this since you are currently using Windows NT and would not be looking for this. Probably everyone who ever migrated to Server 2003 discovered this as well...

The default Shared Folder permission for Server 2003 is &quot;Everyone&quot; Read Only as compared to Windows NT which was &quot;Everyone&quot; Full Control. It looks like you have the NTFS permissions set right.]]></description>
		<content:encoded><![CDATA[<p>I know it sounds obvious but I only mention this since you are currently using Windows NT and would not be looking for this. Probably everyone who ever migrated to Server 2003 discovered this as well&#8230;</p>
<p>The default Shared Folder permission for Server 2003 is &#8220;Everyone&#8221; Read Only as compared to Windows NT which was &#8220;Everyone&#8221; Full Control. It looks like you have the NTFS permissions set right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schoolhouse</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-server-2003-permissions-problem/#comment-39270</link>
		<dc:creator>schoolhouse</dc:creator>
		<pubDate>Sun, 20 Aug 2006 15:58:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-39270</guid>
		<description><![CDATA[It looks to me that You have a user added to two or more GPOs whereby you have given the deny permission in one of the GPOs to a particular folder and gave access permission in the other GPOs. In such a situation, the deny configuration takes precedence. Please check out this.

Zekirstos Tesfay]]></description>
		<content:encoded><![CDATA[<p>It looks to me that You have a user added to two or more GPOs whereby you have given the deny permission in one of the GPOs to a particular folder and gave access permission in the other GPOs. In such a situation, the deny configuration takes precedence. Please check out this.</p>
<p>Zekirstos Tesfay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: badfinger</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-server-2003-permissions-problem/#comment-39271</link>
		<dc:creator>badfinger</dc:creator>
		<pubDate>Sun, 20 Aug 2006 09:41:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-39271</guid>
		<description><![CDATA[Here&#039;s something else to think about... multiple groups. Where one group denies and another grants rights.]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s something else to think about&#8230; multiple groups. Where one group denies and another grants rights.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krumme</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-server-2003-permissions-problem/#comment-39272</link>
		<dc:creator>krumme</dc:creator>
		<pubDate>Sat, 19 Aug 2006 21:56:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-39272</guid>
		<description><![CDATA[My bet is that it is an NTFS permissions issue.  ]]></description>
		<content:encoded><![CDATA[<p>My bet is that it is an NTFS permissions issue.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: squibc4</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-server-2003-permissions-problem/#comment-39273</link>
		<dc:creator>squibc4</dc:creator>
		<pubDate>Sat, 19 Aug 2006 04:37:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-39273</guid>
		<description><![CDATA[make sure your folder is not inheritting permissions from parent folder]]></description>
		<content:encoded><![CDATA[<p>make sure your folder is not inheritting permissions from parent folder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thevyrys</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-server-2003-permissions-problem/#comment-39274</link>
		<dc:creator>thevyrys</dc:creator>
		<pubDate>Fri, 18 Aug 2006 17:37:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-39274</guid>
		<description><![CDATA[You probably already thought of this, but if you actually shared the folder, check the share permissions, not just the NTFS permissions....or vice versa....]]></description>
		<content:encoded><![CDATA[<p>You probably already thought of this, but if you actually shared the folder, check the share permissions, not just the NTFS permissions&#8230;.or vice versa&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.011 seconds using memcached
Object Caching 395/396 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 21:03:12 -->