I updated the scheduling options in Step 7 of a data-driven subscription. The subscription did not execute at the specified time - no error message was displayed. When I clicked "Edit", the following message appears:
"The value provided for the StartDateTime field is not valid for its type. It cannot be converted from a string value to the type that is required. (rsElementTypeMismatch)"
I have since run the subscription directly from its SQL Agent job. The dates and times in the job are valid.
Searching on "rsElementTypeMismatch" has not proven useful - I have reviewed most MSDN pages, MSSQLTIPS, etc. related to this error but they do not allow me to edit the actual subscription.
StartDateTime does not exist within the report, datasets or underlying SQL code. Nor can I find it as a column within the ReportServer tables.
Any suggestions on some useful info related to "rsElementTypeMismatch" or the error in general would be greatly appreciated.
Using SSRS 2008 R2.
Thank you