Link Search Menu Expand Document

importConnectionLicense

Explanation Import the [connection license](). Download the [connection license certificate]() from the location indicated by the URL and register it in Biz / Browser.
The URL has nothing to do with the destination URLon the connection license certificate. The connection license certificate can be placed on any web server.
If a connection license with the same serial number as the connection license you are importing is already registered, the old one will be overwritten if the issue date is new, and an exception will be raised if the issue date is old.
Added from Ver.4.1.0 and Mobile Ver.2.0.0
Call format importConnectionLicense (URL)
Return value None
Arguments String URL URL to download the license certificate file
Exception CRS-394 The import URL is invalid
CRS-396 Connection to the designated server is restricted for security reasons
CRS-331 Communication error
CRS-396 The license certificate could not be recognized as a legitimate license
CRS-399 A newer license than the specified license certificate has already been registered
Example of use
if (! hasConnectionLicense ("http: // server")) {
    importConnectionLicense ("http://server/License.xml");
}
Related item hasConnectionLicense function