Hello myDBR Team,
I'm trying to access a report by URL, according to http://mydbr.com/doc/content/manage.directurl.html.
Assuming reportID is 34
report folder is 1
and url hash seed is 'secret'
I got an sha1 value of 731694115dc5966f43345ba0f3824e81c9b23fe3.
This one is actually working.
The stored procedure has one parameter (someName varchar(30))
This one I wanted to incorporate into the hash.
Assuming reportID is 34
report folder is 1
and url hash seed is 'secret'
and someName is 'name'
then the string should be
34m1p1namesecret (or is it something else indeed?) resulting in the sha1 value '642a98a02f4390fff32929e4e837db5d6eb27b9e'
Here got the error message: "Report security hash does not match. Report execution aborted."
when opening report: report.php?r=34&m=1&h=642a98a02f4390fff32929e4e837db5d6eb27b9e
Whats wrong here?
Regards