cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to delete Explorer Workspace

Former Member
0 Kudos

I have an orphaned workspace in a folder which appears the universe has been deleted for it.

There's no listing in Explorer app to purge the reports out and no option in CMC to purge them and error PS20014 doesn't help.

Any ideas/steps I could take?

Much thanks.

BOBJ 4.1 - SP3

Accepted Solutions (0)

Answers (1)

Answers (1)

CdnConnection
Active Contributor
0 Kudos

Jayson,

      If the Universe has been delete and the current Info Space has issues in validating, you have TWO options:

  • Re-point to another Universe and remove all the objects and select on from NEW UNV
    • Then you should be able to delete
  • Other option is get the Objects ID and then delete from CMS using SQL

DELETE

FROM CMS_InfoObjects7

WHERE (ObjectID = ???)

Then run REPOSCAN in Repair mode to fix orphan records.

Regards,

Ajay