Hello Need your help. I have an oracle report test.rdf. I configure my web.xml file AS:
Then my procedure to run report is:
On my formspider Application when I press button to call the previous procedure and run my report I have a the following message : The server have refused the connection please could you help me? |
Hi, If you are having problem with the internal Formspider Servlet, you don't really have to use it to show reports. If you can successfully run a report using a different URL of an Oracle Reports installation then you can use that URL. As mentioned in this thread we are planning to deprecate this feature. Is this an option for you? Kind Regards, But I cannot successfully run my report. so I would like to know what is wrong in my code
(07 Sep '15, 05:28)
mekueko
Hi, I understand. No problem. I am trying to make sure if this is a problem worth solving because I don't want to hold you up or waste your valuable time. If you can move forward using an external Oracle Reports installation, I think we don't need to spend any effort in solving this issue because we will deprecate this feature anyway. Kind Regards,
(07 Sep '15, 05:34)
Yalim Gerger ♦♦
Hello Excuse me to come back about the above issue. I don't understand your proposed solution(using an external Oracle Reports installation) . Please could you describe with an example? Thanks
(13 Sep '15, 18:57)
mekueko
Hi, Do you have an Oracle Reports Server running in your environment? Can you open a report from this reports server in a browser? If your answer is yes to both questions, you can use the URL you use to see the report in the browser, to call the report from Formspider using the api_application.run API. You can also set the URL of the Formspider HTML Renderer Component to this URL. api_component.seturl('mainPanel.renderer', [Your Report URL]); In other words, the report does not have to be created by Formspider. As long as there is a URL pointing to the report you can show it in Formspider or open it from Formspider. Hope this helps. Kind Regards,
(15 Sep '15, 11:22)
Yalim Gerger ♦♦
|