最新消息:ww12345678 的部落格重装上线,希望大家继续支持。

Microsoft Dynamics ax 2012 运行报表报“XXX参数缺少值”错误的解决方案

AX 2012 William 3372浏览 0评论

A Microsoft Dynamics AX 2012 report with a new parameter added to the contract may fail with the following error:

ax2012_ParamMissingValue

The ‘ParameterName’ parameter is missing a value,中文错误提示:”XXX” 参数缺少值。

For example:

The ‘SalesPackingSlipHeaderDS_FromDate’ parameter is missing a value

 

This error is thrown because no value is provided for the parameter in the contract while it is required. To make the parameter optional the following properties of the parameter need to be set to True:

Allow Blank True

Nullable True

These properties are set to False by default when they are first created in Visual Studio. New parameters may be also created when a dataset of a standard report is refreshed. We have seen this with reports modified in Cumulative Update 3 where new parameters were added to some contracts. Since they are also created with the default settings they need to be modified manually to be treated as optional parameters.

 

In a few cases, however, we observed that modifications to these properties are not populated to the report server as expected. It may be related to some caching issue. One of the following methods may help to resolve it:

 

  • Method I.

Force the update of the properties by renaming the parameter

  1. Open the report for editing in Visual Studio.
  2. Expand the Parameters node and rename the affected parameter to ParameterName1.
  3. Set Allow Blank and Nullable to True if not already set.
  4. Deploy the report.
  5. Rename the parameter back to ParameterName.
  6. Deploy the report.

 

  • Method II.

Recreate the parameter in Visual Studio and set the properties as required before deploying the report

  1. In AOT, expand the SSRS Reports node, expand the Reports node and locate the report.
  2. Right click on the report and select Delete. This will remove all customizations to the report from the current model/layer so make sure you create a backup if you think you might want to return to them.
  3. Right click on the report and select Deploy element. You should now be at the point where you did not receive this error.
  4. Open the report for editing in Visual Studio and refresh the dataset. The parameter will be created under the Parameters node. Do not deploy the report at this point.
  5. Set Allow Blank and Nullable to True.
  6. Deploy the report.

 

  • Method III.

Modify the properties of the parameter editing the report in the Reporting Services Report Manager

 

  1. Open the report for editing in Visual Studio.
  2. Expand the Parameters node and locate the affected parameter.
  3. Set Allow Blank and Nullable to True if not already set.
  4. Deploy the report.
  5. Open Reporting Services Report Manager, in the Parameters properties page of the report, verify that Has default and Null check boxes are selected for the affected parameter.
  6. Press Apply to save any changes.

 

author: Jolanta Malkowska

editor: Jolanta Malkowska, Czesława Langowska Vliegen

转载请注明:ww12345678 的部落格 | AX Helper » Microsoft Dynamics ax 2012 运行报表报“XXX参数缺少值”错误的解决方案

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址