Hello Guys..!
Issue :
while deploying SSRS report from visual studio getting error in Axapta 2012
"Dataset parameter must reference a valid report parameter".
Reason :
If you have a dataset parameter in your report that references the report parameter that you moved to the parameter group, you must update the dataset parameter reference or you will get an error that the Dataset parameter must reference a valid report parameter. The following steps describe how to update the reference to the report parameter.
Solution :
-> The default naming convention for a report parameter is [DatasetName]_[DatasetParameterName]. In Model Editor, expand the dataset that contains a reference to the report parameter that you added to the parameter group, and then select the dataset parameter.
-> In the Properties window, select the Report parameter drop-down list and then select the report parameter that you added to the parameter group.
For more information go through below link
https://technet.microsoft.com/en-us/library/gg731925.aspx
@Rahul Talasila
Issue :
while deploying SSRS report from visual studio getting error in Axapta 2012
"Dataset parameter must reference a valid report parameter".
Reason :
If you have a dataset parameter in your report that references the report parameter that you moved to the parameter group, you must update the dataset parameter reference or you will get an error that the Dataset parameter must reference a valid report parameter. The following steps describe how to update the reference to the report parameter.
Solution :
-> The default naming convention for a report parameter is [DatasetName]_[DatasetParameterName]. In Model Editor, expand the dataset that contains a reference to the report parameter that you added to the parameter group, and then select the dataset parameter.
-> In the Properties window, select the Report parameter drop-down list and then select the report parameter that you added to the parameter group.
For more information go through below link
https://technet.microsoft.com/en-us/library/gg731925.aspx
@Rahul Talasila
Great post! The explanation of why the “Dataset parameter must reference a valid report parameter” error occurs in AX 2012 and how to fix it is very clear and practical. Issues like these can be time-consuming if you don’t know where to look, so having a straightforward guide is really valuable. On a related note, I’ve also been exploring logging and monitoring tools, and comparisons like fluent bit vs promtail show how choosing the right tool can make troubleshooting and system management a lot smoother. Thanks again for sharing this useful fix!
ReplyDelete