I'm calling reports from forms 11g at runtime on linux
I'm trying to get rid of the rdf files in the deployed site, so I'm removing the .rdf string at the end of the filename calls, as the system is suposed to pick the rep file or the rdf if there is no rep.
The problem is that sometimes it works, but others I get a REP-110 cannot open file and REP-1070
If I especify either .rdf or .rep extension, all the report runs fine, so I know the file is not corrupt.
But with some reports, I HAVE TO especify the extension, and with others it's not necessary and the engine is able to figure out the extension by itself.
I dont' see a pattern why sometimes it works.