REP-0108

Hi there!
I have a strange problem with reports 10g. The issue is as follows :
We have been asked to change the logo on the report. So the required logo has been identified and is named as 1.tif. This 1.tif has been placed on reports server (via a ftp tool) and then when I run the report, I get this error REP-0108 FILE 1.TIF NOT FOUND.
No matter where I search (I am not an expert on Oracle reports. Crystal reports, yes), I am unable to move forward.
Troubleshooting steps employed so far :
a)checked all triggers in the report to see if there is a path and none found.
b)checked for oracle reports path in registry and looked in the folders as well. nothing related to .tif found.
c)property inspector, does not talk of anything on this.
Any help/leads please? Thanks in advance

Here is what you have to do:
1. Copy the tif file on report server in the same folder where report resides. If you have already done and that did not work. Then go to step 2.
2. Open report builders' paper layout. Double click on the object which contains logo. In property property inspector, you would see the name of the tif file. And probably with the path. Remove the path. Save and compile the report and copy updated report file on to the report server. And make sure you have tif file in the same folder where report is copied.
Hope this helps.

Similar Messages

  • How can I handle REP-0108 error

    I have a column in my database that contains the name of an image file. I created a field on the report for this column, with the 'Read from File' set to Yes and the format set to 'image'. The problem is, that the database contains file names that point to images that have been removed and when I run the report, I get a REP-0108 error which stops the run. Is there a way to handle the 'file missing' error and have the report run to completion?
    I have a column in my database that contains the name of an image file. I created a field on the report for this column, with the 'Read from File' set to Yes and the format set to 'image'. The problem is, that the database contains file names that point to images that have been removed and when I run the report, I get a REP-0108 error which stops the run. Is there a way to handle the 'file missing' error and have the report run to completion?

    Hi,
    This error isn't just caused by a lack of memory, it can also be caused by fragmentation of the shared pool. It quite often shows up in applications where developers don't use bind variables and issue a large number of very similar but distinct queries, especially in long running processes. In this case you can try regularly flushing the shared pool or beating the developers about the head every time you see them not using bind variables.
    Andre

  • REP-0108 Error

    I installed Developer 6.0 form, graph, report runtime on a client
    machine and now I get REP-0108: file 'rwbdexpg' not found errors.
    The help says to make sure the report30 path is correct. Doing
    a find on the machine comes back without finding the file. Why
    would 6.0 look for a 3.0 directory???
    null

    Thank you for the suggestion.
    Found utl_file was able to access files only within the server where it was running(Database server). Our image file was located in a different location.
    Trying other ways, like utl_http to check if the image files exist.

  • How to Trap REP-0108 when printing images

    I have a report that prints images off the file system.
    I have a column set to read from file with file format of image.
    Not all values will have an image. This causes the rep-0108 error.
    Any suggestions?

    Nevermind I figured something out.

  • REP-0108 when running report

    I have the report runtime installed and working, but when I try to run a report I get the REP-0108, "File not found" error. No matter which report I try to run it complains about the same file. The file it can't find is "rwbdexpq.res". What are the .RES files and why can't the runtime find it? If we do a developer installation we don't get this problem. Even after this error, the report still runs.

    The .res files are the resource files that you can change via Oracle Terminal to set key mappings.
    If a user is not finding the file when running a report, then find where they are in the ORACLE_HOME for the install where you can run reports, and then copy those files to the same directory on the PC's that cannot run the reports. I think the directory is something like ORACLE_HOME/report60/admin/resource/US, but a file find will tell you for sure.

  • Error Message: REP-0108

    Hi,
    I am writing a report in Report 6i, and get a message:
    REP-018: 'I:\0\L-ABC.JPG' NOT FOUND'
    I click on the 'help', it gave me the info below:
    Cause:     Report Builder tried to access the file shown, but could not find it.
    Action:     Check that you have specified the correct filename. Specify a directory before the filename, or modify the REPORTS30_PATH environment variable to include the directory where the file is located.
    How should I fix this?
    Thanks,
    Jun

    Hi Jun,
    1) Is I: mapped drive ? If so ensure that I: drive is mapped properly and you could list the directory and see that L-ABC.JPG file exist.
    2) When you call the report, try giving the full physical location of the file like 'I:\0\L-ABC.JPG' (or) in REPORTS60_PATH registry variable add the directory info. where the image file can be found.
    Hope this helps.
    Thanks,
    Vinod

  • Error when running Report

    I've a problem when run the report.
    I get the error like below:
    Rep-0108:File 'C:\orawin95\report60\rwbdexpq.res' not found.
    Are you solve this error before? I already check the file and I found that is missing for the first time then I copy the file from the other machine.but same message still apear.
    This only hanppend when the PC is newly install of my application from my installation disk.
    Thanks in advance
    Eric
    null

    I had an similar error, because I developed the form/report.. with an updated version of developer but forgot to update the users runtime module; when I installed the patch on the users pc everything went fine;
    I tried at first also to copy the missing file, which didn't help at all;
    null

  • Printing barcodes on 10g server running on Solaris OS

    Hi,
    We are using Reports 10g (10.1.2) on Solaris Operating System (SPARC 32-bit).
    We wanted to print barcodes using Java bean method. It prints fine in windows, but giving below error when run on web using rwservlet. Actually we are using virtual display using xvfb.
    My question is: Do we need to have physical display by setting up another machine like in 6i ?
    Can we achieve the rendering of barcode image using virtual display ?
    What are the setup steps needs to be followed if rendering is possible with out using physical display ??
    Thanks somuch!!!
    The ERROR is:
    REP-108: MSG-00100: < No Exception Message >
    MSG-00100:
    java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:121)
    MSG-00100: java.awt.Window.<init>(Window.java:274)
    MSG-00100: java.awt.Frame.<init>(Frame.java:401)
    MSG-00100: java.awt.Frame.<init>(Frame.java:366)
    MSG-00100: oracle.apps.barcode.BarCodeMaker.renderBarCode(BarCodeMaker.java:84)
    MSG-00100: oracle.reports.engine.EngineImpl.CRunReport(Native Method)
    MSG-00100: oracle.reports.engine.EngineImpl.run(EngineImpl.java:437)
    MSG-00100:
    oracle.reports.engine._EngineClassImplBase._invoke(_EngineClassImplBase.java:90)
    MSG-00100:
    com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:353)
    MSG-00100: com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
    MSG-00100:
    com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81
    MSG-00100:
    com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:10
    6)
    REP-0108: File '/tmp/srw002114024' not found.

    Thanks Sooooomuch!!!!!!
    we are running Xvfb located at /usr/openwin/bin/
    In particular, we are starting the Xvfb server with the following command:
    nohup Xvfb :1 -screen 0 1600x1200x32 &
    We are then setting the DISPLAY on the command line and in the reports.sh
    script using: DISPLAY=10.25.3.123:0.0; export DISPLAY
    We verify that it recognizes the display using "xset -q"
    In reports.sh file We entered below line:
    ## REPORTS_DEFAULT_DISPLAY=NO; export REPORTS_DEFAULT_DISPLAY
    DISPLAY=10.25.3.123:0.0; export DISPLAY
    But still we are getting java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:121)
    MSG-00100: java.awt.Window.<init>(Window.java:274) Errors.
    Is there anything wrong in the above setup ?
    Please advice.
    Thanks Soomuch,
    Ram.

  • Error message in reports6.0

    I installed Forms and Reports 6.0 runtime on the end-user's
    desktop. When the user tried to run the report an error message
    was generated which looked like:
    REP- 0108: File "rwbdexpq" not found.
    The alert has an OK and Help buttons. When the user clicked the
    OK button, the report was generated fine. Clicking the Help
    button did not help much. I tried reinstalling Forms and Reports
    6.0 (runtime only), but the user is getting the same error
    message.
    Significantly, I did not get any error message when I ran it
    from my desktop. Is it because I failed to install a particular
    file on the user's desktop or is it a bug?
    Any help is appreciated.
    Thanks,
    Rajeev
    null

    Hi Rajeev:
    It's not a bug. Just you have to install it properly and make
    sure all dll files are copied to your oracle_home\bin. Some extra
    dll files you need to copy from cd. From last 5 months I am using
    Developer 6.0.5 .
    Just check for all dll.
    Thanks.
    Satish Vare
    Rajeev (guest) wrote:
    : I installed Forms and Reports 6.0 runtime on the end-user's
    : desktop. When the user tried to run the report an error message
    : was generated which looked like:
    : REP- 0108: File "rwbdexpq" not found.
    : The alert has an OK and Help buttons. When the user clicked the
    : OK button, the report was generated fine. Clicking the Help
    : button did not help much. I tried reinstalling Forms and
    Reports
    : 6.0 (runtime only), but the user is getting the same error
    : message.
    : Significantly, I did not get any error message when I ran it
    : from my desktop. Is it because I failed to install a particular
    : file on the user's desktop or is it a bug?
    : Any help is appreciated.
    : Thanks,
    : Rajeev
    null

  • Inserting images in OS independant way

    Hi All,
    I have a report which has few bmp files on boilerplates. The development(9iDS-902 R2) goes on in Win2K machines. While inserting images from local disks, the reports builder requires the path of the file to be present. The final deployment of the report is supposed to be done on a linux based installation (10g AS). Obviously the path is not going to help me.
    I'm looking for ways by which I can attach the image without dependancy on the path (something similar to how we attach a library in forms). Please suggest.
    The report is supposed to be launched from a form (using run_report_object) running on the same machine. The report server is running as external server.
    Thanks and regards,
    Kinjal Sonpal

    I am having the same problem, the development is done in windows environment and deployed to unix server. The image path is pulled from the database, but how do I avoid getting a REP-0108 file not found when the procedure brings back the unix path. Is there a way for the package or reports to tell which OS is running and use the relevant path stle \folder\folder\ or c:\folder\

  • A simple problem with oracle reports

    Hello.
    I am using oracle 10G reports and i built a report of employee personal information i add a picture on it.
    against a employee id picture shown.
    I added a formula in which a funtion return a path
    e.g "return 'D:\Images\'||:empid||'.jpg';"
    But the problem i faced that if any employee having no picture so it raised a error REP-0108 File not found.
    i use many exeption handler but no gain.
    if any body have it solution then pls. inform me.
    Thanks.
    krishna.

    I'm assuming you have no way of telling from the database whether the image exists or not. If so, then what you can do is first run a check to see whether the file is present in the path by opening it in read mode.
    If this succeeds, close and return the filename. On an error, you can return a generic, placeholder filename such as logo.gif or beaker.gif, etc.

  • Run time error rwbdexpq

    In one of my application when I run the report from forms60
    I will get this message "RWBDEXPQ , REP-0108).
    This error will come only on the cleint deployment side.
    What could be the reason any conclusion on this subject.
    Regards
    Rahamath

    this is a bug in reports for which the patch is available on
    developer cd

  • Java Class error in Reports 10 g

    Hi.
    I was trying the barcode report. After importing the classes , i written code in the before parameter trigger. In the trigger there is code like
    Barcode.BarcodeObject := Barcode.new();
    While compiling it is showing an error in this place as "component NEW must be declared".
    why this is happening ?
    regards
    Rajesh Kumar J

    HELLO.
    The function name was new_9797 in the Barcode package. Instead of changing the function name to new, i changed the function name in the trigger to new_9797. It's working fine now, except one error. when i'm trying to go to next page it shows the error..
    REP-0108: file ‘C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp|srw013702304’ not found.
    please give an idea on this.. i think some setting is wrong in the report.
    regards
    rajesh

  • Reports error (9i)

    I have a column in my database that contains the name of an image file. I created a field on the report for this column, with the 'Read from File' set to Yes and the format set to 'image'. The report is to show a list of employees and their photo's however if a employee does not have a photo when I run the report, I get a REP-0108 error which stops the run. Is there a way to handle the 'file missing' error and have the report run to completion?

    Create a NEW formnula column
    ***SQL CODE****
    FUNCTION FILE_EXIST IS
    cFILE TEXT_IO.FILE_TYPE;
    BEGIN
    cFILE := TEXT_IO.FOPEN(:FILE_NAME,'R');
    TEXT_IO.FCLOSE(cFILE);
    RETURN(:FILE_NAME);
    EXCEPTION
    WHEN OTHERS THEN
    RETURN('');
    END;
    AND CHANGE THE SOURCE OF YOU IMAGE COLUMN FOR THE NEW FORMULA COLUMN.

  • Report w/ Graph

    I have a report w/ a pie graph as well as a bar graph. I mention the graphs only because this is the first report I've created w/ any type of graph, and it's the first time I've ever seen an error message like this. (I realize that they may or may not be related.)
    I created the report using my desktop computer, and I can run it just fine, but when I tried to run it using my laptop, I get the following error:
    REP-0108: File 'C:\TEMP\pfj00803196.gif' not found
    It seems to be looking for some .gif file that is on my desktop but not on my laptop. What exactly do I need to do in order to correct this?

    Hi,
    You seem to be using a figure pfj00803196.gif in your report. This has nothing to do with the graphs in your report, unless you set the property 'Chart Filename' to the gif-file you mentioned.
    Probably your C:\TEMP\ is not in your Reports-path. Put the gif-file in your Reports-path and put the file name without the path name in the property 'Chart Filename' or 'Source Filename'.
    HTH
    Lennart de Vos

Maybe you are looking for