Tuesday, December 4, 2012

Exchange Forms Install & Config


  • Title

    How to manually install the Archive Manager Custom Form in Exchange 2007 environment
  • Description

    This solution provides a detailed step-by-step guide to installing the Archive Manager Custom Form in Exchange 2007 environment
  • Cause

    By default in an Exchange 2007 environment, the Organizational Forms Library does not exist.
  • Resolution

    The method to create an Organizational Forms Library has changed in Exchange 2007. You cannot create an Organizational Forms Library in Exchange 2007 by using the administrative tools as you could in earlier versions of Microsoft Exchange. To create an Organizational Forms Library in Exchange 2007, follow these steps.

    1. Create a new public folder.
    a. Click Start, point to All Programs, click Microsoft Exchange Server 2007, and then click Exchange Management Shell.
    b. Run the following command at the Exchange Management Shell prompt:
    New-PublicFolder -Path "\NON_IPM_SUBTREE\EFORMS REGISTRY" -Name "My Organizational Forms Library"
    You can use the Exchange management shell on any version of Exchange 2007 to create a folder. However, in Exchange 2007 SP1, you can also create the EFORMS REGISTRY folder by following these steps:
    c. Go to Toolbox in Exchange Management Console.
    d. Double-click Public Folder Management Console.
    e. In the left pane, expand System Public Folders then EFORMS REGISTRY.
    f. In the Action pane, click New Public Folder.
    g. Type My Organizational Forms Library as the folder name, and then click NEW.
    h. After the folder is created, click Finish to exit the wizard.

    2. Add the PR_EFORMS_LOCALE_ID:
    Use an account that belongs to the Exchange Administrators Group to log on to a client computer that is running Microsoft Office Outlook 2003 or a later version of Microsoft Outlook. You may not be able to see the My Organizational Forms Library right away in the MAPI Editor after you create it. This may take some times for replication.
    Warning: If you use the Mfcmapi.exe utility incorrectly, serious problems may occur that may require that you reinstall Microsoft Exchange Server. Serious problems may also occur that require that you restore Microsoft Exchange Server. Microsoft cannot guarantee that problems that result from using the Mfcmapi.exe utility incorrectly can be resolved. Use the Mfcmapi.exe utility at your own risk. Quest does not provide support for problems that arise from improper use of the Mfcpmapi.exe utility.
    (a) Start the Microsoft Exchange Server MAPI Editor (Mfcmapi.exe) from the MFCMAPI folder. To obtain the MAPI Editor, visit the following Microsoft Web site:http://go.microsoft.com/?linkid=5684182
    (b) Create a MAPI profile if it is necessary.
    (c) On the Session menu, click Logon and Display Store Table.
    (d) On the MDB menu, click Open Public Folder Store, and then click OK.
    (e) Expand Public Root, expand NON_IPM_SUBTREE, and then expand EFORMS REGISTRY.
    (f) Click the public folder that you created in step 1. For example, click My Organizational Forms Library.
    (g) Click the PR_URL_NAME property.
    (h) On the Property Pane menu, click Modify Extra Properties.
    (i) Click Add, and then click Select Property Tag.
    (j) Click PR_EFORMS_LOCALE_ID in the list, and then click OK.
    (k) Click OK two times. A red mark is displayed next to the newly created PR_EFORMS_LOCALE_ID property. (This property is shown in the top of the list after the 0xXXXXXXXX Property).
    (l) Double-click PR_EFORMS_LOCALE_ID.
    (m) In the Unsigned Decimal box, type the desired locale ID, and then click OK. For example, type 1033 for English, type 1040 for Italian, or type a different ID for a different locale. To determine the locale ID for other locales, visit the following Microsoft Web site:http://msdn2.microsoft.com/en-us/library/aa579489.aspx
    (n) Exit MAPI Editor.

    3. Configure Client Permissions for the Organizational Forms Library folder:
    You can use suitable cmdlets in the Exchange Management Shell to set permissions for the Organizational Forms Library folder.
    To set up public folder client permissions for the user will be used to install customer form for Archive Manager, use the following cmdlets: Add-PublicFolderClientPermission.
    For Example:
    [PS] C:\Documents and Settings\Administrator>Add-PublicFolderClientPermission
    cmdlet Add-PublicFolderClientPermission at command pipeline position 1
    Supply values for the following parameters:
    User: Domain\UserName
    AccessRights[0]: Owner
    AccessRights[1]:
    Identity: \NON_IPM_SUBTREE\EFORMS REGISTRY\My Organizational Forms Library
  • Additional Information



    You now have a folder in the Organization Forms Library to hold the forms and proper permission has been granted to the user to install Custom Archive Manager Forms using MS Outlook Client. This permission might take some times to replicate based on the Exchange environment.

    From Microsoft Outlook 2007 and 2003 do the following:
    1. On the Tools menu, click Options.
    2. Select the Other tab.
    3. Click Advanced Options.
    4. Click Custom Forms.
    5. Click Manage Forms.
    6. On the right-hand side of the dialog box, click the Set button.
    7. Click Forms Library and select the name of your forms library. Click OK.
    8. Click the Install button.
    9. Change the Files to type filter to Form Message (*.fdm).
    10. Select the Archive Manager form. (The default location of the form on the Archive Manager server can be found in C:\Program Files\ArchiveManager\Tools\AfterMail.fdm too. Map this folder path if you are installing from different computer)
    11. Click OK.

No comments:

Post a Comment