Technote (troubleshooting)
Problem(Abstract)
When special or non English characters are entered in any field and the record is saved, these characters then disappear.
Cause
Unnecessary use of the TIPCMS filter
Resolving the problem
If you are not using the following product - i.e. It is not listed in the System Information by clicking Help, About Maximo in the UI.
IBM Tivoli Configuration Items Enablement for CMS LIC
Then the TIPCMS filter should be disabled and if enabled can cause this problem.
In order to disable this filter please do the following:
On the Administration Workstation open the following file:
<maximo_root>\applications\maximo\maximouiweb\webmodule\WEB-INF\Web.xml
Then comment out the following sections
<filter>
<filter-name>TIPCMSFilter</filter-name>
<filter-class>psdi.webclient.system.filter.TIPCMSFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>TIPCMSFilter</filter-name>
<url-pattern>/webclient/images/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>TIPCMSFilter</filter-name>
<url-pattern>/ui/*</url-pattern>
</filter-mapping>
To look like this:
<!--
<filter>
<filter-name>TIPCMSFilter</filter-name>
<filter-class>psdi.webclient.system.filter.TIPCMSFilter</filter-class>
</filter>
-->
<!--
<filter-mapping>
<filter-name>TIPCMSFilter</filter-name>
<url-pattern>/webclient/images/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>TIPCMSFilter</filter-name>
<url-pattern>/ui/*</url-pattern>
</filter-mapping>
-->
Then rebuild and redeploy the Maximo.ear
| Segment | Product | Component | Platform | Version | Edition |
|---|---|---|---|---|---|
| Systems and Asset Management | Tivoli Asset Management for IT | ||||
| Systems and Asset Management | Tivoli Change and Configuration Management Database | ||||
| Systems and Asset Management | Tivoli Service Request Manager | ||||
| Systems and Asset Management | IBM SmartCloud Control Desk |
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.