Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MHR Ownership Production data issue at BCA #18098

Closed
lbergero819 opened this issue Oct 5, 2023 · 8 comments
Closed

MHR Ownership Production data issue at BCA #18098

lbergero819 opened this issue Oct 5, 2023 · 8 comments
Assignees
Labels

Comments

@lbergero819
Copy link

This morning BCA referred ownership data issues, there seems to be 2 different issues, first with the owner-sequence number being duplicated and second issue is the owner group number also being duplicated (is that related to ticket 18043?)

below is what has been reported by BCA:
In addition to the usual owner records with incorrect OWNER_SEQUENCE_NO (where the 2nd owner SHOULD have a different OWNER_SEQUENCE_NO):
107962 00483494 C 001 001 F B 2506742396 V0E 1N2 SILVER DEW HARDWOODS LTD. PETER IAN PELTON 420 RICHIE RD CLEARWATER BC CA <-- inserted
107962 00483494 C 001 001 F B 2506747076 V0E 1N1 KIJA HOLDINGS LTD. TODD PHILLIPS 444 RICHIE RD CLEARWATER BC CLEARWATER BC CA <-- rejected

107962 00483496 P 001 001 H B 2506742396 V0E 1N2 SILVER DEW HARDWOODS LTD. PETER IAN PELTON 420 RICHIE RD CLEARWATER BC CA <-- inserted
107962 00483496 P 001 001 H B 2506747076 V0E 1N1 KIJA HOLDINGS LTD. TODD PHILLIPS 444 RICHIE RD CLEARWATER BC CLEARWATER BC CA <-- rejected

107962 00550062 C 001 001 F B 2506742396 V0E 1N2 SILVER DEW HARDWOODS LTD. PETER IAN PELTON 420 RICHIE RD CLEARWATER BC CA <-- inserted
107962 00550062 C 001 001 F B 2506747076 V0E 1N1 KIJA HOLDINGS LTD. TODD PHILLIPS 444 RICHIE RD CLEARWATER BC CLEARWATER BC CA <-- rejected

there's are now also duplicate records for owner groups. See below:
107962 00483494 C 001 000 E TC UNDIVIDED 1/2 <-- inserted
107962 00483494 C 001 000 E TC UNDIVIDED 1/2 <-- rejected

107962 00483496 P 001 000 G TC UNDIVIDED 1/2 <-- inserted
107962 00483496 P 001 000 G TC UNDIVIDED 1/2 <-- rejected

107962 00550062 C 001 000 E TC UNDIVIDED 1/2 <-- inserted
107962 00550062 C 001 000 E TC UNDIVIDED 1/2 <-- rejected

@doug-lovett
Copy link
Collaborator

@lbergero819 @mstanton1 assets ticket 18043 now in PROD addresses future owngroup table grpseqno values with a tenants in common scenario. I have applied a data fix to the 101 registration for MHR 107962 owngroup table second group grpseqno, changing it from 1 to 2:
update amhrpdb.owngroup
set grpseqno = 2
where manhomid = 550091
and regdocid = '63502788'
and owngrpid = 2
;
which fixes:
107962 00550062 C 001 000 E TC UNDIVIDED 1/2 <-- rejected

In the above BCA data, the second number is the document registration number. 00483496 and 00483494 are registrations created in the legacy system, so I am ignoring those.

For the owner records created in MHR with document registration number 00550062:
107962 00550062 C 001 001 F B 2506742396 V0E 1N2 SILVER DEW HARDWOODS LTD. PETER IAN PELTON 420 RICHIE RD CLEARWATER BC CA <-- inserted
107962 00550062 C 001 001 F B 2506747076 V0E 1N1 KIJA HOLDINGS LTD. TODD PHILLIPS 444 RICHIE RD CLEARWATER BC CLEARWATER BC CA <-- rejected

Comparing the owner record from an existing tenants in common registration, the values in the owner record are correct. I think the extract owner record is using the owngroup.grpseqno which is now fixed.

@doug-lovett
Copy link
Collaborator

doug-lovett commented Oct 5, 2023

DB2 PROD 107962 101 registration owner record info:
Private Zenhub Image

Example of existing 101 tenants in common owner information:
Private Zenhub Image

The owngrpid, ownerid, and ownseqno values match.

@lbergero819
Copy link
Author

lbergero819 commented Oct 5, 2023 via email

@doug-lovett
Copy link
Collaborator

@lbergero819
To answer your questions.

  1. I don't know but it may be a cascading issue. The original registration owner group/owner record load failed, so subsequent change registration loads failed. I have no insight into the BCA load process.
    2,3 I am not sure what the difference is between these questions. There has only been 1 tenants in common registration in the modernized system for MHR 107962, so no further data fixes are needed.

@lbergero819
Copy link
Author

lbergero819 commented Oct 6, 2023 via email

@mstanton1
Copy link
Collaborator

@lbergero819 can this be closed? Have you reached out to BCA to confirm all is well on their side.

For future ops issues can you please log those tickets on the ops board: https://app.zenhub.com/workspaces/ops-60f8556e05d25b0011468870/board?

@lbergero819
Copy link
Author

lbergero819 commented Oct 6, 2023 via email

@lbergero819
Copy link
Author

On October 6, BCA has been advised that we have made a fix to prevent further similar issues, and since then they did not report any other case, so this can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants