Hi, I refer Tutorial 30: Integrating Oracle Reports into Formspider using htmlRenderer component – 2 to test a report(report 6i) output, but I got a message -> Report file could not be created. How to solve the problem?? Tks/Ron Lee |
Hi Ron, The "Report file could not be created" message appears when the value one of the Oracle Reports parameter(reportCommand, databaseTNSName, databaseUsername, databasePassword, fileDirectory, tempDirectory) that you define in your web.xml file is not correct. It can also appear if the value of the rep_name parameter that you set while building the report URL in the PL/SQL code is not correct or if a report file with the given name does not exist under the fileDirectory that you have defined in the web.xml. Hope this helps, Ibrahim |