SSRS - Given Key Not Present in the Dictionary

Hello Everyone,

I have just  copied a bunch of ssrs reports from live to test in order to make sure they will run within 12.5.  I am receiving this Given Key Not Present in the Dictionary error on quite a few of them.  The one I am looking  at now runs fine in BIDS and within the report manager, but from within Tessitura receiving the Given Key not Present error.  Help is appreciated, thank you!

Sheila

 

Parents Reply Children
  • Hi Jenny,

    Ours turned out to be an html rendering issue, which we fixed in ssrs by hiding the parameters.

    When you expand the error details, check the first 5 lines after 'inner exception.' If it looks like this, it's probably the same issue we had:

    Normal 0 false false false EN-US X-NONE X-NONE at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
    at Microsoft.Reporting.WebForms.ParametersArea.RenderOneParameter(HtmlTextWriter writer, BaseParameterInputControl control)
    at Microsoft.Reporting.WebForms.ParametersArea.RenderParameterControls(HtmlTextWriter writer)
    at Microsoft.Reporting.WebForms.ParametersArea.RenderChildren(HtmlTextWriter writer)
    at Microsoft.Reporting.WebForms.ParametersArea.Render(HtmlTextWriter writer)

     

    Cheers,

    Rachel

  • YES!  That did it.  Thanks, Rachel!