Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  "Invalid map configuration file" error configuring MAS 9.0 Spatial with ESRI web map

    Posted Thu October 23, 2025 05:11 PM
    I am configuring MAS 9.0 Spatial. I want to use an ESRI web map with oauth authentication. Map Manager saves the configuration without any errors, but when I click on the Map tab in "Work Order Tracking" or "Assets", I get a popup error that says "Invalid map configuration file". The attached stack trace is in the log, followed by the DEBUG message "PlussMapManager - WebMap is not enabled". This environment was upgraded from a working 7.6.1.3 environment that had Spatial using ESRI map services. Even though the error in the stack trace indicates a missing PLUSSFEATURECLASS attribute, the WORKORDER table and the other GIS-enabled tables all have the attribute.
     
    What could be causing this error?


    ------------------------------
    Theo Pozzy
    ------------------------------


  • 2.  RE: "Invalid map configuration file" error configuring MAS 9.0 Spatial with ESRI web map

    Posted Sat October 25, 2025 07:44 PM

    Hello Theo,

    Could you double check the Web Map Configuration section in Map Manager app.



    ------------------------------
    Tinnokesh AP
    ------------------------------



  • 3.  RE: "Invalid map configuration file" error configuring MAS 9.0 Spatial with ESRI web map

    Posted Tue February 03, 2026 02:28 PM
    Edited by Lorraine Rizzuto Wed February 04, 2026 11:17 AM

    Hi Theo,

    I'm currently upgrading from 7613 as well and ran into similar errors.

    The message "WebMap is not enabled" is thrown by the MapManager upon trying to show the BaseMaps, i'm currently assuming its simply a note, and not an error.

    In my case, then entire Map widget did not show, and there was a spinning "wait" wheel top left corner.

    The console (F12) shows alot of information from the Map widget and in there i could see a connection refused to my ArcGIS server due to CSP ( Content Security Policy )

    So it seems in MAS Manage at some version, there was CSP instructions added, which the browser interprets and prevents connecting to outside sources.

    A property can be set (live refresh) , to add exceptions, it is:   mxe.sec.header.Content_Security_Policy

    For GIS, the "connect-src" tag needs to have the domain of your GIS server added (with port if present)

    This has resolved the spinny wheel and map shows properly now, although my baseMap still is not showing... to be continued

    If you`ve solved the issue, could you please post your resolution,

    Edit:

    After some fiddling, it seems the base map is showing, simply not in the same extent as the layers are, and the map is extremely zoomed in ( appearing as though nothing is there ). When clicking the home extent, basemaps show fine. And if zooming out from the "nowhere", features appear. I now need to make them line up.

    We have a custom projection system on our GIS server which may cause the issue, although it always has worked before.



    ------------------------------
    Benoit st-Pierre
    ------------------------------