CMS Snapshot Analysis - Run Dynamic Link Manager - Fatal Error - Loading failed System.ArgumentException The parameter is incorrect

Description

This page provides a solution to counter the following error we get in “Run Dynamic Link Manager”

Loading failed: System.ArgumentException: The parameter is incorrect

Observed in CAST AIP

ReleaseYes/No
8.3.x
8.2.x

Observed on RDBMS

RDBMSYes/No
Oracle Server
Microsoft SQL Server
CSS3
CSS2

Step by Step Scenario

  1. Discover the source and deliver the app.
  2. Accept the delivery and run the analysis.
  3. Analysis crashes at the “Run Dynamic Link Manager” step.

Action Plan

This issue is due to location of CAST binaries in network location

DLM is an application written in .NET so it is dependent on the external assemblies.

So we should never keep the binaries location in network drive because it creates an issue while loading the dependent assemblies due to security issue.

So the solution to this issue is to

  1. Keep the CAST binaries in local drive. CAST recommends to keep the CAST binaries in local drive, see Install AIP Core
  2. If the above steps do not solve your issue report your problem to CAST Technical Support

Impact on Analysis Results and Dashboard

No impact on the dashboard.

Notes/comments

Related Pages