Siebel Reports Administration Guide > Reports Development Environment > About the Siebel Reports Development Environment >

Siebel Reports Directory Structure


Actuate files in the Siebel environment reside in the following subdirectories of the Siebel development directories:

  • Executables Directory. \Siebdev\REPORTS. Report executables (ROX files) must appear in this directory to run. In the typical installation, this is C:\Program Files\Siebel\8.x\Tools\REPORTS. If multiple languages are supported, a separate subdirectory of \REPORTS is provided for each and is identified by its language code, such as \Siebdev\REPORTS\DEU or \Siebdev\REPORTS\FRA.
  • Development Directory. \Siebdev\RPTSRC. \RPTSRC is the development directory; it holds ROD and ROL files. In the typical installation, this is C:\Program Files\Siebel\8.x\Tools\RPTSRC. It is divided into subdirectories by language. Place new reports that you create in the \language_code subdirectory. Each language subdirectory is further divided into \STANDARD and \LIB, such as \Siebdev\RPTSRC\ENU\STANDARD and \Siebdev\RPTSRC\ENU\LIB.
  • Standard Reports Directory. \Siebdev\RPTSRC\STANDARD. An example is C:\Program Files\Siebel\8.x\Tools\RPTSRC\STANDARD. This subdirectory is where the design files for the standard reports are located. Do not place customer reports in this directory, create a subdirectory called \custom or something similar.
  • Libraries Directory. \Siebdev\RPTSRC\LIB. An example is C:\Program Files\Siebel\8.x\Tools\RPTSRC\LIB. The datastream (source data definition) files are located in this directory. These are generated from within Siebel Tools. This folder also contains the library files that are used by Siebel reports, such as sssiebel.rol, sscustom.rol, and so on. As with Standard reports, do not place custom reports in this directory, create a subdirectory called \custom or something similar.

You develop the ROD file in the standard reports directory or the development directory, depending on whether you are modifying a standard report or creating a new report. You compile the finished design in Actuate e.Report Designer Professional and move the resulting ROX file to the executables directory. Initially, you would deploy the ROX file on your own computer for testing. When it is ready to be deployed, the ROX files goes to the appropriate folder on the iServer report encyclopedia volume.

For more information about language directories, such as ENU, see About Language Extensions.

Siebel Reports Administration Guide Copyright © 2009, Oracle and/or its affiliates. All rights reserved. Legal Notices.