Database analyzers are database-specific extensions required to add data sources to BizDataX Portal. They are distributed as NuGet packages.
The list of supported databases and their NuGet packages can be found here.
There are two ways to install the database analyzers:
Automatic: When installing BizDataX Portal you can select the desired versions of NuGet packages to download.
Manual:
Custom Analyzers
folder in BizDataX Portal install location. Default path is C:\Inetpub\BizDataXPortal\Custom Analyzers
..\nuget.exe install NUGETPACKAGENAME -Source https://nuget.bizdatax.com/nuget/ -Source nuget.org -OutputDirectory INSTALLLOCATION
.
For example, if you want to install DB2 database analyzer to default install location execute:
.\nuget.exe install Ekobit.BizDataX.Databases.DB2 -Source https://nuget.bizdatax.com/nuget/ -Source nuget.org -OutputDirectory "C:\Inetpub\BizDataXPortal\Custom Analyzers"
BizDataX Documentation © Built by Span. All rights reserved.