Missing JS files in WorkExecution app of Maximo Anywhere 7.5.2.1 4Q release -


i have updated maximoanywhere 7.5.2.1 latest release 4q ism library.
after building apps , deployed workexecution app, see blank screen.
console log complains 2 missing js files
1.copyplanstoactualshandler.js
2.crewutil.js
make framework happy, copied on copyplanstoactualhandler.js issuesandreturns app, , created dummy crewutil.js file.
after this, presented login screen , able workexecution app.

   http://10.1.152.114:10080/maximoanywhere/apps/services/preview/workexecution/common/1.0/default/js/application/handlers/copyplanstoactualshandler.js failed load resource: server responded status of 404 (not found)             dojo.js:2 error: scripterror(…)(anonymous function) @ dojo.js:2                 http://10.1.152.114:10080/maximoanywhere/apps/services/preview/workexecution/common/1.0/default/js/application/business/util/crewutil.js failed load resource: server responded status of 404 (not found)             dojo.js:2 error: scripterror(…) 

these files should exist in 7.5.2.1 release in application component. suspect you're on mac? if use finder merge directory mac, remove files destination directory don't exist in source directory. that's why "ditto" instructions in ism library readme. if case, safest thing do, restore 7521 version of maximoanywhere directory, , reapply ismlibrary app.zip using "ditto" instructions in ismlibrary readme.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -