Prerequisites for the Business Logic Tier (BLT) server
- Last UpdatedApr 08, 2026
- 1 minute read
The Developer scenarios are created with the assumption that an example of the Business Logic Tier (BLT) component will be created and hosted by the RealTime service, but BLT components may be implemented for other services, such as Common, Historical, or Inter-System Publish/Subscribe (ISPS).
To test the code examples in these scenarios, you must stop the RealTime service, compile, and then re-start the RealTime service.
The DALBLTTestClient application is used to check the execution results of the proposed BLT components.
Before using the BLT client, ensure the following is true:
- Visual Studio is installed.
- The workspace is configured for building DNA applications.
- You have access to the following files:
- %DNAInstallRoot%\RealTime\bin\OASySDNA.Common.dll
- %DNAInstallRoot%\RealTime\bin\OASySDNA.Common.BLTBase.dll
- %DNAInstallRoot%\RealTime\bin\OASySDNA.Common.BLTServer.dll
- The new Business Logic Tier (BLT) component is configured under the %DNADataRoot%\RealTime\config\BLT folder.
For example configurations, refer to the %DNAInstallRoot%\RealTime\config\BLT\RealTime.json file.