IBM is going to release a new automation script editor for developer(s) which provides a new and enhanced experience for those who needs editing our automation script in upcoming Maximo feature pack. But we can enable this for our current version of Maximo as well. Details of installation instruction for this editor has been given in technote.
Following are the observation that I have made during the installation as per given documentation-
1. URL to import autoscript.xml will always not be - http://localhost:7001/maximo/webclient/utility/import.jsp
Rather than you should be accessing the port for your Maximo default host. In my case I used -
2. After that, once I have uploaded autoscript.xml, I got an error - Import was unsuccessful, please check application server log.
In order to fix this issue, you can go to System Properties > Search for the property - mxe.server.enableCSRFBlocking
The current value of this property will be 1 and you have to change it to 0 and perform Live Refresh. Once done, try importing the autoscript.xml and click on LoadApp Autoscript hyperlink.
Now you will be able to see new automation editor with the line number, a different format for keywords.
Comments
Post a Comment