The following four files are still admin "locked" by
Gary
and require override when he in fact has not been in the file for over 2 hours (at the time of this post, it has been over 20 hours).
I checked and found that there is no issue from code side. Might be Gary was used the application before 2 hours completed that's why his name was shown to those disputes.
I will keep monitoring this thing for few days. If you face same issue again then let us know.
Cc :
Martin
Notified 5 people
Paul Moon
Hi
Harsh
:
No, I checked with
Gary
before this message, and he wasn't editing any of them. This problem seems to occur whenever we deploy sprint items from staging.islg and app.islg if that gives you any other way to check.
I'll mark it complete for now, as I don't see the issue currently.
Paul
Notified 5 people
Paul Moon completed this to-do.
Paul Moon re-opened this to-do.
Paul Moon
Hi
Harsh
:
Please see the latest example below.
Gary
hasn't been in SC/0052 over 24 hours now.
Harsh
will provide me with a database script which I will be able to run whenever we encounter this issue again. This script will help us troubleshoot the issue further.
Please let us know in this thread when this issue occurs again.
Thanks, -Martin
Notified 5 people
Paul Moon
Hi
Martin
:
Right now, UN/0442/01 shows Gary is still editing it even though he finished step 2 Analyze: Data Capture 2 days ago server time. Could you look into this?
Séverine
: please wait until Martin investigates this document and do not admin override.
Thank you,
Paul
Notified 5 people
Martin Laporte,CTO
Hi
Paul
,
Harsh
has not yet provided me with the script I need to collect more details, so I will not be able to troubleshoot until tomorrow at best.
Are we able to leave the document as-is until tomorrow? If so,
Harsh
could also attempt to directly investigate the issue when he comes in the office in about 12 hours from now.
Thanks, -Martin
Notified 5 people
Séverine Beaudet,Senior Legal Content Manager
Understood Paul. I am reviewing another decision.
Séverine
Notified 5 people
Paul Moon
Hi
Martin
:
Yes, we can leave the document as-is until tomorrow, thanks.
Paul
👍
Notified 5 people
Harsh Parikh,Tech Lead
Hi
Martin
,
Following is the scrit which you checked on ISLGRebuildProduction Database.
Select ContentTypeDataMasterId, ContentTypeDataMAster.ModifiedOn, ViewerUserId, IsViewing, au.FirstName as UserName From ContentTypeDataMAster Left Join AdminUsers au on au.AdminUserId = ContentTypeDataMAster.ViewerUserId Where ContentTypeDataMasterId in (Select ContentTypeDataMasterId From ContentTypeData Where value = 'UN/0442/01')
You can replace UIN value which you need to check.
You need to Verify that Following columns should blank or null.
ViewerUserId
IsViewing
If columns will not blank/null then the ModifiedOn columnd datetime should be lesst then 2 hours.
if Modifiedon is more than 2 hours and still the ViewUserId column will not null then it is issue.
I hope you get all things. if no then you can ask me in skype.
Notified 5 people
Harsh Parikh,Tech Lead
Hi
Paul
,
We found the issue and it was in SQL Job query which is running every day. We have updated the query for Job and run the job manually by today.
Martin
will also set up that will get notification when Job will fail to run.
Notified 5 people
Martin Laporte,CTO
Hi
Harsh
and
Paul
,
The SQL job - which runs every 15 minutes - is now setup to send an email alert on failure.
Paul
: The issue should be fully resolved, and documents should now be released as expected moving forward.
The following four files are still admin "locked" by
After 2 hours, inactive (without active saving) UIN files should be released and not require other admin users to override.
Thanks,
Paul
Please investigate this issue as soon as you can, since the locks will probably still be there when you start your day.
I have created task https://dev.azure.com/tologix/ISLGRebuild/_workitems/edit/2386 to track this.
Thanks,
-Martin
I checked and found that there is no issue from code side. Might be Gary was used the application before 2 hours completed that's why his name was shown to those disputes.
I will keep monitoring this thing for few days. If you face same issue again then let us know.
Cc :
No, I checked with
I'll mark it complete for now, as I don't see the issue currently.
Paul
Please see the latest example below.
I had to override to make changes, but this shouldn't be happening anymore.
Thanks,
Paul
Please continue your investigation based on
I have re-opened https://dev.azure.com/tologix/ISLGRebuild/_workitems/edit/2386 and moved it under Unplanned issues of Sprint 28.
Thanks,
-Martin
Please let us know in this thread when this issue occurs again.
Thanks,
-Martin
Right now, UN/0442/01 shows Gary is still editing it even though he finished step 2 Analyze: Data Capture 2 days ago server time. Could you look into this?
Thank you,
Paul
Are we able to leave the document as-is until tomorrow? If so,
Thanks,
-Martin
Séverine
Yes, we can leave the document as-is until tomorrow, thanks.
Paul
Following is the scrit which you checked on ISLGRebuildProduction Database.
Select ContentTypeDataMasterId, ContentTypeDataMAster.ModifiedOn, ViewerUserId, IsViewing, au.FirstName as UserName
From ContentTypeDataMAster
Left Join AdminUsers au on au.AdminUserId = ContentTypeDataMAster.ViewerUserId
Where ContentTypeDataMasterId
in (Select ContentTypeDataMasterId From ContentTypeData Where value = 'UN/0442/01')
You can replace UIN value which you need to check.
You need to Verify that Following columns should blank or null.
if Modifiedon is more than 2 hours and still the ViewUserId column will not null then it is issue.
I hope you get all things. if no then you can ask me in skype.
We found the issue and it was in SQL Job query which is running every day. We have updated the query for Job and run the job manually by today.
The SQL job - which runs every 15 minutes - is now setup to send an email alert on failure.
Thanks,
-Martin
Thanks,
Paul