open bi server is based on ASP.NET Core and includes:
- CMS with HtmlItems or Blazor Components
- BI functions and connections to various datasources
- Batch Job handling
- Plugin system to dynamically extend functionallities
Minimum system requirements
The following minimum requirements should be met.
Hardware:
- OS: Windows Server 2012 R2 x64 or higher
- CPU: Dual Core
- RAM: 4 GB
- Disk: 30 GB
Software:
- Microsoft SQL Server LocalDB (included in installer)
- ASP.NET Core Hosting Bundle (included in installer)
- Visual C++ Redistributable 2013 x64 (only required when connecting to SAP BW via BI directly)
The actual system requirements depend on the scenario you choose.
open bi server minimum .NET versions
open bi server | .NET |
---|---|
4.3.x | .NET 9 |
4.2.x | .NET 8 |
4.1.x | .NET 7 |
4.x | .NET 6 |
3.x | .NET Framework 4.6.1 |
2.x | .NET Framework 4.5.1 |
Release Notes
https://openbi.info/docs/releasenotes
Roadmap
https://openbi.info/docs/roadmap
Default Usergroups
Permissions can be given by assigning special user groups to users and organisations, which will be inherited by the assigned users.
Usergroup | Description |
---|---|
Administrators | Can create / edit and delete everything. |
Connection Administrators | Can create / edit and delete connection templates. |
Content Administrators | Can do all the things User, Role and Entity Administrators can do. |
User Administrators | Can create / edit and delete users, organisations and usergroups. |
Role Administrators | Can create / edit and delete roles and role content. |
Entity Administrators | Can create / edit and delete custom base entities and entities. |
Portal Administrators | Can create / edit blogs and html templates. |
Batch Job Administrators | Can create / edit batch jobs. |
Monitoring Administrators | Can access monitoring endpoints over the configuration port. |