Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

...

Info

This setting is valid only for instances running on IBM i.

Specifies the IBM i Connector library to be used by the instance. The version of the Connector library must match that of the Node.js components.

This setting is automatically populated based on the answers to installation questions/prompts when the config.js file is created for the first time during a fresh installation. For upgrade installations, the installation process determines what library to upgrade, if any, by reading this setting.

If this setting is not specified, the instance will use library PROFOUNDJS by default.

Example:

Code Block
languagejs
connectorLibrary: "MYPJSCONN"

...