How to resolve FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed error

Hi
I am getting the FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed, when I am trying to search a form FORM1.
It was working fine before I developed another form FORM2. The new form FORM2 contains a push button to create a report.
Event after deploying the new form FORM2, the FORM1 was working fine. But after few days this error is occuring
could you please tell me how to resolve this?
10.1.2.0.2 version of AS is installed.
I have written the following code in the push button.
declare
     repid REPORT_OBJECT;
     v_rep VARCHAR2(100);
     List_id ParamList;
begin     
     List_id := GET_PARAMETER_LIST('input_params');
     IF NOT ID_NULL(List_id) THEN
          DESTROY_PARAMETER_LIST(List_id);
     END IF;
     List_id := Create_Parameter_List('input_params');
     Add_Parameter(List_id, 'column1',TEXT_PARAMETER,value1);
     Add_Parameter(List_id, 'column2',TEXT_PARAMETER,value2);
     Add_Parameter(List_id, 'column3',TEXT_PARAMETER,value3);
     repid := FIND_REPORT_OBJECT('rep1');
     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'/u/10gAS/reports/report_file.rdf');
     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'/u/10gAS/reports/report1.pdf');
     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'report_server_10g');
     v_rep := RUN_REPORT_OBJECT(repid, List_id);
     Destroy_Parameter_List(List_id);
end;
regards

John,
Could you please post what was the bug number and if possible a brief description because I could not not find it in the bug database on the OTN site.
Thanks in advance

Similar Messages

  • How to resolve FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed.

    Hi
    I am getting the FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed, when I am trying to search a form FORM1.
    It was working fine before I developed another form FORM2. The new form FORM2 contains a push button to create a report.
    Event after deploying the new form FORM2, the FORM1 was working fine. But after few days this error is occuring
    could you please tell me how to resolve this error?
    10.1.2.0.2 version of AS is installed.
    I have written the following code in the push button.
    declare
         repid REPORT_OBJECT;
         v_rep VARCHAR2(100);
         List_id ParamList;
    begin     
         List_id := GET_PARAMETER_LIST('input_params');
         IF NOT ID_NULL(List_id) THEN
              DESTROY_PARAMETER_LIST(List_id);
         END IF;
         List_id := Create_Parameter_List('input_params');
         Add_Parameter(List_id, 'column1',TEXT_PARAMETER,value1);
         Add_Parameter(List_id, 'column2',TEXT_PARAMETER,value2);
         Add_Parameter(List_id, 'column3',TEXT_PARAMETER,value3);
         repid := FIND_REPORT_OBJECT('rep1');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'/u/10gAS/reports/report_file.rdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'/u/10gAS/reports/report1.pdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'report_server_10g');
         v_rep := RUN_REPORT_OBJECT(repid, List_id);
         Destroy_Parameter_List(List_id);
    end;
    regards

    We have the same problem, this problem was when the user run a big script process in Oracle 9i and forms 6.
    Cesar Bazan
    TIC
    29 DE OCTUBRE
    QUITO - ECUADOR
    www.29deoctubre.fin.ec

  • FRM-40733: PL/SQL built-in DBMS_ERROR_CODE failed on Oracle8i

    I have a form using blocks based on stored procedures.
    It works well on Oracle 8.0.5.
    When I tried to use the same form on Oracle8i (8.1.5) I get an error:
    "FRM-40733: PL/SQL built-in DBMS_ERROR_CODE failed."
    after QUERY-PROCEDURE trigger call
    PLSQL_TABLE.POPULATE_BLOCK built-in.
    It makes impossible using my application on Oracle 8i, because I've found no workaround
    Help please!!
    Marco Nicolazzo
    Niva Informatica snc

    John,
    Could you please post what was the bug number and if possible a brief description because I could not not find it in the bug database on the OTN site.
    Thanks in advance

  • Reg : FRM-40733 Pl/Sql Built-In DBMS_ERROR_CODE Failed

    Hi Gurus,
    We are getting the following error randomly on users machine.
    "FRM-40733 Pl/Sql Built-In DBMS_ERROR_CODE Failed"
    I serched for this error in google but cant find any solution for this error.
    Can anyone suggest me a solution for this problem.
    Database: 10.2.0.4.0
    Forms : 10g
    Thanks in advance.
    Cheers,
    Jai

    Hi,
    Thanks for your reply.
    Is there any way to find the reason for lossing connection.
    Will it be available in any logs.
    Cheers,
    Jai

  • Frm-40733 pl sql built-in dbms_error_code failed

    Dear ALL
    One developer is getting error message, when trying to save transaction.
    I searched it shows network problem. But still I didn't get the exact solutions and reason of getting this error.
    frm-40733 pl sql built-in dbms_error_code failed
    Thanks.

    We have the same problem, this problem was when the user run a big script process in Oracle 9i and forms 6.
    Cesar Bazan
    TIC
    29 DE OCTUBRE
    QUITO - ECUADOR
    www.29deoctubre.fin.ec

  • FRM-40733: PL/SQL built-in DBMS_ERROR_TEXT failed  error

    Hello Guys,
    I have a forms 10g application running on Oracle database 10g (Using Oracle application server 10g). Everything has been Ok until we decided to us OS authenticatiion to sign in users into the database. When users sign in and try to perform any operation (like query a form) we get the following error:
    'FRM-40733: PL/SQL built-in DBMS_ERROR_TEXT failed' and the user is disconnected from the application. This does not happen to users who sign in with database authentication.
    Can any one help ?

    Hello,
    Wrong forum. This is the Oracle Forms forum. Ask your question in the database forum.
    Francois

  • FRM-40733 PL/SQL built-in SET_GROUP_CHAR_CELL failed

    hi all,
    I am trying to create a record group during run time using CREATE_GROUP. Then I added 2 columns to the record group. After that I added a row. But when I try to assign values to the row I am getting this error "FRM-40733 PL/SQL built-in SET_GROUP_CHAR_CELL failed". what may be the problem. Can anyone explain.
    Thanks & regards
    Vijay

    Problems that may cause this:
    You did not add_group_row first.
    You misspelled the record group or column name.
    The data you are trying to insert is too large for the column definition.

  • FRM-40733:PL/SQL built-in RUN_PRODUCT failed

    Hello All,
    I have created a stand alone form and used the command RUN_PRODUCT to invoke the report .RDF inside.
    This was write behing the button so to invoke the rdf. This is working fine in stand alone.
    After I compiled and put in APPS, I can see the form, but when the button pressed, this error getting.
    Please do let me know.
    Thanks

    Hi;
    I dont have access to check out for the db log file.
    I will try to get the access. Please do let me know, where can I find these log files.Ask your dba, i am sure he can help you, by the way the alert.log files mostly located in $ORACLE_HOME/admin /<SID>hostanme/bdump/alertSID.log
    Forms [32 Bit] Version 6.0.8.11.3 (Production) Is this version of your server or client?
    Please check Note:
    How to Get the Forms,PLL,LDT,Reports,Database Object Versions from the backend [ID 728817.1]
    Hope it helps
    Regard
    Helios

  • 40733: PL/SQL built-in SET_GROUP_CHAR_CELL failed

    Hi,
    I have a form migrated from 6i to 10g.
    In 6i, the form is working fine.
    In 10g when the form is run, I get the following error:
    40733->PL/SQL built-in SET_GROUP_CHAR_CELL failedThanks

    Problems that may cause this:
    You did not add_group_row first.
    You misspelled the record group or column name.
    The data you are trying to insert is too large for the column definition.

  • How to resolve on my iPad: Unable to connect to server error when trying to log into Game Center?

    When I try to log into the game center, i get an error message that says: unable to connect to server due to an error communicating with the server.
    I have logged off iTune and any other app I was logged in, I have done a hard reset of my iPad, I have reset my modem, but nothing had any impact and I am now frozen out of my game center.
    Anybody has an idea of how to resolve this?
    Thanks,
    J

    1) May be there is a mismatch with the jar file name and the filename in the jad properties ( happens only if you rename the jar file)
    2) Check hollywood jad properties and the ringtone jad properties. May be the complete url is required for the jar file.
    3) If you are using any restricted APIs in your midlet, then make sure your jad properties has the required permissions.

  • How to resolve the problem in jdeveloper903 oc4j starting:JspTagLib listener error

    I just download a jdeveloper903,i hava a problem:
    when i start the oc4j alone,it prompt "JspTagLib listener error:null". Then,After depoly the jsp application with JspTag to oc4j,I found the jsp page can not run,but,the jsp application can run in the
    develope environment.
    how can resolve the problem,help!!Thanks.

    I think you might have better luck asking your question in the JDeveloper forum at:
    http://forums.oracle.com/forums/forum.jsp?id=315684
    later -- Jeff

  • How can resolve the problem in jdeveloper903 oc4j starting:JspTagLib listener error

    when i start oc4j in jdeveloper903,it prompt "JspTagLib listener error:null".
    Then ,after depoly the jsp application with jsptaglib,i found the jsp page can not run.but,the jsp application
    can run in develop environment.
    how can i resolve the problem,Help.
    Thanks.

    I think you might have better luck asking your question in the JDeveloper forum at:
    http://forums.oracle.com/forums/forum.jsp?id=315684
    later -- Jeff

  • How to fix , when start the SQL Server Fulltext Search show error ?

    show error : the request failed or the service did not respond in a timely fashion

    Hi srajmuneer,
    Please post the detail Windows Application Error Log regarding this issue for fur investigation. In addition, please also try to update "K10\Administrator" account password for SQL Server FullText Search service.
    Hope this helps.
    Regards,
    Elvis Long
    TechNet Community Support

  • Setting up Multi server environment in Sql Server 2012 - Enlist Failed Error

    I am trying to Configure the Master target server / Multi server environment in Sql Server 2012.
    I changed :
     - `MSXENCryptChannnelOptions`-->Changed from 2 to 0
     - `AllowDownloadedJobsToMatchProxyName` - changed from 0 to 1 on the target
    When I run the wizard I am getting below error
    >MSX Enlist failed for Job Server 'MasterServerName'
    >The enlist operation Failed(Reason:SQL Server Agent Error: Unable to connect to MSX 'MasterServerName'(Microsoft Sql Server, Error : 22026)
    They both servers SQL Agents are running on the same windows service account.
    Any Suggestions on how to fix this?
    **Adding the Log:**
    Enlist TSX Progress
    - Create MSXOperator (Success)
    Checking for an existing MSXOperator. 
    Updating existing MSXOperator. 
    Successfully updated MSXOperator. 
    - Make sure the Agent service for 'Test3' is running (Success)
    The service 'SQLSERVERAGENT' is running. 
    - Ensure the agent startup account for 'Test4' has rights to login as a target server (Success)
    Checking to see if the startup account for 'Test4' already exists. 
    Login exists on server. 
    Checking to see if login has rights to msdb. 
    Login has rights to msdb. 
    Checking to see if user is a member of the TargetServersRole. 
    User is a member of the TargetServersRole. 
    - Enlist 'Test4' into 'Test3' (Error)
    Enlisting target server 'Test4' with master server 'Test3'. 
    Using new enlistment method. 
    Messages
    MSX enlist failed for JobServer 'Test4'.  (Microsoft.SqlServer.Smo)
    ADDITIONAL INFORMATION:
    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
    The enlist operation failed (reason: SQLServerAgent Error: Unable to connect to MSX 'TEST3'.) (Microsoft SQL Server, Error: 22026)

    hi SmilingLily,
    you can try to run the SQL Agent under a domain account.

  • Forms 4.5 to 6. Built in DBMS_* package error

    Hi,
    I try to migrate Forms 4.5 to Forms 6.
    I manage to compile the .fmb file to .fmx with Forms Builder and Compiler tools.
    But when I try to execute the .fmx file with Forms Runtime i have this error :
    "FRM-41810: PL/SQL built-in DBMS_ERROR_TEXT failed"
    Some technical document talks DBMS_* package are not supported on the client with Forms 6 and we have to create a server-side
    procedure that in turn calls the DBMS_* package but I don't know how to do
    Can anyone help me please ?
    Thanks.
    Vincent

    Vincent,
    I would look at your technical documents again. The DBMS_ERROR_TEXT and DBMS_ERROR_CODE Forms Built-ins are still valid in Forms 6 as well as all versions of Forms up to 10g Release 2. I believe your technical documents were referring to database DBMS* Packages not Forms Built-ins. You may want to run your Form in debug mode to see the true cause of the error.
    Looking at the FRM-41810 error - it refers to an error creating a Menu. Do you have a menu (MMB) in your form and is so have you converted it to Forms 6?
    Hope this helps.
    Craig...
    -- If my response or the response of another is helpful or answers your question, please mark the response accordingly. Thanks!
    Edited by: CraigB on Oct 8, 2008 12:16 PM

Maybe you are looking for

  • Employee Data Transfer From Recruitment to PA

    Hi All, I have a query pertaining to employee data transfer from recruitment (PBA7) to PA. Here the client uses recruitment module only for data maintenance and then  transfer the data to PA module. Is it possible if we skip the data transfer from Re

  • ASM, Listener, Instance status changes to OFFLINE.

    Hi All, I have completed the installation part...whereby installed Clusterware (no OCFS2), ASM and the RAC database S/w along with the database. The RAC version is Oracle 10.2.0.1. The installation is done on the CentOS operating system. The crs_stat

  • XI certification requirements

    Hi All,       I'm learning XI from some material i have . i'm doing my masters . I have no real time experience . Can i take the certification test or is it a must that some company sponcers me.               How much is the fee for certification.If

  • Need to rep HR Org Struc into an existing manaullly create SRM Org struc

    We have a requirement to replicate and synchronise the HR Org structure into an existing SRM manaully created org struc. At the moment, the manaully create org struc has users created using users_gen, Is this possible? Or do we have to delete the man

  • MicroStar K7N2GM-L Keeps Powering Down

    I bought another computer. This one is a MicroStar K7N2GM-L board.  On first boot and os install I get a BLUE screen.  So I went into BIOS  loaded fail safe.   This allowed me to boot the os. After awhile I started getting all the updates from msi's