If the PowerCenter repository is a versioned repository, it is possible to rollback changes to previous (checked-in) versions.
User gets an object (such as Mapping, Workflow or Transformation) deleted then it is no longer available through the GUI
but all versions are still in the repository.
To recover the last version if you deleted an object you can first check if the object is still checked out:
- Select in the PowerCenter Client menu Versioning > Find Checkouts...
- Locate the deleted object, verify if it is the deleted object and restore the object through right-click > Undo Checkout
If the deleted object was already checked-in, you can recover the object by using the Repository Managers Query tool:
- Open in the Repository Manager's menu Tools > Queries...
- Create a new query at least with the filter parameter 'Version Status' 'Is Equal To' 'Deleted'
- You can define the query more specific if needed or use an existing one.
- Run the query.
- Locate the deleted object, example, by sorting for Time Stamp.
- Right-click on the object and select View History
- In the resulting list you should see all versions of the object. The latest one is the deleted version.
- Select the latest deleted version.
- In the menu select Tools > Purge Object Version
- When you then select Ok from the following dialog the version gets removed from the repository
and the version before is active again.
0Awesome Comments!