Support #11597

[SCP ID :##5788##] : Checker unable to approve for updating IBAM Content

Added by Zahir Abd Latif over 3 years ago. Updated about 3 years ago.

Status:Work Completed-End life cycleStart date:May 03, 2021
Priority:NormalDue date:May 05, 2021
Assignee:Zahir Abd Latif% Done:

100%

Category:-Spent time:-
Target version:-

Description

Hi,
Kindly attend below request:-

1. BSNeBiz Maker create new category (JomPay) in IBAM > Content > Payee and able to submit for approval.
2. List of items is display in Approval List screen BSNeBiz Checker.
3. Error Service Currently Available prompt when BSNeBiz Checker try to click the item.

History

#1 Updated by Nurul Athira Abdul Rahim over 3 years ago

  • Assignee changed from Nurul Athira Abdul Rahim to Najmi Pasarudin

#2 Updated by Nurul Athira Abdul Rahim over 3 years ago

  • Due date set to March 25, 2021

#3 Updated by Nurul Athira Abdul Rahim over 3 years ago

  • Assignee changed from Najmi Pasarudin to Nurul Hasnieza Bt Mohd Zamri

#4 Updated by Nurul Hasnieza Bt Mohd Zamri over 3 years ago

  • Due date changed from March 25, 2021 to March 26, 2021
  • Status changed from New - Begin Life Cycle to Development / Work In Progress
  • Start date changed from March 22, 2021 to March 24, 2021

#5 Updated by Nurul Hasnieza Bt Mohd Zamri over 3 years ago

  • % Done changed from 0 to 40

Error occurred because of the duplicate primary key when inserting data in database.
It is due to passing an already existing id into database.

Expected solution: To query set the start increment with the latest primary key(oid) after get the data from JTM.

#6 Updated by Nurul Hasnieza Bt Mohd Zamri over 3 years ago

  • Status changed from Development / Work In Progress to Internal Testing
  • Assignee changed from Nurul Hasnieza Bt Mohd Zamri to Nurul Athira Abdul Rahim
  • % Done changed from 40 to 80

Please run these script in database. In SIT, the script is already running.

SELECT MAX (OID)+1 FROM DBO.IB_CONTENT_CATEGORY_ML;
Note: X = value from select max+1 OID.
ALTER TABLE DBO.IB_CONTENT_CATEGORY_ML ALTER COLUMN OID RESTART WITH X;

SELECT MAX (OID) FROM DBO.IB_CONTENT_CATEGORY;
SELECT * FROM DBO.IB_CONTENT_CATEGORY ORDER BY CREATION_DATE DESC;

If the data display already according with the latest OID no need to run the below script

SELECT MAX (OID)+1 FROM DBO.IB_CONTENT_CATEGORY;
Note: X = value from select max+1 OID.
ALTER TABLE DBO.IB_CONTENT_CATEGORY ALTER COLUMN OID RESTART WITH X;

It is to avoid the duplicate error when inserting new data with existing data with the same auto increment primary key(OID).

Test Scenario: 1. Perform create category in Content > Payee.
2. Run i) SELECT * FROM DBO.IB_CONTENT_CATEGORY ORDER BY OID DESC;
ii) SELECT * FROM DBO.IB_CONTENT_CATEGORY ORDER BY CREATION_DATE DESC;
iii)SELECT * FROM DBO.IB_CONTENT_CATEGORY_ML ORDER BY OID DESC; in SIT database.
3. See if the data save according to the latest set starting number.

#7 Updated by Nurul Athira Abdul Rahim over 3 years ago

  • Status changed from Internal Testing to System Integration Test

send of SIT testing on 09/4/21

#8 Updated by Nurul Athira Abdul Rahim over 3 years ago

  • Status changed from System Integration Test to Pending UAT Deployment
  • Assignee changed from Nurul Athira Abdul Rahim to Nurul Hasnieza Bt Mohd Zamri

Tested and Passed on SIT (15/4/2021)

Kindly deploy the fixes to UAT environment.

Thank you

#9 Updated by Nurul Hasnieza Bt Mohd Zamri over 3 years ago

  • Status changed from Pending UAT Deployment to Code Review

#10 Updated by Nurul Hasnieza Bt Mohd Zamri over 3 years ago

  • Status changed from Code Review to System Integration Test

#11 Updated by Nurul Hasnieza Bt Mohd Zamri over 3 years ago

  • Status changed from System Integration Test to User Acceptance Test
  • Assignee changed from Nurul Hasnieza Bt Mohd Zamri to Nurul Athira Abdul Rahim

Hi Athira,
already run the script in uat database. Kindly proceed with UAT.

#12 Updated by Nurul Athira Abdul Rahim over 3 years ago

  • Due date changed from March 26, 2021 to May 05, 2021
  • Status changed from User Acceptance Test to Pending Prod Deployment
  • Assignee changed from Nurul Athira Abdul Rahim to Najmi Pasarudin
  • Start date changed from March 24, 2021 to May 03, 2021
  • % Done changed from 80 to 90

please prepare for pre prod deployment.

#13 Updated by Najmi Pasarudin over 3 years ago

  • Status changed from Pending Prod Deployment to Pending Review
  • Assignee changed from Najmi Pasarudin to Nurul Athira Abdul Rahim
  • % Done changed from 90 to 100

Production deployed on 07/05/2021

#14 Updated by Nurul Athira Abdul Rahim about 3 years ago

  • Status changed from Pending Review to Work Completed-End life cycle
  • Assignee changed from Nurul Athira Abdul Rahim to Zahir Abd Latif

Migration ID0033

Also available in: Atom PDF