Skip to Content
0
Former Member
Jun 19, 2008 at 12:56 PM

fileAlreadyOpen error

33 Views

Can anyone tell me what this means and to possibly how to resolve it?

My scenario:

I open a report in the JRC (using an absolute path) with the ReportClientDocument. I perform a comparison on a couple of the report's current database connection information to the database connection information associated with the application to determine if I need to set table location. If I have to change table location, I then call the command ReportClientDocument.saveAs( java.lang.String displayName, java.lang.Object parentFolder, int options) where my parameters are report name (string), absolute file path (string), ReportSaveAsOptions._overwriteExisting (int).

Here's the troubling part, the save as works for one report and not another. So my question is, is there something in the report itself I should be looking for and have just overlooked up to this point? Thanks.