[LS-1010]  SD1862763 - Speed change order 296581248 Created: 17/Mar/26  Updated: 15/Apr/26  Due: 20/Mar/26

Status: QA In Progress
Project: L3 Support
Component/s: FN
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Normal
Reporter: Abir Messaikeh Assignee: Shamim Ahmed
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File Shifting Usage Type Mapping.dmn    
Customer:
OMAN-Tel
Planned Start:
Planned End:
Product: NEP

 Description   

Dear @Khaled Khalil,

Please assign one resource to check this.

Speed change order 296581248 is rejected from CRM but it is not showing in FN rejected orders.

In below, is the request followed by this excpetion. Please check and advise.
<?xml version="1.0" encoding="UTF-8"?>
<NS1:Envelope xmlns:NS1="http://schemas.xmlsoap.org/soap/envelope/">
<NS1:Header>
<NS2:Security xmlns:NS2="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<NS2:UsernameToken>
<NS2:Username>nep-api-key</NS2:Username>
<NS2:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">mobinets@2017</NS2:Password>
</NS2:UsernameToken>
</NS2:Security>
</NS1:Header>
<NS1:Body>
<NS3:arborupgwo_fUPG xmlns:NS3="http://server.api.nep.mobinets.com/">
<fExc>IL67</fExc>
<fSubno>26850264</fSubno>
<fSubscr_Type>T</fSubscr_Type>
<fWOID>1686967915</fWOID>
<fUsage_Type>O</fUsage_Type>
<fOrder_Type>EQGR</fOrder_Type>
<fUserID>95394</fUserID>
<arborOrderId>296581248</arborOrderId>
</NS3:arborupgwo_fUPG>
</NS1:Body>
</NS1:Envelope>

2026-03-17 12:17:42.383 [https-jsse-nio-8451-exec-7] INFO c.m.n.api.server.AuditServiceAdvice - >>> Start calling > arborupgwo_fUPG
2026-03-17 12:17:42.383 [https-jsse-nio-8451-exec-7] INFO c.m.n.api.server.OrderRequestAdvice - Start --> build Order Request
2026-03-17 12:17:42.383 [https-jsse-nio-8451-exec-7] INFO c.m.n.api.server.OrderRequestAdvice - End --> build Order Request
2026-03-17 12:17:42.383 [https-jsse-nio-8451-exec-7] INFO c.m.n.api.server.OrderRequestAdvice - Start --> fetching Old Record.
2026-03-17 12:17:43.006 [https-jsse-nio-8451-exec-7] INFO c.m.n.api.server.OrderRequestAdvice - End --> fetching Old Record.
2026-03-17 12:17:43.006 [https-jsse-nio-8451-exec-7] INFO c.m.n.api.server.OrderRequestAdvice - Getting Old Order with: woNo1686967915 errorCode: 1 methodName: arborup
gwo_fUPG
2026-03-17 12:17:43.006 [https-jsse-nio-8451-exec-7] INFO c.m.n.api.server.OrderRequestAdvice - Start --> saving request iteration1
2026-03-17 12:17:43.022 [https-jsse-nio-8451-exec-7] INFO c.m.n.api.server.OrderRequestAdvice - End --> saving request iteration1
2026-03-17 12:17:43.022 [https-jsse-nio-8451-exec-7] INFO c.m.n.api.server.OrderRequestAdvice - Start --> invocation.proceed
2026-03-17 12:17:43.022 [https-jsse-nio-8451-exec-7] INFO c.mobinets.toolbox.app.EventProducer - Event was added to the queue: [95394], [ARBORUPGWO_FUPG_API_ACTION]
2026-03-17 12:17:43.022 [Thread-4] INFO c.m.t.a.EventProducer$EventConsumer - ...consuming event [95394], [ARBORUPGWO_FUPG_API_ACTION]
2026-03-17 12:17:43.481 [https-jsse-nio-8451-exec-7] ERROR c.m.n.a.s.NepFixedNetworkServiceImpl - ADSL SIP has no Shifting Usage Type Mapping!
java.lang.Exception: ADSL SIP has no Shifting Usage Type Mapping!
at com.mobinets.nep.api.server.NepFixedNetworkServiceImpl._deduceUsageType(NepFixedNetworkServiceImpl.java:636)
at com.mobinets.nep.api.server.NepFixedNetworkServiceImpl.arborupgwo_fUPG(NepFixedNetworkServiceImpl.java:3516)
at sun.reflect.GeneratedMethodAccessor105.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at com.mobinets.nep.api.server.OrderRequestAdvice.invoke(OrderRequestAdvice.java:218)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at com.mobinets.nep.api.server.AuditServiceAdvice.lambda$invoke$0(AuditServiceAdvice.java:27)
at com.mobinets.toolbox.jmx.jamon.HasAuditInterceptor.invokeUnderTrace(HasAuditInterceptor.java:76)
at com.mobinets.toolbox.jmx.jamon.HasAuditInterceptor.invokeUnderTrace(HasAuditInterceptor.java:49)
at com.mobinets.nep.api.server.AuditServiceAdvice.invoke(AuditServiceAdvice.java:23)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy41.arborupgwo_fUPG(Unknown Source)
at sun.reflect.GeneratedMethodAccessor105.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)

Dear @Mohan Rathore,

Please share today's prodction API and server logs.

Best Regards,



 Comments   
Comment by Ayed Bada [ 24/Mar/26 ]

Dear Khaled Ayoubi
While handling that request, the system will deduce the usage type name from the decision table shifting_usage_type_mapping based on the subscriber service typeName, which is "ADSL SIP".
To avoid that issue , please provide a usage type related to this service type name to create a rule in our DMN .
Thank you in advance for your support.
Best regards,
Ayed

Comment by Ayed Bada [ 30/Mar/26 ]

Please find attached the new DMN version, which includes the updated rule.

Comment by Abir Messaikeh [ 30/Mar/26 ]

From: Shamim Ahmed <Shamim.Ahmed@mobinets.com>
Sent: Monday, March 30, 2026 1:43 PM
To: Ayed Bada <Ayed.Bada@nuiva.com>; Mohan Rathore <mohan.rathore@omantel.om>; Abir Messaikeh <Abir.Messaikeh@nuiva.com>; Khaled Khalil <Khaled.Khalil@nuiva.com>; Khaled Ayoubi <khaled.ayoubi@omantel.om>; Zein Trabelsi <Zein.Trabelsi@nuiva.com>
Cc: support <support@mobinets.com>
Subject: RE: SD1862763 - Speed change order 296581248 - LS-1010

Dear @Ayed Bada,

Please define usage type for ADSL SIP service type as ‘2’.

Thank U!!!

Comment by Abir Messaikeh [ 30/Mar/26 ]

Please find attached the new DMN version, which includes the updated rule.

Comment by Abir Messaikeh [ 01/Apr/26 ]

order is resolved after changing the input from <fUsage_Type>O</fUsage_Type> to <fUsage_Type>2</fUsage_Type> and uploading the decision table.

to double check if the rule should be with O or 2 in decision table and what is the difference - if it is 2 , so we need to inform arbor team to change it

Regards
Abir

Generated at Fri Apr 17 08:27:57 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.