Prerequisites
IBM i configuration
REQUIREMENTS
- User name and associated password
- Licence library
- Valid NTi licence key
- Configured TCP/IP interface accessible via .NET client
- TCP services DATABASE, RMTCMD and SIGNON started
- Default or known *DATABASE, *RMTCMD and *SIGNON service ports
By default, NTi looks for the licence in the KNTI dedicated library. You can choose to use another library. To do this, specify the
LicenseLibrary
connection property (keywordlicense library
in the connection string)._
OPTIONAL
- SSL Configured
- SRVMAP** service started if the DATABASE, RMTCMD and SIGNON service ports are unknown.
- Default *SRVMAP service port (449) or known
.NET client configuration
REQUIREMENTS
- .NET in a compatible version (see below)
- TCP/IP interface to IBM i partition
- Internet connection for the initial restoration of the NuGet package
- Architecture and platform supported by .NET
OPTIONAL
- .NET editor: Microsoft Visual Studio, etc...
.NET versions compatible with NTi
NTi is compatible with the following versions of .NET:
- .net framework 4.7
- .net framework 4.7.1
- .net framework 4.7.2
- .net framework 4.8
- .net framework 4.8.1
- .net core 3.1
- .net standard 2.1
- .net 6.0
- .net 5.0
- .net 7.0
- .net 8.0
- .net core 3.0
- .net 5.0
- mono
- .net 9.0
Other versions are supported by transitivation between versions.
The following workload tags are supported:
- android
- macos
- tvos
- ios
- maccatalyst
- windows
- browser
- tizen
- xamarin
- watchos