Details

    • Type: Bug Bug
    • Status: Ready for QA Ready for QA (View Workflow)
    • Priority: Normal Normal
    • Resolution: Not Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: SRD
    • Labels:
      None Labels
    • Customer:
      OMAN-Tel

      Description

      checkMwOrGeFeasibility API is failing

      Request :
      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.internal.api.srd.nep.mobinets.com/">
      <soapenv:Header/>
      <soapenv:Body>
      <ser:checkMwOrGeFeasibility>
      <!-Optional:->
      <requestId>821</requestId>
      <!-Optional:->
      <serviceName>1319442_FBB</serviceName>
      <!-Optional:->
      <siteLat>23.55626893321905</siteLat>
      <!-Optional:->
      <siteLong>58.21754375406719</siteLong>
      <!-Optional:->
      <maxDistanceInMeters>30.0</maxDistanceInMeters>
      <!-Optional:->
      <coordinateFormat>geo_wgs84</coordinateFormat>
      <!-Optional:->
      <bandWith>10</bandWith>
      <!-Optional:->
      <nbLines>10</nbLines>
      <!-Optional:->
      <nbChannels>10</nbChannels>
      </ser:checkMwOrGeFeasibility>
      </soapenv:Body>
      </soapenv:Envelope>

      Response:
      <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
      <soap:Body>
      <soap:Fault>
      <faultcode>soap:Server</faultcode>
      <faultstring>eq(null) is not allowed. Use isNull() instead</faultstring>
      <detail>
      <ns1:NepFault xmlns:ns1="http://server.internal.api.srd.nep.mobinets.com/">
      <errorCode xmlns:ns2="http://server.internal.api.srd.nep.mobinets.com/">-1</errorCode>
      </ns1:NepFault>
      </detail>
      </soap:Fault>
      </soap:Body>
      </soap:Envelope>

      Issue Links

        Activity

        Mbaye Lo made changes -
        Field Original Value New Value
        Gantt Options Milestone (set to milestone: having a due date but zero effort)
        Planned Start 2026-03-03 24:00 (milestone: set planned start date to due date)
        Planned End 2026-03-03 24:00 (milestone: set planned end date to due date)
        Khaled Khalil made changes -
        Assignee Hassan Abdine [ habdine ] Zein Trabelsi [ ztrabelsi ]
        Zein Trabelsi made changes -
        Status Open Bug [ 10108 ] Dev Scheduled [ 10014 ]
        Zein Trabelsi made changes -
        Status Dev Scheduled [ 10014 ] Implementation in progress [ 10016 ]
        Hide
        Zein Trabelsi added a comment -

        check if customer name is null before using eq method of QueryDSL

        Show
        Zein Trabelsi added a comment - check if customer name is null before using eq method of QueryDSL
        Zein Trabelsi made changes -
        Status Implementation in progress [ 10016 ] To Be Released [ 10400 ]
        Khaled Khalil made changes -
        Status To Be Released [ 10400 ] Ready for QA [ 10023 ]
        Assignee Zein Trabelsi [ ztrabelsi ] Mbaye Lo [ mbayel ]
        Hide
        Zein Trabelsi added a comment -

        fix will be available with release 4.0.0.5

        Show
        Zein Trabelsi added a comment - fix will be available with release 4.0.0.5
        Mbaye Lo made changes -
        Status Ready for QA [ 10023 ] QA In Progress [ 10015 ]
        Hide
        Mbaye Lo added a comment -

        API : checkMwOrGeFeasibility
        Please support to prepare the input of this API as the current one is showing error

        <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.internal.api.srd.nep.mobinets.com/">
        <soapenv:Header/>
        <soapenv:Body>
        <ser:checkMwOrGeFeasibility>
        <!-Optional:->
        <requestId>821</requestId>
        <!-Optional:->
        <serviceName>1319442_FBB</serviceName>
        <!-Optional:->
        <siteLat>23.55626893321905</siteLat>
        <!-Optional:->
        <siteLong>58.21754375406719</siteLong>
        <!-Optional:->
        <maxDistanceInMeters>30.0</maxDistanceInMeters>
        <!-Optional:->
        <coordinateFormat>geo_wgs84</coordinateFormat>
        <!-Optional:->
        <bandWith>10</bandWith>
        <!-Optional:->

        <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
        <soap:Body>
        <soap:Fault>
        <faultcode>soap:Server</faultcode>
        <faultstring>eq(null) is not allowed. Use isNull() instead</faultstring>
        <detail>
        <ns1:NepFault xmlns:ns1="http://server.internal.api.srd.nep.mobinets.com/">
        <errorCode xmlns:ns2="http://server.internal.api.srd.nep.mobinets.com/">-1</errorCode>
        </ns1:NepFault>
        </detail>
        </soap:Fault>
        </soap:Body>
        </soap:Envelope>
        <nbLines>10</nbLines>
        <!-Optional:->
        <nbChannels>10</nbChannels>
        </ser:checkMwOrGeFeasibility>
        </soapenv:Body>
        </soapenv:Envelope>

        Show
        Mbaye Lo added a comment - API : checkMwOrGeFeasibility Please support to prepare the input of this API as the current one is showing error <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.internal.api.srd.nep.mobinets.com/"> <soapenv:Header/> <soapenv:Body> <ser:checkMwOrGeFeasibility> <!- Optional: -> <requestId>821</requestId> <!- Optional: -> <serviceName>1319442_FBB</serviceName> <!- Optional: -> <siteLat>23.55626893321905</siteLat> <!- Optional: -> <siteLong>58.21754375406719</siteLong> <!- Optional: -> <maxDistanceInMeters>30.0</maxDistanceInMeters> <!- Optional: -> <coordinateFormat>geo_wgs84</coordinateFormat> <!- Optional: -> <bandWith>10</bandWith> <!- Optional: -> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>eq(null) is not allowed. Use isNull() instead</faultstring> <detail> <ns1:NepFault xmlns:ns1="http://server.internal.api.srd.nep.mobinets.com/"> <errorCode xmlns:ns2="http://server.internal.api.srd.nep.mobinets.com/">-1</errorCode> </ns1:NepFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> <nbLines>10</nbLines> <!- Optional: -> <nbChannels>10</nbChannels> </ser:checkMwOrGeFeasibility> </soapenv:Body> </soapenv:Envelope>
        Mbaye Lo made changes -
        Status QA In Progress [ 10015 ] Reopened [ 4 ]
        Assignee Mbaye Lo [ mbayel ] Zein Trabelsi [ ztrabelsi ]
        Resolution Not Fixed [ 10200 ]
        Zein Trabelsi made changes -
        Attachment Untitled.png [ 135105 ]
        Hide
        Zein Trabelsi added a comment -

        it works try below request :

        <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:ser="http://server.internal.api.srd.nep.mobinets.com/">
        <soapenv:Header/>
        <soapenv:Body>
        <ser:checkMwOrGeFeasibility>
        <requestId>646</requestId>
        <serviceName>1291106_MPLS</serviceName>
        <siteLat>19.529411</siteLat>
        <siteLong>57.6157</siteLong>
        <maxDistanceInMeters>50000</maxDistanceInMeters>
        <coordinateFormat>geo_wgs84</coordinateFormat>
        <bandWith>10</bandWith>
        <nbLines>1</nbLines>
        <nbChannels>1</nbChannels>
        </ser:checkMwOrGeFeasibility>
        </soapenv:Body>
        </soapenv:Envelope>

        Show
        Zein Trabelsi added a comment - it works try below request : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.internal.api.srd.nep.mobinets.com/"> <soapenv:Header/> <soapenv:Body> <ser:checkMwOrGeFeasibility> <requestId>646</requestId> <serviceName>1291106_MPLS</serviceName> <siteLat>19.529411</siteLat> <siteLong>57.6157</siteLong> <maxDistanceInMeters>50000</maxDistanceInMeters> <coordinateFormat>geo_wgs84</coordinateFormat> <bandWith>10</bandWith> <nbLines>1</nbLines> <nbChannels>1</nbChannels> </ser:checkMwOrGeFeasibility> </soapenv:Body> </soapenv:Envelope>
        Zein Trabelsi made changes -
        Status Reopened [ 4 ] Dev Scheduled [ 10014 ]
        Zein Trabelsi made changes -
        Status Dev Scheduled [ 10014 ] Open Bug [ 10108 ]
        Assignee Zein Trabelsi [ ztrabelsi ] Mbaye Lo [ mbayel ]
        Zein Trabelsi made changes -
        Status Open Bug [ 10108 ] Dev Scheduled [ 10014 ]
        Zein Trabelsi made changes -
        Status Dev Scheduled [ 10014 ] Rejected [ 10100 ]
        Resolution Not Fixed [ 10200 ] Done [ 10000 ]
        Hide
        Mbaye Lo added a comment -

        Working, but getting Performance issue now : 1.2s versus 21s

        Show
        Mbaye Lo added a comment - Working, but getting Performance issue now : 1.2s versus 21s
        Mbaye Lo made changes -
        Assignee Mbaye Lo [ mbayel ] Zein Trabelsi [ ztrabelsi ]
        Hide
        Mbaye Lo added a comment -

        Perf Issue

        Show
        Mbaye Lo added a comment - Perf Issue
        Mbaye Lo made changes -
        Resolution Done [ 10000 ] Not Fixed [ 10200 ]
        Status Rejected [ 10100 ] Reopened [ 4 ]
        Zein Trabelsi made changes -
        Assignee Zein Trabelsi [ ztrabelsi ] Ayed Bada [ abada ]
        Ayed Bada made changes -
        Status Reopened [ 4 ] Dev Scheduled [ 10014 ]
        Ayed Bada made changes -
        Status Dev Scheduled [ 10014 ] Implementation in progress [ 10016 ]
        Hide
        Ayed Bada added a comment -

        Implemented a performance improvement by fetching data directly from the database instead of using the report layer.

        This change is included in patch version *4.0.0.8*.

        Show
        Ayed Bada added a comment - Implemented a performance improvement by fetching data directly from the database instead of using the report layer. This change is included in patch version * 4.0.0.8 *.
        Ayed Bada made changes -
        Status Implementation in progress [ 10016 ] To Be Released [ 10400 ]
        Khaled Khalil made changes -
        Status To Be Released [ 10400 ] Ready for QA [ 10023 ]
        Assignee Ayed Bada [ abada ] Mbaye Lo [ mbayel ]
        made changes -
        Link This issue is cloned by ACE-962 [ ACE-962 ]
        Transition Time In Source Status Execution Times Last Executer Last Execution Date
        Ready for QA Ready for QA QA In Progress QA In Progress
        68d 17h 48m 1 Mbaye Lo 18/May/26 6:47 AM
        QA In Progress QA In Progress Reopened Reopened
        1m 52s 1 Mbaye Lo 18/May/26 6:49 AM
        Dev Scheduled Dev Scheduled Open Bug Open Bug
        3s 1 Zein Trabelsi 20/May/26 7:36 AM
        Open Bug Open Bug Dev Scheduled Dev Scheduled
        4d 5h 17m 2 Zein Trabelsi 20/May/26 7:36 AM
        Dev Scheduled Dev Scheduled Rejected Rejected
        15s 1 Zein Trabelsi 20/May/26 7:36 AM
        Rejected Rejected Reopened Reopened
        12d 23h 50m 1 Mbaye Lo 02/Jun/26 7:27 AM
        Reopened Reopened Dev Scheduled Dev Scheduled
        3d 56m 2 Ayed Bada 03/Jun/26 7:37 AM
        Dev Scheduled Dev Scheduled Implementation in progress Implementation in progress
        9s 2 Ayed Bada 03/Jun/26 7:37 AM
        Implementation in progress Implementation in progress To Be Released To Be Released
        5h 36m 2 Ayed Bada 03/Jun/26 1:06 PM
        To Be Released To Be Released Ready for QA Ready for QA
        38m 19s 2 Khaled Khalil 03/Jun/26 1:15 PM
        Subversion JIRA

        Links Hierarchy

         Documentation

        Invalid license: EXPIRED

          People

          • Assignee:
            Mbaye Lo
            Reporter:
            Mbaye Lo
            Rejected By:
            Zein Trabelsi
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Due:
              Created:
              Updated:
              Resolved:
              Planned Start:
              Planned End:

              Drag and Drop