Microsoft Exchange 2007 owa data storage exception

Good morning,
we have MS Exchange 2007 server. I have a problem with the owa service and particularly with one user account. From outlook I can see and navigate in all folders. From owa when I try to navigate in few folders I receive the following exception: Exception type:
Microsoft.Exchange.Data.Storage.CorruptedDataException Exception message: The configuration object data is corrupted. Field=UserConfigurationType.
Call Stack: Microsoft.Exchange.Data.Storage.UserConfiguration.BuildConfigurationFromQueryItem(Folder, folder, Object[] row) Microsoft.Exchange.Data.Storage.UserConfiguration.GetIgnoringCache(UserConfigurationManager manager, Folder folder, String configurationName,
UserConfigurationTypes freefetchType) Microsoft.Exchange.Clients.Owa.Core.UserConfigurationUtilities.GetFolderConfiguration(String configurationName, UserContext userContext, StoreId folderId) Microsoft.Exchange.Clients.Owa.Basic.ListViewPage.OnLoad(EventArgs
e) Microsoft.Exchange.Clients.Owa.Basic.MessageView.OnLoad(EventArgs e) System.Web.UI.Control.LoadRecursive() System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Any help will be appreciated.
Thanks in advance,
Carlo 

Hi,
There are corruptions on the specific mailbox. The cause of my last case for your reference:
The below property can be missing from the mailbox:
Tag: 0x7C060003
Type: PT_LONG
Property Name(s): PR_ROAMING_DATATYPES, PidTagRoamingDatatypes
DASL: http://schemas.microsoft.com/mapi/proptag/0x7C060003
To get to the property of the mailbox, we used MFCMAPI application.
• Launch MFCMAPI.exe by double clicking it (on client machine where we have logged in as the user).
• Click on SessionLOGON in the menu bar
• Double click on the mailbox under the display name column, you will get another window.
• Expand ROOT CONTAINERTOP OF INFORMATION STORE
Find the corrupted folders’ properties.
Thanks,
Simon Wu
TechNet Community Support

Similar Messages

  • Exchange 2007 OWA Error after installing Service Pack 3 (MSExchange OWA event 65)

    Hi everyone, I have multiple servers in Exchange 2007 SP1, Windows Server 2003 SP2 64bit.
    I installed SP3 and RU15 a CAS / HUB server and now I access OWA, showing the below error:
    Outlook Web Access did not initialize. There has been an event for the system administrator can resolve the problem. Contact the support of the organization.
    Object reference not set to an instance of an object.
    Request
    URL: https: // mailserver01: 443 / owa / auth / error.aspx url = https: // mailserver01 / owa / & reason = 0
    Exception
    Exception type: Microsoft.Exchange.Clients.Owa.Core.OwaInvalidConfigurationException
    Exception message: Object reference not set to an instance of an object.
    Call stack
    in Microsoft.Exchange.Clients.Owa.Core.OwaConfigurationManager.CreateAndLoadConfigurationManager () in Microsoft.Exchange.Clients.Owa.Core.Globals.InitializeApplication () in Microsoft.Exchange.Clients.Owa.Core.Global.ExecuteApplicationStart (Object sender,
    EventArgs e)
    Inner Exception
    Exception type: System.NullReferenceException
    Exception message: Object reference not set to an instance of an object.
    Call stack
    in Microsoft.Exchange.Clients.Owa.Core.Configuration.CheckPublicFolders (ADSystemConfigurationSession session, ADObjectID [] pfdbIds, Boolean & allLegacy, Boolean & allLater) in Microsoft.Exchange.Clients.Owa.Core.Configuration..ctor (ADSystemConfigurationSession
    session, String virtualDirectory , String WebSiteName, ADObjectID distinguishedName, Boolean isPhoneticSupportEnabled) in Microsoft.Exchange.Clients.Owa.Core.OwaConfigurationManager.LoadConfiguration () in Microsoft.Exchange.Clients.Owa.Core.OwaConfigurationManager.CreateAndLoadConfigurationManager
    In server events next event is logged
    Event Type: Error
    Event Source: MSExchange OWA
    Event Category: ADNotifications
    Event ID:. 65
    Date: 12/27/2014
    Time: 7:20:54
    User: Not available
    Team: mailserver01
    Description:
    There was an error loading the configuration parameters of Outlook Web Access. Virtual directory "owa". Website: "Default Web Site".
    Error message:
    "Object reference not set to an instance of an object."
    HOW CAN I SOLVE THIS?
    thank you very much
    Microsoft Certified IT Professional Server Administrator

    Hello
    everyone,
    thank you
    for
    answering,
    finally
    opened
    with
    Microsoft
    support
    case
    and
    showed
    me
    that
    delete
    servers
    from
    ADSEDIT.
    I deleted
    the
    servers
    that
    should
    not
    be
    and
    immediately
    everything
    started
    to
    work
    properly
    Many
    thanks to
    all
    for
    the
    help
    Microsoft Certified IT Professional Server Administrator

  • IPad unread email count doesn't tally with Microsoft Exchange 2007 email count from OWA.

    I discovered that when we first setup the iPad to sync email from Microsoft Exchange 2007 server via ActiveSync, the total number of unread email count tally with the count from OWA. After a few days, the unread email count will be out of sync. The settings for iPad "Mail days to syn": No limit. Mail to show: 1000. iPad iOS: 5.1.1
    We performed the following:
    1.     Compare email by email to verify which are the read email from OWA doesn't sync to iPad. We discovered that some emails read from OWA doesn't sync with iPad even performed forced update. However, if we delete that read email from OWA, it will delete (unread) from iPad immediately after sync.
    2.     Email recall message for successful recalled displayed in OWA but not on iPad.
    3.     Calendar invite message forward as email displayed in OWA but not in iPad.
    Is there a bug for Microsoft Exchange 2007 or there is limitation for iPad?
    Any kind expert can advice?
    Thanks.

    Can you do setup an unread mail folder that shows all unread mail regardless of what folder it really is in on the iPhone mail program somehow?
    No.
    If not, can this be submitted as an enhancement as it makes email use very cumbersome.
    Yes. You can submit feedback to Apple: http://www.apple.com/feedback/iphone.html.

  • How to get current user in Exchange 2007 OWA customization page?

    Hi,all
    I customize an ASPX page(smsconfig.aspx) in Exchange 2007 OWA( this file in ..\Exchange\ClientAccess\OWA\smsconfig.aspx, I don't modify registry.xml & web.config).
    My Exchange 2007 OWA has been configurated with Forms-Based Auth.
    https://mail.myexchange.com/owa/smsconfig.aspx The page works fine, but it cannot get current logon user with HttpContext.Current.User.Identity or
    UserContext.MailboxIdentity or UserContext.LogonIdentity
    <%@ Page language="c#" AutoEventWireup="false" Inherits="Microsoft.Exchange.Clients.Owa.Core.OwaPage" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <%@ Import namespace="Microsoft.Exchange.Clients"%>
    <%@ Import namespace="Microsoft.Exchange.Clients.Owa.Core"%>
    <%@ Import namespace="Microsoft.Exchange.Clients.Owa.Premium"%>
    <%@ Import Namespace="System" %>
    <%@ Import Namespace="System.Data" %>
    <%@ Import Namespace="System.Data.SqlClient" %>
    <%@ Import Namespace="System.Xml" %>
    <%@ Import Namespace="System.Collections.Generic" %>
    <%@ Import Namespace="System.Text" %>
    <script runat="server">
    。。。(my codes in here)
    </script>
    thanks for your help.
    Your Passion.My Potential.

    Microsoft.Exchange.Clients.Owa.Core.OwaContext.Current.UserContext.LogonIdentity.PrimarySmtpAddress
    Высказанное мною здесь - мои личные взгляды, а не позиции корпорации Microsoft. Вся информация предоставляется "как есть" без каких-либо гарантий.

  • Cannot Connect to Microsoft Exchange 2007

    Hello everyone,
    I'm sure this question has been answered somewhere on here already but I can't seem to find it.  I am trying to connect to my school employee e-mail which is on Microsoft Exchange 2007.  In the mail setup wizard I have Exchange 2007 selected as account type, for my incoming server name I put owa.school.edu, my username and password and it will not connect, giving me the following error message:
         The Exchange 2007 server "owa.school.edu" is not responding. Try checking the network connection, and that the server name is correct. Otherwise the      server might be temporarily unavailable. If you continue, you might not be able to receive messages.
    Now I've used this same information on my iPhone and iPad and haven't had a problem synching with those decices.  Why will this not work with the mail app on my MacBook? It may also be helpful to note I am running version 10.6.8 of Mac OS X.

    What is really weird from Apple is that the Iphone is connecting to exchange without wondering wether it's an exchange 2003 or 2007, but Mail does....
    I connected my Iphone in a matter of minutes, but I just realized that it is a 2003 exchange server that I'm connected with.
    So I asked my Admin wether I can connect thru IMAP.
    Gilles

  • Unable to insert hyperlinks in Exchange 2007 OWA messages

    Hi, we have recently moved to Exchange 2007 OWA and users are unable to insert links to shared files on the network.  I was wondering if there might be something in our Windows 7 GPO that is preventing this from happening?

    do you mean they cannot see the network path or that they are not able to type
    \\networkshare\share ?
    If first one,please check Outlook Web app policy and enable/customize Direct file Access.
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work

  • Exchange 2013 CU3 Fails "The type initializer for 'Microsoft.Exchange.Flighting.RotationHash' threw an exception."

    I can't get Exchange 2013 to install in our Server 2008 R2 infrastructure. Setup fails with the following error when preparing AD. This is running on Server 2008 R2 SP1 VM's.
    Welcome to Microsoft Exchange Server 2013 Cumulative Update 3 Unattended Setup
    Copying Files...
    File copy complete. Setup will now collect additional information needed for installation.
    Performing Microsoft Exchange Server Prerequisite Check
        Prerequisite Analysis                                                                            
    COMPLETED
     Task module "CmdletHealthCountersModule.Task_IterateCompleted" fails with exception "The type initializer for 'Microsof
    t.Exchange.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be aff
    ected.
     Task module "CmdletIterationEventModule.LogCmdletIterationEvent" fails with exception "The type initializer for 'Micros
    oft.Exchange.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be a
    ffected.
     Task module "CmdletHealthCountersModule.Task_Release" fails with exception "The type initializer for 'Microsoft.Exchang
    e.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be affected.
    Configuring Microsoft Exchange Server
        Organization Preparation                                                                         
    FAILED
         The following error was generated when "$error.Clear();
            install-DefaultAcceptedDomain -Name $RoleFullyQualifiedDomainName -DomainName $RoleFullyQualifiedDomainName -Dom
    ainController $RoleDomainController
    " was run: "The type initializer for 'Microsoft.Exchange.Flighting.RotationHash' threw an exception.".
     Task module "CmdletHealthCountersModule.Task_IterateCompleted" fails with exception "The type initializer for 'Microsof
    t.Exchange.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be aff
    ected.
     Task module "CmdletIterationEventModule.LogCmdletIterationEvent" fails with exception "The type initializer for 'Micros
    oft.Exchange.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be a
    ffected.
     Task module "CmdletHealthCountersModule.Task_Release" fails with exception "The type initializer for 'Microsoft.Exchang
    e.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be affected.
    The Exchange Server setup operation didn't complete. More details can be found in ExchangeSetup.log located in the

    I have set the PowerShell Execution Policy to unrestricted. After running setup /PS I get the following output
    PS C:\Windows\system32> cd c:\temp\ex2013cu3
    PS C:\temp\ex2013cu3> ./setup /ps /iacceptexchangeserverlicenseterms
    Welcome to Microsoft Exchange Server 2013 Cumulative Update 3 Unattended Setup
    Copying Files...
    File copy complete. Setup will now collect additional information needed for installation.
    Performing Microsoft Exchange Server Prerequisite Check
        Prerequisite Analysis                                                                            
    COMPLETED
     Task module "CmdletHealthCountersModule.Task_IterateCompleted" fails with exception "The type initializer for 'Microsof
    t.Exchange.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be aff
    ected.
     Task module "CmdletIterationEventModule.LogCmdletIterationEvent" fails with exception "The type initializer for 'Micros
    oft.Exchange.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be a
    ffected.
     Task module "CmdletHealthCountersModule.Task_Release" fails with exception "The type initializer for 'Microsoft.Exchang
    e.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be affected.
    Configuring Microsoft Exchange Server
        Extending Active Directory schema                                                                
    COMPLETED
     Task module "CmdletHealthCountersModule.Task_IterateCompleted" fails with exception "The type initializer for 'Microsof
    t.Exchange.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be aff
    ected.
     Task module "CmdletIterationEventModule.LogCmdletIterationEvent" fails with exception "The type initializer for 'Micros
    oft.Exchange.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be a
    ffected.
     Task module "CmdletHealthCountersModule.Task_Release" fails with exception "The type initializer for 'Microsoft.Exchang
    e.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be affected.
    The Exchange Server setup operation completed successfully.
    PS C:\temp\ex2013cu3>
    The installation was started at 10:13am and hung for sometime at 94% of the prereq stage. Installation finally completed at 10:47am. The errors seem to indicate that setup will continue. However upon running setup /prepareAD the installation hangs for sometime
    at 21% of Organization Preparation before finally failing with the following output....
    PS C:\temp\ex2013cu3> ./setup /prepareAD /iacceptexchangeserverlicenseterms
    Welcome to Microsoft Exchange Server 2013 Cumulative Update 3 Unattended Setup
    Copying Files...
    File copy complete. Setup will now collect additional information needed for installation.
    Performing Microsoft Exchange Server Prerequisite Check
        Prerequisite Analysis                                                                            
    COMPLETED
     Task module "CmdletHealthCountersModule.Task_IterateCompleted" fails with exception "The type initializer for 'Microsof
    t.Exchange.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be aff
    ected.
     Task module "CmdletIterationEventModule.LogCmdletIterationEvent" fails with exception "The type initializer for 'Micros
    oft.Exchange.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be a
    ffected.
     Task module "CmdletHealthCountersModule.Task_Release" fails with exception "The type initializer for 'Microsoft.Exchang
    e.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be affected.
    Configuring Microsoft Exchange Server
        Organization Preparation                                                                         
    FAILED
         The following error was generated when "$error.Clear();
            install-DefaultAcceptedDomain -Name $RoleFullyQualifiedDomainName -DomainName $RoleFullyQualifiedDomainName -Dom
    ainController $RoleDomainController
    " was run: "The type initializer for 'Microsoft.Exchange.Flighting.RotationHash' threw an exception.".
     Task module "CmdletHealthCountersModule.Task_IterateCompleted" fails with exception "The type initializer for 'Microsof
    t.Exchange.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be aff
    ected.
     Task module "CmdletIterationEventModule.LogCmdletIterationEvent" fails with exception "The type initializer for 'Micros
    oft.Exchange.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be a
    ffected.
     Task module "CmdletHealthCountersModule.Task_Release" fails with exception "The type initializer for 'Microsoft.Exchang
    e.Flighting.RotationHash' threw an exception.". This module is skipped. Task execution result should not be affected.
    The Exchange Server setup operation didn't complete. More details can be found in ExchangeSetup.log located in the
    <SystemDrive>:\ExchangeSetupLogs folder.
    PS C:\temp\ex2013cu3>

  • IMAP to Microsoft Exchange 2007 ignores vcalendar attachments

    I have successfully added an email account on my Pre to read email over IMAP (ssl) to my work's M$ Exchange 2007 server.  The problem is that the Pre's email client
    completely ignores the calendar event attachments.  In the inbox list view, the email doesn't even show an attachment paperclip icon, even though I know the email has the attachment.  I can view the email
    from Thunderbird and see the attachment, but the Pre ignores it completely.  It should read it and add it to my calendar.  
    I don't have the ability to do EAS to the server as it's behind the corporate firewall, which is impossible to change.
     BEGIN:VCALENDAR
    METHOD:REQUEST
    PRODID:Microsoft Exchange Server 2007
    VERSION:2.0
    BEGIN:VTIMEZONE
    TZIDacific Standard Time
    BEGINTANDARD
    DTSTART:16010101T020000
    TZOFFSETFROM:-0700
    TZOFFSETTO:-0800
    RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
    ENDTANDARD
    BEGINAYLIGHT
    DTSTART:16010101T020000
    TZOFFSETFROM:-0800
    TZOFFSETTO:-0700
    RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
    ENDAYLIGHT
    END:VTIMEZONE
    BEGIN:VEVENT
    Post relates to: Pre p100eww (Sprint)

    Instructions can be found in this thread - http://discussions.info.apple.com/message.jspa?messageID=12223866 or http://207.46.16.237/en-us/140/cc511390.aspx which I found through Google search.
    every time I try to make a new email it tries to set up as Microsoft Exchange 2007 and I don't even know what that is.
    Microsoft Exchange

  • Treo 680 does not sync with Microsoft Exchange 2007

    Hi
    My company just  upgraded to Microsoft Exchange 2007 and my teo 680 stopped syncing my mails. I checked with the plam support and they informed me that 'The Treo 680 unlocked device is not supported with the Exchange Server 2007.' 
    Has anyone faced this problem. Can anyone help?
    Thanks in advance. 
    Post relates to:
    This question was solved.
    View Solution.

    bonzi wrote:
    i have tried this out. while this may work on Sprint, it does not work on Unlocked devices. Finally with no solution from Palm on this particular issue i had to switch to a windows based mobile. I am a Palm fan, but looks like Palm does not care about this.
    Nothing to do with Sprint: using domain\username in place of the username in VersaMail has been confirmed on the Centro on the AT&T network. I think the Centro runs a newer version of VersaMail than the 680 (the 680 was released in the Fall of 2006). Perhaps that is the difference?
    The last software update was in January 2008, to support direct push email (http://kb.palm.com/wps/portal/kb/na/treo/680/unlocked/solutions/article/10807_en.html). I doubt you will see more, considering that this device has been discontinued.
    I'm running Windows Mobile now. I miss the PalmOS calendar, but I don't miss VersaMail.

  • How to change POP mail to IMAP and what's with Microsoft Exchange 2007?

    When I set up two of my email accounts I had Leopard. And I set the email accounts up as POP mail accounts. But now I want to change them to IMAP accounts because my school recommends the school email as being IMAP and I would like to change my main email to IMAP. My more recent email set up as IMAP.
    But every time I try to make a new email it tries to set up as Microsoft Exchange 2007 and I don't even know what that is. I would rather have it as IMAP because that's what I've been told to use. I have never been good at setting up email.
    So may someone please help me.
    I would just like to change these accounts that are set up as POP mail into IMAP.

    Instructions can be found in this thread - http://discussions.info.apple.com/message.jspa?messageID=12223866 or http://207.46.16.237/en-us/140/cc511390.aspx which I found through Google search.
    every time I try to make a new email it tries to set up as Microsoft Exchange 2007 and I don't even know what that is.
    Microsoft Exchange

  • Outlook 2011 for Mac with Microsoft Exchange 2007/2010

    Hi,
    For already a fews days I am troubleshooting a Mac Outlook 2011 <> Exchange sync issue. I've got exact the same symptoms in two totally different environments. 
    - Environment one:
    Exchange 2007 SP3 RU 14 (8.3.379.2)
    Outlook 2011 14.4.7
    - Environment two:
    Exchange 2010 SP1 RU 8 (14.1.438.0)
    Outlook 2011 14.4.7
    Problem:
    Autodiscover and EWS synchronisation test from Microsoft Exchange Connectivity Analyzer is succesfull. Configuring an new (Exchange) e-mail account with Outlook2007/2010/2013 fully based on autodiscover works with no errors. 
    Configure Outlook 2011 based on autodiscover when connected to the internal LAN works. Configure Outlook 2011 based on autodiscover or by hand doesn't work from WAN. 
    I am unable to synchronize Outlook 2011 with Exchange when WAN connected (No error in logging). I am able to synchronize OS X Mail (Default OSX Mail client) with the same Exchange server.
    Conclusion: the autodiscover function that Outlook 2011 uses does not work from WAN, the autodiscover function that Outlook 2007/2010/2013 and Exchange Connectivity Analyzer is using does work from WAN. Do I need to configure something special for synchronization
    with Outlook 2011 other than explained above when working from WAN?
    When testing EWS with 3th party tooling(EWS Editor) and Exchange Connectivity Analyzer everything is working as it should be. (all mailbox data is shown). If you need any more information about the context I am happy to provide.
    Regards,
    Mikkie van Falier

    Hey hpujary.
    Welcome to the BlackBerry Support Community Forums.
    At this time, only contacts can be synchronized with BlackBerry Link software and a BlackBerry 10 Smartphones. The functionality to provide more options for PIM synchronization may be added in the future. I cannot say for certain that the issue outlined in KB27248 is resolved for BlackBerry 10 Smartphones as the functionality does not exist to confirm.
    Cheers.
    -Sawks
    Come follow your BlackBerry Technical Team on Twitter !@BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click Accept as Solution for posts that have solved your issue(s)

  • Exchange 2007 OWA sends attachments Outlook connector clients cannot send attachments.

    Exchange Server 2007 SP1 + Rollup ***Problem with sending email attachments from Outlook 2007***
    * Inbound mail arrives in OWA and Outlook normally with and without attachments.
    * OWA email to external email account with attachment goes thru successfully.
    * Outlook 2007 sends to an external email address with attachments the message does not arrive at the external mailbox.   The messages leave Outbox but are never delivered. The messages appear in Sent Items also.
    * Outlook sends non attachment emails to external addresses successfully.
    * Outlook sends email attachments to local domain accounts fine.
    #1 Exchange Server on Server 2013 fully patched problem commences. Exchange Server on version less than first RTM release of Exchange 2007.
    #2 Outlook profiles were changed to see if that is the problem.
    #3 Upgraded Exchange to SP1 and Rollup 10(Rollup was autodownloaded by MSUpdate)
    #4 Ran EXBPA nothing of any interest in the report.
    --Unified Messaging not configed (Done nothing)
    --SenderID (Re-enabled) I had shut all of the antispam to eliminate these.
    -- Junk Store threshold not configed (No change)
    Any suggestions to get Outlook clients capable of sending attachments configured.
    Thx,
    -Scot

    Hi Scot,
    Providing some information on Poison Queue:
    The poison message queue is a special queue that's used to isolate messages that are determined to be harmful to the Exchange system after a transport server or service failure.
    The messages may be genuinely harmful in their content and format.
    Alternatively, they may be the results of a poorly written agent that has caused the Exchange server to fail when it processed the supposedly bad messages.
    The poison message queue is typically empty. If the poison message queue contains no messages it doesn't appear in Queue Viewer or
    Get-Queue results. The messages in the poison message queue are never automatically resumed or expired. Messages remain in the poison message queue until they're manually resumed or removed by an administrator.
    According to the description above, I suspect Outlook 2007 changed the email's format when send email with attachment. The reason as below:
    If the original email's (with attachment) content or format is harmful to the Exchange 2007 server, it will go to the Poison Queue when sending via OWA. However it didn't, sending via OWA is perfect. So I suspect it is an issue on the Outlook 2007
    client side.
    Please using Pipeline Tracing to verify whether there is something changed during transmission.
    More details in the following article:
    Using Pipeline Tracing to Diagnose Transport Agent Problems
    http://technet.microsoft.com/en-us/library/bb125198(v=exchg.80).aspx
    If it is convenient, I suggest doing following tests to narrow down this issue:
    Note: Same content, same attachment, same format.
    1. Please using Outlook 2010/2013 or others' Outlook clients for testing.
    2. Please change to another format for testing. More details in the following article:
    Change the message format to HTML, Rich Text, or plain text
    http://office.microsoft.com/en-001/outlook-help/change-the-message-format-to-html-rich-text-or-plain-text-HP001232996.aspx
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • How to export an exchange 2007 owa certificate from production to lab environment

    I'm setting up an Exchange 2007 Lab but I have a trouble regarding exchange's certificate
    Note: My lab environment is not conected to internet
    I've followed the next link but it doesn't work
    https://www.digicert.com/ssl-support/pfx-import-export-exchange-2007.htm
    Once I finished all the steps if I run the next powershell command get-excahangecertificate I see that my exchange certificate has the status as unknown
    I'm not sure if the problem is related with the server is not conected to internet, so exchange is not be able to check the status of the certificate.
    I've tried to turn off the Check for publisher’s certificate revocation option on the server
    To do this, follow these steps.
    Start Internet Explorer.
    On the Tools menu, click Internet Options.
    Click the Advanced tab, and then locate the Security section.
    Click to clear the Check for publisher’s certificate revocation check box, and then click OK.
    After the update rollup installation is complete, turn on the Check for publisher’s certificate revocation option.
    But it still not working
    Could anyone help me?
    Thanks in advance

    Hi Pardo,
    According to your description, I understand that the exchange certificate cannot work and display unknown status after import it.
    If I misunderstand your concern, please do not hesitate to let me know.
    Depending on the results of “Get-ExchangeCertificate | FL”, please pay attention to following points:
    1. RootCAType: Registry
    “An internal, private PKI root CA that has been manually installed in the certificate store.”
    2. Status: Unknown
    “This status generally indicates that the status of the certificate cannot be verified because the certificate revocation list (CRL) is unavailable or this server cannot connect to it.”
    The reason why it failed is that internal Exchange server cannot connect to CRL. As you mentioned, exchange can’t be able to check the status of the certificate.
    More information about Certificate Use in Exchange Server 2007, please refer to
    Certificate Fields and Configuring Access to the Certificate Revocation List
    section in below link:
    http://technet.microsoft.com/en-us/library/bb851505(v=exchg.80).aspx
    However, we can renew a certicate from local CA:
    http://technet.microsoft.com/en-us/library/bb310781(v=exchg.80).aspx
    Best Regards,
    Allen Wang

  • Portal Integration with Microsoft Exchange 2007

    Hi all,
    I would like to integrate MS Exchange 2007 with portal so that I can enable all the groupware services including calendar, emails, appointments, availability etc.
    Our Exchange landscape is integrated with our ADS, but portal uses its own user data store with a different set of User Ids.
    I need to implement SSO between both these systems, where the user id is different.
    I found few articles in SDN explaining how to configure SSO, but i couldn't quite find anything on how i can accomplish my objective here.
    Can any of you help me out?
    Thanks a lot
    Shobin

    Eduardo,
    Download the MS Exchange portlets here, and look at the documentation here.
    regards,
    Stewart

  • Exchange 2007 OWA with S/MIME installed Context Menu Disspear

    Hi Guys,
    We are experiencing the following issue with Exchange 2007 SP3 OWA when S/MIME control is installed:
    Context Menu and Email Format are grey out
    Does anyone know if this behavior is by design??
    Best Regards
    Federico Giampietri
    Federico Giampietri Latamsupport IT Infrastructure Services

    Hi,
    I tested in my lab, Exchange 2007 SP3. The result is the same with you.
    Without the S/MIME
    control, Cut, Copy, and Paste from the Context Menu worked as expected and I could change email format . When I installed the
    S/MIME
    Control, the behavior with the Context Menu was reproducible, and email format is greyed out, but I could use Ctrl +X/C/V to cut, copy and paste.
    I searched through internal channel and found this behavior is by design. However, as a workaround for choosing Cut, Copy, or Paste from the Context Menu, we can use Ctrl +X/C/V to cut, copy and paste.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Belinda Ma
    TechNet Community Support

Maybe you are looking for

  • What's the part number/details for the AC Adapter for a HP G61-456EE Notebook PC?

    I'm based in the UAE and I have a G61-456EE Notebook PC. I need to order a replacement AC Adapter since I've misplaced mine and I can't seem to find the specific model/part number in the HP Parts Store. Can someone please advise me on which particula

  • How to use relative pathnames in a webb application?

    We have made a webb application with Netbeans. It was developed on Windows, but will be deployed on Linux. In the application, a file is created from the pathname C:/Documents and Settings/xeyvalm/CRMtester/res/parameters.txt. I want to avoid the har

  • Editing MOD files in Premiere!

    How do you go about editing these annoying JVC .MOD files in Premiere?

  • Able to set score in Contains?

    Hi, I'm currently working on enhancing an existing search screen which uses the CONTAINS function. Besides doing a general text search the user can enter in document numbers or ranges of document numbers that trigger both a general text search and a

  • Help with slideshow music please

    Chosen music from iTunes library won't play with my slideshow since updating to Maverick.  Steps are the same for choosing music, but it doesn't play.  It will play the "theme" music however.