OHJ Error Message in 9i Forms Developer  9.0.2.0.0

When I click on Help/Online-Help in my forms builder I get in the calling terminal..
View passed to KeywordDataSource does not contain data in a TopicTree format
oracle.help.common.xml.XmlParseException: IO Exception Thrown by tokenizer:Null
at oracle.help.common.xml.XmlParser.<init>(Unknown Source)
at oracle...
*etc*
My Help Index, Contents and Navigator work fine but when I double click on a topic
the window pops up blank. The only ones that have info in them are the Error Message ones(and maybe some others havent checked them all). I tried to go to a oracle link to download the formshelpjars03.zip file as maybe I need updated jars but the link is broken.
Anyone have these jars or know of this problem? Thanks.

Update: Some sections of the Help work fine(little book thingees), others are totally blank.

Similar Messages

  • Error message "Not Well Formed." Can this be repaired?

    Help!
    I have been attempting to open an InCopy (CS6) file, but it will not open. Instead, I get this error message:
    "Not Well Formed"
    Is there any way to repair this file? It was checked in and saved normally. If it cannot be repaired, I will lose about 1 month's worth of work because my backup has failed. I would appreciate any guidance

    Firefox has no built-in email features, if you are using Firefox to access your email it will be a web based email service and email features will be part of the email service. You will need to check with the support for the email service for how to do this.
    If this questions is about Thunderbird, for Thunderbird support you can ask in one of these forums:
    * http://forums.mozillazine.org/viewforum.php?f=39
    * http://getsatisfaction.com/mozilla_messaging

  • Raise_application_error is not displaying error message in my form

    Hi,
    I have created one procedure in order to display the error message in front end forms.But which is not display the error message in my form when call the procedure.
    Please refer the code.
    BEGIN
    IF C_ERR%ISOPEN THEN
    CLOSE C_ERR;
    END IF;
    OPEN C_ERR;
    FETCH C_ERR INTO M_ERR_ARB_DESC;
    CLOSE C_ERR;
    RAISE_APPLICATION_ERROR(-20001,P_ERROR_CODE||' - '||M_ERR_ARB_DESC);
    END;
    Thanks & advance
    Regards
    Maran

    Hi,
    -------form program unit------
    PROCEDURE RAISE_APP_ERR(P_ERR_CODE NUMBER) IS
    alert_button NUMBER;
    Raise_Exception EXCEPTION;
    PRAGMA EXCEPTION_INIT(Raise_Exception, -20001);
    BEGIN
    --- called backend procedure
    PRC_RAISE_APPLICATION(P_ERR_CODE);
    EXCEPTION
    WHEN Raise_Exception THEN
    alert_button := SHOW_ALERT('raise_alert');
    If alert_button = ALERT_BUTTON1 Then
    Raise FORM_TRIGGER_FAILURE;
    End If;
    END;
    ---------- db proc----
    CREATE OR REPLACE PROCEDURE PRC_RAISE_APPLICATION(P_ERROR_CODE IN HRM_ERR_CODE.HEC_ERR_CODE%TYPE
    ) AS
    CURSOR C_ERR IS
    SELECT HEC_ERR_ARB_DESC
    FROM HRM_ERR_CODE
    WHERE HEC_ERR_CODE = P_ERROR_CODE;
    M_ERR_ARB_DESC HRM_ERR_CODE.HEC_ERR_ARB_DESC%TYPE;
    BEGIN
    IF C_ERR%ISOPEN THEN
    CLOSE C_ERR;
    END IF;
    OPEN C_ERR;
    FETCH C_ERR INTO M_ERR_ARB_DESC;
    IF C_ERR%NOTFOUND THEN
    M_ERR_ARB_DESC := 'UNKNOWN ERROR ';
    END IF;
    CLOSE C_ERR;
    RAISE_APPLICATION_ERROR (-20001, P_ERROR_CODE||' - '||M_ERR_ARB_DESC);
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    RAISE_APPLICATION_ERROR (-20001, P_ERROR_CODE||'-'||'UNKNOWN ERROR ');
    END ;
    I tried the same but still i am not getting error message in Forms.

  • Getting error message while trying to Develop Applications using Oracle ADF

    I have just started learning Oracle ADF. I have installed Oracle ADF 11g (with Oracle 11g database) in my PC. I am an experienced Oracle Forms Developer. While trying to run the application after development in
    Oracle ADF I get the following error message :
    This Project has no default run target. Please choose the file you want to run. Default Run Target:
    and then it gives you a browse option to select default run target file.
    This message always come in any type of application I want to write in Oracle ADF. Can you please tell me what is the possible fix to this issue.
    Installation of Oracle ADF did not show any error message. Oracle Middleware and webserver 11g has been installed before the installation of Oracle ADF 11g.
    I will appreciate any feedback for this. Thank you.

    Let me add some missing information.
    Right clicking a page or java class and selecting run or debug is ONE way to start the application with the page selected or the class selected (if the class can be started).
    Sometimes it's more desirable to always start the application using the same way (e.g. start page in a unbounded task flow) regardless where you are currently working on. So you don't need to find the page in the application navigator.
    For this you can use the 'Run configurations'. These (as you can have more then one) can be used to tell the framework which page or class to start if you hit the run or debug toolbar button. You can edit or create run configurations by using the menu 'run->choose active configuration->manage run configuration' or you open the project properties of the viewcontroller project and select 'run/debug/profile'. Then you get the dialog to edit or create a run configuration.
    Select default (this won is created for you by the framework) and click 'edit'. Then you see the launch settings. If you are using adf task flows you can e.g. select the adfc-config.xml file as 'default run target'. This allows you to select the page to start in the 'ADF Task FLow' sub node. If you now uncheck the 'attempt to run active file...' the framework always start the page you selected from the unbounded task flow.
    Timo

  • NO ERROR message Compare 2 form fields

    Hi,
    i use ADDT. I have a form with an Insert Transaction (login_usr, userRegistration).
    I want to compare two E-mail fields (email_usr and email_usr2). To be sure people register their own e-mailadres). Only email_usr goes into the database.
    I managed with the server behavior Compare Transaction fields.
    But i don't see an error message like 'Check your e-mail adres' ??
    thanks!

    Hi,
    i use ADDT. I have a form with an Insert Transaction (login_usr, userRegistration).
    I want to compare two E-mail fields (email_usr and email_usr2). To be sure people register their own e-mailadres). Only email_usr goes into the database.
    I managed with the server behavior Compare Transaction fields.
    But i don't see an error message like 'Check your e-mail adres' ??
    thanks!

  • Mandatory fields error messages in HCM forms and processes

    Hi,
    This may sound to be a very simple problem but I am unable to get to the root of the issue and thus need an expert advise here.
    I have created several forms in the system out of which one is an OM form using SAP_PD service for create position. There are few mandatory fields in the form scenario such as
    TITLE
    ABBREVIATION
    EMPLOYEE GROUP
    EMPLOYEE SUBGROUP
    As expected, system issues an error message if these field are left out blank but the error message is generic for all the fields and is missing the field name.
    Actual Error Message
    Complete the required entry field ""
    Expected Error Message
    Complete the required entry field "Employee Group"
    Complete the required entry field "Employee Subgroup"
    However, there are couple of fields in the form scenario which issues a correct error message
    Complete the required entry field "Object abbreviator" (P1000-SHORT)
    I am unable to identify the difference between the couple of fields that issues a correct message and rest 20 other fields which doesn't.
    Regards,
    Murtuza Kharodawala

    No, if I enter all the mandatory fields on the form then there is no problem. It allows me to move ahead and submit the form successfully.
    As recommended by Siddharth, I tried debugging the message class and what I observed was it passes the complete_fieldname value as Personnel Subarea (I1008_BTRTL) and system expects it to be I1008-BTRTL.
    SAP as a fallback tries to read description from the table T5ASRFSCNFLDT but it has a_form_scenario as blank and complete_fieldname has a concatenated value "Personnel Subarea (I1008_BTRTL)" instead of "I1008-BTRTL".
    Not sure what am I missing which causes it to have this wrong error message.
    Regards,
    MK

  • I have ADOBE X reader installed in my systems. When I wanted to open an online pdf form, Mozilla puts up a error message and the form does not open.

    When I try to open a online pdf form, I get a error message to close the reader and try it again. Sometimes, the message does not come but what I see is just a BLACK screen in Mozilla.

    You can try these steps in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Error message when running form

    hi everybody,
    im getting this error message when running a simple form.
    Positional Parameter after key command line.
    Can anyone please help.
    thnk u

    Check the path to your form. Forms does not like spaces in the path or fmx filename, but the error doesn't explain the problem at all!

  • Handling error & messages in standard forms

    Hi all,
    I'm customizing Oracle HR through CUSTOM.pll and I need to handle some messages in standard forms.
    I have tried using ON-MESSAGE and ON-ERROR trigger, but I can't substitute the "not user-friendly" "FRM-40150: Cannot update record" with anything else!
    Is it possible to do this??
    In that case....should someone show me some examples??
    Thx a lot.
    If needed I can attach my code to help you..
    Thx
    Jacopo

    Whatever you do, never change the message level, it's just like hiding behind your finger, you'll be in denial of the error, but the error will be there...
    the best way is to handle them in on-error triggers, trap the error number and use your own message, you can create a user defined error and associate it with the error number of a choice.
    search the online help of the forms builder for user defined errors. there is a very clear example there.
    Tony

  • Error messages in Pl Sql developer are in those funny characters

    Hi,
    Can someone help me on how to change the erroe messages to english in Pl Sql developer? when I run a query in pl sql developer the error messages gives the error code and those characters.
    thanks.
    Edited by: 848824 on Mar 30, 2011 11:45 PM

    hi
    u can try something like this.
    EXCEPTION
       WHEN invalid_number OR STANDARD.INVALID_NUMBER THEN
          -- handle the error
    END;OR
    RAISE FORM_TRIGGER_FAILURE;hope this helps u....
    sarah

  • Invalid date - getting an error message on the form

    Hi
    I am using APEX version 3...
    in my form I have a date field (with date picker option)... my users can pick the date with no issues... the issue is when my user enters manually (usually by mistake) something in the date field.... I get the following error message when the date is invalid
    ORA-01840: input value not long enough for date format
    I know in version 4 of APEX we can use dynamic action or validation function... is there an option to use in Version 3...?
    thanks

    Hi,
    Create a Validation....
    Name: Valid Date
    Type: Function Returning Boolean
    Validation Expression 1:
    DECLARE
    my_date DATE;
    BEGIN
    IF LENGTH (:P1_DATE) = 11
    THEN
    my_date := TO_DATE (:P1_DATE, 'DD-MON-YYYY');
    RETURN TRUE;
    ELSE
    RETURN FALSE;
    END IF;
    EXCEPTION
    WHEN OTHERS
    THEN
    RETURN FALSE;
    END;
    Error Message: Date is not a valid date!
    Associated Item: P1_DATE
    Condition Type: Value of Item in Expression 1 Is NOT NULL
    Expression 1: P1_DATE
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • Encoding error message when submitting form to REST endpoint

    When submitting a stand-alone form to the REST endpoint of a process I receive the following message in Acrobat reader (translated from german):
    "An error occured when submitting the form. Content of type text/plain;charset=utf-8 could not be processed"
    Despite the error message the process gets started and works fine.
    In terms of usability I would like to get rid of this error message since it irritates the ordinary user.
    This happens only in Acrobat Reader (version is 10.1)  not in Pro
    My workbench version is 10.0.1

    The No Content approach should work. Can you show the exact code you're using to generate the response? Did you add "#FDF" to the end of the URL for the submit form action?
    If you haven't looked into it already, consider returning an FDF that causes a popup dialog to display as a way of providing feedback.

  • ERROR message when creating forms

    hi, i am experiencing problems when i try to create a Master-Detail relationship form based on two views(The master table is a view which is a combination of 2 views joined together- and the detail table is a single view).
    The error message that i receive when i try to run the form is
    "cannot select ROWID from a join view
    without a key-preserved table".
    However, when i go back and select a Master Table or Detail Table Primary key in the Display Options page within the form (under Primary Key options), when i run this form it runs fine. But when i go to the Parameters option (in Manage Component Page) and click on the query button, the form displays the data (In Master Row Finder Results Page) but if i click on 'Edit' next to a row an error message apperas saying:
    "Unexpected errors- single-row subquery returns more than 1 row"
    any ideas as to what i'm doing wrong? and any solutions to the problem?
    null

    Hi Allen,
    You might have included the distribution channel in your condition table because of that it is restricting to create record,where
    as it work with customer and material combination.
    Check and revert
    Regards
    Ram

  • I updated my iPad 3 to iOS 6 and all Siri says is an error message in different forms. Help?

    So yesterday, I updated my iPad 3 to iOS 6, and I was really excited about Siri. However,everytime I ask Siri to do something like, "Launch Minecraft PE" it replys with something along the lines of "Uh oh. Something went wrong. Can you try asking again?" So I ask it again, same error message but she says it in a different way. I tried turning it on and off and on and off and all that. Nothing. Please help me.

    Me too . I love experiencing with Siri on my new ipad but it can not update .

  • Is there a way to override the format-mask error message? (oracle forms 6i)

    It seem that if data is enter in a field and doesnt follow the format mask schema. it populates it's default error message.
    was wondering if i can over ride that. and custimize my own error message/validation.

    Hi PandaOracle
    what i do recommand is creating a table called e.g handel_errors having
    Serial PK
    Error_id
    Error_textThen using a code in On-error Trigger & On-message trigger to select from table so any error no can be stored and selected from the db this is the most formal practice i used to use in any application.
    Example
    DECLARE
      alert_message VARCHAR2(200);
    BEGIN
      BEGIN
        SELECT Error_text
          INTO alert_message
          FROM handel_errors
         WHERE msg_code = message_code;
      EXCEPTION
        WHEN No_Data_Found THEN
          alert_message:=message_type||'-'|| To_Char(message_code) || ': ' || message_text;
      END;
      MESSAGE (alert_message); --  Or any alert as previously mentioned
      MESSAGE (alert_message);
    END; Hope this helps,
    Regards,
    Amatu Allah

Maybe you are looking for

  • How to get property and show itself in the Operator interface

    Hello, I suppose it's simple but I don't know to do. With Labview opertor interface, I would like to get a property of a step, for example the serial number or a local variable, and show its value in an labview indicator. Only that. Thanks.

  • 5.0 free reader download

    I need help. My computer crashed and I lost everything. I'm trying to re-download everything. I have a Compaq with Windows 98 2nd Edition. I THINK I had Adobe 5.0, but can't remember for sure. I installed it when my computer was new back in 2000 and

  • File to idoc and no mapping?

    Hi We are using PI 7.0 IDOCFileSender->PI7.0->ALERECEIVER we have a file in the "native" file format for an idoc, we now would like to process this file through PI and sending it to our SAP systems ALE layer. We are not allowed to call the ALE adapte

  • Receive an email every time generate an error

    Hi Experts, I need to receive an email every time generate an error in PI adapter engine, others... I've seen it working in another global environment Netweaver, but do not know how to activate this. Anyone have any tips? Best Regards, Bruno

  • How to change the path of all dbf files once database installed...

    Hi All, I m using 10g Database... During my DBCA installation I forget to change location of the database files, redlologs and control files... and my Database is successfully installed. Now, I want to change my all these above mention files location