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
Release
Yes/No
8.3.x(tick)
8.2.x(tick)
Observed on RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS3(tick)
CSS2(tick)
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