<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>NOVELL FORUMS - OES: Client - Windows</title>
		<link>http://forums.novell.com/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 16:13:15 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.novell.com/images/ca_serenity/misc/rss.jpg</url>
			<title>NOVELL FORUMS - OES: Client - Windows</title>
			<link>http://forums.novell.com/</link>
		</image>
		<item>
			<title>LDAP Contextless - Mulitple Servers?</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/393497-ldap-contextless-mulitple-servers.html</link>
			<pubDate>Fri, 20 Nov 2009 22:34:29 GMT</pubDate>
			<description>We use LDAP contextless login in our environment, and for the most part it has been rock steady. We had an issue today though where one our LDAP...</description>
			<content:encoded><![CDATA[<div>We use LDAP contextless login in our environment, and for the most part it has been rock steady. We had an issue today though where one our LDAP servers wasn't working...but just the LDAP piece. Other services on that server weren't affected, and we could communicate with it just fine. Clients trying to query for LDAP searches were given a search timeout error. We list three servers in the 'servers' field on the client settings. If we moved one of the other servers up to be first on the list they could login. If we moved the malfunction server back to the top they got the timeout again.<br />
<br />
My question is... whats the point of multiple servers if it doesn't query the other servers if the first one times out? Does it only use the secondary servers if it can't ping the first one?<br />
<br />
We are using Netware 6.5 SP7 w/eDir 8.8.2<br />
Windows XP Pro workstations with 4.91 SP5 client<br />
<br />
thanks for any suggestions.</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>sledneck_9</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/393497-ldap-contextless-mulitple-servers.html</guid>
		</item>
		<item>
			<title><![CDATA[Client2IR1a won't install on Windows 7 Pro]]></title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/393213-client2ir1a-wont-install-windows-7-pro.html</link>
			<pubDate>Wed, 18 Nov 2009 22:44:35 GMT</pubDate>
			<description><![CDATA[The install routine keeps asking for a file that is actually there but it won't accept it.  I keep browsing to select it but it won't take it.  I...]]></description>
			<content:encoded><![CDATA[<div>The install routine keeps asking for a file that is actually there but it won't accept it.  I keep browsing to select it but it won't take it.  I finally hit Cancel and it says there's a fatal installation error.  I rebooted and it just comes back to the windows logon.  <br />
<br />
The file is i386\authentication\nccredlogonext.dll<br />
<br />
I've turned off Windows Firewall.  <br />
<br />
Any ideas?  Thanks in advance.  <br />
<br />
Betsy</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>betsyhorn</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/393213-client2ir1a-wont-install-windows-7-pro.html</guid>
		</item>
		<item>
			<title><![CDATA[[Urgent]Get File Owner ID via VBA Script to Excel 2003?]]></title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/393162-urgent-get-file-owner-id-via-vba-script-excel-2003-a.html</link>
			<pubDate>Wed, 18 Nov 2009 17:40:55 GMT</pubDate>
			<description><![CDATA[Hi. 
 
I've tried searching for this answer to my problem for the past 4 hours to no avail. I just can't wrap my head around it. Here's the...]]></description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
I've tried searching for this answer to my problem for the past 4 hours to no avail. I just can't wrap my head around it. Here's the problem...<br />
<br />
The boss was super impressed with what I did to the &quot;Directory Listing.xls&quot; file (found here on last post: <a href="http://www.ozgrid.com/forum/showthread.php?t=27369" target="_blank">Finding Paths &gt;255 - Excel Help &amp; Excel Macro Help</a>) and how I organized it for what we needed. But now they want an extra cell to show who is the owner of each individual file! I'm not a wizard, so I am in dire need of help. Here's what I've got so far:<br />
<br />
Note: This is different from what is linked to above.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><br />
&nbsp; &nbsp; 'Concept by Michael Hayes, core code from MS example<br />
&nbsp; &nbsp; Global L<br />
&nbsp; &nbsp; Global R<br />
&nbsp; &nbsp; Global C<br />
&nbsp; &nbsp; Global LastR<br />
&nbsp; &nbsp; Global IsCD<br />
&nbsp; &nbsp; Global MaybeCD<br />
&nbsp; &nbsp; Global Folderspec(100)<br />
&nbsp; &nbsp; <br />
Sub Shell()<br />
&nbsp; &nbsp; Application.ScreenUpdating = False<br />
&nbsp; &nbsp; Application.ActiveSheet.UsedRange<br />
&nbsp; &nbsp; IsCD = False<br />
&nbsp; &nbsp; MaybeCD = False<br />
&nbsp; &nbsp; L = 1<br />
&nbsp; &nbsp; R = 2<br />
&nbsp; &nbsp; LastR = R<br />
&nbsp; &nbsp; Sheets(&quot;Data&quot;).Select<br />
&nbsp; &nbsp; On Error GoTo ErrDir<br />
&nbsp; &nbsp; If Cells(2, 2).Value = &quot;**&quot; Then IsCD = True<br />
&nbsp; &nbsp; If Cells(2, 2).Value = &quot;**&quot; Then IsCD = True<br />
&nbsp; &nbsp; Cells.Interior.ColorIndex = 2<br />
&nbsp; &nbsp; Cells.Font.ColorIndex = 1<br />
&nbsp; &nbsp; Folderspec(L) = Cells(R, 1).Value<br />
&nbsp; &nbsp; If Right(Folderspec(L), 1) = &quot;&quot; Then<br />
&nbsp; &nbsp; Else<br />
&nbsp; &nbsp; &nbsp; &nbsp; GoTo ErrDir<br />
&nbsp; &nbsp; End If<br />
&nbsp; &nbsp; ActiveWindow.Zoom = 100<br />
&nbsp; &nbsp; Cells.ClearContents<br />
&nbsp; &nbsp; Cells(1, 1).Value = &quot;Path&quot;<br />
&nbsp; &nbsp; Cells(1, 2).Value = &quot;File Name&quot;<br />
&nbsp; &nbsp; Cells(1, 3).Value = &quot;Date Modified (24 hour clock)&quot;<br />
&nbsp; &nbsp; Cells(1, 4).Value = &quot;Last Accessed (24 hour clock)&quot;<br />
&nbsp; &nbsp; Cells(1, 5).Value = &quot;File Size in Bytes&quot;<br />
&nbsp; &nbsp; Cells(1, 6).Value = &quot;Total Directory Size in Bytes&quot;<br />
&nbsp; &nbsp; Cells(1, 7).Value = &quot;Date Created (24 Hour Clock)&quot;<br />
&nbsp; &nbsp; Cells(1, 8).Value = &quot;Last Compiled On:&quot;<br />
&nbsp; &nbsp; Cells(1, 9).Value = Application.WorksheetFunction.Text(Now(), &quot;ddd dd mmm yyyy&nbsp; hh:mm&quot;)<br />
&nbsp; &nbsp; Cells(1, 10).Value = &quot;Testing&quot;<br />
&nbsp; &nbsp; Cells(2, 2).Select<br />
&nbsp; &nbsp; ActiveWindow.FreezePanes = False<br />
&nbsp; &nbsp; ActiveWindow.Zoom = 75<br />
&nbsp; &nbsp; Call ShowFileList<br />
&nbsp; &nbsp; Application.ScreenUpdating = True<br />
&nbsp; &nbsp; Set W = Application.WorksheetFunction<br />
&nbsp; &nbsp; Cells(LastR, 6).Value = W.Sum(Range(Cells(LastR, 5), Cells(R, 5)))<br />
&nbsp; &nbsp; Cells.AutoFilter Field:=6, Criteria1:=&quot;&lt;&gt;&quot;<br />
&nbsp; &nbsp; Sheets(&quot;Summary&quot;).Select<br />
&nbsp; &nbsp; Cells.ClearContents<br />
&nbsp; &nbsp; Cells.ClearFormats<br />
&nbsp; &nbsp; Sheets(&quot;Data&quot;).Select<br />
&nbsp; &nbsp; Range(Cells(1, 1), Cells(R, 6)).Copy<br />
&nbsp; &nbsp; Sheets(&quot;Summary&quot;).Select<br />
&nbsp; &nbsp; Cells(1, 1).Select<br />
&nbsp; &nbsp; ActiveSheet.Paste<br />
&nbsp; &nbsp; Cells.EntireColumn.AutoFit<br />
&nbsp; &nbsp; Columns(&quot;B:E&quot;).Select<br />
&nbsp; &nbsp; Selection.Delete<br />
&nbsp; &nbsp; Cells(2, 2).Select<br />
&nbsp; &nbsp; ActiveWindow.FreezePanes = True<br />
&nbsp; &nbsp; ActiveWindow.Zoom = 75<br />
&nbsp; &nbsp; Call Sort<br />
&nbsp; &nbsp; Sheets(&quot;Data&quot;).Select<br />
&nbsp; &nbsp; Cells.AutoFilter<br />
&nbsp; &nbsp; Call Display<br />
&nbsp; &nbsp; Exit Sub<br />
ErrDir:<br />
&nbsp; &nbsp; Select Case Err<br />
&nbsp; &nbsp; &nbsp; &nbsp; Case 1004<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Prompt = &quot;Tried to write past end of Sheet&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Case Else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Sheets(&quot;Data&quot;).Select<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; D = Cells(2, 1).Value<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If MaybeCD Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Prompt = &quot;The Source may be on a **. If this is the case please enter ** in cell B2&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Prompt = &quot;The current Root Path is &quot; &amp; D &amp; vbCrLf &amp; _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot; If this is not correct, then enter a new path in Cell A2 in 'Data'&quot; &amp; vbCrLf &amp; _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Note that the path must end with&nbsp; &quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If<br />
&nbsp; &nbsp; &nbsp; &nbsp; End Select<br />
&nbsp; &nbsp; MsgBox (Prompt)<br />
End Sub<br />
<br />
<br />
Sub ShowFileList()<br />
&nbsp; &nbsp; Dim fs, f, f1, fc, s<br />
&nbsp; &nbsp; Set fs = CreateObject(&quot;Scripting.FileSystemObject&quot;)<br />
&nbsp; &nbsp; Set f = fs.GetFolder(Folderspec(L))<br />
&nbsp; &nbsp; Set fc = f.Files<br />
&nbsp; &nbsp; Cells(R, 1).Value = Folderspec(L)<br />
&nbsp; &nbsp; Application.ScreenUpdating = True<br />
&nbsp; &nbsp; Cells(R, 1).Select<br />
&nbsp; &nbsp; Application.ScreenUpdating = False<br />
&nbsp; &nbsp; Set W = Application.WorksheetFunction<br />
&nbsp; &nbsp; Cells(LastR, 6).Value = W.Sum(Range(Cells(LastR, 5), Cells(R, 5)))<br />
&nbsp; &nbsp; LastR = R<br />
&nbsp; &nbsp; On Error Resume Next<br />
&nbsp; &nbsp; For Each f1 In fc<br />
&nbsp; &nbsp; &nbsp; &nbsp; Select Case Err<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case 70&nbsp; 'Don't have access<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; With Cells(R, 2)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .Value = &quot;Access to this directory is denied&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .Font.ColorIndex = 3<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End With<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; On Error GoTo 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Exit Sub<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case 0&nbsp; 'Normal Access<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; On Error GoTo 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; R = R + 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; With Cells(R, 1)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .Value = Folderspec(L)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .Font.ColorIndex = 15<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End With<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Cells(R, 2).Value = f1.Name<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; On Error Resume Next<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Cells(R, 3).Value = f1.DateLastModified<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Select Case Err&nbsp; &nbsp; 'There is no Date recorded, found once on a pdf on a **<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case 1004<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Cells(R, 3).Value = &quot;Not Known&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End Select<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; On Error GoTo 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If IsCD Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MaybeCD = True<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Cells(R, 4).Value = f1.DateLastAccessed<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MaybeCD = False<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Cells(R, 5).Value = f1.Size<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Cells(R, 7).Value = f1.DateCreated<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Cells(R, 10).Value = ownerID<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case Else&nbsp;  'Not sure what this error would be<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Exit Sub<br />
&nbsp; &nbsp; &nbsp; &nbsp; End Select<br />
&nbsp; &nbsp; &nbsp; &nbsp; On Error Resume Next<br />
&nbsp; &nbsp; Next<br />
&nbsp; &nbsp; On Error GoTo 0<br />
&nbsp; &nbsp; Call ShowFolderList<br />
End Sub<br />
Sub ShowFolderList()<br />
&nbsp; &nbsp; Dim fs, f, f1, s, sf<br />
&nbsp; &nbsp; Set fs = CreateObject(&quot;Scripting.FileSystemObject&quot;)<br />
&nbsp; &nbsp; Set f = fs.GetFolder(Folderspec(L))<br />
&nbsp; &nbsp; Set sf = f.SubFolders<br />
&nbsp; &nbsp; a = f.SubFolders.Count<br />
&nbsp; &nbsp; For Each f1 In sf<br />
&nbsp; &nbsp; &nbsp; &nbsp; L = L + 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; Folderspec(L) = Folderspec(L - 1) &amp; f1.Name &amp; &quot;&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; R = R + 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; Call ShowFileList<br />
&nbsp; &nbsp; &nbsp; &nbsp; L = L - 1<br />
&nbsp; &nbsp; Next<br />
End Sub<br />
Sub Display()<br />
&nbsp; &nbsp; Set W = Application.WorksheetFunction<br />
&nbsp; &nbsp; Cells.Interior.ColorIndex = 2<br />
&nbsp; &nbsp; Range(Cells(1, 1), Cells(1, 106)).Interior.ColorIndex = 34<br />
&nbsp; &nbsp; MaxFile = W.Max(Range(Cells(2, 5), Cells(65536, 5)))<br />
&nbsp; &nbsp; MaxDirectory = W.Max(Range(Cells(2, 6), Cells(65536, 6)))<br />
&nbsp; &nbsp; Cells(65536, 5).Select<br />
&nbsp; &nbsp; Selection.End(xlUp).Select<br />
&nbsp; &nbsp; EOD = ActiveCell.Row<br />
&nbsp; &nbsp; For R = 2 To EOD<br />
&nbsp; &nbsp; If Cells(R, 5).Value = &quot;&quot; Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; N = 99 * Round(Cells(R, 6).Value / MaxDirectory, 2)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Range(Cells(R, 8), Cells(R, 8 + N)).Interior.ColorIndex = 3<br />
&nbsp; &nbsp; Else<br />
&nbsp; &nbsp; &nbsp; &nbsp; N = 99 * Round(Cells(R, 5).Value / MaxFile, 2)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Range(Cells(R, 8), Cells(R, 8 + N)).Interior.ColorIndex = 4<br />
&nbsp; &nbsp; End If<br />
&nbsp; &nbsp; Cells(R + 1, 5).Select<br />
&nbsp; &nbsp; Next R<br />
&nbsp; &nbsp; R = R + 1<br />
&nbsp; &nbsp; Cells(R, 2).Value = &quot;Total Size in Bytes&quot;<br />
&nbsp; &nbsp; Cells(R, 5).Formula = &quot;=Subtotal(9,E2:E&quot; &amp; R - 1 &amp; &quot;)&quot;<br />
&nbsp; &nbsp; Cells(R, 6).Formula = &quot;=Subtotal(9,F2:F&quot; &amp; R - 1 &amp; &quot;)&quot;<br />
&nbsp; &nbsp; R = R + 2<br />
&nbsp; &nbsp; Cells(R, 2).Value = &quot;Total Number of Files&quot;<br />
&nbsp; &nbsp; Cells(R, 5).Formula = &quot;=Subtotal(2,E2:E&quot; &amp; R - 3 &amp; &quot;)&quot;<br />
&nbsp; &nbsp; Cells(R, 6).Formula = &quot;=Subtotal(2,F2:F&quot; &amp; R - 3 &amp; &quot;)&quot;<br />
&nbsp; &nbsp; Range(Cells(1, 1), Cells(EOD, 6)).Select<br />
&nbsp; &nbsp; Selection.AutoFilter<br />
&nbsp; &nbsp; Cells(1, 1).Select<br />
End Sub<br />
Sub Sort()<br />
&nbsp; &nbsp; Range(&quot;A2&quot;).Select<br />
&nbsp; &nbsp; Selection.CurrentRegion.Select<br />
&nbsp; &nbsp; Selection.Sort Key1:=Range(&quot;B2&quot;), Order1:=xlDescending, Header:=xlGuess, _<br />
&nbsp; &nbsp; &nbsp; &nbsp; OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom<br />
&nbsp; &nbsp; Range(&quot;B2&quot;).Select<br />
End Sub<br />
Sub NWIntScanExtendedInfo()<br />
<br />
<br />
End Sub<br />
Sub OnlyLarge()<br />
&nbsp; &nbsp; 'Short Cut = Ctrl + z<br />
&nbsp; &nbsp; Application.ScreenUpdating = False<br />
&nbsp; &nbsp; If ActiveSheet.Name = &quot;Data&quot; Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; On Error GoTo Finish<br />
&nbsp; &nbsp; &nbsp; &nbsp; Columns(&quot;DC:DC&quot;).ClearContents<br />
&nbsp; &nbsp; &nbsp; &nbsp; Title = &quot;Filter&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Prompt = &quot;Enter the Threshold Path Length&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; MaxP = InputBox(Prompt, Title, 255) + 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; Prompt = &quot;Enter the Threshold File Length&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; MaxF = InputBox(Prompt, Title, 255) + 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; Prompt = &quot;Enter the Threshold Path + File Length&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; MaxPF = InputBox(Prompt, Title, 255) + 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; ActiveSheet.AutoFilterMode = False<br />
&nbsp; &nbsp; &nbsp; &nbsp; Rl = Cells(65536, 1).End(xlUp).Row<br />
&nbsp; &nbsp; &nbsp; &nbsp; For R = 2 To Rl<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Disp = False<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If Len(Cells(R, 1).Value) &gt; MaxP Then Disp = True<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If Len(Cells(R, 2).Value) &gt; MaxF Then Disp = True<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If Len(Cells(R, 1).Value) + Len(Cells(R, 2).Value) &gt; MaxPF Then Disp = True<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If Disp Then Cells(R, 107).Value = 1<br />
&nbsp; &nbsp; &nbsp; &nbsp; Next R<br />
&nbsp; &nbsp; &nbsp; &nbsp; Range(Cells(1, 1), Cells(Rl, 107)).Select<br />
&nbsp; &nbsp; &nbsp; &nbsp; Selection.AutoFilter Field:=107, Criteria1:=&quot;1&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Range(&quot;A1&quot;).Select<br />
&nbsp; &nbsp; &nbsp; &nbsp; Range(Selection, Cells(Cells(65536, 1).End(xlUp).Row, 2)).Select<br />
&nbsp; &nbsp; &nbsp; &nbsp; Selection.Copy<br />
&nbsp; &nbsp; &nbsp; &nbsp; Sheets.Add<br />
&nbsp; &nbsp; &nbsp; &nbsp; ActiveSheet.Name = &quot;Large&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Selection.PasteSpecial Paste:=xlPasteColumnWidths, Operation:=xlNone, _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SkipBlanks:=False, Transpose:=False<br />
&nbsp; &nbsp; &nbsp; &nbsp; Selection.PasteSpecial Paste:=xlPasteFormats, Operation:=xlNone, _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SkipBlanks:=False, Transpose:=False<br />
&nbsp; &nbsp; &nbsp; &nbsp; Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :=False, Transpose:=False<br />
&nbsp; &nbsp; &nbsp; &nbsp; Columns(&quot;B:B&quot;).AutoFit<br />
&nbsp; &nbsp; &nbsp; &nbsp; ActiveWindow.Zoom = 75<br />
&nbsp; &nbsp; &nbsp; &nbsp; Sheets(&quot;Data&quot;).Select<br />
&nbsp; &nbsp; &nbsp; &nbsp; Selection.AutoFilter Field:=107<br />
&nbsp; &nbsp; &nbsp; &nbsp; Columns(&quot;DC:DC&quot;).ClearContents<br />
&nbsp; &nbsp; &nbsp; &nbsp; Range(&quot;B2&quot;).Select<br />
&nbsp; &nbsp; &nbsp; &nbsp; Sheets(&quot;Large&quot;).Select<br />
&nbsp; &nbsp; &nbsp; &nbsp; Range(&quot;B2&quot;).Select<br />
&nbsp; &nbsp; &nbsp; &nbsp; ActiveWindow.FreezePanes = True<br />
&nbsp; &nbsp; &nbsp; &nbsp; Application.CutCopyMode = False<br />
&nbsp; &nbsp; &nbsp; &nbsp; Cells(1, 3).Value = &quot;Path &gt; &quot; &amp; MaxP &amp; _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot; + File &gt; &quot; &amp; MaxF &amp; &quot; + PathFile &gt; &quot; &amp; MaxPF<br />
&nbsp; &nbsp; End If<br />
Finish:<br />
End Sub</code><hr />
</div>Note that Cells(1, 10) say &quot;Testing&quot;. This is the column where I'm trying to add each individual file's novell netware info owner. I've found some resources about how to do this, but I can't think of how the hell to apply them. BTW I do have permission to view who owns each file by right-clicking on it -&gt; Properties -&gt; NetWare Info Tab<br />
<br />
[see next post]</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>Awoolridge</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/393162-urgent-get-file-owner-id-via-vba-script-excel-2003-a.html</guid>
		</item>
		<item>
			<title>Windows 7 and NW Client 2</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/393142-windows-7-nw-client-2-a.html</link>
			<pubDate>Wed, 18 Nov 2009 15:25:50 GMT</pubDate>
			<description><![CDATA[Hi guys, 
 
I'm having real troubles getting my Windows 7 workstation to see our Netware OES server; I installed NW Client 2 and it worked OK (sort...]]></description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
I'm having real troubles getting my Windows 7 workstation to see our Netware <acronym title="Open Enterprise Server">OES</acronym> server; I installed NW Client 2 and it worked OK (sort of) for a week or two but now it just refuses to see the NW tree and reports error '0x800789FC'.  I've tried uninstalling/reinstalling but to no avail.  Can anybody help?<br />
<br />
All the best<br />
<br />
Pete</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>peteclark</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/393142-windows-7-nw-client-2-a.html</guid>
		</item>
		<item>
			<title>Apply network restrictions to LDAP Proxy user</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/393117-apply-network-restrictions-ldap-proxy-user.html</link>
			<pubDate>Wed, 18 Nov 2009 11:21:56 GMT</pubDate>
			<description>Implemented LDAP contextless login using an LDAP Proxy user, and that is working fine. 
 
Since the LDAP Proxy user has null password, I wish to lock...</description>
			<content:encoded><![CDATA[<div>Implemented LDAP contextless login using an LDAP Proxy user, and that is working fine.<br />
<br />
Since the LDAP Proxy user has null password, I wish to lock it down in some way since anyone who knows or guesses the username can login to the directory (not a huge concern but still, want to be thorough).<br />
<br />
As far as I can tell from the docs, the only thing I can really do is impose network address restrictions on it (&quot;You can limit the locations that the user can log in from by setting address restrictions for the Proxy User object.&quot;)<br />
<br />
However, exactly what addr restrictions can / should I impose (such as are just the server IPs of the LDAP servers enough?) and especially, will imposing the address restriction have impact on any other services? Using OES2SP1-Linux and also using NSS clustering if it matters.<br />
<br />
Thanks<br />
GM</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>gmarsh</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/393117-apply-network-restrictions-ldap-proxy-user.html</guid>
		</item>
		<item>
			<title>STOP 10000050 and 1000000a</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392757-stop-10000050-1000000a.html</link>
			<pubDate>Mon, 16 Nov 2009 19:46:41 GMT</pubDate>
			<description>Hi all, 
 
on our Windows XP SP3 and newest Updates, Novell Cient 4.91 SP5 we get 
randomly BSOD. 
 
 
Here our WinDbg6.11 analyze-file: 
...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
on our Windows XP SP3 and newest Updates, Novell Cient 4.91 SP5 we get<br />
randomly BSOD.<br />
<br />
<br />
Here our WinDbg6.11 analyze-file:<br />
<br />
----------------<br />
<br />
Microsoft (R) Windows Debugger Version 6.11.0001.404 X86<br />
Copyright (c) Microsoft Corporation. All rights reserved.<br />
<br />
<br />
Loading Dump File [C:\TEMP\Minidump bis 15.11.2009\Mini111609-01.dmp]<br />
Mini Kernel Dump File: Only registers and stack trace are available<br />
<br />
Symbol search path is: C:\WINDOWS\Symbols<br />
Executable search path is:<br />
Unable to load image ntoskrnl.exe, Win32 error 0n2<br />
*** WARNING: Unable to verify timestamp for ntoskrnl.exe<br />
Windows XP Kernel Version 2600 (Service Pack 3) MP (2 procs) Free x86<br />
compatible<br />
Product: WinNt, suite: TerminalServer SingleUserTS<br />
Machine Name:<br />
Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055d720<br />
Debug session time: Mon Nov 16 11:41:30.781 2009 (GMT+1)<br />
System Uptime: 0 days 3:08:58.571<br />
Unable to load image ntoskrnl.exe, Win32 error 0n2<br />
*** WARNING: Unable to verify timestamp for ntoskrnl.exe<br />
Loading Kernel Symbols<br />
..................................................  ..............<br />
..................................................  ...............<br />
...........................................<br />
Loading User Symbols<br />
Loading unloaded module list<br />
.................<br />
Unable to load image tcpip.sys, Win32 error 0n2<br />
*** WARNING: Unable to verify timestamp for tcpip.sys<br />
**************************************************  **************************<br />
***<br />
*<br />
*<br />
*                        Bugcheck Analysis<br />
*<br />
*<br />
*<br />
**************************************************  **************************<br />
***<br />
<br />
Use !analyze -v to get detailed debugging information.<br />
<br />
BugCheck 10000050, {9f3eeedc, 0, 8050924a, 0}<br />
<br />
<br />
Could not read faulting driver name<br />
Unable to load image nwdns.sys, Win32 error 0n2<br />
*** WARNING: Unable to verify timestamp for nwdns.sys<br />
*** ERROR: Module load completed but symbols could not be loaded for<br />
nwdns.sys<br />
Probably caused by : nwdns.sys ( nwdns+4e74 )<br />
<br />
Followup: MachineOwner<br />
---------<br />
<br />
0: kd&gt; !analyze -v<br />
**************************************************  **************************<br />
***<br />
*<br />
*<br />
*                        Bugcheck Analysis<br />
*<br />
*<br />
*<br />
**************************************************  **************************<br />
***<br />
<br />
PAGE_FAULT_IN_NONPAGED_AREA (50)<br />
Invalid system memory was referenced.  This cannot be protected by<br />
try-except,<br />
it must be protected by a Probe.  Typically the address is just plain bad or<br />
it<br />
is pointing at freed memory.<br />
Arguments:<br />
Arg1: 9f3eeedc, memory referenced.<br />
Arg2: 00000000, value 0 = read operation, 1 = write operation.<br />
Arg3: 8050924a, If non-zero, the instruction address which referenced the<br />
bad memory<br />
address.<br />
Arg4: 00000000, (reserved)<br />
<br />
Debugging Details:<br />
------------------<br />
<br />
<br />
Could not read faulting driver name<br />
<br />
READ_ADDRESS:  9f3eeedc<br />
<br />
FAULTING_IP:<br />
nt!DbgUnLoadImageSymbols+d<br />
8050924a 8b530c          mov     edx,dword ptr [ebx+0Ch]<br />
<br />
MM_INTERNAL_CODE:  0<br />
<br />
CUSTOMER_CRASH_COUNT:  1<br />
<br />
DEFAULT_BUCKET_ID:  DRIVER_FAULT<br />
<br />
BUGCHECK_STR:  0x50<br />
<br />
PROCESS_NAME:  System<br />
<br />
LAST_CONTROL_TRANSFER:  from eceac9f8 to 8050924a<br />
<br />
STACK_TEXT:<br />
f78daa70 eceac9f8 85af8c38 1f000000 00000001 nt!DbgUnLoadImageSymbols+0xd<br />
f78daa90 ece9f1fb 85af8c38 00000010 86c7002b tcpip!TCPRcv+0x14bb<br />
f78dabbc ecea6308 eceddbb4 86b36870 86c750d8 tcpip!IPTransmit+0x162a<br />
f78dac5c ecea60cf 85c5c008 86b36870 867bcc40 tcpip!UDPSend+0x41e<br />
f78dac80 ecea6135 008daca4 85aafdbe 86c75118 tcpip!TdiSendDatagram+0xd8<br />
f78dacb8 ecea2881 867bcc40 867bccd4 f7600240 tcpip!UDPSendDatagram+0x52<br />
f78dacd4 804ef19f 89824cc8 867bcc40 867bcc40<br />
tcpip!TCPDispatchInternalDeviceControl+0xff<br />
f78dad08 804ef19f 89a46020 867bcc40 85aaf848<br />
nt!MiFlushSectionInternal+0x256<br />
f78dad44 f75fbe74 f7600240 85c3fb80 f7600240<br />
nt!MiFlushSectionInternal+0x256<br />
WARNING: Stack unwind information not available. Following frames may be<br />
wrong.<br />
f78dad6c f75fb999 f7600240 8056485c f78dadac nwdns+0x4e74<br />
f78dad7c 8053877d 85c3fb80 00000000 8a557b30 nwdns+0x4999<br />
f78dadac 805cff72 85c3fb80 00000000 00000000 nt!MiTrimPte+0x1fe<br />
f78daddc 805460ee 8053868e 00000001 00000000<br />
nt!IopQueryReconfiguration+0x25<br />
f78dadf8 00000000 00000000 00000000 00001f80 nt!ExpRemovePoolTracker+0x7b<br />
<br />
<br />
STACK_COMMAND:  kb<br />
<br />
FOLLOWUP_IP:<br />
nwdns+4e74<br />
f75fbe74 ??              ???<br />
<br />
SYMBOL_STACK_INDEX:  9<br />
<br />
SYMBOL_NAME:  nwdns+4e74<br />
<br />
FOLLOWUP_NAME:  MachineOwner<br />
<br />
MODULE_NAME: nwdns<br />
<br />
IMAGE_NAME:  nwdns.sys<br />
<br />
DEBUG_FLR_IMAGE_TIMESTAMP:  4884e5e9<br />
<br />
FAILURE_BUCKET_ID:  0x50_nwdns+4e74<br />
<br />
BUCKET_ID:  0x50_nwdns+4e74<br />
<br />
Followup: MachineOwner<br />
---------<br />
<br />
0: kd&gt; lmvm nwdns<br />
start    end        module name<br />
f75f7000 f7602300   nwdns    T (no symbols)<br />
Loaded symbol image file: nwdns.sys<br />
Image path: nwdns.sys<br />
Image name: nwdns.sys<br />
Timestamp:        Mon Jul 21 21:39:21 2008 (4884E5E9)<br />
CheckSum:         0001763D<br />
ImageSize:        0000B300<br />
Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
---------------<br />
<br />
Looks like an nwdns.sys error?<br />
<br />
Thanks,<br />
<br />
Mark<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>mark@test.com</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392757-stop-10000050-1000000a.html</guid>
		</item>
		<item>
			<title><![CDATA[Problem with saving files in Vista x64 & using novell client]]></title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392677-problem-saving-files-vista-x64-using-novell-client.html</link>
			<pubDate>Mon, 16 Nov 2009 07:53:59 GMT</pubDate>
			<description>Hi, 
 
*The Problem* 
We are facing a strange problem with one of our users when he tries to save files to the network drives. 
 
*Description* 
The...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
<b>The Problem</b><br />
We are facing a strange problem with one of our users when he tries to save files to the network drives.<br />
<br />
<b>Description</b><br />
The user is using 2 PCs for different tasks. One of those PCs is a Dell Inspiron Workstation with 12 GB RAM running MS Windows Vista 64bit Business used to work on heavy AutoCAD files. The other PC is a Dell Optiplex 755 computer with 4 GB RAM and running MS Windows XP PRO SP3 used for everything else. Both OS are licensed copies and updated daily through our WSUS.<br />
<br />
I installed and configured Novell Client SP1 for Windows Vista on the workstation while the other PC has Novell Client 4.90 SP2 installed and configured.<br />
<br />
Both I and the user are able to login through the Novell clients on both computers. Both of us can access our files on the network drives and that's where the strange stuff begins.<br />
<br />
I can open and save any file of my files on the network drives from the Vista machine with no problem, while he faces the following odd behavior<br />
<br />
1. From his XP machine, no problems. He can open, save,..... any document or file stored on the network drives with no problem.<br />
<br />
2. From his Vista machine, lots of problems. He can only open the files, but saving them is another story.<blockquote>a. When he tries to save a MS Word 2003 file, he gets a pop-up screen telling him that &quot;user doesn't have enough permission&quot;, refuses to save the files and offers him the option to &quot;Save As&quot;</blockquote><blockquote>b. When he tries to save a MS Excel 2003 file, the file will be saved but corrupted and with a new size exactly 33294 KB.</blockquote>I tried yesterday the following<br />
1. Removed the Novell client from the workstation.<br />
2. Installed and configured Novell Client 2 for Windows Vista-2008<br />
<br />
But that didn't solve the problem.<br />
<br />
Also we have both NMAS and File Caching turned OFF.<br />
<br />
Has anyone faced this problem before? any help would be appreciated.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>jwagdy</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392677-problem-saving-files-vista-x64-using-novell-client.html</guid>
		</item>
		<item>
			<title>Word, Excel, Netware sharable flag</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392410-word-excel-netware-sharable-flag.html</link>
			<pubDate>Thu, 12 Nov 2009 14:28:22 GMT</pubDate>
			<description>Hello, 
 
We have a scenario where we have given one group of users read/file scan rights to a folder and another group all but Access Control and...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
We have a scenario where we have given one group of users read/file scan rights to a folder and another group all but Access Control and Supervisor.<br />
<br />
The users would like the read only group to be able to open a Word oe Excel document for viewing (Schedule info). The RWECMF group needs to update these files often. <br />
<br />
If the RF group has a Word document open the RWECMF group can't edit the file even with the shareable attribute set at the file level. However, this works with Excel.<br />
<br />
Netware 6.5 sp7 Edir 8.8 sp2 on server side, Client 4.91 sp2 on client side.<br />
<br />
Also, in searching I have seen comments that the sharable flag does not always remain associated with a file permanently, but will lose that flag at times.<br />
<br />
Can anyone shed some light on this Word issue, and is this the best appproach?<br />
<br />
Thanks,<br />
Chip</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>carneyc</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392410-word-excel-netware-sharable-flag.html</guid>
		</item>
		<item>
			<title>Beta for NWClient - something needs to be done</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392383-beta-nwclient-something-needs-done.html</link>
			<pubDate>Thu, 12 Nov 2009 10:29:37 GMT</pubDate>
			<description>I just wanna express my frustration on the NWClient. We have been wanting to upgrade this for a year soon, so waiting for a time when there are no...</description>
			<content:encoded><![CDATA[<div>I just wanna express my frustration on the NWClient. We have been wanting to upgrade this for a year soon, so waiting for a time when there are no betapatches. So far this hasn't happened. I mean, c'mon! A full year with betas?<br />
I have a colleague at work, he talked to someone from Novell at Brainshare two years ago where he expressed his frustration about the NWClient betas, where he got the answer that Novell was rebuilding the whole team and testing supposedly making this issue better.<br />
I aint seen that happening so far...<br />
<br />
Good examples are NWFS.SYS, such a small file with an insane amount of patches on all versions of the client! Has also been causing weirdo errors here since the early dawn of time. You guys should seriously do someting better soon, since the competiton from other companies are getting stronger by the day :)</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>LurveLeif</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392383-beta-nwclient-something-needs-done.html</guid>
		</item>
		<item>
			<title>Client 4.91 ACU error with NMAS</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392331-client-4-91-acu-error-nmas.html</link>
			<pubDate>Thu, 12 Nov 2009 01:20:02 GMT</pubDate>
			<description><![CDATA[I have a client that is trying to utilize ACU (unattended) updates to their Novell 4.91 clients.   
 
I've straightened out most of the problems with...]]></description>
			<content:encoded><![CDATA[<div>I have a client that is trying to utilize ACU (unattended) updates to their Novell 4.91 clients.  <br />
<br />
I've straightened out most of the problems with their implementation - but there is one remaining issue.....  During the ACU upgrade process on the client there is an error at the end of the process (during the NMAS portion of the installation).  <br />
<br />
Error message:<br />
&quot;The system administrator has set policies to prevent this installation&quot;<br />
&quot;There was an error installing Novell Modular Authentication Services (NMAS).  Error Code: 1625.<br />
I also get the following entry (among other things) logged in the log file:<br />
Error: Automatic Client Upgrade unsuccessful<br />
<br />
<br />
The users have limited rights (obviously).  I can get the ACU process to work on users with Admin-like rights...but this is not a possible fix.<br />
<br />
I have tried to run (with the limited rights user account) the nmasclient_setup.exe program....it starts ok and tries to install but eventually gets to the same error.  The user has the appropriate rights to the ACU files/folders...<br />
<br />
It's been a long time since I've messed with Zen and policies, but this looks like a typical rights/policy issue.... trouble is... I don't even know where to start looking.<br />
<br />
Anybody have any hints?  I can forward additional information if requested.<br />
<br />
Thanks in advance...<br />
Andy</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>askrzypczak</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392331-client-4-91-acu-error-nmas.html</guid>
		</item>
		<item>
			<title>Adding NDPS unattended</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392295-adding-ndps-unattended.html</link>
			<pubDate>Wed, 11 Nov 2009 19:22:39 GMT</pubDate>
			<description><![CDATA[Hi!   I'm wondering if there's a way to add the NDPS support to a 4.91Sp5 silently without having to install the client all over? 
We have PCounter,...]]></description>
			<content:encoded><![CDATA[<div>Hi!   I'm wondering if there's a way to add the NDPS support to a 4.91Sp5 silently without having to install the client all over?<br />
We have PCounter, and it need the NDPS support for the broadcast to work.<br />
thank you,</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>eric_pouliot</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392295-adding-ndps-unattended.html</guid>
		</item>
		<item>
			<title>Login Script not executing in Windows 7</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392201-login-script-not-executing-windows-7-a.html</link>
			<pubDate>Tue, 10 Nov 2009 23:40:28 GMT</pubDate>
			<description>I have a Dell Vostro workstation, brand new with Windows 7 Business installed on it. 
 
I have tried both the SP1 and 2.0 clients for Vista, there...</description>
			<content:encoded><![CDATA[<div><font face="Times New Roman"><font size="5"><br />
I have a Dell Vostro workstation, brand new with Windows 7 Business installed on it.<br />
<br />
I have tried both the SP1 and 2.0 clients for Vista, there being no specific client for Windows 7.<br />
<br />
I get the same result with both client versions:  The login proceeds, but no result window opens and no drives are mapped.<br />
<br />
It makes no difference whether the &quot;automatically close results window&quot; checkbox in the login profile is checked.<br />
<br />
When I try to manually map drives, no Novell server appears in the window of available servers.  Plenty of Windows servers, but no Novell ones.<br />
<br />
However, if I log in to Windows as &quot;computer only&quot;, and then use the Novell menu to log in, I do get the login script and drive mappings are performed.<br />
<br />
</font></font></div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>greggs</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392201-login-script-not-executing-windows-7-a.html</guid>
		</item>
		<item>
			<title>Windows 7 Enterprise and Novell Client 2 IR 1a</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392113-windows-7-enterprise-novell-client-2-ir-1a.html</link>
			<pubDate>Tue, 10 Nov 2009 12:30:35 GMT</pubDate>
			<description>I am experiencing problems with Windows 7 Enterprise and Novell Client 2 for Windows Vista Server 2008 IR1a when connected to NetWare volumes located...</description>
			<content:encoded><![CDATA[<div>I am experiencing problems with Windows 7 Enterprise and Novell Client 2 for Windows Vista Server 2008 IR1a when connected to NetWare volumes located on a NetWare Cluster.<br />
<br />
The &quot;nice&quot; problem is that files are being reported as locked and in use by another user. When trying to access them two or three times they open up normal.<br />
<br />
The &quot;bad&quot; problems are a BSOD with a failure in the &quot;ncfsd.sys&quot; and that the explorer.exe get stuck when browsing folders or accessing files located on mapped NetWare Cluster volumes. These processes can not be forced to quit and Windows 7 will not shut down correctly. It gets stuck by &quot;Logging Off&quot; and stays there indefinitely.<br />
<br />
Has anyone else similar problems? With Windows Vista SP1 the client worked without any problems. Both Windows Versions are no Beta or RC versions, they are the final shipping versions with all Updates applied.<br />
I have the MiniDump stored, if this can help lock down the problems.</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>ActeITAT</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392113-windows-7-enterprise-novell-client-2-ir-1a.html</guid>
		</item>
		<item>
			<title><![CDATA[I'm in a fix - group policies help for total newbie...]]></title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392099-im-fix-group-policies-help-total-newbie.html</link>
			<pubDate>Tue, 10 Nov 2009 09:27:24 GMT</pubDate>
			<description>I am hoping that this is the right place to post this... 
 
Some background: I am a teacher at a school with Novell Open Enterprise Server, NetWare...</description>
			<content:encoded><![CDATA[<div>I am hoping that this is the right place to post this...<br />
<br />
Some background: I am a teacher at a school with Novell Open Enterprise Server, NetWare 6.5 Server Version 5.70.07, eDirectory edirectory 8.7.3.9, client 4.91. I joined a month ago. The two people who &quot;managed&quot; the server are no longer with the school and not helpful even if contacted for long and complicated reasons not worth going in to here. I have once, many years ago run a NT4 file server that ran a login script. I have run Linux server at home for a few years so am not scared of console. I know what a policy is and can change it locally on a client machine. I am the only one in the school with any IT experience at all and the admin password has been handed over. I have hacked about and worked out how to get on to NetWare Administrator (v5.1.9f), Remote Manager and the server console. And that's all she wrote. <br />
<br />
The clients are all XP Pro though the staff have a smattering of Vista because of the way laptops are contracted here.<br />
<br />
HELP!<br />
<br />
As far as I can tell when the network was &quot;managed&quot; before there was a group policy set up but it is inadequate (allows too much and the kids have been taking advantage - playing networked games etc.). I need some pointers to a walk through on setting up global group policies for the students. I would google but the terminology I need for that is not yet at my fingertips.<br />
<br />
I also want to work out how to set up directory shares and control the login scripts - at the moment a clever student can hit a hidden nework share and open up NetWare Administrator - I have seen it. They type &quot;My Computer&quot; in to interenet explorer and away they go. I need a policy to stop that for sure!<br />
<br />
Any help, links, cups of strong coffee, sympathy all greatfull accepted.<br />
<br />
I am pretty self sufficient but this is like learning Russian - I have not the foggiest where to start.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>thomaswp</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392099-im-fix-group-policies-help-total-newbie.html</guid>
		</item>
		<item>
			<title>Not member of local group</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392055-not-member-local-group.html</link>
			<pubDate>Mon, 09 Nov 2009 21:57:31 GMT</pubDate>
			<description>Hi. 
 
We have a problem with group membership when using Novell client 
4.91 SP5. 
When we login to AD a script will make a AD group member of the...</description>
			<content:encoded><![CDATA[<div>Hi.<br />
<br />
We have a problem with group membership when using Novell client<br />
4.91 SP5.<br />
When we login to AD a script will make a AD group member of the<br />
local administrator group.<br />
When we use Novell client, this is not happening. When using just<br />
Microsoft client, everything is ok.<br />
We also tryed to start MSGINA first, but we must run the computer<br />
without Novell Client.<br />
<br />
Any ideas? <br />
<br />
Magne</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/">OES: Client - Windows</category>
			<dc:creator>030552</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-client-windows/392055-not-member-local-group.html</guid>
		</item>
	</channel>
</rss>
