Report9i in Forms9i error

Hi all,
I have a report that is called from a form, the Forms and Reports services are both on the same machine, and I used the run_report_object to call the report. Everything works fine, I check the status and it is FINISHED, but the WEB.SHOW_DOCUMENT command does not seem to work, this is the URL :
http://igoracledba:8888/reports/rwservlet/getjobid=REPORT9I_7?server=REPORT9I
In the form, I specified Destype=cache, Desformat=html, but the browser could not open the output of the report and generates the following error:
500 Internal Server Error
java.lang.NumberFormatException: =report9i_7
     at java.lang.Integer.parseInt(Integer.java:414)
     at java.lang.Integer.parseInt(Integer.java:463)
     at oracle.reports.rwclient.CommandManager.handleCmdGetjob(CommandManager.java:1219)
     at oracle.reports.rwclient.CommandManager.handleWebCommand(CommandManager.java:369)
     at oracle.reports.rwclient.RWClient.handleWebCommand(RWClient.java:651)
     at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:1053)
     at oracle.reports.rwclient.RWClient.doGet(RWClient.java:215)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
Does anyone have the same problem and have a solution? tons of thanks.

Hi again,
I'd like add more details :
- REPORT9I_7 is the result of RUN_REPORT_OBJECT(v_report_job_id)
- REPORT9I is the report server name
The actual web.show_document command in the form looks like this:
WEB.SHOW_DOCUMENT('http://your_computer_name:8888/reports/rwservlet/getjobid='||v_report_job_id||'?server='||'REPORT9I','_blank');
Each time I run the form I then click a button to call the report, it checks to see if status=FINISHED then it would open the brwoser then goes to the specified URL, and it generates the error. I then look in the /reports/cache directory and see that the html report output files there BUT they are named differently, all have their names as a 8-didgit number not a string of alphanumeric characters .
So, going back to the GETJOBID command in the URL, it looks like this:
getjobid=report9i_7 (or report9i_8, report9i_9, report9i_10 so on as each time the button is clicked to run the report it generates a new value as a result of the Run ReportObject command)
as mentioned before,
does it mean that the RUN_REPORT_OBJECT command generates values that don't match the actual html report output files in the cache? and that caused the error because the browser could not find the file in the cache?
Thanks

Similar Messages

  • Simple and small tutorial for Report9i from Forms9i

    Hello friend
    can give me very very simple and small tutorial or sample for
    Reports9i Integration with Forms9i
    From
    Chirag Patel

    Hello Friends (Frank/Duncan/Naeem)
    This document is very big 43 pages!!!!!!!!!!!!!!!!!!!!!!!!!!
    I want step by step procedure for
    How to call reports9i from forms9i
    using run_report_object().
    I am getting Error is 41214-Unable to run report
    I folloed step as
    1) I create server by rwserver -install Repsrv
    2) then I change the file C:\oracle\ora92DS\reports\conf\rwservlet properties file as follows
         server=Repsrv
         SINGLESIGNON=NO
    3) I start that servervice created by step 1
    4) I start OC4J Instance
    5) I run the form ( I have only one puch button on this form)
    6) after pushing that I am getting error is
         I am getting Error is 41214-Unable to run report
         I written the code for push button is as follows
         DECLARE
              report_id Report_Object;
              ReportServerJob VARCHAR2(100);
         BEGIN
              report_id:= find_report_object('MyReport1');
              SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,SYNCHRONOUS);
              SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,CACHE);
              SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'Repsrv');
              SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,'p_deptno='||100||' paramform=no');
              ReportServerJob:=run_report_object(report_id);
         END;
    I have gone through that document.
    then I get more confused as follows.
    1) How many services I need to start ? like OracleHttpServer etc...
    2) Should I define report_path in enviroment variable or not ? if need then where ?
    please help
    What I should do ?
    From
    Chirag Patel

  • Oracle forms9i error: FRM-92150: Web Client version too new

    Hello,
    I have just installed ORACLE 9iIDS(FORMS version 9.0.2.7.0) on my laptop running Win. XP Pro. When I tried running a form from the builder, I got the above error message. My browser is IE version 6. Is there anyway I can workround this error. Please advise.

    Search on metalink for FRM-92150 and you will get a couple of solutions.

  • Forms9i error   FRM-92150: Web Client version too new.

    Hello everybody,
    I have just installed 9iDS on Win. XP Prof.
    When I try to run a form from the builder, I get the above error(FRM-92150: Web Client version too new). I am hoping someone from Oracle will respond to this posting.
    My laptop is a spanking new Dell Inspiron 1100 with 384MB Ram.

    Hi,
    did you run a newer Forms version before? The error message indicates that the Forms Server version doesn't match the generic set of Java classes forming the generic Java Applet. On Windows 2000 (client) the Oracle Java classes are stored in "Documents and Settings", <user>, Oracle Jar cache. Delete all cached jar files and try again (close the Nrowser before). This should download a new set of Java classes from teh Server. If the problem still shows, make sure that the f90all_...jars are not from a newer release than the software itself.
    Fran

  • Problme To Run report9i from form9i , Received Error : FRM-41213

    DEAR SIR
    PLEASE HELP ME TO RUN REPORT9i FROM FORM 9i
    AFTER DEVELOPED REPORT FROM FORM., WHEN I TRY
    TO RUN REPORT PRESING FORM BUTTTOM I RECIVED
    ERROR AS BLOW.
    FRM-41213 : UNABLE TO CONNECT TO THE REPORT SERVER
    REPSRV
    CREATED FORM NAME MODULE1
    DATA BLOCK NAME ACCOUNTS
    ITEM ACCOUNT_ID
    BAL
    PUSH_BUTTON1
    (TRIGGER: WHEN BUTTON PRESSED)
    CODE OF WHEN BUTTON PRESSED ARE AS BLOW
    DECLARE
    Report_id Report_Object;
    ReportServerJob VARCHAR2(100);
    BEGIN
    report_id:= find_report_object('MyReport');
    ReportServerJob:=run_report_object(report_id);
    END;
    Property of MYREPORT
    Name : MYREPORT
    FILENAME: MY REPORT
    EXECUTION MODE : BARCH
    Comminicataion Moide : Synchronous
    Data source Data block : ACCOUNTS
    QUERY NAME : ACCOUNTS
    REPORT DESTINATION TYPE : CACHE
    REPORT DESTINATION FORMATE: HTMLCSS
    REPORT SERVER : SEPSRV
    Looking forward to your response.
    Kindly reply us as soon as possible
    With regards,
    Kanaiya

    Thank for reply, there is no error code, just giving this UNABLE TO INSTALL REPORT SERVER message, my report is runing through oracle form9i

  • Downloading oracle forms9i and report9i devloper

    Hi all,
    1) Can any one send the download link for oracle forms9i and reports9i developer?
    2)I am using Oracle 9i database. Is oracle forms10g support for Oracle 9i database.
    Thanks and regards
    Michael

    If it's available, it'll be on either http://download.oracle.com or http://edelivery.oracle.com

  • Forms9i run time error - Please help

    Hi friends,
    I have a problem , when I use the url like
    http://ram.sembcorpenc.com/....... Its go to search page, but if you the
    http://ip-address:8889/................ Its give error FRM-91201,
    OC4J – Error , Unable to communicate with runtime process .
    Please help if possible, very soon …
    Thank you,
    Selvam

    Hi,
    why is it using port 80 in the first request and port 8889 in teh second? Looks like the first being from OracleAs and the second from Oracle Developer Suite. Did you start the HTTP listener for the developer suite contained OC4J?
    Frank

  • [Forms9i] Display error page

    Hello,
    How can i do to display my own html error page to user when Forms Sercice is not avalaible ?

    Hello,
    How can i do to display my own html error page to user when Forms Sercice is not avalaible ?

  • Error in generating forms9i

    hi,
    i have 9i database and oracle 9ids
    i generate modules from designer(fhd) in the designer editor i can find my module but when i generate the form i have the following error:
    Form Generator (Windows 95/98/NT/2000/XP) : Version 9.0.2.80.7 - Production on Wed Jul 24 15:34:09 2002
    Copyright (c) 1995, 2002 Oracle Corporation. All rights reserved
    CDG-00060 SYSTEM ERROR: FORMS60_PATH too long or invalid Form Builder installation
    Generation Complete
    i need help

    You should try asking this on the Designer forum.
    Regards,
    Robin Zimmermann
    Forms Product Managment

  • About Error FRM-90928 on Forms9i

    Hello,
    I have created a simple module with the data bloc wizard,i have choiced a simple table(customers),and compiled it succefuly, but when i run it,the error FRM-90928 appears, i don't understand this problem,please give me a solution,thanks.

    Rachid,
    as this is you first question on this forum, allow me to give you a hint on how to achieve the best results for your questions:
    1. provide full error messages. E.g FRM-90928 doesn't come by itself but has an associated message that people here on teh list might remember more easily than the error number
    2. always describe context (e.g. Forms version you are running, operation system)
    To answer your question: The directory in which you saved teh Forms fmb module obviously has a blank in it like in c:\program files\myforms. This causes the error you mention in your question.
    To solve this issue, save the fmb file in a directory that doesn't have blanks in its path, compile it and run it again.
    Hope it helps
    Frank

  • Error executing reports from forms

    Hi,
    Iam trying to launch reports9i from forms9i,
    Iam getting following error,
    500 Internal Server Error
    java.lang.StringIndexOutOfBoundsException: String index out of range: 0
         at java.lang.String.charAt(String.java:444)
         at oracle.reports.rwclient.ServletCmdMgr.getJobId(ServletCmdMgr.java:3131)
         at oracle.reports.rwclient.ServletCmdMgr.handleCmdGetjob(ServletCmdMgr.java:1255)
         at oracle.reports.rwclient.CommandManager.handleWebCommand(CommandManager.java:92)
         at oracle.reports.rwclient.ServletCmdMgr.handleWebCommand(ServletCmdMgr.java:278)
         at oracle.reports.rwclient.RWClient.handleWebCommand(RWClient.java:915)
         at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:1398)
         at oracle.reports.rwclient.RWClient.doGet(RWClient.java:349)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Can anyone help me in this regard,
    Thanks and regards,
    Avinash,
    Pune.
    India.

    "Iam trying to launch reports9i from forms9i"
    your forms version is 10g :-)

  • Report - Form 9i ERROR

    Hi,
    when I run a report9i from a form9i I have this error:
    REP-503: You did not specify the name of a report.
    The code to run the report is
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    BEGIN
    repid := find_report_object('REPORT85');
    v_rep := RUN_REPORT_OBJECT(repid);
    END;
    and REPORT85 is a report object that refered a .rdf file.
    Thanks
    Rino

    Rino,
    yes this should work if the specified report does exist. Check the Report object properties and remove the '.rdf' from the Reports file. The search order always is '.rep' and then '.rdf' so it will always be found.
    If you can't get this fixed, the please provide us with some more information on the settings in the Reports Object properties.
    Frank

  • Error calling Report from Form

    Hi,
    I'd like to call a report using a Form.
    I have Oracle Form 10.1.2 in Oracle Database 10g.
    I create a button and specify a PL/SQL in the when-button-pressed
    declare
    rep_id REPORT_OBJECT;
    v_rep VARCHAR2(100);
    begin
    rep_id := FIND_REPORT_OBJECT('report9');
    if not id_null(rep_id) then
    v_rep := RUN_REPORT_OBJECT(rep_id);
    else
    message('report not available');
    end if;
    end;
    but after I click the button in the form, it gives an error message in the status bar
    (in the bottom of the form)
    error : FRM-41211: Integration Error: SSL failure running another product
    Any help would be grateful.
    Thanks,
    Buntoro

    I have tried your suggestion.
    I create my own report server using rwserver server=repsrv.
    Another java-based windows showed up. It shows that repsrv is ready.
    I do the following:
    1. Navigate to http://localhost:8889/reports/rwservlet using web browser.
    It showed OracleAS Report Services - Servlet Command Help page.
    But there is no other window popup.
    2. Navigate to http://localhost:8889/reports/rwservlet?userid=PRACTICE/PRTC@MYDB&report=C:\PRACTICE\FORM\MODULE1.JSP&destype=cache&desformat=html&paramform=no&p_1=P1&p_1=P2
    my schema is PRACTICE, password PRACTICE, and database instance MYDB
    the report path = C:\FORM\MODULE1.JSP
    The following error occured
    REP-51002: Bind to Reports Server rep_<computer_name> failed
    3. Finally,
    http://localhost:8889/reports/rwservlet?server=REPSRV&userid=PRACTICE/PRTC@MYDB&report=C:\PRACTICE\FORM\MODULE1.JSP&destype=cache&desformat=html&paramform=no&p_1=P1&p_1=P2
    The following error occured
    REP-51002: Bind to Reports Server repsrv failed
    I don't understand.
    It seems that the Report Service is not recognized although the java-based window state that the Report Server (repsrv) is ready.
    My questions:
    1. Does it means that my report server is not running?
    Or it is running but the browser didn't recognize it?
    I use Internet Explorer 6 and Netscape 7, both of them showed the same error message.
    2. I have read the PDF you've pointed out.
    The paper said there is supposed to be 2 type of server, 'In process' and custom server.
    Both of them will create a configuration file in /reports/conf in DevSuiteHomeDirectory.
    I can see the custom report server's configuration file which I create using rwserver (repsrv.conf)
    but I can't see the 'in process' server's configuration file (rep_<computer_name>.conf).
    What am I supposed to do?
    Many thanks,
    Buntoro

  • Error in loading a jpeg file using webutil

    I´m using webutil with forms9i and got errors when loadin g jpeg files. I selected some files and worked ok. Some files (ones with blank characters inside their names) blow up the form.
    The resultant error message is:
    FRM-92102:a network error has occurred. The Forms Client has attempted to reestablish its connection to the server1 time(s) without success. Please check the network connection and try again later.
    Details...
    Java Exception:
    java.io.IOException: Negative or zero content-length from server
    at oracle.forms.netHTTPNStream.doFlush(Unknown Source)
    at oracle.forms.netHTTPNStream.flush(Unknown Source)
    at javaio.DataOusputStream.flush(Unknown Source)
    at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
    Do you have any info about this error?

    It would help if you mentioned which bit of file transfer you are doing there are about 8 different options..
    For instance I tried Clint_to_AS with a file name containing a space and all was OK.
    webutil_file_transfer.client_to_as('d:\temp\a file.txt','d:\temp\foo.txt',false, null);

  • CLIENT_OLE2 got WUC-15 error

    I'm migrating an application from Forms6 to Forms9 using 10gDS(9.0.4) and WebUtil.
    I've been using webutil.pll and webutil.olb in a form for CLIENT_HOST command. It works fine. So, it should mean that the config and settings for WebUtil are correct.
    With the same application, I attached webutil.pll and subclassed webutil.olb in another form for the command CLIENT_OLE2, I got the WUC-15 error. I also tried the same thing on another form; it didn't show the error message, but the command didn't work (no response). Can you think of any reason?

    A couple of things.
    Have you installed Jacob to use the OLE functionality this must be installed?
    First sign jacob.jar as per the readme.
    You need to add to the full path to jacob.jar in a couple of places (at least windows)
    Design time: To the CLASSPATH environment variable and for
    runtime: To the appropriate env files eg ..\forms90\server\default.env ..\forms90\server\test.env etc
    Also if you look on the forms product page you will see that there is a new version of webutil available 1.06

Maybe you are looking for