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)
how to bypass loginscreen on iserver express
sonimanish
am using this link for viewing report in browser.<br />
<br />
<a class='bbc_url' href='
http://localhost:8900/iportal/executereport.do?__executablename=/PathToReport/ReportName.rptdesign&MyParam=ParamValue&invokesubmit=true'>http://localhost:8900/iportal/executereport.do?__executablename=/PathToReport/ReportName.rptdesign&MyParam=ParamValue&invokesubmit=true</a><br
/>
<br />
my problem is that when am trying to open link system redirect to login screen on iserver express.<br />
<br />
i want to bypass this screen by using some code in java or asp.net<br />
<br />
please help <br />
<br />
Thanks<br />
<br />
Manish soni<br />
<a href='mailto:' title='E-mail Link' class='bbc_email'>manuroshan2003@yahoo.in</a><br />
india
Find more posts tagged with
Comments
averma
Hi Manish,<br />
One option is to pass your login credentials in the url itself:<br />
.../executereport.do?&volume=volumename&userid=administrator&password=abcd<br />
The other option will be to provide your own security extension for single-sign on. Chapter 8 of this book provides an introduction to this approach:<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/documentation/Manuals10SP1/creating-custom-deployment-kit-apps.pdf'>http://www.birt-exchange.org/documentation/Manuals10SP1/creating-custom-deployment-kit-apps.pdf</a><br
/>
<br />
<br />
Ashwini
sonimanish
Thanks for prompt reply,
I am working in asp.net, trying to use BIRT report in my asp.net application.
Thanks for solutions.
i have one more doubt currently am using iserver express. and i dont wanna purchase it.
tell me how i can deploy my reports on Actuate java component.
Coz its free to use.
am using oracle database.
thanks
averma
Hi Manish,
Actuate Java Components use file-system based repository to store all BIRT designs, you can configure the root of this repository through the following parameter in web.xml:
STANDALONE_REPOSITORY_PATH
Both iServer Express and Actuate Java Components are commercial products and would require a license after the free evaluation period expires.
Since you are using ASP.NET, you could also use Actuate JSAPI for a tighter integration.
Ashwini