Hi there
OBIEE 12c 12.2.1.4
We want to move some user and shared folder from old catalog to the new one
Gui interface of catalog manager is not convenient for us
We have to move dozen and hundred objects at a time. We know their paths and folder names. So I think we need to use command line.
Help says
runcat.cmd/runcat.sh -cmd archive -folder <path{:path}> -folderFromFile <path of inclusion list file> -skipFolder <path{:path}>
-skipFolderFromFile <path of exclusion list file> [-noTimestamps] [-noPermissions] [-dontRecurse]
-[force]outputFile <output file>
( (-offline <path of catalog>) | (-online <OBIPS url> -credentials <credentials properties file>) )
But we don understand how to use these options
-path{:path} - means "/users/Smith:/users/John:" - right?
-skipFolder <path{:path}> - skip nested folders or..?
-skipFolderFromFile <path of exclusion list file> - like folderFromFile but skip nested folders?