“Error retrieving parameter set for [report name].”

Just after our V11 upgrade I'm getting this error on a couple of reports.  Has something changed with Tessitura control group security that I've missed or forgotten about?  The parameter in common to the reports having this error involves pulling a list of post_nos and checks against VRS_BATCH_TYPE.  The parameter pull downs are fine in the client, but I observe that selecting directly against that table as dbo returns no results: perhaps the initial pull of data happens in the context of the client user, but then immediately control is passed over to ImpUser or the like, and ImpUser no longer has access to those rows in TR_BATCH_TYPE?

Any clues or suggestions would be appreciated,

Gawain

Parents Reply
  • Sorry Ryan,  Karen actually helped me fix this on TASK, and I've been so overwhelmed with other post-V11-upgrade tinkering I forgot to write the coda here.

    Turns out we were being a little to clever in the report setup.  There was basically one report/stored procedure, but it could take either a set of batch numbers or a single posting number.  We used the same view to generate entries for either menu, but in the latter (posting) menu, we had incorporated a "Group By post_no" into the "Where" column of the report setup in order to not have large numbers of repeated posting numbers.

    That apparently worked fine in V10 (or maybe SQL 2000?), but doesn't work now.  I build a new view geared towards presenting posting numbers, eliminated the "Group By" from the "Where" column, and everything worked fine.

    Actually, that's a lie, I'm still trying to get the report to provide the right data, but the report runs, and that's a start....

    Thanks,

    Gawain

Children
No Data