Table of Contents

OBIPS - Webcat Object Copying and Archiving

About

All about copying a webcat object (Generally an answer or a dashboard) from the same environment or to another.

To copy/paste an object, you can perform it in two different operations

Each of them will ask you to choose the copy properties (ie how do you want to copy)

Properties

ACL

The Paste ACL options are as follows:

Overwrite

The Paste Overwrite options in the Preferences dialog are as follows:

Catalog Manager Configuration

The two methods are configured through the preferences window:

Obiee Catalog Manager Preference

Operation

Archive/Unarchive

Archive/Unarchive operations is available:

Archive is like any other winzip tool but keep the permissions. It only archives the list of items specified.

It won't pull in reports/prompts/filters from another part of the catalog that are referenced by an item being archived.

Example with runcat on how to move the /shared dir:

runcat.sh -cmd archive -offline $CAT_PATH -outputFile $(pwd)/shared.catalog -folder /shared
# The command archiveContent can also archive only a subset
# runcat.cmd/runcat.sh -cmd archiveContent -inputFile c:\Temp\Archive.txt -offline c:\oraclebi\data\web\catalog\paint -outputFile c:\temp\shared.arc
runcat.sh -cmd unarchive -offline $CAT_PATH -inputFile $(pwd)/shared.catalog -folder / -acl preserve -overwrite force > unarchive_$(date -u +"%Y-%m-%d.%H:%M").log 2>&1

The timestamp and the permissions in this case will be preserved.

The timestamp are not the timestamp of the filesystem but of webcat. They are stored in the attr file. You need to refresh the webcat before viewing the new timestamp.

Copy

The copy options is available:

You can copy items from one catalog and paste them into another catalog. The mode in which the catalogs are opened makes no difference.

Example with catalog manager

You can also drag and drop. Note that drag and drop always makes a copy of the dragged items, even when performing a drag and drop within a single Catalog Manager.

Documentation / Reference