Hi Savneel,
what problems do you run into with those old recordings? Maybe a publication isn't properly retracted.
Also Opencast 8 is long out of date, which means solutions we
suggest might not be supported by your version, and it might
contain bugs contributing to your problem.
If all else fails, you could scrub all that data from the different places (database, NFS share, then rebuilding the indexes), but it's easy to miss a spot. Better to get the standard delete behavior working. Then you could bulk delete by writing a small script to call the related rest endpoint.
Cheers,
Katrin
To unsubscribe from this group and stop receiving emails from it, send an email to users+un...@opencast.org.
-- ELAN e.V. Karlstr. 23 D-26123 Oldeburg elan-ev.de
Hi Savneel,
it blows up here:
User workflowCreator = userDirectoryService.loadUser(workflow.getCreatorName()); String workflowOrgId = workflowCreator.getOrganization().getId();
Awesome! :D
I'd still recommend upgrading to a currently supported version though, so you don't stumble over bugs that are already fixed.
Katrin