dwf attachment issue fix

1
10/03/2015 Setting up attachments http://www01.ibm.com/support/knowledgecenter/api/content/nl/enus/SSLL9Z_7.5.1/com.ibm.dcim.doc/install/t_set_up_attachment.html 1/1 IBM Maximo Data Center Infrastructure Management, Version 7.5 Setting up attachments The attachments configuration in Maximo® Asset Management or Tivoli® Asset Management for IT must be updated to support DWF files and recognize relative paths. Procedure 1. Ensure that attachments are correctly set up on your system. 2. Edit the web.xml file in your attachments web application to include the following code: <mime‐mapping> <extension>dwf</extension> <mime‐type>Model/vnd.dwf</mime‐type> </mime‐mapping> <mime‐mapping> <extension>DWF</extension> <mime‐type>Model/vnd.dwf</mime‐type> </mime‐mapping> 3. In Maximo Asset Management or Tivoli Asset Management for IT, on the toolbar, click Go To > System Configuration > Platform Configuration > System Properties. 4. Set the value of the mxe.doclink.path02 property to \DOCLINKS = <URL>/DOCLINKS, where <URL> is replaced with your doclinks URL. Your doclinks URL should already be configured in the property mxe.doclink.path01. If mxe.doclink.path02 already has a value, any of the subsequent properties, for example mxe.doclink.path03 or mxe.doclink.path04, can be used instead. Parent topic: Configuring the Asset Management integration software

Upload: soo7cs

Post on 06-Dec-2015

49 views

Category:

Documents


7 download

DESCRIPTION

maximo 7.5

TRANSCRIPT

Page 1: DWF Attachment Issue Fix

10/03/2015 Setting up attachments

http://www­01.ibm.com/support/knowledgecenter/api/content/nl/en­us/SSLL9Z_7.5.1/com.ibm.dcim.doc/install/t_set_up_attachment.html 1/1

IBM Maximo Data Center Infrastructure Management, Version 7.5

Setting up attachmentsThe attachments configuration in Maximo® Asset Management or Tivoli® Asset Management for IT must beupdated to support DWF files and recognize relative paths.

Procedure

1.  Ensure that attachments are correctly set up on your system.2.  Edit the web.xml file in your attachments web application to include the following code:

<mime‐mapping>    <extension>dwf</extension>    <mime‐type>Model/vnd.dwf</mime‐type>  </mime‐mapping>  <mime‐mapping>    <extension>DWF</extension>    <mime‐type>Model/vnd.dwf</mime‐type>  </mime‐mapping>

3.  In Maximo Asset Management or Tivoli Asset Management for IT, on the toolbar, click Go To >System Configuration > Platform Configuration > System Properties.

4.  Set the value of the mxe.doclink.path02 property to \DOCLINKS = <URL>/DOCLINKS, where<URL> is replaced with your doclinks URL. Your doclinks URL should already be configured in theproperty mxe.doclink.path01. If mxe.doclink.path02 already has a value, any of the subsequentproperties, for example mxe.doclink.path03 or mxe.doclink.path04, can be used instead.

Parent topic: Configuring the Asset Management integration software