📚 SAP Business One SDK Help

LicenseServer Property
See Also 

Description

Deprecated in DI API 9.2 PL05.
Please use SLDServer instead.

The DI API will continue to support this property for backward compatibility.

The license server name and port for connecting to the company database. The value is in the format myServer:30000.

If no value is given, the default license server and port are used. If a server is given but no port is given, 30000 is used for the port.

Property type

Read-write property

Syntax

Visual Basic
Public Property LicenseServer() As String

Remarks

Previously, the default license for all clients was stored in the SLIC table of the SBO-COMMON database. From release 8.8, the default license file is stored in the b1-local-machine.xml file, which is located by default in c:\Program Files\SAP\SAP Business One DI API\Conf.

See Also