hdbsetup Utility Segmentation Fault During ODBC Configuration - Harvest SCM
search cancel

hdbsetup Utility Segmentation Fault During ODBC Configuration - Harvest SCM

book

Article ID: 448303

calendar_today

Updated On:

Products

CA Harvest Software Change Manager CA Harvest Software Change Manager - OpenMake Meister

Issue/Introduction

When upgrading to Harvest SCM v14.5.0 on Linux, the hdbsetup utility terminates with a segmentation fault (core dump) during the ODBC data source creation or configuration step. This occurs even when environment variables such as ORACLE_HOME and LD_LIBRARY_PATH are correctly configured.

Environment

  • Product: CA Harvest Software Change Manager
  • Release: 14.5.0
  • Platform: zLinux

Cause

This issue is caused by a memory management defect in the hdbsetup binary.

Resolution

Targeted Fix

This issue is confirmed and targeted to be fixed in a future release.

Workaround

A tentative fix (EFix) is available for version 14.5.0. Contact Broadcom Support and reference this article to request the patched hdbsetup binary.

After applying the fix, ensure the following configurations are in place if login issues persist:

  1. SQLNet Configuration: Modify $ORACLE_HOME/network/admin/sqlnet.ora to include:

    • SQLNET.AUTHENTICATION_SERVICES = (NONE)
    • SQLNET.ALLOWED_LOGON_VERSION_CLIENT = 11 (or appropriate version for the environment)
  2. Library Dependencies: Verify that all required libraries are present by running ldd against the binary in the /opt/CA/scm/lib directory: ldd hdbsetup

  3. ODBC Tracing: If further troubleshooting is required, enable ODBC tracing by adding the following to the [ODBC] section of odbcinst.ini:

    • Trace=1
    • TraceFile=[path_to_log]/odbctrace.out