Re: Can't get OMA going
From: Tim Kowal (tim_at_nospam.com)
Date: 07/14/04
- Next message: Lanwench [MVP - Exchange]: "Re: OWA and mail disappearing from the Inbox"
- Previous message: Megan Kielman: "Re: Delegate privacy?"
- In reply to: Alan Sun [MSFT]: "Re: Can't get OMA going"
- Next in thread: Alan Sun [MSFT]: "Re: Can't get OMA going"
- Reply: Alan Sun [MSFT]: "Re: Can't get OMA going"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Jul 2004 23:38:57 GMT
Hi, Alan. Thanks for the continued help. I tried these steps, and though a
similar error page popped up, it read with a different error message. I have
pasted the text of the error page, but I was not able to attach a .gif
attachment in this ng. Nothing comes up in the event viewer that seems to
coincide with
this problem.
Thanks,
Tim
**********
Text of error:
**********
Server Error in '/OMA' Application.
----------------------------------------------------------------------------
----
Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed.
Details: To enable the details of this specific error message to be viewable
on the local server machine, please create a <customErrors> tag within a
"web.config" configuration file located in the root directory of the current
web application. This <customErrors> tag should then have its "mode"
attribute set to "RemoteOnly". To enable the details to be viewable on
remote machines, please set "mode" to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom
error page by modifying the "defaultRedirect" attribute of the application's
<customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
"Alan Sun [MSFT]" <v-asun@online.microsoft.com> wrote in message
news:pulMdnYaEHA.3316@cpmsftngxa06.phx.gbl...
> Hi Tim,
>
> Thank you for posting back.
>
> According to the current situation, please modify the Web.config file.
Open
> the OMA Web.config file located at the following path: \Program
> Files\Exchsrvr\OMA\browse\web.config and add the following directives in
> the Web.config between <system.web></system.web>. Add these directives
> immediately after <system.web> to keep it as simple as possible:
> <!--
> Clear out the WSS ASP.Net handler and specify the default ASP.Net
> handler for all pages
> -->
>
>
>
> <httpHandlers>
> <clear />
> <add verb="*" path="*.aspx"
type="System.Web.UI.PageHandlerFactory,
> System.Web, Version=1.0.5000.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a" />
> </httpHandlers>
>
>
>
> <!--
>
> Set the trust back to Full. WSS configures a very restrictive
> trust policy that does not allow OMA to run correctly.
>
> -->
>
>
>
> <trust level="Full" originUrl="" />
>
>
>
>
>
> <!--
>
> Enable the session module. This can also be enabled on the WSS
> Web.config, but is not enabled by default.
>
> If you receive the following message:
>
>
>
> Parser Error Message: The module 'Session' is already in the
> application and cannot be added again
>
>
>
> You can remove the following <httpModules></httpModules> section
as
> session is already enabled on the virtual server
>
> -->
>
>
>
> <httpModules>
> <add name="Session"
> type="System.Web.SessionState.SessionStateModule"/>
> </httpModules>
>
> <!-- Enable Session for the pages in the OMA application -->
> <pages enableSessionState="true" enableViewState="true"
> enableViewStateMac="true" validateRequest="false" />
>
> After you add the directives to the Web.config, save the file.
>
> Does the issue still appear? If the issue continues, please collect the
> following information:
>
> 1. Please capture a screen shot the pop up message.
>
> 2. Please check the application and system event logs for warning and
error
> messages.
>
> I am looking forward to hearing from you. Have a nice day!
>
> Thanks & Regards
> Alan Sun
> Microsoft Online Partner Support
>
> Get Secure! - www.microsoft.com/security
> =====================================================
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> =====================================================
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
>
>
> --------------------
> |From: "Tim Kowal" <tim@nospam.com>
> |Newsgroups: microsoft.public.exchange.clients
> |References: <PiCGc.12096$TX3.11958@newssvr27.news.prodigy.com>
> <aH5sAX8YEHA.1580@cpmsftngxa06.phx.gbl>
> <SiZGc.12438$PJ4.8414@newssvr27.news.prodigy.com>
> <bZ6efiLZEHA.2804@cpmsftngxa06.phx.gbl>
> <ZAdHc.7905$a66.1007@newssvr25.news.prodigy.com>
> <WpiVUNZZEHA.2752@cpmsftngxa06.phx.gbl>
> |Subject: Re: Can't get OMA going
> |Lines: 567
> |X-Priority: 3
> |X-MSMail-Priority: Normal
> |X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
> |X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
> |Message-ID: <SUZIc.10209$rJ5.7769@newssvr25.news.prodigy.com>
> |NNTP-Posting-Host: 67.127.249.122
> |X-Complaints-To: abuse@prodigy.net
> |X-Trace: newssvr25.news.prodigy.com 1089759922 ST000 67.127.249.122
> (Tue, 13 Jul 2004 19:05:22 EDT)
> |NNTP-Posting-Date: Tue, 13 Jul 2004 19:05:22 EDT
> |Organization: SBC http://yahoo.sbc.com
> |X-UserInfo1:
>
Q[R_PJSCO@SARPDXAZNFOPTDFZ\@@FXLM@TDOCQDJ@_@FNXACNVOPCWZBL[\YUWHANGYZEFNHFZP
>
NLOBUNSS^_LGEVWEY\PHO@YJSSWBBDT\PFD^ESBTXVCCMTD]JCJLE\_IJMFNRY]SWE[S[D_CNB__
> ZK^VGVCKHA[S@COB^[@ZQSDFQ\BPMS@DZVUKQTJL
> |Date: Tue, 13 Jul 2004 23:05:22 GMT
> |Path:
>
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
>
e.de!news.glorb.com!prodigy.com!newsmst01a.news.prodigy.com!prodigy.com!post
>
master.news.prodigy.com!newssvr25.news.prodigy.com.POSTED!7f2df3f6!not-for-m
> ail
> |Xref: cpmsftngxa06.phx.gbl microsoft.public.exchange.clients:85621
> |X-Tomcat-NG: microsoft.public.exchange.clients
> |
> |I remember doing this before, probably when searching for hints on
> the ms
> |support site. I tried again, and my situation is unchanged. What
> would I try
> |next? I hope that I am not beyond help here.
> |
> |Tim
> |
> |
> |"Alan Sun [MSFT]" <v-asun@online.microsoft.com> wrote in message
> |news:WpiVUNZZEHA.2752@cpmsftngxa06.phx.gbl...
> |> Hi Tim,
> |>
> |> Thanks for your update.
> |>
> |> According to my further research, this issue may be related to
> ASP.NET
> |ACL.
> |> So I suggest you use the ASP.NET IIS Registration Tool
> (Aspnet_regiis.exe)
> |> to reset the ASP.NET ACLs. To run Aspnet_regiis.exe, follow these
> steps:
> |>
> |> 1. On the domain controller, click "Start", and then click "Run".
> |>
> |> 2. In the "Open" box, type "cmd" (without the quotation marks),
and
> then
> |> click "OK".
> |>
> |> 3. Type "cd <drive>:\Windows\Microsoft.NET\Framework" (without the
> |> quotation marks), where <drive> is the drive that Windows is
> installed on,
> |> and then press ENTER.
> |>
> |> 4. Type "dir" (without the quotation marks), and then press ENTER.
> |>
> |> 5. Note the folder names that are listed, and then locate the
> folder name
> |> that begins with the letter <v>. This folder indicates the version
> of .NET
> |> Framework that is installed on your computer.
> |>
> |> 6. Type "cd <VersionFolderName>" (without the quotation marks),
> where
> |> <VersionFolderName> is the folder that you noted in step 5, and
> then press
> |> ENTER.
> |>
> |> 7. Type "aspnet_regiis.exe -i" (without the quotation marks), and
> then
> |> press ENTER.
> |>
> |> More info here:
> |> 818486 XCCC: "Server Error in '/OMA' Application" Error Message
> When You
> |> View
> |> http://support.microsoft.com/?id=818486
> |>
> |> Have a nice day!
> |>
> |> Thanks & Regards
> |> Alan Sun
> |> Microsoft Online Partner Support
> |>
> |> Get Secure! - www.microsoft.com/security
> |> =====================================================
> |> When responding to posts, please "Reply to Group" via your
> newsreader so
> |> that others may learn and benefit from your issue.
> |> =====================================================
> |>
> |> This posting is provided "AS IS" with no warranties, and confers
no
> |rights.
> |>
> |>
> |>
> |> --------------------
> |> |From: "Tim Kowal" <tim@nospam.com>
> |> |Newsgroups: microsoft.public.exchange.clients
> |> |References:
<PiCGc.12096$TX3.11958@newssvr27.news.prodigy.com>
> |> <aH5sAX8YEHA.1580@cpmsftngxa06.phx.gbl>
> |> <SiZGc.12438$PJ4.8414@newssvr27.news.prodigy.com>
> |> <bZ6efiLZEHA.2804@cpmsftngxa06.phx.gbl>
> |> |Subject: Re: Can't get OMA going
> |> |Lines: 378
> |> |X-Priority: 3
> |> |X-MSMail-Priority: Normal
> |> |X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
> |> |X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
> |> |Message-ID: <ZAdHc.7905$a66.1007@newssvr25.news.prodigy.com>
> |> |NNTP-Posting-Host: 67.127.249.122
> |> |X-Complaints-To: abuse@prodigy.net
> |> |X-Trace: newssvr25.news.prodigy.com 1089299897 ST000
> 67.127.249.122
> |> (Thu, 08 Jul 2004 11:18:17 EDT)
> |> |NNTP-Posting-Date: Thu, 08 Jul 2004 11:18:17 EDT
> |> |Organization: SBC http://yahoo.sbc.com
> |> |X-UserInfo1:
> |>
>
>
|Q[R_PJSCTS@[SR\XEZHJ^VDAUSXB@DTMNHWB_EYLJZ]BGIELNVUEAE[YETZPIWWI[FCIZA^NBFX
> Z
> |>
>
>
|_D[BFNTCNVPDTNTKHWXKB@X^B_OCJLPZ@ET_O[G\XSG@E\G[ZKVLBL^CJINM@I_KVIOR\T_M_AW
> _
> |> M[_BWU_HFA_]@A_A^SGFAUDE_DFTMQPFWVW[QPJN
> |> |Date: Thu, 08 Jul 2004 15:18:17 GMT
> |> |Path:
> |>
>
>
|cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
> n
> |>
>
>
|e.de!border2.nntp.dca.giganews.com!nntp.giganews.com!elnk-atl-nf1!newsfeed.
> e
> |>
>
>
|arthlink.net!prodigy.com!newsmst01a.news.prodigy.com!prodigy.com!postmaster
- Next message: Lanwench [MVP - Exchange]: "Re: OWA and mail disappearing from the Inbox"
- Previous message: Megan Kielman: "Re: Delegate privacy?"
- In reply to: Alan Sun [MSFT]: "Re: Can't get OMA going"
- Next in thread: Alan Sun [MSFT]: "Re: Can't get OMA going"
- Reply: Alan Sun [MSFT]: "Re: Can't get OMA going"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|