Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Finding the location of a rptdocument file from a Java event handler
ameehan
Hi there
I have a Java event handler that passes the .rptdocument path and file name to another application as a parameter. In BIRT 2.2 this path looked something like
...webappsbirt-viewerdocuments81684C307F0AD36F3482EBF19F2EBF8Ee5d82c50doc.rptdocument
This path could be inferred once the magic (e5d82c50) was identified as a hash (thanks Jason).
In BIRT 2.3.2 however this path has now changed to something like
...webappsbirt-viewerdocumentsBIRTDOCB79807205B2910678C436DD987BD747020090310_145123_960birt-viewerdoc.rptdocument
unfortunately the hash has changed to a time stamp with a magic number on the end :-(
I'm not keen to either have a specialised version of the web viewer, or to use the __document paramater.
Does anybody know of a reliable way to get the .document file for the current document from within a Java event handler?
Thanks
Andy
Find more posts tagged with
Comments
darved
Was there any resolution for this issue? I need access to this path.