Problem Description

While running .NET analysis you get the below type of warnings in your analysis log:

2019-06-06 17:52:03.475443 Warning MODULMSG ; Job execution A value of the string property 'parameter type' has been truncated to its maximal length (255). The value before truncation is 'App_18086.Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'. This occurred while processing object '<no information on object ID `1073741976'>'

Observed in CAST Extension Version


Release

Yes/No

1.0(tick) 
Observed in RDBMS

RDBMS

Yes/No

Oracle Server(tick) 
Microsoft SQL Server(tick) 
CSS3(tick) 
CSS2(tick) 
Step by Step Scenario
  1. Package the source code
  2. Accept the delivery set as current version
  3. Run the analysis
Action Plan
  1. Open the analysis log and check the warning.
  2. The warning is coming due to fact that the object name is greater than 255 chars and analyzer is not able to save the object whose size is more than 255 chars. There is no impact on the analysis result as the object will be saved in Knowledge base but will be truncated after 255 chars.
  3. If you see that the object is not saved , then contact CAST Technical Support. with the Relevant Input for reproduction of the issue
Notes/comments

No impact on the analysis result due to these warnings.

Ticket #18086

Related Pages