Public Folder Free/Busy event 4003 and 4004

Hello,
We migrated from exchange 2003 to 2010. Migration was successfull; all mailboxes are moved, public folder replicated and exchange 2003 was uninstalled like it should.  Public Folder Hierarchy was moved to the new administrative group.
Since the last exchange 2003 server was uninstalled, we get events 4003 and 4003 on our CAS servers.
event id 4004
Process Microsoft.Exchange.InfoWorker.Common.Delayed`1[System.String]: Unable to find a public folder server for organizational unit (OU) EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT).
The service will attempt to find a random server, which may take a longer time to service the request.
event id 4003
Process Microsoft.Exchange.InfoWorker.Common.Delayed`1[System.String]: DAVPublicFolderRequest for 1 mailboxes at EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT) failed.
The exception returned is Microsoft.Exchange.InfoWorker.Common.Availability.PublicFolderRequestProcessingException: The public folder server for the given legacy mailbox was not found.. The request information is
<Null>.
. Name of the server where exception originated: CAS1. The Availability service could not successfully retrieve Schedule+ free/busy data for one or more legacy Exchange mailboxes.
To find the root cause of this error, increase the diagnostic logging level of the MSExchange Availability service
I have set the log level to expert, but no additional usefull information showed up.  I can't find any legacy mailbox on the exchange 2010 servers.
I didn't receive any complaints about availability information so far. (all clients on OL2010)
Anyone an idea on how to solve this issue?
Thanx

http://social.technet.microsoft.com/Forums/exchange/en-US/3203b390-d52a-4e81-8a7e-c2266d909589/exchange-2010-cannot-see-freebusy-for-exchange-2003-mailboxes?forum=exchange2010

Similar Messages

  • Inheritance between a Business Event Type and a Business Event

    Hello,
    When we created a Business Event (Object E), this one have some inheritance from the business envent type (Object D).
    I don't find where I can customize this. Do you have an idea ?
    I have created a custom PD infotype (available for object D and E), will it be possible to have inheritance of this infotype too when I will create my business event ?
    Thanks for your feedback,
    JF

    Hi,
    You can copy the Business Event and make changes only to the fields which needed to be changed.
    Regards
    Chandrashekar

  • Business Event groups and types.

    Dear Experts
    Following is the case where user is end up with the existing no. range for the Event groups and types.
    How can i assign new no. range for the both?
    Below is the current situation:
                                                    Int                                                      Ext
                                      From         To            Current                      From         To
    Business event type     70002100  70009999
    Course                        71000000  79999999  71001849      
    Location                      70010200  70010399  0      
    Resource                     70010400  70010999  70010424      
    External person            70011000  70019999 0      
    Business event group    70000100  70002099
    Your help will be really appreciated
    Regards
    Jayeeta

    Hi nalla
    thank u so much for your reply
    but what i want to know is that all existing number ranges are exhausted
    how do i now assign new number ranges to the Business Event groups & types
    please help
    Regards
    jayeeta

  • Badi and Business event( Urgent)

    Hi experts,
          I am new to badi and business event 1120P. Please post how this business event exactly comes in to picture in this badi. also how to find this business event?
    And also Post the logic or code. The requirement is given below . Pls Post the solution. Its very urgent.
    Enhancement Summary
    Two user exits are needed to determine the correct G/L Account and Cost Center on Shipment Cost documents and post the Material Group on the Accounting document. BADI_SCD_ACCTG and Business Event 1120P can be used to accommodate the new functionality.
    Business Process
    Specific G/L Accounts and Cost Centers have to be determined to post on the Shipment Cost document. This is needed to provide accurate management reporting capabilities on shipments for Sales Order or Stock Transfer Order. A new custom table must be created which contains the following information: Distribution, Mode of Transport, Account, Cost Center Material group. Distribution is an identifier here if this shipment originated from an SO or STO.
    There are no screens involved in this enhancement.
    Components
    Table: ZTABLE1
    Field     Data Element     Type     Length     Description
    MANDT     MANDT     CLNT (key)     3     Client
    DISTRIBUTION     Z_DISTRIBUTION     CHAR (key)     1     Distribution
    MOT     ZZDEF_MOT     CHAR (key)     2     Mode of Transportation
    MATKL     MATKL     CHAR (key)     9     Material group
    SAKNR     SAKNR     CHAR     10     G/L Account Number
    KOSTL     KOSTL     CHAR     10     Cost Center
    This table gets updated manually by the FI team.
    Values for Distribution are:
    ‘1’  =  Primary Distribution to Refinery
    ‘2’ = Primary and Secondary– Excluding refinery
    All entries must be checked against SAP config and master tables
    User exit BADI BADI_SCD_ACCTG will be used to determine the correct G/L Account, Cost Center and Product Group based on Distribution and Mode of Transport. This BADI gets called only when a new Shipment Cost document get created.
    Once the BADI determined the new values it populates field c_vfkn-sakto with the G/L account, field c_vfkn-kostl with the Cost Center and exports the Product group to memory.
    There is no field on the Shipment Cost Document to store the Product group. Therefore another mechanism must be used to get the Product Group on the accounting document.
    Business Event 1120P can be used to import the Product group out of memory and put it on BSEG-MATNR. Structure BSEG_SUBST must be enhanced with field MATNR for this purpose.
    Function, Rules, Exits      Description of Functionality, Rules, Exits
    BADI_SCD_ACCTG     Business Add-In for Shipment Cost Account Assignment
    Business Framework     Business Event 1120P can be used to import the Product Group from memory and to populate field BSEG_SUBST-MATNR.
    This event gets called from different places. It needs to be ensured that it only populates the value when it was called from BADI_SCD_ACCTG.
    Custom Table     A look-up Table needs to be maintained for Distribution, Mode of Transport, G/L Account, Cost Center and Material Group
    Transaction code     To maintain the new table
    Append Structure     To enhance structure BSEG_SUBST with MATNR
          Business Add-In BADI_SCD_ACCTG can be used to determine the account assignments for a shipment cost item to set the G/L Account and Cost Center. All data needed to determine the new information gets provided in this BADI.
    Logic:
    •     Determine if STO or SO based on Document Category from internal table I_REFOBJ-VTRLP field VGTYP If is C then Distribution type is Sales Order (Primary and Secondary – Excluding Refinery – ‘2’ ) else we need to check the receiving plant. If the receiving plant (I_REFOBJ-VTRLK field WERKS) is a refinery the Distribution type is Primary (1) else it’s a (Primary and Secondary – Excluding Refinery – ‘2’ ). Refineries can be identified via Function Module ZPLANTCLASSIFICATION. The plant must be passed into Import Parameter IP_SAPPLANT and field INT_PLANTCHAR-ATNAM must be looked up with value SAPTYPE. If it exists and field ATWRT contains ‘RFY’, the plant is a refinery.
    •     Product Group can be determined from the Material master through Material group field MARA-MATKL.
    •     Mode of Transport will be passed in the BADI in VTRLK-OIC_MOT.
    •     Select single entry from table ZTABLE1based on Distribution, Mode of Transport and Material Group. If nothing gets selected, error message ‘No entry exists in table ZTABLE1for Distribution (distribution), MOT (MOT) & Mat. Group (material group)’ should be triggered.
    •     Move ZTABLE1-SAKNR  to c_vfkn-sakto and ZTABLE1-KOSTL to c_vfkn-kostl
    •     The Material group must be exported to memory in BADI_SCD_ACCTG
    •     The Material group must be imported from memory in Business Event BP1120P
    •     Free Memory in Business Event BP1120P
    This is VI01 – Creation of Freight Cost Item screen
    and also code for function module ZPLANTCLASSIFICATION below
    FUNCTION zplantclassification .
    ""Local interface:
    *"  IMPORTING
    *"     REFERENCE(IP_SAPPLANT) LIKE  AUSP-OBJEK OPTIONAL
    *"     REFERENCE(IP_CPSPLANT) LIKE  AUSP-ATWRT OPTIONAL
    *"     REFERENCE(IP_SISLOC) LIKE  AUSP-ATWRT OPTIONAL
    *"  EXPORTING
    *"     VALUE(EP_SAPPLANT) LIKE  AUSP-OBJEK
    *"     VALUE(EP_CPSPLANT) LIKE  AUSP-ATWRT
    *"     VALUE(EP_SISLOC) LIKE  AUSP-ATWRT
    *"     VALUE(EP_OWNERSHIP) LIKE  AUSP-ATWRT
    *"     VALUE(EP_SMISTYPE) LIKE  AUSP-ATWRT
    *"     VALUE(EP_SPOTREF) LIKE  AUSP-ATWRT
    *"     VALUE(EP_SUBTYPE) LIKE  AUSP-ATWRT
    *"     VALUE(EP_SUPPLYREGION) LIKE  AUSP-ATWRT
    *"     VALUE(EP_TYPE) LIKE  AUSP-ATWRT
    *"     VALUE(EP_DISTAREA) LIKE  AUSP-ATWRT
    *"     VALUE(EP_GEOGAREA) LIKE  AUSP-ATWRT
    *"     VALUE(EP_HMF) LIKE  AUSP-ATWRT
    *"     VALUE(EP_IATACODE) LIKE  AUSP-ATWRT
    *"     VALUE(EP_IRSTCN) LIKE  AUSP-ATWRT
    *"     VALUE(EP_OPSAREA) LIKE  AUSP-ATWRT
    *"     VALUE(EP_PLANTSTAT) LIKE  AUSP-ATWRT
    *"     VALUE(EP_PORTCODE) LIKE  AUSP-ATWRT
    *"     VALUE(EP_REFAREA) LIKE  AUSP-ATWRT
    *"     VALUE(EP_SAPTYPE) LIKE  AUSP-ATWRT
    *"     VALUE(EP_MFGWARRANTY) LIKE  AUSP-ATWRT
    *"     VALUE(EP_USERTYPE) LIKE  AUSP-ATWRT
    *"     VALUE(EP_TRMCENTER) LIKE  AUSP-ATWRT
    *"     VALUE(EP_TRANSCENTER) LIKE  AUSP-ATWRT
    *"     VALUE(EP_FEIN) LIKE  AUSP-ATWRT
    *"  TABLES
    *"      INT_PLANTCHAR STRUCTURE  ZPLANTCLASSIFICATION OPTIONAL
    *"  EXCEPTIONS
    *"      NO_OBJEK_FOUND
    *"      NO_CPSPLANT_FOUND
    *"      NO_SISLOC_FOUND
    *"      NO_INPUT_FOUND
    *"      VALID_PLANT_NO_CHARACTERISTIC
    *"      ONE_TO_MANY_ISSUE
    *"      PLANT_NOT_FOUND_ZDEF_DELPLANT
    *"      UNKNOWN_ERRORS
    FM Name: ZPLANTCLASSIFICATION     
    Created By  :  SYUB                                                  *
    Description : Function Module to retrieve plant characteristics      *
    The function module has two capabilities:
    1. Retrieve only the necessary characteristics
    2. Retrieve the whole characteristics into an internal table.
    Parameter Description                                                *
    In the future, if there is a new characteristic added to the
    plant classification tables, the characteristic has to be added
    to the list of the export parameters and the loop statement.
      TABLES: ausp, cabn, ksml, zdef_delplant.
      DATA: ws_objek LIKE ausp-objek,
            ws_countchar TYPE i,
            ws_countplant TYPE i.
    *Internal table for SAP plant
      DATA: BEGIN OF int_plant OCCURS 0,
            plant LIKE ausp-objek,
            END OF int_plant.
    *sap plant code is the input parameter.Move objek, atnam, and atwrt to
    *internal table PLANTCHAR using inner join of AUSP, CABN, and KSML to
    *synch up the internal characteristic numbers throughout the 3 tables.
      IF NOT ip_sapplant IS INITIAL.
        SELECT auspobjek cabnatnam ausp~atwrt
          INTO CORRESPONDING FIELDS OF TABLE int_plantchar
          FROM ksml AS ksml
          INNER JOIN cabn AS cabn
            ON cabnatinn = ksmlimerk
          INNER JOIN ausp AS ausp
            ON ausp~objek = ip_sapplant
            AND auspatinn = cabnatinn
            AND ausp~mafid = 'O'
            AND ausp~klart = 'Z01'.
    *Checking the existence of ip_sapplant in the table, if it doesn't
    *exist, raise the exception else if it exists, check if it has
    *characteristic values.
        IF sy-subrc NE 0.
          RAISE no_objek_found.
        ELSE.
          DESCRIBE TABLE int_plantchar LINES ws_countchar.
          IF ws_countchar LT 2.
            RAISE valid_plant_no_characteristic.
          ENDIF.
        ENDIF.
    *cps plant code is the input parameter. Move objek from table AUSP to
    *ws_objek using inner join of CABN and AUSP to match up the internal
    *characteristic numbers from the 2 tables.
      ELSEIF NOT ip_cpsplant IS INITIAL.
        SELECT ausp~objek
          INTO TABLE int_plant
          FROM ausp AS ausp
          INNER JOIN cabn AS cabn
            ON cabn~atnam = 'OLDCODE'
              WHERE auspatinn = cabnatinn
                AND ausp~mafid = 'O'
                AND ausp~klart = 'Z01'
                AND ausp~atwrt = ip_cpsplant.
    *Checking the existence of ip_cpsplant in the table
        IF sy-subrc EQ 0.
    *Counting the number of SAP plants in the internal table int_plant
          DESCRIBE TABLE int_plant LINES ws_countplant.
    *Moving the values of objek, atnam, and atwrt to PLANTCHAR using objek
    *from ws_objek.
          IF ws_countplant EQ 1.
            LOOP AT int_plant.
              SELECT auspobjek cabnatnam ausp~atwrt
                INTO CORRESPONDING FIELDS OF TABLE int_plantchar
                FROM ksml AS ksml
                INNER JOIN cabn AS cabn
                  ON cabnatinn = ksmlimerk
                INNER JOIN ausp AS ausp
                  ON ausp~objek = int_plant-plant
                  AND auspatinn = cabnatinn
                  AND ausp~mafid = 'O'
                  AND ausp~klart = 'Z01'.
            ENDLOOP.
    *If there more than one SAP Plants, then raise an exception.
          ELSEIF ws_countplant GT 1.
            RAISE one_to_many_issue.
          ENDIF.
        ELSE.
          SELECT SINGLE werks FROM zdef_delplant
            INTO ws_objek
            WHERE cpsloc = ip_cpsplant.
          SELECT auspobjek cabnatnam ausp~atwrt
           INTO CORRESPONDING FIELDS OF TABLE int_plantchar
           FROM ksml AS ksml
           INNER JOIN cabn AS cabn
             ON cabnatinn = ksmlimerk
           INNER JOIN ausp AS ausp
             ON ausp~objek = ws_objek
             AND auspatinn = cabnatinn
             AND ausp~mafid = 'O'
             AND ausp~klart = 'Z01'.
          if sy-subrc ne 0.
            raise plant_not_found_zdef_delplant.
          endif.
        ENDIF.
    *cps plant code is the input parameter. Move objek from table AUSP to
    *ws_objek using inner join of CABN and AUSP to match up the internal
    *characteristic numbers from the 2 tables.
      ELSEIF NOT ip_sisloc IS INITIAL.
        SELECT ausp~objek
          INTO TABLE int_plant
          FROM ausp AS ausp
          INNER JOIN cabn AS cabn
            ON cabn~atnam = 'SISLOC'
              WHERE auspatinn = cabnatinn
                AND ausp~mafid = 'O'
                AND ausp~klart = 'Z01'
                AND ausp~atwrt = ip_sisloc.
    *Checking the existence of ip_sapplant in the table
        IF sy-subrc EQ 0.
          DESCRIBE TABLE int_plant LINES ws_countplant.
    *Moving the values of objek, atnam, and atwrt to PLANTCHAR using objek
    *from ws_objek.
          IF ws_countplant EQ 1.
            LOOP AT int_plant.
              SELECT auspobjek cabnatnam ausp~atwrt
                INTO CORRESPONDING FIELDS OF TABLE int_plantchar
                FROM ksml AS ksml
                INNER JOIN cabn AS cabn
                  ON cabnatinn = ksmlimerk
                INNER JOIN ausp AS ausp
                  ON ausp~objek = int_plant-plant
                  AND auspatinn = cabnatinn
                  AND ausp~mafid = 'O'
                  AND ausp~klart = 'Z01'.
            ENDLOOP.
    *If there more than one SAP Plants, then raise an exception.
          ELSEIF ws_countplant GT 1.
            RAISE one_to_many_issue.
          ENDIF.
        ELSE.
          SELECT SINGLE werks FROM zdef_delplant
            INTO ws_objek
            WHERE sisloc = ip_sisloc.
          SELECT auspobjek cabnatnam ausp~atwrt
           INTO CORRESPONDING FIELDS OF TABLE int_plantchar
           FROM ksml AS ksml
           INNER JOIN cabn AS cabn
             ON cabnatinn = ksmlimerk
           INNER JOIN ausp AS ausp
             ON ausp~objek = ws_objek
             AND auspatinn = cabnatinn
             AND ausp~mafid = 'O'
             AND ausp~klart = 'Z01'.
          if sy-subrc ne 0.
            raise plant_not_found_zdef_delplant.
          endif.
        ENDIF.
      ELSE.
    *Checking if there is an input parameter entered.
        RAISE no_input_found.
      ENDIF.
    Modified 7/30 by RFOR to validate SAP plant is in plant master
      data: wa_t001w like t001w.
      read table int_plantchar.
      SELECT SINGLE * from t001w into wa_t001w where
      werks = int_plantchar-objek.
      if sy-subrc ne 0.
        raise NO_OBJEK_FOUND.
      endif.
    *Moving all the characteristic values to the export parameters
      LOOP AT int_plantchar.
        MOVE int_plantchar-objek TO ep_sapplant.
        CASE int_plantchar-atnam.
          WHEN 'OLDCODE'.
            MOVE int_plantchar-atwrt TO ep_cpsplant.
          WHEN 'SISLOC'.
            MOVE int_plantchar-atwrt TO ep_sisloc.
          WHEN 'OWNERSHIP'.
            MOVE int_plantchar-atwrt TO ep_ownership.
          WHEN 'SMISTYPE'.
            MOVE int_plantchar-atwrt TO ep_smistype.
          WHEN 'SPOTREF'.
            MOVE int_plantchar-atwrt TO ep_spotref.
          WHEN 'SUBTYPE'.
            MOVE int_plantchar-atwrt TO ep_subtype.
          WHEN 'SUPPLYREGION'.
            MOVE int_plantchar-atwrt TO ep_supplyregion.
          WHEN 'TYPE'.
            MOVE int_plantchar-atwrt TO ep_type.
          WHEN 'DISTAREA'.
            MOVE int_plantchar-atwrt TO ep_distarea.
          WHEN 'GEOGAREA'.
            MOVE int_plantchar-atwrt TO ep_geogarea.
          WHEN 'HMF'.
            MOVE int_plantchar-atwrt TO ep_hmf.
          WHEN 'IATACODE'.
            MOVE int_plantchar-atwrt TO ep_iatacode.
          WHEN 'IRSTCN'.
            MOVE int_plantchar-atwrt TO ep_irstcn.
          WHEN 'OPSAREA'.
            MOVE int_plantchar-atwrt TO ep_opsarea.
          WHEN 'PLANTSTAT'.
            MOVE int_plantchar-atwrt TO ep_plantstat.
          WHEN 'PORTCODE'.
            MOVE int_plantchar-atwrt TO ep_portcode.
          WHEN 'REFAREA'.
            MOVE int_plantchar-atwrt TO ep_refarea.
          WHEN 'SAPTYPE'.
            MOVE int_plantchar-atwrt TO ep_saptype.
          WHEN 'MFG_WARRANTY'.
            MOVE int_plantchar-atwrt TO ep_mfgwarranty.
          WHEN 'USER_TYPE'.
            MOVE int_plantchar-atwrt TO ep_usertype.
          WHEN 'TERMINALCENTER'.
            MOVE int_plantchar-atwrt TO ep_trmcenter.
          WHEN 'TRANSPORTATIONCENTER'.
            MOVE int_plantchar-atwrt TO ep_transcenter.
          when 'FEIN'.
            move int_plantchar-atwrt to ep_fein.
        ENDCASE.
      ENDLOOP.
    ENDFUNCTION.
    Pls help me out from this problem its very urgent.
    Thanks

    hi SK ,
    process like this .
    in BADI
    method.
    1.Here u have to put ur logic based on the Requirement.
    2.then u have to call BTE like this
    <b>call function 'OPEN_FI_PERFORM_00001020_E'
          tables
            t_bseg = xbseg
            t_bkpf = xbkpf.</b>
    3.Update Ztables.
    endmethod.
    this is sample logic only.First get logic of TS then u will come to know how to do?
    regards
    prabhu

  • Exchange server 2013 supported mailbox databases and public folder databases

    I want to know about Exchange server 2013 SP1 Standard and Enterprise version support how many Mailbox databases and Public folder Databases? Total Mailbox and Public folder databases supported information.
    I Know as below but not clear:
    1) Exchange server 2013 SP1 Sandard edition support 5 Databases, It's include Public folder databases, total=5 or 5 mailbox databases+5 public folder databases=10 databases
    2) Exchange server 2013 SP1 Enterprise edition support 100 Databases, It's include Public folder databases, total=100 or 100 mailbox databases+100 public folder databases=200 databases
    kindly let me know. Thanks.
    Babu

    Hi Babu,
    Please check this link too.
    http://blogs.technet.com/b/exchange/archive/2013/06/04/per-server-database-limits-explained.aspxhttp://blogs.technet.com/b/exchange/archive/2013/06/04/per-server-database-limits-explained.aspx
    Thanks & Regards S.Nithyanandham

  • Exchange Server 2010 public folder - Events show in SharePoint 2010 Calendar

    I want to fetch items to SharePoint 2010 Calendar from Exchange Server 2010 Public Folder Calendar called Event. How can I achieve this ?

    May be you can directly fetch whole public folder in sharepoint server
    http://www.amrein.com/apps/page.asp?Q=5778
    If this helped you resolve your issue, please mark it Answered

  • Public Folder Exchange 2010 to Exchange 2013 Migration

    hi guys
    i have Exchagne 2010 SP3 and Exchange 2013 CU2 , i have moved all my mailboxes to Exchange2013 , before that i created Exchnage2013 Address Book ( web base ) for OAB . i have Public folder Database( used for Default Address book ) -Free/Busy on exchnage
    2010 . now i don't need PF at all on Exchange 2013, So can i just Delete Public Folders from Exchange 2010 without Moving Public Folder ( free/Busyy , etcc... ) to Exchange 2013.  from exchange 2007 to exchange , we did create Public folder
    on Exchnage 2010 , Add replica , waited for sync, moved OAB generated Server as Exchnage 2010.
    as i see from deploymetn guild, there are few steps need to be done to move PF to excahnge 2013, but since i don't need PF, can i just delete it.  
    Indunil

    Hi
    I m migrating public folder 2010 to 2013
    When i do :
    Get-PublicFolderMigrationRequest | Get-PublicFolderMigrationRequestStatistics -IncludeReport | Format-List
    I have a lot of line like this
    00-00-00-00-1A-44-73-90-AA-66-11-CD-9B-C8-00-AA-00-2F-C4-5A-03-00-36-B9-C6-5D-38-99-D6-11-9B-D6-00-08-02-55-A6-70-00-00-00-18-33-94-00-00 ». Ce dossier peut être
      lié manuellement en exécutant la cmdlet Enable-MailPublicFolder une fois la migration terminée.
      23/05/2014 19:18:02 [serveur] Avertissement : échec de recherche ou de liaison de l'objet destinataire « 96-7D-85-6C-DC-A6-83-42-AC-77-A4-5E-BD-CD-52-9B » dans
      Active Directory pour le dossier public à extension messagerie « Public Root/IPM_SUBTREE/Secrétariat RC/PAYS/VENEZUELA/2006/SINCOR » avec l'ID d'entrée «
    00-00-00-00-1A-44-73-90-AA-66-11-CD-9B-C8-00-AA-00-2F-C4-5A-03-00-36-B9-C6-5D-38-99-D6-11-9B-D6-00-08-02-55-A6-70-00-00-00-13-4D-8A-00-00 ». Ce dossier peut être
      lié manuellement en exécutant la cmdlet Enable-MailPublicFolder une fois la migration terminée.
     it scared me, what does it means ? Do i do something wrong?
    I have let it work
    And when i check status i have this :
    Statut: Failed
    Détails status : Failed other
    Syncstages : Copying message
    Estimed transfert size : 0
    Pourcentcomplete : 95
    What do i do? Can You help me? I m a little scared right now
    Thanks

  • Public Folder Migration from Exchange 2007 to Exchage 2007

    Dear All,
    We are having 2 exchange 2007 server in single copy cluster (SCR) with 1 branch exchange server in parent domain and another Ex2007 single copy cluster in child domain. We have deployed exchange 2013 SP1 in parent domain with ex2007 co-existence. We have
    migrated all parent domain users mailbox from Ex2007 to Ex2013 SP1. All Ex2007 have public folders (FP). We want to decommission public folder server in parent domain and want to keep PF only in child domain (Ex2007) which should be accessible by all users.
    We are facing a strange issue. As told earlier, in parent domain for ex2007 we have 2 Server in single copy cluster + 1 branch. Both have 1 FP each. We want to remove branch 1st. We ran "MoveAllReplica.ps1" script on branch to move all replica
    to single copy cluster. Now it shows system folder with all 0 contents as shown below:
    [PS] C:\Windows\system32>Get-PublicFolderStatistics -Server branch
    Name                                     ItemCount              
    LastAccessTime
    Default                                  0                
    7/4/2014 10:58:36 AM
    exchangeV1                               0                
    7/4/2014 10:58:36 AM
    microsoft                                0                
    7/4/2014 10:58:36 AM
    schema-root                              0                
    7/4/2014 10:58:36 AM
    StoreEvents{90712A34-233D-4E65-B2FF-23DE 0                 7/4/2014 10:58:36 AM
    3C1F6820}
    Nntp Control Folder                      0                 10/8/2010 3:22:12
    AM
    Now the issue is, if we dismount the FP store on branch server, all users are unable to access their FP. they get error saying exchange is down for maintenance. If we see connection status then we saw that its trying to connect branch FP server. In all client
    setting we have removed branch server PF folder. What are we missing? Now our users who migrated to Ex2013 don't have any FP client setting also to look into. We tried reading lots of stuff but nothing seems to fix. Any advise is highly appreciated.
    Feel free to revert for any clarity!!
    Thanks in advance!!

    Dear All,
    We did little research and below are the results:
    1. After moving Mailbox from SingleCopyCluster(SCC) DB to Ex2013, the user while connecting to PF connects to branch exchange PFs (where is his client setting points to SCC PF). He can access PF on SCC as well
    2. If we discount branch PF DB, user gets error "Exchange server down for maintenance" while expanding PF. If we see connection status then it shows trying to connecting to Branch PF
    3. If we move the mailbox back to old Ex2007 SCC, users connects to right PF (only SCC) and can work without issue even if we discount branch PF DB
    As we have migrated MBX to Ex2013, there is no client setting to point migrated users to SCC PF.
    Hope it help all of you to suggest what might fix this..
    Thanks again..

  • Problems with Search in Contacts (Public folder favourite)

    Office Version:Office 2010Operating System:Windows 7
    I am running Outlook 2010, connecting to an SBS2003 server by HTTP and running in Cached mode.
    My business contacts are stored in a Public Folder, and my personal contacts in my local Contacts folder.
    The Public Folder is in my Favourites, and is designated an 'Outlook Address Book'
    'Download Public Folder Favourites' is enabled in the Exchange Mail Account settings
    I am having problems with Search (which was never a problem in Outlook 2007).
    If I select the Contacts shortcut, under 'My Contacts I have listed in order:
    Suggested Contacts
    Office Contacts (this is my public folder favourite)
    Contacts
    Search Results
    If I select the Office Contacts link, and attempt to search for a contact whose contact card I can actually see on the screen, the search will fail. The scope is defaulting to 'All Contact Items' (which is fine), but if I change this to 'Current Folder'
    then the contact is immediately found.
    In OL2007 I could search for a contact, even when not in a contact folder, and it would find every instance of it immediately.
    Any ideas here? I have been told to rebuild my index, which I will do over the weekend as it will take some time. But I have doubts it will make much difference. This is a new machine with a fresh installation of Win7 x64 and Office 2010.
    thanks

    Keith, I have this same issue here.  I looked on the Small Business Server pages for an answer as suggested by Xiu but could not find any.  I'm not sure why this would be a SBS issue as we are not running SBS and have this issue.
    For some reason, "All Contact Items" doesn't include the current folder if it is a public folder. 
    Did you ever get an answer/solution?

  • Public Folder Migration issues

    Hello,
    I am at the last stages of migrating from exchange 2007 SP3 to 2010 SP3. Both versions have a CAS, HT, and MBX server. I've moved all the databases across and also replicated the public folder contents using: 
    AddReplicaToPFRecursive.ps1 -Server 2007MBX -TopPublicFolder "\" 
    -ServerToAdd 2010MBX
    After resolving all the public folder item errors that popped up, I decided to move the public folders
    across. I ran the \moveallreplicas.ps1 script.
    On the Exchange 2007 MBX server, I got some EXCDO errors :
    Event ID 8237: Calendaring agent failed with error 0x80040219 while attempting to open the
    status message. If the user is a delegate, the access rights to the mailbox might not be set up correctly.  Otherwise, the calendar for this mailbox could be corrupted. This could be fixed by moving the mailbox to another Exchange server, or exporting
    the calendar to a Personal Folder File (.PST), and re-importing this into a new calendar. 
    Followed by 
    Event ID 8207: Calendaring agent failed with
    error code 0x80040219 while deleting appointment.
    and then event ID 8200: Calendaring agent failed in message delete notification with error 0x80040219 on : /Example folder/Staff/Room1/tom jones-280257926.EML.
    There were a few instances of these but the script ran succesfully. After the script ran, I checked the replication settings on the public folders and system public folders and on both servers every folder was set to replicate to only the new Exchange 2010
    MBX.
    On the Exchange 2007 MBX, if I run : getpublicfolderstatistics -server ex2007mbx  I get :
    Name                                     ItemCount               LastAccessTime
    exchangeV1                               401                25/03/2015 21:33:24
    If I run getpublicfolderstatistics -server ex2010mbx I get : 
    The operation cannot be executed because there is no available public folder da
    tabase on the server 'EX2010'. 
    If I run the same commands on the EX2010 MBX, I get :
    getpublicfolderstatistics -server ex2007mbx  I get :
    Name                                     ItemCount               LastAccessTime
    exchangeV1                               401                25/03/2015 21:33:24
    getpublicfolderstatistics -server ex2010mbx :
    The entire list of public folders including the exchangev1 folder with 401 items.
    I have checked the permissions on the exchangev1 folder which is in system public folders>schema+root>Microsoft.
    I have dismounted the public folder database on the EX2007MBX and I can access public folders ok. There are no errors and in the folders I have tried, I can add/ delete items.
    Would anyone please be able to advise on the following:
    1) What do I do about the EXCDO errors? They have not recurred since I ran the script and did not occur before I ran the script. What are the implications of the errors?
    2)Running getpublicfolderstatistics -server ex2010mbx  on the Exchange 2007 MBX gives me: 
    The operation cannot be executed because there is no available public folder da
    tabase on the server 'EX2010'. 
    However, the public folders do seem to appear on the EX2010MBX. Is this because EX2007 cannot see the 2010 database?
    3)How do I move the last folder on EX2007MBX: Exchangev1?
    Thanks very much,
    HA.

    Hi,
    From your description, I would like to clarify the following thing:
    Lower version (Exchange 2007) cannot get the database information of higher version (Exchange 2010), it is the expected behavior. Your understanding will be appreciated.
    Best regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Amy Wang
    TechNet Community Support

  • Business event (HR) -- follow up

    Hi,
    how can I know the business event group and business event type of a business event?
    Thanks.

    Hi Joseph,
    If you have a BusinessEvent .. you can find out the Type and Group with a Relationship it holds in table HRP1001.
    Business Event Group is of Object Type "L"
    Business Event Type is of Object Type "D"
    and Business Event is of Object Type  "E"
    Business Event "E" is Linked BEType "D" with a Relationship <b>A020</b>
    BEType "D" is linked with BEGroup "L" with a Relationship <b>A003</b>
    Hope this helps you.

  • Free busy issue outlook 2010

    I am sorry if i am posting this in the wrong place.
    We have exchange 2010 sp3 in 3 sites ( US , UK and Africa)
    Users in UK start complaining they are not able to See free busy of US users but can see free busy of UK and African users.
    We later identified this could be due to the more no of groups which result in increased token size, so we removed 1 users couple of group membership and  he was able to see free busy of other users in US.
    Then we have done a registry change in all CAS server to set MAX token zize 
    Create the following registry keys on all CAS servers ( Exchange Server 2010 SP1 CAS servers) in the Active Directory site:
    Path: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters
    Name: MaxFieldLength 
    Type: DWORD 
    Value data: 65534
    Path: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters
    Name: MaxRequestBytes 
    Type: DWORD 
    Value date: 16777216
    But now users start complaining that they now cant see free busy of africa and US users, This affected only 5 users and all user outlook 2010.
    P.S: No luck with OWA also for these users. 
    Please suggest. 

     
    First check free busy issue does exist in OWA, if its not affected in OWA and only in outlook follow
    steps below
    have you tried with start--> run --> "Outlook.exe /cleanfreebusy" switch
    try the below step also.
    Start Outlook.
    Hold down the Ctrl key, right-click the Outlook icon in the notification area, and then click
    Test E-mail AutoConfiguration.
    Verify that the correct email address is in the
    E-mail Address box.
    In the
    Test E-mail AutoConfiguration window, click to clear
    the Use Guessmart check box and the
    Secure Guessmart Authentication
    check box.
    Click to select the
    Use AutoDiscover check box, and then click
    Test.
    Check auto configuration test reports
    4.
    Try to change outlook profile of affected users
    Check in Tools--->Options and Delegates tab if there is any other account try to remove.
    Close issue as you have
    http://social.technet.microsoft.com/Forums/exchange/en-US/c01aa88e-ee4a-4187-9686-ab3494eb181b/single-user-cannot-view-freebusy-or-open-automatic-replies-ooo
    follow the article: http://blogs.technet.com/b/tips_from_the_inside/archive/2012/01/11/autodiscover-fails-for-one-or-more-users.aspx
    also I suggest you to remove cached exchange mode.
    Moved the mailbox to another database

  • Outlook 2013 Free/Busy can not retrieve information

    Currently have a problem with Outlook 2013 Free/Busy can not retrieve information.
    All windows updates are installed. 
    Exchange 2007 is being used. 
    Problem started last week. 
    Already Tried without any progress:
    1) Recreated profile (Fixed the issue for 1 week)
    2) Cleanfreebusy ( No longer works for outlook 2013)
    3) /Cleanreminders 
    4) Removed latest updates for outlook 10/02( As requested by Microsoft support, however we found users without this update installed, suffering from the problem) 
    5) Repaired OST file 
    6) Repaired Office 2013 
    Can anyone help it would be much appreciated?

    Hi
    As per the information and details provided by you, Outlook 2013 free/busy cannot retrieve information, please follow these steps: -
    The user has never logged in
    Before any free/busy information is available, the user must have at least a calendar. A calendar will not be created until a user logs into their account.
    The option to publish at some location has been enabled in Calendar options
    In all Outlook versions, the option to publish free/busy information must be unchecked. By default, this option is already unchecked.
    This option is located under
    Tools > Options > Preferences > Calendar Options > Free/busy Options.
    Outlook is using cached browser information
    Outlook Free/busy user HTTP, and therefore borrows information cached by Internet Explorer. It is required to clear the offline cache. This is located under
    Tools > Internet Options > General. In the “Temporary Internet Files”  section, choose the
    “ Delete files” button.
    Internet Explorer settings is not correct
    AN Internet Explorer setting may prevent the .ics file from downloading via HTTPS. In Internet Exporer on the Outlook computer, go to
    Tools > Internet Options > Advanced. In the Security section, the checkbox for “Do not save encrypted pages to disk” should be unchecked.
    I hope this information will be helpful for you.
    Thanks and regards
    Shweta@G

  • Short Dumps in standard HR Business Event Group/Event creation transactions

    Dear All,
    I m getting short dumps whlile executing standard HR transactions for Creation of Business Event Groups and Business Event Types. Attaching the Short Dump text herewith. Can anyone plz. help...
      An exception occurred that is explained in detail below.
      The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was
       not caught in
      procedure "RH_BASE_READ_INFTY_NNNN" "(FUNCTION)", nor was it propagated by a
       RAISING clause.
      Since the caller of the procedure could not have anticipated that the
      exception would occur, the current program is terminated.
      The reason for the exception is:
      Eine Open SQL-Klausel wurde dynamisch angegeben. Der darin auftretende
      Feldname "SUBTY" kommt in keiner der Datenbanktabellen aus der
      FROM-Klausel vor.
    Thanks and Regards,
    Sudipto.

    Hi,
    Check whether the OSS note 207515 is suitable for the below situation.
    Summary
    Symptom
    A dump occurs in program SAPLRHDB: DBIF_NTAB_TABLE_NOT_FOUND
    Additional key words
    RH_BASE_READ_INFTY_NNNN, LRHDBU16
    Cause and prerequisites
    The system wants to access table HRPnnnn  particularly by means of an entry in the infotype check table T777D. This access can be processed in various places, including in the profile generator. Here, a termination occurs if the 'ent' table/structure in the dictionary is no longer available. This generally affcts customer-specific infotypes. These have been created and possibly deleted again. However, the entry in table T777D is not available. You can also import the entry into another system with a transport of the table. If the HRP table/structure is then missing, a termination may also occur in this case.
    Solution
    You must check on an individual basis which infotype the termination refers to. If it is a customer-specific infotype, the customer is responsible for removing the cause of the termination. If the table entry is a 'remnant', the entry can simply be deleted.
    If the termination refers to an SAP structure, you should consult SAP before carrying out any further activities.
    Source code corrections
    Header Data
    Release Status: Released for Customer
    Released on: 23.03.2000  23:00:00
    Priority: Recommendations/additional info
    Category: Customizing
    Primary Component: PA-BC Basis
    Releases
    Release Independant
    Satya

  • How to determine actual path/location of Outlook Public Folder favorite?

    I have several end users that use the Public Folder favorite system in Outlook. Our Public Folder structure is very large and messy which makes finding these favorites difficult to find. When I go to the properties of the favorited folder, it does not find
    the actual path.
    Is there a PowerShell command or some tool that will allow me to determine the path?
    Thanks in advance,

    Hi,
    Public Folders can be set as a Favorite Folder at 2 levels in Outlook. one within the Public Folder structure and one within the Navigation Pane:
    http://www.msoutlook.info/question/281
    Seems you are using the favorite in the Public Folder structure. We can find the folder path by right-clicking and select Properties, and then select
    Summary tab. Now you can see the path from the Folder Path field:
    Hope this helps.
    Best Regards,
    Steve Fan
    TechNet Community Support

Maybe you are looking for

  • What is the best all-in-one printer out there today

    I have a home office.  I have been running either Canon or Epson printers for years.  My Canon MP830 is dying - I am getting a blac stripe down the middle of every paper.  I need a new all-in-one printer.  I want it to work wirelessly and the ink sho

  • What are the exact connections to a BNC2110 to test event counters in MAX?

    I am trying to test my 6034E / BNC-2110 setup, using MAX.  The anallog inputs seem fine, but I am having trouble getting external events counted by Counter 0 or 1.  I am testing the device using Test Panels in MAX.  What is the precise wiring to do t

  • Sound only playing from left

    I thought my earbuds were broken because no sound was coming from the right side -- but now I realize that no sound comes from one of the speakers on my iphone 4 itself, either -- any advice on how to fix this?

  • Not able drop oracle user account - please suggest

    Hi, I am not able drop a user from oracle SQL> DROP USER orderpd CASCADE; DROP USER orderpd CASCADE ERROR at line 1: ORA-00604: error occurred at recursive SQL level 2 ORA-00376: file 2 cannot be read at this time ORA-01110: data file 2: '/oradata/ds

  • Making changes in web.xml dynamically

    Hi all, I have a requirement in which i need to redirect request to com site if it is from desktop browser and to WAP site if request for wap site or from a mobile device Have servlet ready doing it but presently taking only to two harcoded URLS of .