SSRS Report error "The parameter panel layout for this report contains more parameters than total cells available D365" Finance and Operation
Hi Friends,
Today, we will discuss the resolution for one of the report deployment issues i.e.
"The parameter panel layout for this report contains more parameters than total cells available D365"
To fix this issue, please follow the below steps.
Step 1: Open notepad with the Administrator account.
Step 2: Open the RDL file located within the Module folder in the K drive
Step 3: Seach for the "ReportParametersLayout" tag and remove the entire tag.
Step 3: Save the File. Open Visual Studio and deploy the report. You can also run the below command in Power Shell(Run power shell as admin) to deploy the report. (Replace with your model name which is in italic)
"K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module your_model_name -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”"
Please do comment and let me know if you were facing the same challenge and if this solution worked for you.
Keep watching this space for more blogs.
Thanks for the information. I had the same issue and this fix worked for me.
ReplyDeleteThankyou for this blog, it really helped me fix my issue.
ReplyDeleteThis error happnes in LIVe and we need to deploy chnages from dev to live to coorect this. Any idea how on live suddenly happens wihtout any chnage as yesterday it was working fine
ReplyDeleteHi, Sorry for delay in response. Did you found the solution ?. Is there any change in parameters of the the report?. This issue occur once you change the parameter(add or remove existing parameter) from the report.
DeleteExcellent. worked for me too.
ReplyDeletei try to remove the block, but then when i deploy back the report, it will generate new rdl file then when i check the block is there. how do i remove then ?
ReplyDeleteParament solution to this is to create a new Design of the report.
DeleteCreate new Precision design and then copy all the element from the old design to new design.
DeleteThe contents of the rdl file are encoded in the corresponding xml file for the report (K:\AosService\PackagesLocalDirectory\yourpackagename\yourmodelname\AxReport\yourreportname.xml). You can use Vikas's methodology to delete the ReportParametersLayout section from that xml file, it's just a little uglier to work with due to the encoding of the < and > characters...
DeleteStarts with:
<ReportParametersLayout>
Ends with:
</ReportParametersLayout>