Done
Details
Assignee
UnassignedUnassignedReporter
Tatsiana HryhoryevaTatsiana HryhoryevaPriority
P2Story Points
0Sprint
NoneDevelopment Team
EurekaFix versions
Release
Ramsons (R2 2024) Bug FixRCA Group
Not a bug anymoreTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Tatsiana Hryhoryeva
Tatsiana HryhoryevaPriority
Story Points
0
Sprint
None
Development Team
Eureka
Fix versions
Release
Ramsons (R2 2024) Bug Fix
RCA Group
Not a bug anymore
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created November 18, 2024 at 3:20 PM
Updated January 2, 2025 at 11:40 AM
Resolved December 20, 2024 at 9:47 AM
On Eureka ECS bugfest environment create User and assign the following affiliations/capabilities in Member tenant:
Bulk Edit: In app - Edit inventory records
Inventory: View, create, edit instances
Log in and switch affiliation to Member tenant as User
Go to “Bulk edit“ app
Select “Inventory-instances“
Select “Instances UUIDs“
Upload .csv file with local Instances UUIDs (with holdings, items) not suppressed from discovery
On Bulk edit form select “Suppress from discovery” > “Set true“ and check checkboxes “apply to all holdings”, “apply to all items”
Click “Confirm changes“ button
Click “Commit changes“ button
Expected result: Confirmation screen is displayed. Instances and their holdings, items updated successfully
Actual result: Part of Instances and their holdings, items updated successfully. Part of the records are not updated due to the following errors:
[401 Unauthorized] during [PUT] to [http://inventory/instances/e52f35df-cdfd-579a-ac23-a755e2f29a93] [InstanceClient#updateInstance(Instance,String)]: [{"errors":[{"type":"UnauthorizedException","code":"authorization_error","message":"Unauthorized"}],"total_records":1}]
[500 Internal Server Error] during [GET] to [http://inventory/items?query=holdingsRecordId%3D%3D357e00d0-d39e-5aaf-8273-fda1e17340ef&limit=2147483647] [ItemClient#getByQuery(String,int)]: [Holdings request (id==(357e00d0-d39e-5aaf-8273-fda1e17340ef)) failed 401: {"errors":[{"type":"UnauthorizedException","code":"authorization_error","message":"Unauthorized"}],"total_records":1}]
Additional information: also noticed on non-ECS Eureka environment while updatind Items in Bulk edit
Errors noticed in Central tenant
6abe174d-01fc-51b1-917e-dc54e3dd9821,[502 Bad Gateway] during [PUT] to [http://inventory/instances/6abe174d-01fc-51b1-917e-dc54e3dd9821] [InstanceClient#updateInstance(Instance,String)]: [<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
</body>
</html>
]
7b383bf2-ad1a-5d2a-b0cd-c5b543968eb3,[502 Bad Gateway] during [GET] to [http://inventory/items?query=holdingsRecordId%3D%3D614ddde5-c359-5d18-9a4f-c24dde207675&limit=2147483647] [ItemClient#getByQuery(String,int)]: [<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
</body>
</html>
]