Warning
Helix documentation is moving from docs.bmc.com to docs.helixops.ai

Key pages will redirect to the new domain on May 26, 2026. However, some legacy documentation links will not be redirected. 

In-product help links might not work after migration as we transition and update them within the product.

For any queries, reach out to IX-Support@helixops.ai.

Updating remote path depot object locations


The way you execute the update_depot_object_remote_location script depends on your database platform.

To update remote depot path location references on Oracle

  1. In the file structure extracted from TSSA<version>-<platform>.zip, copy the script from the following location (to a directory from which you can access SQL*Plus):

    Location

    Script

    TSSA<version>-<platform>/files/configurations/
    db_scripts/oracle/utility/
    update_depot_object_location_remote_path/

    update_depot_object_location_remote_path.sql

    Important: You must add a forward slash / at the end of the script to complete the action.

  2. Change (cd) to the directory where you copied the scripts.
  3. Modify the update_depot_object_remote_location.sql script file to update old_server and new_server variables before executing the script to update remote depot object paths.

    sqlplus <user> / <password> @update_depot_object_location_remote_path.sql

To update file server references on SQL server

  1. In the file structure extracted from TSSA<version>-<platform>.zip, copy the scripts from the following locations to a directory from which you can access the sqlcmd utility:

    Location

    Scripts

    TSSA<version>-<platform>/files/configurations/
    db_scripts/sqlserver/utility/
    update_depot_object_location_remote_path/

    update_depot_object_location_remote_path.sql

  2. Change (cd) to the directory where you copied the scripts.
  3. Modify the update_depot_object_remote_location.sql file to update old_server and new_server variables before executing the script to update remote depot object paths.

    sqlcmd -s <sqlsrv host>[\<instance>] -U <user>
    -d <database> -i update_depot_object_location_remote_path.sql -o
    update_depot_object_location_remote_path.out

    Replace the variables with the following values:

    The [confluence_table-plus] macro is a standalone macro and it cannot be used inline.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Server Automation 24.4