BI Administration Tool in command mode

Some events / operations within the BI Administration Tool can be called from the command line, for example, provide an automated process together (Merge) more BI metadata repository. To run the BI Administration Tool in command mode, you call with parameter / command and path to file (CommandFile ) contains the commands you want to execute in BI AdminToolu. CommandFile is a text file, and each command in it that must be stored on a new line. Example:CommandFile me_prikazy.txt contains a list of commands: Hide New Nove_rep.rpd Save Exit command AdminTool.exe / command me_prikazy.txt Administration Tool runs in hidden mode establishes a new repository called Nove_rep.rpd, stores it and then exits. The commands that can be used in CommandFile include:










  • Open FileName [user [password]]
    - opens the online repository
  • New FileName
    - Creates new repository offline
  • Save
    - saves opened repository
  • SaveAs FileName
    - saves repository opened under new name
  • Close
    - closes opened repository
  • Exit
    - closes AdminTool
  • MessageBox [message]
    - displays messagebox with the text, the default message is "Siebel Analytics Administration Tool"
  • ImportRepository {online | offline} {FileName | DSNname} [user [password]]
    - initiates import from The Other repository
  • Project ImportRepositoryObject {| "Presentation Catalog" | User | "Security Group" | Variable {Name} | *} [True | False [True | False]]
    - Imports object (s) from The Other repository
  • ImportRepositoryExecute
    - executes the import of repository defined by previous calls it ImportRepository and ImportRepositoryExecute
  • Compare FileName [user [password [Outputfile]]]
    - Compares current repository with another repository
  • Merge FileName1 FileName2 [DecisionFile] [user1 [password1 [user2 [password2]]]]
    - merges repositories
  • ConsistencyCheck [outputFileName]
    - Global Consistency check
  • BusinessModelConsistencyCheck businessModelName [outputFileName]
    - Consistency check for one business model
  • CreateSubset NewRepositoryName MasterRepositoryName numberOfProjects Project1 [Project2 [project3 [...]]] [user [password]]
    - Creates and opens a multi-user repository subset
  • CheckinSubset ModifiedSubsetRepositoryName LockUserFullName [user [password]]
    - checks in ModifiedSubsetRepository into the master repository
  • Hide
    - hides AdminTool