Bug #658

Perform IBG when navigation is offlined in BVMC

Added by Vincent Devethas almost 14 years ago. Updated over 13 years ago.

Status:Work Completed-End life cycleStart date:January 13, 2011
Priority:NormalDue date:January 14, 2011
Assignee:Latipah Abdul Rashid% Done:

90%

Category:-Spent time:14.00 hours
Target version:-

Description

- IBG Navigation is offlined in BVMC.
- In IB IBG module can't be view
- In SI module IBG services still available to perform transaction.
- Throw error while perform IBG transaction in SI pay now.

History

#1 Updated by Latipah Abdul Rashid almost 14 years ago

  • Status changed from New - Begin Life Cycle to Development / Work In Progress
  • % Done changed from 0 to 70

For ServiceInfo content, checks the Status field when IB calls getServiceInfoBean() method in IBUtils.java.
If Status is not equal to '1' (On-line), then throw error.

#2 Updated by Latipah Abdul Rashid almost 14 years ago

  • % Done changed from 70 to 40

Found out some of the service info in our codes are not available in bvmc, thus throwing error page on some modules.
Have to recheck and list back every service info that are not available in bvmc and set to use it to display notes.

#3 Updated by Latipah Abdul Rashid over 13 years ago

  • Status changed from Development / Work In Progress to Internal Testing
  • Assignee changed from Latipah Abdul Rashid to Hafizudin MD
  • % Done changed from 40 to 90

no need to check all service code as modification are made to minimum.

Hafiz,

Please test using instance http://dev-app:7210/kfh_consumer_IBOffline

1) Try to offline any service code in bvmc for SI as below (For example 'FUNOER'):
FUNOWN - Own transfer
FUNORA - Open 3rd party
FUNFRA - Fav 3rd party
FUNOER - Open Interbank
FUNFER - Fav Interbank
FTTTRNOPEN - Open FTT
FTTTRNREG - Fav FTT
BILLOPEN - Open Billpayment
BILLFAV - Fav Billpayment

2) Login to IB and click to go to the off-lined module.

Result: The page should display error page. Tail the log at /opt/BV1TO1/var/logs/IBSystem_bv_framework.log to find the message that the service code is offline:

2011/01/05 19:21:35:136 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/05 19:21:35:166 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FUNOER' is OFFLINE.

3) Login to IB and go to Standing Instruction module. Try add an SI by click button 'Add'. Then select from the dropdown list, the module that has been off-lined.

Result: The page should display error page. Tail the log at /opt/BV1TO1/var/logs/IBSystem_bv_framework.log to find the message that the service code is offline:

2011/01/05 19:21:35:136 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/05 19:21:35:166 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FUNOER' is OFFLINE.

4) Try to click other modules to check in case other modules are affected.

#4 Updated by Hafizudin MD over 13 years ago

  • Status changed from Internal Testing to Work Completed-End life cycle
  • Assignee changed from Hafizudin MD to Latipah Abdul Rashid

tested by hafiz
status passed

other service code :
IBFTFAV=Fav IBFT
IBFTOPEN=Open IBFT

2) Login to IB and click to go to the off-lined module.

Own Account Transfer
2011/01/06 11:41:02:753 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 11:41:02:760 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FUNOWN' is OFFLINE.

one-time 3rd Party Account Transfer
2011/01/06 11:42:45:441 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 11:42:45:452 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FUNORA' is OFFLINE.

fav 3rd Party Account Transfer
2011/01/06 11:43:17:724 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 11:43:17:730 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FUNFRA' is OFFLINE.

one-time Interbank Account Transfer
2011/01/06 11:43:47:415 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 11:43:47:421 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FUNOER' is OFFLINE.

fav Interbank Account Transfer
2011/01/06 11:44:45:423 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 11:44:45:429 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FUNFER' is OFFLINE.

open IBFT Transfer
2011/01/06 12:03:45:924 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 12:03:45:930 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'IBFTOPEN' is OFFLINE.

fav IBFT Transfer
2011/01/06 12:04:01:675 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 12:04:01:685 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'IBFTFAV' is OFFLINE.

open Foreign Telegraphic Transfer
2011/01/06 11:54:25:886 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 11:54:25:892 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FTTTRNOPEN' is OFFLINE.

fav Foreign Telegraphic Transfer
2011/01/06 11:54:55:684 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 11:54:55:690 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FTTTRNREG' is OFFLINE.

open bill payment
2011/01/06 11:55:33:560 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 11:55:33:565 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'BILLOPEN' is OFFLINE.

fav bill payment
2011/01/06 12:00:39:827 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 12:00:39:840 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'BILLFAV' is OFFLINE.

3) Login to IB and go to Standing Instruction module. Try add an SI by click button 'Add'. Then select from the dropdown list, the module that has been off-lined.

Own Account Transfer
2011/01/06 12:20:17:677 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 12:20:17:683 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FUNOWN' is OFFLINE.

one-time 3rd Party Account Transfer
2011/01/06 12:21:10:534 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 12:21:10:540 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FUNORA' is OFFLINE.

fav 3rd Party Account Transfer
2011/01/06 12:24:34:448 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 12:24:34:455 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FUNFRA' is OFFLINE.

one-time Interbank Account Transfer
2011/01/06 12:31:59:144 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 12:31:59:150 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FUNOER' is OFFLINE.

fav Interbank Account Transfer
2011/01/06 12:32:28:532 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 12:32:28:538 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FUNFER' is OFFLINE.

open Foreign Telegraphic Transfer
2011/01/06 12:33:04:941 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 12:33:04:946 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FTTTRNOPEN' is OFFLINE.

fav Foreign Telegraphic Transfer
2011/01/06 12:33:43:265 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 12:33:43:271 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'FTTTRNREG' is OFFLINE.

open bill payment
2011/01/06 12:34:15:369 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 12:34:15:375 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'BILLOPEN' is OFFLINE.

fav bill payment
2011/01/06 12:34:51:314 ERROR kfh.enterprise.services.IBUtils: Error code : 0000
2011/01/06 12:34:51:320 ERROR kfh.enterprise.services.IBUtils: Error details : Service Code 'BILLFAV' is OFFLINE.

#5 Updated by Hafizudin MD over 13 years ago

  • Status changed from Work Completed-End life cycle to Internal Testing
  • Assignee changed from Latipah Abdul Rashid to Hafizudin MD

testing again with another method

1) testing all module after back to online
2) testing all online module after offline only one module

#6 Updated by Hafizudin MD over 13 years ago

  • Status changed from Internal Testing to Work Completed-End life cycle
  • Assignee changed from Hafizudin MD to Latipah Abdul Rashid

Tested by hafiz
Status passed

#7 Updated by Latipah Abdul Rashid over 13 years ago

  • Due date set to January 14, 2011
  • Status changed from Work Completed-End life cycle to Internal Testing
  • Assignee changed from Latipah Abdul Rashid to Hafizudin MD
  • Start date changed from December 08, 2010 to January 13, 2011

Hi Hafiz,

Please test for kfh_bib using instance http://dev-app:7210/kfh_bib_IBOffline

1) Try to offline any service code in bvmc for SI as below (For example 'FUNOER') in BIB Service Info:
FUNOWN - Own transfer
FUNORA - Open 3rd party
FUNFRA - Fav 3rd party
FUNOER - Open Interbank
FUNFER - Fav Interbank
FTTTRNOPEN - Open FTT
FTTTRNREG - Fav FTT
BILLOPEN - Open Billpayment
BILLFAV - Fav Billpayment

2) Login to bib and click to go to the off-lined module.

Result: The page should display error page. Tail the log at /opt/BV1TO1/var/logs/BIBSystem_bv_framework.log to find the message that the service code is offline:

2011/01/13 12:08:15:657 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/01/13 12:08:15:683 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FUNOWN' is OFFLINE.

3) Login to bib and go to Standing Instruction module. Try add an SI by click button 'Add'. Then select from the dropdown list, the module that has been off-lined.

Result: The page should display error page. Tail the log at /opt/BV1TO1/var/logs/BIBSystem_bv_framework.log to find the message that the service code is offline:

2011/01/13 12:08:15:657 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/01/13 12:08:15:683 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FUNOWN' is OFFLINE.

4) Try to click other modules to check in case other modules are affected.

5) testing again with another method:
- testing all module after back to online
- testing all online module after offline only one module

#8 Updated by Hafizudin MD over 13 years ago

  • Status changed from Internal Testing to Work Completed-End life cycle
  • Assignee changed from Hafizudin MD to Latipah Abdul Rashid

tested by hafiz
status passed

2) Login to bib and click to go to the off-lined module.

Own Account Transfer
2011/02/04 08:30:34:889 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 08:30:34:889 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FUNOWN' is OFFLINE.

one-time 3rd Party Account Transfer
2011/02/04 09:25:32:512 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 09:25:32:512 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FUNORA' is OFFLINE.

fav 3rd Party Account Transfer
2011/02/04 09:34:25:487 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 09:34:25:487 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FUNFRA' is OFFLINE.

one-time Interbank Account Transfer
2011/02/04 18:31:27:955 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 18:31:27:956 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FUNOER' is OFFLINE.

fav Interbank Account Transfer
2011/02/04 18:36:10:008 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 18:36:10:008 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FUNFER' is OFFLINE.

open Foreign Telegraphic Transfer
2011/02/04 18:42:13:083 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 18:42:13:083 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FTTTRNOPEN' is OFFLINE.

fav Foreign Telegraphic Transfer
2011/02/04 18:45:00:251 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 18:45:00:251 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FTTTRNREG' is OFFLINE.

open bill payment
2011/02/04 18:47:58:899 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 18:47:58:899 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'BILLOPEN' is OFFLINE.

fav bill payment
2011/02/04 18:51:35:936 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 18:51:35:936 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'BILLFAV' is OFFLINE.

3) Login to bib and click to go to the off-lined module.

Own Account Transfer
no dropdown for Own Account Transfer

one-time 3rd Party Account Transfer
2011/02/04 19:04:58:789 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 19:04:58:789 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FUNORA' is OFFLINE.

fav 3rd Party Account Transfer
2011/02/04 19:03:25:890 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 19:03:25:890 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FUNFRA' is OFFLINE.

one-time Interbank Account Transfer
2011/02/04 19:01:57:147 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 19:01:57:147 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FUNOER' is OFFLINE.

fav Interbank Account Transfer
2011/02/04 19:00:45:811 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 19:00:45:811 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FUNFER' is OFFLINE.

open Foreign Telegraphic Transfer
2011/02/04 18:58:48:274 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 18:58:48:274 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FTTTRNOPEN' is OFFLINE.

fav Foreign Telegraphic Transfer
2011/02/04 18:57:29:067 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 18:57:29:068 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'FTTTRNREG' is OFFLINE.

open bill payment
2011/02/04 18:56:09:441 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 18:56:09:441 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'BILLOPEN' is OFFLINE.

fav bill payment
2011/02/04 18:52:02:017 ERROR kfhbib.enterprise.services.BIBUtils: Error code : 0000
2011/02/04 18:52:02:017 ERROR kfhbib.enterprise.services.BIBUtils: Error details : Service Code 'BILLFAV' is OFFLINE.

Also available in: Atom PDF