Link to home
Start Free TrialLog in
Avatar of critona
critona

asked on

Users can't connect to shares

Please read the following:
Server Error in '/UpdateServices' Application.
--------------------------------------------------------------------------------

Access is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Access is denied.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error:


Line 194:            </div>
Line 195:            <%Response.Flush();
Line 196:              RenderPage();%>
Line 197:            <div id="divForm" style="display: none">
Line 198:            <form id="formMain" method="post" runat="server">
 

Source File: c:\inetpub\UpdateServices\Home.aspx    Line: 196

Stack Trace:


[UnauthorizedAccessException: Access is denied.]
   Microsoft.SBS.UpdateServices.ConfigurationHelper.AUPolicySetupClass.GetPolicyConfiguration(SBSPolicyType type, AUInstallationOption& pInstallationOption, Int32& piInstallationDay, Int32& piInstallationHour) +0
   Microsoft.SBS.UpdateServices.DataProvider.GetUpdateSchedule(String GroupName) +187
   Microsoft.SBS.UpdateServices.StatusPage.Utility.GetUpdateSettings(Boolean waitingForSyncStart) +356
   Microsoft.SBS.UpdateServices.StatusPage.formHome.RenderPage() +100
   ASP.Home_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in c:\inetpub\UpdateServices\Home.aspx:196
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
   System.Web.UI.Control.Render(HtmlTextWriter writer) +7
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
   System.Web.UI.Page.ProcessRequestMain() +1926

The event viewer is showing the following errors as well: Error # 1030
Windows cannot query for the list of Group Policy objects. Check the event log for possible messages previously logged by the policy engine that describes the reason for this.

Error # 1058
Windows cannot access the file gpt.ini for GPO cn={2D35F00E-5616-409D-95A0-BAE9E4D61160},cn=policies,cn=system,DC=Longwood,DC=local. The file must be present at the location <\\Longwood.local\SysVol\Longwood.local\Policies\{2D35F00E-5616-409D-95A0-BAE9E4D61160}\gpt.ini>. (Access is denied. ). Group Policy processing aborted.

Error# 9074
The Directory Service Referral interface failed to service a client request. RFRI is returning the error code:[0x3f0].

Error # 9143
Referral Interface cannot contact any Global Catalog that supports the NSPI Service. Clients making RFR requests will fail to connect until a Global Catalog becomes available again. After a Domain Controller is promoted to a Global Catalog, it must be rebooted to support MAPI Clients.

The symptoms are that users cannot connect to shares and the server cannot see any of the other machines on the network. Exchange seems to be ok. Initially, the server was unable to connect to the network at all. That turned out to be a bad nic which I replaced yesterday.
Thank you in advance for your assistance.
Chris




 
Avatar of AndyJG247
AndyJG247
Flag of United Kingdom of Great Britain and Northern Ireland image

These problems all seem to be network related.  I assume the box was rebooted after the NIC was changed?  Do you get DNS lookups ok, can you ping other servers by name etc?
Avatar of critona
critona

ASKER

There were 2 nics in the server. I switched from one to the other and reconfigured it then rebooted.. Still have the same userenv errors in the app log....
Avatar of critona

ASKER

We have only one server.
ASKER CERTIFIED SOLUTION
Avatar of AndyJG247
AndyJG247
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial