Description

When the Run Dynamic Link Manager is executed, the error "Loading failed: System.Exception: No connection profile called"XXX occurs. This page will explain how to solve such issues.

 

Observed in CAST AIP
Release
Yes/No
8.3.x(tick)
8.2.x (tick) 
8.1.x (tick) 
8.0.x  (tick) 
7.3.x (tick)
Observed on RDBMS
RDBMS
Yes/No
Oracle Server (tick)
Microsoft SQL Server (tick)
CSS3(tick)
CSS2 (tick)
Step by Step Scenario
  1. Create the DLM Filter Rule as described in the page CMS - Dynamic Link Manager filter rules
  2. Run the Analysis or Execute the DynamicLinks rule by using the DynamicLinks.CLI.exe as described in the DLM documentation : CMS - CAST Management Studio - How To > CMS - Dynamic Link Manager filter rules | Command line section
  3. The DLM is failing.
  4. Open the DLM log file that is located in the Dynamic Link Log Path.
  5. The above error is displayed.
Action Plan
  1. In the CAST Installation folder, open the CastGlobalSettings.ini file. 
    1. Check if the options CAST_ALL_USERS_PATH and CAST_CURRENT_USER_WORK_PATH do not have the following statement in their path : $CAST_MAJOR_VERSION$.$CAST_MINOR_VERSION$
    2. If there is the statement $CAST_MAJOR_VERSION$.$CAST_MINOR_VERSION$, replace it by the version of CAST AIP. For instance, if you are using CAST AIP 8.2.x, replace $CAST_MAJOR_VERSION$.$CAST_MINOR_VERSION$ by 8.2 :



    3. Execute the Run Dynamic Link Manager rule either by running the Analysis again or by run the DLM Command line.

  2. If the CastGlobalSettings.ini file is correctly set without the $CAST_MAJOR_VERSION$.$CAST_MINOR_VERSION$ statement then, check if the cw.bin file is located in the same folder than the DynamicLinks.CLI.exe. If it is not located in the same folder, this is an installation issue.
    1. Either you retrieve this cw.bin file from another CAST Installation folder having the same CAST AIP version.
    2. Or you uninstall the installed CAST AIP version, and install it again. 
    3. Run Dynamic Link Manager rule either by running the Analysis again or by run the DLM Command line.
Impact on Analysis Results and Dashboard

Impact of issue: The snapshot will fail with the error.
Impact after applying solution: The snapshot will be successful.

Notes/comments
 
Related Pages