RTC BIRT Report throwing exception for flat file data source.
One answer
It seems that you have hardcoded path to csv files in data source.
Please check whether you have any data in C:\Users\IBM_ADMIN\workspace-4.0.2\XLSDataSourceProject on your server.
Also please check permissions to that directory on the server.
Let us know if that helps.
Comments
Hi Krzysztof,
Thanks for your help.
The exact case is as follows:
Customer wants a report that merges data from two sources namely the jazz data & the csv data. Customer is working on the report from his client machine.
On the client machine, he is using eclipse client to create the report design. The design view shows the data from jazz as well as the csv file. I also see that the join is successful as it shows all the rows post join.
The problem is faced when he is trying to deploy the report. He gives the path of the report present in his local drive. As this path does not exist on the server, I guess it throws an error. I am working with him & their admin team to see how to push this report on the server. Does this mean that all report deployments should always happen from the server machine?
Now the second question I have is, what folder permission will be required to access the file? Which user needs to have access to the path? Server machine admin, jazz admin or the user who tries to deploy the report.
Regards,
Chethna
Hi Chethna,
Reports are rendered on the server so all data for reports must be available on server machines. Thanks to that you don't need e.g. to install BIRT on each machine when you want to browse the report and you have better performance.
It should be enough to have read and execute permissions for the user starting Tomcat or WAS.
Hi Krysztof,