This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - 401 Error

JoseDelgadp - Tuesday, April 5, 2011 6:45 PM:

Hello,

 

I am new to the forum and I an running into a 401 error unathorized error and a SOAP that will not go away when i try the steps in this doc.

Normal 0 false false false EN-US X-NONE X-NONE

WHen i access my aras server internally there are no issues but when i access from the public the issue arises. This server is sitting behind a firewall which is forwarding the http requests to it.
Any ideas what is going on?
 
Jose
Error below:
 

<html>
    <head>
        <title>The remote server returned an error: (401) Unauthorized.</title>
        <style>
         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:"Lucida Console";font-size: .9em}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
        </style>
    </head>

    <body bgcolor="white">

            <span><H1>Server Error in '/InnovatorServer/NotificationServer' Application.<hr width=100% size=1 color=silver></H1>

            <h2> <i>The remote server returned an error: (401) Unauthorized.</i> </h2></span>

            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

             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.Net.WebException: The remote server returned an error: (401) Unauthorized.

 

            Source Error:

 

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code>

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</code>

                  </td>
               </tr>
            </table>

 


            Stack Trace:

 

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

[WebException: The remote server returned an error: (401) Unauthorized.]
   System.Net.HttpWebRequest.GetResponse() +5314029
   Aras.Tools.ProxyHttpWebRequest.GetResponse() +15
   Aras.Tools.ProxyPageHandler.InitializeProxySession(BaseRetargetProvider initialize_session_provider) +74
   Aras.Tools.ProxyPageHandler.UserNotificationsHandler_Load(Object sender, EventArgs e) +226
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
</pre></code>

                  </td>
               </tr>
            </table>

 


            <hr width=100% size=1 color=silver>

            Version Information:&nbsp;Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016

            </font>

    </body>
</html>
<!--
[WebException]: The remote server returned an error: (401) Unauthorized.
   at System.Net.HttpWebRequest.GetResponse()
   at Aras.Tools.ProxyHttpWebRequest.GetResponse()
   at Aras.Tools.ProxyPageHandler.InitializeProxySession(BaseRetargetProvider initialize_session_provider)
   at Aras.Tools.ProxyPageHandler.UserNotificationsHandler_Load(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown.
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.usernotifications_proxypage_aspx.ProcessRequest(HttpContext context) in c:WindowsMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Filesinnovatorserver_notificationserver1c3838b46265b3d4App_Web_ldqzr35s.0.cs:line 0
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!--
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->