PackageInitializationDisabledApp<n>

String (user‑schema‑name,RootSchema‑application‑name)

Not specified

Purpose

When the PackageInitializationDisabledApp<n> parameter is defined, package initialization is disabled when the specified RootSchema application is run from the specified user schema on the node.

The <n> variable in the parameter name indicates a unique number; for example:

PackageInitializationDisabledApp1 = UnitTestSchema,JadeUnitTest
PackageInitializationDisabledApp2 = UnitTestSchema,JadeUnitTestRun

In this example, package initialization is disabled when either the JadeUnitTest application or the JadeUnitTestRun application is run in the UnitTestSchema schema.

Parameter is read when …

The application starts up on the node.

Hint

You can disable package initialization if the application does not require functionality from any packages imported by the user schema. This can reduce the startup time for the application.

2016.0.03 (Service Pack 2) and higher