There are a few things to look at, and obviously depends on what version of Maximo you are running.
If you are running IBM HTTP Server and Maximo 7.6, then check your httpd.conf file. It will be located on the Maximo server in a path like 'C:\IBM\HTTPServer\conf\httpd.conf'. There will be two places that you'll need to make changes:
- DocumentRoot "C:/IBM/HTTPServer/htdocs"
- <Directory "C:/IBM/HTTPServer/htdocs">
Please note that if they've moved to a location on another server that you may need to provide credentials to the Windows Service that runs the IBM HTTP Server. Alternatively you can map shared drives, use UNC paths, etc.
Next, you'll want to update the following Maximo properties to reflect the new location:
- mxe.doclink.doctypes.defpath
- mxe.doclink.doctypes.topLevelPaths
- mxe.doclink.path01
Finally, for existing documents, you'll want to update the DOCINFO.URLNAME data to reflect the appropriate path to the file.
Hope this helps,
Alex Walter
A3J Group