Unable to Delete Dataspace After M25 Upgrade from M23 Despite Valid ACL and Legal Tag.
We are facing an issue while attempting to delete a dataspace that was originally created on M23 and later migrated to M25. Despite adding the necessary ACL record using the storage service, the deletion still fails. Following are the steps:
-
A dataspace named demo/volve was created on M23.
-
All OSDU services were migrated to M25 on our instance.
-
To address this, we created a record via the Storage Service for demo/volve with the required ACL and legal tag metadata. We created a record through storage service for demo/volve with ACL and legal tag infomation.
-
Post-migration, the dataspace demo/volve was not accessible, as M25 expects ACL and legal tag information to be associated with the dataspace.
-
After creating the record, the dataspace became accessible and functional in M25.
-
But deletion of dataspace is not working on demo/volve
PS C:\Users\risbansal\Downloads\SharedWithRishabh\SharedWithRishabh\Manifest jsons-NewMan> docker run -it --rm open-etp:ssl-client openETPServer space -S wss://${RDDMS_URL} -l --data-partition-id ${PARTITION} --auth bearer --jwt-token ${TOKEN} [2025-07-21 13:27:54.523] Info: CLT connect($1 on ~1, wss://it1752771425603.energy.azure.com/api/reservoir-ddms-etp/v2/) OK (1161.1ms)
Error: [EML - Emerson ETP-1.2 Client] SVR Thread(1) Session(20) Dataspace(24).DeleteDataspaces(4): Failed to unregister dataspace demo/Volve in entitlement service
The ACL and legal tag information used is valid and successfully enables dataspace creation and access in M25.