XADM: Saving Changes to Customized Templates

Last reviewed: June 16, 1997
Article ID: Q156274
The information in this article applies to:
  • Microsoft Exchange Server, version 4.0

SYMPTOMS

After updating to Service Pack 2, customization details of templates are lost. This will also happen if you reinstall Microsoft Exchange Server.

WORKAROUND

Export the customized templates to a .csv file before upgrading and import them afterward.

  1. Copy Tpl.csv and Tpl.ini to the root of drive C from the Microsoft Exchange Server compact disc Support\Samples\Csvs\Tpl directory.

  2. Attrib Tpl.csv and Tpl.ini to remove the read only attribute from it.

  3. Modify the Tpl.ini file to include references to your organization and site under export and import.

          [export]
          ExportObject=All
          Subcontainers=Yes
          Basepoint=/o=ORG/ou=SITE/cn=Configuration/cn=Addressing
          Container=Display-Templates
    

          [import]
          Basepoint=/o=ORG/ou=SITE/cn=Configuration/cn=Addressing
          Container=Display-Templates
          OverwriteProperties=Yes
    

  4. Export the customized details templates using the following command line from the root:

          c:\exchsrvr\bin\admin.exe /e c:\tpl.csv /o c:\tpl.ini
    

  5. The customizations are now available for import when needed with the following command:

          c:\exchsrvr\bin\admin.exe /i c:\tpl.csv /o c:\tpl.ini
    

STATUS

Microsoft has confirmed this to be a problem in the Microsoft Exchange version 4.0 Windows 3.x, Windows 95, and Windows NT clients. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional query words: custom
Keywords : kbbug4.00 kbusage XADM
Version : 4.0
Platform : WINDOWS
Issue type : kbbug


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: June 16, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.