Getting frm-41211

hi every one am getting frm-41211 when i try to run a 6i graph from 10g form,
i have changed the settings in default.env as under
# ;<Graphics Oracle Home>\bin;<Graphics Oracle Home>\jdk\bin
PATH=H:\DevSuiteHome_1\bin;H:\DevSuiteHome_1\jdk\jre\bin\client;H:\orant\bin;H:\orant\jdk\bin
GRAPHICS60_PATH=H:\orant\bin
and i put my graph files in the bin of orant,
any help will be highly appreciated
zulfiqar

Hi,
Try this.
ORACLE_GRAPHICS6I_HOME = H:\orant
GRAPHICS60_PATH=<where you have graph files>
PATH=H:\DevSuiteHome_1\bin;H:\DevSuiteHome_1\jdk\jre\bin\client;H:\orant\bin;H:\orant\jdk\binRegards,
Arun

Similar Messages

  • Urgent: Getting FRM-41211 when calling reports from forms for first time.

    Hi,
    We are running into the FRM-41211 error, when the users try to call a report from a form. The report is called from a form in SYNCHRONOUS mode. This is the only report that is being called. No other report is
    running at that time when the users get this error. This is happening only the first time when they try to call the report from the form. After getting this error, when they click on OK, and when they try to call this
    report again, the report works fine.
    Any ideas?? It's urgent...
    Thanks
    Vamshi.
    null

    Maybe try to use "run_report_product"?

  • FRM-41211

    Have been getting FRM-41211 Integration error SSL failure running another product
    only when running a report(6i) from Forms(6i) for the first time.
    Subsequent runs work ok. ie once the reports background engine has started.
    Checked Technet but nothing we hadn't already tried. it seems there is some timing problem where the background engine doesn't start quick enough to be used by the report. We created a workaround by putting the following in the when-new-form-instance trigger:
    -- just to get reports background engine running (6i upgrade)
    run_product(reports, 'dummy', synchronous, runtime, filesystem, '');
    report dummy does not exist but the background engine starts and is available when a real report is requested. The only down side is a message in the background engine log saying dummy report does not exist, but users don't look at this so acceptable as a workaround.
    If anyone knows the cause of above problem and has a true fix I would be grateful.

    This is a well-known bug and has been fixed in Developer 6i Patch 10. Go to MetaLink to download it.
    HTH
    Jacob

  • Problem with Run_Product.. FRM-41211  Oracle reports team pls respond

    Hi,
    I am calling run_product built in my form 3 times on when button pressed trigger I am getting error
    FRM-41211 Integration Error: SSL Failure running another product..
    how to solve this problem..
    In help it is given check with Run_Product ... but no errors are exist in run_product...
    pls help me.. its very urgent..
    regards
    Kiran

    Hi every thing is fine problem is
    If am running 3 reports consecutive from form builder I am getting frm-41211 error. To solve this I have place message('1') ;pause in-between run_product statements now it is working fine. Could u please find out any solutions for this (not using timers);
    Or
    Pls pass maild of Oracle reports team usually they answer questions in oracle .com forums.

  • FRM-41211 Integration error SSL failure

    Hello
    Environment Client/Server Developer 6i.
    i installed developer on a new clinet machine to rum my application. every thing is fine but when he tries to run any report the following error occured:-
    FRM-41211 Integrarion error SSL failure runing another product.
    and i have re-install the devloper but the error is stand.
    any solution?
    regards
    aaks

    As Petr said make sure you're reports25_tmp is set in your registry and that the directory exists AND you have the rights to write to that directory.
    You can also get this error if you try to issue a 2nd asynchronous run_product call to run a report and there is another one running. For this, Oracle has two 'solutions'.
    1) Do not run more then one asynchronous report per session
    or
    2) Use a delay loop before calling the next report.
    It's been my experience that #2 is worthless as, if it works, is doing pretty much the same thing as #1. I really hope this gets fixed (for good) at some point...somehow. <G>
    Chad

  • FRM-41211: Integration Error: SSL failure running another product Error

    Hai,
    I am developing POS Application in Oracle(Forms6i/Reports6i). I design the Invoice Print Format in Reports6i and call from the Invoice Form. When the
    user save the Invoice I Commit the Invoice and call the Invoice Report for Printing Immediately. I use Epson TM U210B Label Printer for Billing. Sometimes the Invoice Print is not coming in the Printer and it gives the
    following error(especially the First print after restart the computer).
    FRM-41211: Integration Error: SSL failure running
    another product
    After that if you print further for transaction no plm. only it gives the error first time of print
    So Please give the solutions immediately. I am waiting for Ur favourable Reply.
    Ur's Shahul

    As Petr said make sure you're reports25_tmp is set in your registry and that the directory exists AND you have the rights to write to that directory.
    You can also get this error if you try to issue a 2nd asynchronous run_product call to run a report and there is another one running. For this, Oracle has two 'solutions'.
    1) Do not run more then one asynchronous report per session
    or
    2) Use a delay loop before calling the next report.
    It's been my experience that #2 is worthless as, if it works, is doing pretty much the same thing as #1. I really hope this gets fixed (for good) at some point...somehow. <G>
    Chad

  • Error frm-41211

    hello friends when i am using the following code
    report_id Report_Object;
    ReportServerJob VARCHAR2(100);
    BEGIN
    report_id:= find_report_object(‘MyReport1’);
    ReportServerJob:=run_report_object(report_id);
    END;
    i am getting the following error
    frm-41211 integration errror

    This could be caused by:
    -- Calling Graphics runtime a second time when the first runtime is still open (see Note 15219.1)
    -- Failure to set environment variables TK2_PRINT_STATUS
    PRINTER, or DISPLAY (see Note 1031534.6)
    -- Calling OG_QUIT from Forms6i running on the Web (see Note 222334.1)
    -- Memory Problems: Your PC must have an adequate amount of available RAM to run Forms, as well as the runtime of
    the product you are integrating. Even though your PC may have a large amount of total RAM available, there still may not be enough real memory available to start another
    Windows task. See Note 164945.1
    I also suggest that you upgrade to the latest patch because there are various bugs filed where this error is produced that are fixed in later patches. For example, see bug 1872955.

  • FRM-41211 error when using RP2RRO_RUN_PRODUCT

    I have a Form in version 6i which a calls a report using RUN_PRODUCT.
    I used Forms Migration Assistant to convert it to version 10g. The FMA automatically replaced RUN_PRODUCT with RP2RRO.RP2RRO_RUN_PRODUCT.
    I run the form and I get this error: FRM-41211: Integration error: SSL failure running another product.
    Any ideas on how to solve this? Thanks in advance.

    maybe adding the repository connection to your report server would give you a more specific error...
    there's a repository connection entry in your <reportserverconfiguration>.conf file, which tells the report server the connection where to write the more specific error message. in this schema, you have to put a table (you can get the structure at otn), and now you can log the full error message/success of the report...
    you can also access this by using this url:
    http://<OAS>/reports/rwservlet
    as far as I remember the call to get the job status of the report server is like this
    http://<OAS>/reports/rwservlet/status?server=<your_report_server>
    or something...but you can access the right url with above call...

  • Frm-41211 SSS error

    When i'm running the reports from a form under Forms6i it is
    giving an error like
    FRM:41211 integration error.SSL failure running another product.
    please give me the solution.

    You can also read this document from Metalink:
    PURPOSE
    Running multiple Reports from Forms in Asynchronous Mode.
    Problem Description
    If you run multiple Reports from Forms e.g. in a loop with
    Run_report_object or Run_product and the Communicaton Mode
    is Asynchronous you will get Error FRM-41211 INTEGRATION ERROR:
    SSL FAILURE RUNNING ANOTHER PRODUCT.
    Solution Description
    Workaround:
    Use ON-ERROR trigger on forms-level as follows:
    DECLARE
    lv_errcode number := error_code;
    lv_errtype varchar2(3) := error_type;
    lv_errtxt varchar2(80) := error_text;
    BEGIN
    IF (lv_errcode = 41211) THEN
    null;
    ELSE
    message(lv_errtype || '-' || to_char(lv_errcode) || ': ' ||
    lv_errtxt);
    raise form_trigger_Failure;
    END IF;
    END;
    Related Document
    Bug: 914477
    Note: 1018967.102
    Helena

  • Forms / Reports 6i - slow starting printing & FRM-41211 Integration error

    We are having a problem with Forms / Reports 6i that seems to be slowly getting worse.
    When beginning printing, the CPU usage goes up to 100%. In task manager I can see IFRUN60.EXE or RWRBE60.EXE, or IFBLD60.EXE or RWBLD60.EXE taking up 70% or so of the CPU time with the rest being taken up by the SPOOLSV.EXE spooler service.
    This can be observed when
    * Starting the Reports background generator from the Forms runtime
    * Printing from a "print form" function inside the Forms runtime
    * Starting Reports builder
    * Printing from Reports Builder
    * Printing from Forms Builder
    The big problem is launching Reports from the Forms runtime. If this CPU / Spooler wheel spinning takes more than 30 seconds or so (and it can on slower machines), Forms thinks that it has failed to launch Reports and gives the error "FRM-41211 Integration error: SSL failure running another product" Eventually the reports background generator will finish launching.
    This happens on NT 4, 2000, XP, and 2003 server. I have tried this in a "clean" configuration where nothing else (no extra services or anything) is running at all and this still happens. We are currently running Forms & Reports Patchset 17.
    Does anyone have any idea what is causing this? Thanks.

    More info:
    This is one of the lines that is calling the report:
    RUN_PRODUCT(REPORTS, 'ORDER_PRINT.RDF', SYNCHRONOUS, BATCH, FILESYSTEM,ORDER_ID,'');
    Here is another one:
    RUN_PRODUCT(REPORTS
    ,'OE_AUTO_QUOTE'
    ,SYNCHRONOUS
    ,RUNTIME
    ,FILESYSTEM
    ,ORDER_ID
    We have a client/server setup. We are running 6i forms and reports, with a 9 database.
    There have been no changes to these forms or reports. And it doesn't happen all the time. It just happens every-so-often.
    EDIT - I guess it has been doing this for the past 3 weeks. One user says it happens everytime she tries to print anything from a form......
    I've searched the forum about this and there are a lot of unanswered questions. I'm thinking my chances are slim on figuring this out.
    2nd EDIT - I looked at the documentation at
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=164945.1
    everything seems to be right - according to that. So I'm wondering if this has anything to do with any sort of networking issues.....
    .....3rd EDIT........
    Still searching. It looks like this person has the same problem. http://www.webservertalk.com/archive149-2005-11-1283220.html
    Having problems with the rwrbe60.exe
    I'm wondering if there was some sort of patch Microsoft let out that is causing this issue?
    null
    Message was edited by:
    loweride

  • Error : FRM-41211 : Integration Error: SSL Failure Running Another Product

    Hi All
    I am using Forms & Reports 10g.
    I have a report .And i am trying to call in my forms and also i am passing parameters.
    But i am getting this error :
    My Code is :-
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    plid ParamList;
    vParamValue number;
    BEGIN
    plid := Get_parameter_List('tmp');
    IF NOT Id_Null(plid) THEN
    Destroy_parameter_List( plid );
    END IF;
    plid := Create_parameter_List('tmp');
    Add_Parameter(PLid, 'P_Block', Text_Parameter, :block_query.item_block);
    Add_Parameter(PLid, 'P_Category', Text_Parameter, :block_query.item_category);
    Add_Parameter(PLid, 'P_Dept', Text_Parameter, :block_query.item_dept);
    Add_Parameter(PLid, 'P_Floor', Text_Parameter, :block_query.item_floor);
    Add_Parameter(PLid, 'P_IP', Text_Parameter, :block_query.item_ip);
    Add_Parameter(PLid, 'P_Room', Text_Parameter, :block_query.item_room);
    Add_Parameter(PLid, 'P_Userid', Text_Parameter, :block_query.item_usr_id);
    Add_Parameter(PLid, 'PARAMFORM', Text_Parameter, 'NO');
    repid := FIND_REPORT_OBJECT('REPORT_Query');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER, 'paramform=no');
    v_rep := RUN_REPORT_OBJECT(repid,plid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    WEB.SHOW_DOCUMENT('http://A_F2_ITT_PC_4.AAHOS.LOCAL:8890/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?
    *'||'server=Report_server_name&P_parameter='||'&block='''||:block_query.item_block*
    *||'&category_name='''||:block_query.item_category*
    *||'&dept='''||:block_query.item_dept*
    *||'&floor='''||:block_query.item_floor*
    *||'&ip_address='''||:block_query.item_ip*
    *||'&room='''||:block_query.item_room*
    *||'&usr_id='''||:block_query.item_usr_id*
    *||'&paramform=no');*
    End;
    And the error i am getting is :- FRM-41211 : Integration Error: SSL Failure Running Another Product

    hi
    please try something like this.
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    plid ParamList;
    vParamValue number;
    BEGIN
    plid := Get_parameter_List('tmp');
    IF NOT Id_Null(plid) THEN
    Destroy_parameter_List( plid );
    END IF;
    plid := Create_parameter_List('tmp');
    add_parameter(plid,'p_parameter',text_parameter,to_char(:block.item));
    Add_parameter(plid, 'PARAMFORM', TEXT_parameter, 'NO');
    repid := FIND_REPORT_OBJECT('REPORT6');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER, 'paramform=no');
    v_rep := RUN_REPORT_OBJECT(repid,plid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('http://Machine_Name:8889/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?
    '||'server=repserver&P_parameter='||:block.item||
    '&paramform=no');
    END;

  • ERROR FRM-41211 Windows server 2003 64 bits

    I install Forms&Reports 6i patch 17 on windows server 2003 64 bits an i get all times FRM-41211. The report background service is open but i don't see anything in the log.
    I test the call to the report with RUN_PRODUCT and RUN_REPORT_OBJECT and the result is the same.
    Anybody can help me?

    Post Author: ME-DSZ
    CA Forum: Deployment
    Until yet BO doesn't support x64
    http://technicalsupport.businessobjects.com/cs/forums/thread/12284.aspx
    I found in Google following:
    http://diamond.businessobjects.com/node/18657
    http://www.thedatafarm.com/blog/2008/03/18/CrystalREports2008ServicePackProvidesIntegrationWithVS2008.aspx
    Is this correct. Does "Crystal Reports 2008 Service Pack 0" supports (Full) x64 systems??? But i suppose that it will not work in IIS 7.0 on Windows Server 2008 x64!?
    I'm actual works on moving all my reports to Reporting Services, because BO gives no information about the support for x64 Systems. They say, that SP 1 of CR 2008 could support x64. But how long do loyalty customers wait for this? I do wait enough...
    Greetz

  • Frm 41211 aider moi svp

    I keep on getting an error frm-41211 Integration error ssl failure running another product. When I am running a report from a form
    lorsque j'appele un etat à partir de forms 10 g , il me donne cette erreur
    FRM 41211 échec SSL pendat l'éxecution d'un autre produit
    je ne suis pas quoi faire
    --------------------------------------

    Hi ,
    How do you try to call the report...????
    Is also the report compiled in rep10g....????
    lorsque j'appele un etat à partir de forms 10 g , il me donne cette erreurHow can it be traslated into English....????
    Anyway , i slightly understand that you use Oracle Forms10....
    Greetings,
    Sim

  • Forms 6i on Windows 7 (32 Bit ): FRM-41211 and DBMS 1403

    Hi All,,
    I want to find a solution for Forms 6i 6.0.8.25.2 on Windows 7 (32 Bit). We get the follwoing errors, if we want to use Reports-Server:
    FRM-41211 ...
    DBMS Errorcode: 1403 and Errtext: ORA-01403
    By the way, we can use Reports-Server on Windows 7 (64 Bit) after change NN60.dll und NNB60.dll with older version of DLLs.
    Is there any experince regarding this matter?
    Thanks in advance,
    Moh

    Although it's not certified I am running a forms 6i application on win7 64bit. So far nothing too hard (in fact as I installed developer suite it was easier to install then the 10g version...); the only thing I did was to apply the latest patchset for forms 6i (6.0.8.27.0); both forms and reports are running fine (I am using reports almost never though). This doesn't mean this should always work, but at least you have a little chance to get it working. As for your ORA-1403: did you try to debug your report?
    http://ora-1403.ora-code.com/
    would indicate a problem in your code to me, not a OS problem...
    You should look into upgrading though; here's a starter:
    http://www.oracle.com/technetwork/developer-tools/forms/index-095046.html
    cheers

  • FRM-41211 Integration Error SSL - OracleAS 10g

    Hi.
    I have error Frm-41211 Integration Error SSL Failure Running Another Product error while calling a report from web form in oracleAS 10g.
    I have problem with RUN_REPORT_OBJECT in web forms.
    I have error: FRM-41211 SSL integration error .....
    OracleAS server began on Windoes XP SP2.
    Do you help me ?

    Hi,
    I remember having seen this issue in teh apst. My best recommendation is to work with customer support (metalink.oracle.com)
    Frank

Maybe you are looking for

  • Encoding / Burning Time On Different Computers

    We just purchased a few new Mac's.... an iMac 27"w/ Intel i5 2.8 and a MacPro w/ 2x 2.4 Xeon Quad-Core processor. We bought the iMac's for simple photo editing and printing and the MacPro's for encoding and burning DVD's ... and now I am finding both

  • Problem of integrating apex4.1 with bi publisher

    i 'm working on linux + 11gR2 apex 4.1 bi 11.1.1.5.0(only installed bi publisher) both apex and bi on the same server and same database i 'm following this pdf :Integrating Oracle Application Express with BI Publisher http://www.oracle.com/technetwor

  • Creation of a Table Type value set with 'ALL' as one of the  value

    Gurus, My requirement is to create [table type]value set which would show the [LOV]values in parameter of Conc Progr . So far we have three such values to chose from ,they are, 'Frozen', 'Pending' and 'Testing'. I achieved it. My question is , if use

  • Oracle Spatial User's Conference

    Oracle Spatial User's Conference Thursday, March 10, 2005 at the Colorado Convention Center First Annual Oracle Spatial Users Conference and inaugural meeting of the North American Oracle Spatial Users Group GITA invites you to attend the Oracle Spat

  • Dynamic Web Dynpro

    In my application I need to capture a set of data for every day for as many days as needed, based on information already entered. In other words I do not know how many days I need to capture data for until runtime. I need to be able to dynamically re