c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #37485
[Bug 890944] [NEW] Jasper Reports Error in Windows Server 2003/2008
Public bug reported:
Hi,
We are using the Jasper Report module for OpenERP 6.0.3 on two Windows
Servers and receiving errors that we do not see on a Ubuntu server.
Just wanted to check with you all to see if you have experienced any of
the same problems in Windows.
The first error we had was when trying to run a report:
"WindowsError: [Error 32] The process cannot access the file because it is being used by another process:
'c:\\windows\\temp\\tmpl_bvd_'"
We managed to solve this by commenting the following lines in
Jasper_report.py:
for file in self.temporaryFiles:
os.unlink( file )
However, now we are receiving an error we are stuck on:
"RML is not available at specified location or not enough data to print"
Thanks for any suggestions.
** Affects: openobject-client-kde
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/890944
Title:
Jasper Reports Error in Windows Server 2003/2008
Status in Qt/KDE OpenObject Client:
New
Bug description:
Hi,
We are using the Jasper Report module for OpenERP 6.0.3 on two Windows
Servers and receiving errors that we do not see on a Ubuntu server.
Just wanted to check with you all to see if you have experienced any
of the same problems in Windows.
The first error we had was when trying to run a report:
"WindowsError: [Error 32] The process cannot access the file because it is being used by another process:
'c:\\windows\\temp\\tmpl_bvd_'"
We managed to solve this by commenting the following lines in
Jasper_report.py:
for file in self.temporaryFiles:
os.unlink( file )
However, now we are receiving an error we are stuck on:
"RML is not available at specified location or not enough data to
print"
Thanks for any suggestions.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-kde/+bug/890944/+subscriptions
Follow ups
References