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" 

SSRS Deployment Error

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.


Comments

  1. Thanks for the information. I had the same issue and this fix worked for me.

    ReplyDelete
  2. Thankyou for this blog, it really helped me fix my issue.

    ReplyDelete
  3. This 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

    ReplyDelete
    Replies
    1. Hi, 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.

      Delete
  4. Excellent. worked for me too.

    ReplyDelete
  5. i 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 ?

    ReplyDelete
    Replies
    1. Parament solution to this is to create a new Design of the report.

      Delete
    2. Create new Precision design and then copy all the element from the old design to new design.

      Delete
    3. The 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...

      Starts with:
      <ReportParametersLayout>

      Ends with:
      </ReportParametersLayout>

      Delete

Post a Comment

Popular posts from this blog

Simplifying the Connection of Your Dev VM to Tier 2 Environment in D365D

Increase Your Storage in Azure Dev VM to fix disk size issue while D365 F&O DB restore.