When you see this error "Parameter
FormLetterRecordId does not exist on this Report" when trying to open an SSRS Report then you should check the corresponding TMP Tables for the Report. These DataProvider tables are normally temp tables and should not contain data. In my case
in the VendInvoiceDocumentTMP where still two records left which created this message. Deleting these records solved
the Problem for me ;)
No comments:
Post a Comment