Hello.
I wonder if anyone could offer advice here please?
We have a Reports (2.5) server which runs all of our reports (saved as .rpt files). I have a report which uses a .pll library. The report works correctly on my development PC but when I transfer it to the server it errors at runtime with a message:
(
is the reference to the
file which is required.)
I have put the
and the
files in the same directory on the server.
Could it be a problem with my relative path or do I need to adjust something on the server (such as the
?
Any help is appreciated!
I wonder if anyone could offer advice here please?
We have a Reports (2.5) server which runs all of our reports (saved as .rpt files). I have a report which uses a .pll library. The report works correctly on my development PC but when I transfer it to the server it errors at runtime with a message:
Code:
ERR REP-0756: Warning: Unable to find PL/SQL library 'lib_10817'.
(
Code:
lib_10817
Code:
lib_10817.pll
I have put the
Code:
P10817.rpt
Code:
lib_10817
Could it be a problem with my relative path or do I need to adjust something on the server (such as the
Code:
REPORTS25_PATH
Any help is appreciated!