Env setup :built in DBMS_ERROR_TEXT failed

I am trying to setup a new environment. My application server, repository and application database is on different servers.
After setup, now when I try to start webform, application server starts jinitiator but instead of logging screen. I get a blank error screen window and then the following error: "FRM-40733: built in DBMS_ERROR_TEXT failed"
What can be the issue ??

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

Similar Messages

  • 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

  • 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

  • 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

  • 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.

  • 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

  • SOAP-ENV:IOException; msg=SSL handshake failed: SSLProtocolErr

    Getting following error while invoking webservice over ssl.
    "SOAP-ENV:IOException; msg=SSL handshake failed: SSLProtocolErr"
    We generated webservice java stub using JDeveloper based on wsdl provided to us from 3rd party. We are able to test this webservice successfully without ssl . Once ssl is enabled by the 3rd party webservice provider we faced
    "java.lang.UnsatisfiedLinkError: no njssl9 in java.library.path" error in JDeveloper.
    In JDeveloper we were able to resolve this by following details provided at
    Lehmann's web log on "Securing a Web Service - Client SSL" (http://radio.weblogs.com/0132036/2004/02/13.html ).
    We then run the same java stub from oracle application server 9iAS 1.0.2.2.2. This is when we get error
    "SOAP-ENV:IOException; msg=SSL handshake failed: SSLProtocolErr"
    Debugging further we see that in 9iAS we have following in our class path.
    ..iAS/jlib/jssl-1_1.jar:..iAS/jlib/javax-ssl-1_1.jar:..iAS/soap/webapps/soap/WEB-INF/lib/soap.jar
    we took the same files and added to libraries in JDeveloper and are able to reproduce the same error in JDeveloper. We turned on Debug on oracle.jssl.debug and with that we see following details
    instantiate the hashtable
    SocketTable write Enter fdin 1
    SocketTable write offset 0 length 72
    SocketTable write: 72 bytes
    SocketTable read Enter
    SocketTable read: 1 bytes
    SocketTable read Enter
    SocketTable read: 2 bytes
    SSLSocketImpl close Thread:main
    In close removing fd 1Thread main
    [SOAPException: faultCode=SOAP-ENV:IOException; msg=SSL handshake failed: SSLProtocolErr...
    Any suggestions on how to resolve this error in oracle application server 9iAS ?
    Note: We run Oracle E-Business Suite on this same 9iAS so any change we make should not impact the oracle applications running on this server.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    hi,
    thi sis very simple soloution for this. open the wsdl into the internet explorer. when wsdl file open save this wsdl with the .xml extension. when u want to make dat contorl or web sekelton or proxy dont use the hhtps:// ????????/ url give the path there for the .xml file which u save for this. i am sure u will invoke all the services which is provoider by the web service.
    have nice day
    best regards

  • How to setup built-in VPN server on Mountain Lion

    Anyone have information on configuring the built-in VPN server in OS X Mountain Lion ?

    Update - it works ! At least I can connect to Mountain Lion (not server) from my iPhone using the VPN Server Configurator app.
    Here's what I did :
    1) download the app and install
    2) setup using the help files on the web page : http://www.greenworldsoft.com/product-vpn-server-help.html
    3) at the last stage you need to setup port forwardin on your router
    4) under Airport Utility 6.0 you cannot setup ports 500 or 4500 due to BTTM conflicts but setup the other 2 ports (1723 TCP and 1701 UDP), update airport extreme
    5) download Airport Utility 5.6 from here : download already extracted utility  it is in it's extracted form as is necessary under Mtn Lion (thanks to NetUse Monitor for the download - great app by the way)
    6) run 5.6 and setup port forwarding (Advanced-Port Mapping) for the other 2 ports (500 and 4500 UDP), update airport extreme
    7) that's it, I was able to connect to the VPN from my iPhone !

  • HP Photosmart 5520 Wireless Setup Wizard Hangs, USB fails to install

    Hello,
    I bought a HP Photosmart 5520 4 weeks ago. I installed it and setup a wireless connection. It worked for 1 week without flaws.
    After a holiday my HP PS5520 printer lost its wireless connection to the network. I restarted the printer, still no wireless connection. all other devices like iPhones work OK on the wireless network. Tried to run the Wireless Setup Wizard again but the routine hangs (the spinner stops) when searching for routers and no networks are displayed, it hangs. Only a powercord detach can/will hard-restart the printer. After starting the printer, the printer complains that I should us the power butten, but that does not work when it hangs at the wireless setup wizard.
    I tried this routine several times, but the printer hangs every time when searching for routers... Tried manual, reset factory defaults, reset network defaults etc... Wireless is simply impossible to use since it can not be setup.
    So I tried to use the USB port directly attached to my PC. Since the wireless driver was installed, I connected the printer to the PC with USB but then it was marked as a unrecognised device by Windows 7. I tried to add the HP driver manually but when selecting the CD (inf), Windows tells me that the service stoppen (-10)...
    So I installed the software from the CD which pointed me to the online version of the software which I installed. After selecting the USB radiobutton, it tells me to connect the HP PS 5520 which I did, but the HP install window failes to detect that the printer is plugged into the USB port and the printer is installed by Windows as an unknown device.
    I uninstalled the 'unknown device' and tried again, wthout luck. Tried another USB port, Windows installed it again as an unknown device and the HP software failes to pick it up. So after googling I deleted all HP software from my computer (Intel I7 - 8 GB), uninstalled the unknown USB device from windows, rebooted several times, deleted all HP folders and cleaned all temp-folders (I am an IT professional!).
    So, I installed the software again but when the HPO software asks me to attach the USB cable, Windows again installed the 5520 as an unbknown device and the HP software again failes to see that the printer is attached to the PC. 
    Tomorrow I will buy a new printer but since this HP 5520 is only 4 weeks old, I really want to knwo how I can fix
    1 The issue that the HP printer hangs when searching for routers / wireless networks
    2 Windows/HP software to find the HP 5520 through USB 
    I guess nobody will have an answer since Google does not give any help. This post is merely to expose my frustration that HP makes fine printers but failes to deliver issue-free software... I always have issues when setting up HP printers somehow...
    Of coarse I hope that somebody has a clue..... Good night!
    Regards
    Marc Verkade
    Curacao

    I have had my 5520 for a couple of years, when intermittently it has dropped off the wireless network, and I have had to reinstall the network. Now it does it every time I switch it on - it has lost the network and password. This is very irritating...

  • B Installing 9 brings up DOS SETUP command window then fails

    Installing 9 starts and then a DOS SETUP command box appears, asking to insert Disk 1 DOS Install floppy in drive a: It then fails to do the 9 install, no matter what I do. It simply fails ! I tried installing in SAFE MODE, but still does the same thing. Cannot get any help on this from several XP forums, or from Microsoft. Any ideas ?

    Errol, you've asked this question several times without getting a
    response - presumably because nobody can fathom your setup.
    If the PATH command in your boot sequence points to a directory
    containing a 'setup.exe', it looks like the installer picks that one
    instead of the right one. Try temporarily renaming the wrong
    setup.exe or modifying PATH to force the installer to look in the
    right place.
    Noel

  • Urgent!! Setup of SMD Agent failed due to Remote Error....

    I am getting the following error when i tried to Setup the Smd agent using setup wizard:
    <b>The assignment of server frces4153 to SMD Agent failed
    Remote error occurs during the connection to the smd agent for agent frces4153</b>
    Can you please give me the solution for this...
    <b>Reward points of all the replies....</b>
    Ajay Kande

    Thnx for ur suggestions, Now i colud see the following error "[Setup]Failed to assign SMD Agent to frces4146/EP7 (frces4146)
    [EXCEPTION]
    Time out occurred when calling method 'getService' on object [com.sap.smd.api.IAgentContext_Stub@7fc07fc] after 10000 ms.... [siehe Details]
    from the logs....
    Ajay Kande

  • Gmail disappeared - Setup now reads Update Failed

    Hello
    Smartphone: BB Bold 9900
    OS: 7.1
    A week ago my gmail disappeared from my BB home page. I go to the Setup wizard and try to setup a new account, but it only displays the user name and password fields. I enter the correct data for both, and get an UPDATE FAILED message.
    I'vre tried everything from disabling the 2 step verification on google to the /integrate and /UnlockCaptcha through the browser. Nothing works. Cant even configure another account (example hotmail) The only thing that works is setting an email on blackberry servers.
    can anyone help???

    sarapereiradasilva wrote:
    Hello again
    I can successfully complete STEP 1 and STEP2a.
    OK...thank you.
    sarapereiradasilva wrote:
    On STEP 2b, Method 2 (KB15402):
    "For BlackBerry smartphones running on BlackBerry® 6 or BlackBerry® 7, please perform the following steps:
    1.    On the BlackBerry smartphone Home screen, navigate and click on the  Setup icon.
    2.    In the Setup homescreen, navigate and click on the Email Accounts icon. 
    3.    In the Email Accounts selection screen, select Internet Mail Account.
    4.    If prompted, type the username and password, and then click Log In . 
    5.    On the main screen, click Menu button and select Service Books, then click on Send Service Books to send Service Books to BlackBerry smartphone."
    The only Internet mail account i have is the serviceprovider.blackberry, since my gmail disappeared. Still I manage to SEND SERVICE BOOKS, but assume those are for the bb account. 
    If I remember correctly, it does not matter...when you send Service Books, it sends them all (not just for email, btw...SBs are necessary for all BB proprietary services, of which email is only one). The key part is the SB deletion, so that it doesn't "not try" to send if they are already there...deleting the SBs ensures that new SBs will be sent no matter what.
    sarapereiradasilva wrote:
    I reboot and then go to the "Add email" menu and insert my gmail credentials, user and pass, which are the one only fields that I get to write one.
    I insert the user and pass, and get UPDATE FAILED.
    Is there something you do between "Add email" and "insert my gmail credentials"? Normally, you would have been presented with a screen for selecting Personal/Internet email versus Enterprise. So, I will assume you went through that screen as well (please understand that I'm not trying to be picky...it's just that I can't see you nor your device, and need clarity of understanding to be sure I don't guide you in a wrong direction).
    When the process I've given you fails, another way to try is via your BB Browser, going to www.blackberry.com/integrate and trying to integrate the email account that way. Another still is figuring out if your carrier has a BIS interface on the web, and accessing that via PC/browser, and attempting to integrate the account. And, as already stated, the last resort is to contact your mobile service provider for formal support...it is possible that something about your account (from them) is messed up, and they need to do something to clear it, but only they have access to their systems on which to do so.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Setup Oracle Beehive Framework fail

    Framework Core Configuration fails with this message:
    [BEECTL] []
    [BEECTL] []
    [INFO   ] [2008-11-27 18:56:10] [BeehiveInstall::OncePerSiteUtils::seedBeehiveOncePerSite Line 365 ] [Seeding the enterprise ...]
    [INFO   ] [2008-11-27 18:56:10] [BeehiveInstall::Executor::executePlainCmdlineToolCmd Line 403 ] [Executing "/home/oracle/product/1.4.1.0.0/beeH/beehive/bin/beectl   add_enterprise --name "xxxxxx" --reentering  --activate_configuration true  --entity_format id --log_level FINE "]
    [BEECTL] []
    [BEECTL] [beectl command failed. See the log file for more details.]
    [BEECTL] []
    [BEECTL] [Error Code : BEES-06000]
    [BEECTL] [Cause : An unexpected internal error occurred.]
    [BEECTL] [Effect : The requested operation cannot be performed]
    [BEECTL] [Action : Contact system administrator.]
    [BEECTL] []
    [SEVERE ] [BeehiveInstall::Executor::executeAndReturnIDIfSuccess Line 148 ]
    [SEVERE ] [Start Message]
    [SEVERE ] [  beectl command execution failed. beectl command returned exit code : 1]
    [SEVERE ] [  1]
    [SEVERE ] [End Message]
    [INFO   ] [2008-11-27 18:56:19] [BeehiveInstall::Logger::closeLogger Line 622 ] [Closing the log file : /home/oracle/product/1.4.1.0.0/beeH/beehive/logs/config/BeehiveCoreConfiguration/11.27.2008/BeehiveCoreConfiguration_18_28_46.log]
    Lo strumento "Configurazione di base di Oracle Beehive Framework" ha resituito uno stato Non riuscito.
    Setup is made on a Linux Centos 5 X86_64 on Data Base 11G with relative Patch
    Thanks a lot for your cooperation and Best Regards.

    Good day,
    Thank you for your answer. I've checked the points where the installation of “OncePerSiteUtils.pm” file fails. It seems that it isn't able to pass in line 406, called from line 366. I tried to copy the parameters from “$beectl add_enterpris name “xxxxx”  reentering –activate_configuration true –entity_format id “ manually, but it always gives the same mistake “BEES-06000”, both for the opnmctl and
    beectl status from all “running” services (with the exception of ias-component “ASG” , wich is "down").
    I tried to install beekeeper even if the installation of beehive wasn't complete, and there were no problems: the whole setup occurred correctly (however, it is not possible to log in on http://server:7778 by using beeadmin with the chosen password).
    Server configurations:
    Server database Centos5 x86_64 + oracle enterprise server 11G 64Bit
    Server application (beehive) Centos5 x86_64
    I understand that centos is not supported, but I hope this is not the problem, since this is an evakuation test to purchase Enterprise Oracle Linux and Beehive licenses later on.
    If you need any further log or local server settings, please ask me.
    [BEECTL] []
    [INFO   ] [2008-11-27 18:56:10] [BeehiveInstall::OncePerSiteUtils::seedBeehiveOncePerSite Line 365 ] [Seeding the enterprise ...]
    [INFO   ] [2008-11-27 18:56:10] [BeehiveInstall::Executor::executePlainCmdlineToolCmd Line 403 ] [Executing "/home/oracle/product/1.4.1.0.0/beeH/beehive/bin/beectl   add_enterprise --name "XXXXXX" --reentering  --activate_configuration true  --e
    ntity_format id --log_level FINE "]
    [BEECTL] []
    [BEECTL] [beectl command failed. See the log file for more details.]
    [BEECTL] []
    [BEECTL] [Error Code : BEES-06000]
    [BEECTL] [Cause : An unexpected internal error occurred.]
    [BEECTL] [Effect : The requested operation cannot be performed]
    [BEECTL] [Action : Contact system administrator.]
    [BEECTL] []
    Kind Regards,
    Luca

Maybe you are looking for

  • Not sure if Windows Vista will meet the video requirements

    I checked for all the requirements to download iTunes. My computer meets all of them except for _2GHz Pentium class processor or better._ My computer has only 1.90GHz. What does the mean? Will i not be able to put movies in my iPod nano [Third Genera

  • Illustrator (CS4) fails to launch in OSX 10.8

    How do i get Illustrator (CS4) to launch in OSX 10.8?

  • Problem in date field

    Hello All, I have a form which has several date fields.I want to autopopulate these dates to the current date unless and until the user changes it. For ex: We have a DateField 1: When the form opens it shows today's date. If the user does not change

  • Process after return invoice from customer

    Dear gurus, Would anyone help me on this issue below? I created customer orders for one customer in three spesific times. One of these orders is service(no PGI) others are with PGI. Now our client send us one return invoice which includes both servic

  • Gcc could not work

    I config alchemy step by step 1.  ./config 2.  source alchemy-setup 3. alc-on and then I run "which gcc" , and it is alchemy gcc .. but when I run gcc --version to show the gcc version , it doesn't show any thing, So I think that alchemy gcc could no