Enhancement #1785

SCP ID# 530 : BVMC User Insufficient Privileges

Added by Vincent Devethas almost 12 years ago. Updated almost 11 years ago.

Status:Work Completed-End life cycleStart date:November 06, 2012
Priority:HighDue date:November 06, 2012
Assignee:Nor Shuhaida Subri% Done:

100%

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

Description

BVMC user unable to access to IB Reports menu

History

#1 Updated by Vincent Devethas almost 12 years ago

  • Status changed from New - Begin Life Cycle to Development / Work In Progress
  • % Done changed from 0 to 50
  • Checked with Shuhaida on the BVMC user qualifier.
  • Responded to KFH User on the findings and recommended to them to check the user's qualifier in BVMC.

#2 Avatar?id=1733&size=24 Updated by Ahmad Hazri about 11 years ago

  • Subject changed from BVMC User Insufficient Privileges to BVMC User Insufficient Privileges (SCP ID : 530)

#3 Avatar?id=1733&size=24 Updated by Ahmad Hazri about 11 years ago

Bro Vincent

Please update your finding here if any here.

My opinion, this might not relate to the OS permission issue since Malaysia's report also reside in the same root folder which been sharing.
Thanks

#4 Avatar?id=1733&size=24 Updated by Ahmad Hazri about 11 years ago

  • Assignee changed from Vincent Devethas to Nor Shuhaida Subri

#5 Updated by Nor Shuhaida Subri about 11 years ago

We are able to simulate the issue .
Amy found out that issue is related on how we declare the variable and function inside ReportCommonServices.java.
The use of "Static" is no longer valid after implementing the Labuan services.

Some changes on code modification
1) Line 62
Before: private static long c_lIBReportGrpQID = -1;
After: private long c_lIBReportGrpQID = -1;

2) Line 489
Before: public static long getIBReportGrpQID ()
After: public long getIBReportGrpQID ()

3) Line 497
Before: public static void setIBReportGrpQID (long reportGroup)
After: public void setIBReportGrpQID (long reportGroup)

I will prepare the patches and provide to user ASAP.

#6 Updated by Nor Shuhaida Subri about 11 years ago

The patches located in \\10.20.8.35\InternetBanking\Production\bvmc_privilledge

Kindly ask user to test and migrate the patches into production server.

#7 Updated by Norhaidah Md Dasuki almost 11 years ago

  • Subject changed from BVMC User Insufficient Privileges (SCP ID : 530) to SCP ID# 530 : BVMC User Insufficient Privileges

#8 Updated by Nor Shuhaida Subri almost 11 years ago

  • Status changed from Development / Work In Progress to Work Completed-End life cycle
  • % Done changed from 50 to 100

The patches have successfully migrated to production environment.

Also available in: Atom PDF