In the context of the BizDataX Portal, NuGet packages are database analyzers.
There are two ways to install the database analyzers:
Automatic:
Database analyzers are installed during the installation of the BizDataX Portal, by selecting the appropriate NuGet packages source and the appropriate version of the required type of analyzer, which corresponds to the type of data source to be worked on.
Figure 1: One of the installation steps in the BizDataXPortal installation process
Default location where the installed database analyzers are stored is C:\Inetpub\BizDataXPortal\Custom Analyzers
.
Manual:
Option 1)
Custom Analyzers
folder in the 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"
Option 2)
By unpacking one or more .nupkg
files obtained from the BizDataX support team, depending on the number of analyzer types that need to be installed or updated; to a default location: C:\Inetpub\BizDataXPortal\Custom Analyzers
. Only one version of a particular database analyzer can be in that location.
BizDataX Documentation © Built by Span. All rights reserved.