Search the Wiki

Viewing 52 to 54 of 408 items

How To…Register Report Server

Question “How can I programmatically register my report server with ReportBuilder Services?” Solution RB Server Edition includes a windows service called ReportBuilder Services. ReportBuilder Services can host your report server. For details see RBServer\Windows Services\ReadMe.doc. This example shows how to programmatically register a report server with ReportBuilder Services. Download:  RegisterReportServer.zip Sample Delphi code: uses rsWinServiceController;  Full Article…

0

How To…Handle Exceptions

Question “How can I handle exceptions on the Server?” Solution RB Server automatically handles many common exceptions and sends an error message to the client for display. Unhandled exceptions result in a fatal exception error – the server shuts down and tries to restart itself. You can add exception handling to yoru custom code by trapping exceptions  Full Article…

0

How To…Create a Windows Service

Question “How can I run my report server as a Windows Service?” Solution RB Server Edition includes a windows service called ReportBuilder Services. ReportBuilder Services can host your report server. For details see RBServer\Windows Services\ReadMe.doc. A second solution is to create a custom windows service. This is the approach we recommend when multiple report servers  Full Article…

0