Symptoms
When installing a package using the UNIX agent (e.g. AIX, HP-UX) a large number of core dump files are created containing text such as:
CORE FILE NAME
/var/opt/managesoft/launcher/cache/Launcher/core
PROGRAM NAME
ndlaunch
STACK EXECUTION DISABLED
/var/opt/managesoft/launcher/cache/Launcher/core
PROGRAM NAME
ndlaunch
STACK EXECUTION DISABLED
Cause
This is caused by a defect occurring in the byte-level differencing implementation
Workaround
A work around for this problem would be to turn the byte-level differencing off for the upgrade package by setting the "Byte-level differencing" option to "No" for all files in the package.
For EDS versions prior to RMS 10.0:
-
Find the package in Software Library
-
Edit this package (right-click and “Edit”)
-
In the Packaging node select the “Files”, “All Files” and “Install Folder”
-
For each file here and in the “lib” folder open the properties of the file, select the “Advanced” tab and alter the Apply dynamic byte-level differencing for this file?” to “No” where required (those which are “Yes” or “Use default settings”).
-
Re-pack and re-distribute the updated package to the deployment locations
For later versions:
-
Find the package in Software Library
-
Edit this package (right-click and "Edit...")
-
In the "resources" tab select the "files" section and open the "Install folder"
-
For each file here and in the "lib" folder open the properties of the file, select the "general" tab and alter "Byte-level differencing" to "No" where required (those which are "Yes" or "Auto").
-
Re-pack and re-distribute the updated package to the deployment locations
You can check that the .ndp file in the Repository has all "byteLevelDiff = false" rather than equal to "auto".
Comments