When a replet object is created from a template, the template is used to build a ReportSheet object. The normal processing is then performed on the report object. If any queries are bound to report elements, the queries are executed and the results used in the report as element contents. The template-based replet can be accessed from the viewer like regular replets.
In order for the report engine to find the query definitions, the query and data source registries must be properly configured. The registry file locations must be specified in the Enterprise Manager. If the queries need any additional classes, such as the client-side EJB classes for EJB data sources, the classes must be accessible by the repository server.
If started from the Enterprise Manager, the port number of the server URL is accepted as the initial port. If a CORBA data source is used, any ORB initialization parameters, such as naming services port, need to be passed to the repository, so that if the repository is started from a command line, the CORBA parameters can be passed in as command line parameters e.g.
java inetsoft.sree.corba.RepositoryServer –ORBInitialPort 1050 …