DBMS_ERROR_TEXT failure with Headstart Utilities Admin form

I have installed the Headstart Oracle Designer for Designer/Developer 6.0, following instructions found in the patch for 6.0. Whenever I try to start the Headstart Utilities Administration form, I get an error stating that DBMS_ERROR_TEXT failed. Has anyone else had this problem?

Janine,
When I run the Utilities Administration against an Oracle 8.1.6.1.0 database on Sun Solaris, I don't have any problems.
Can you run other Headstart generated applications on this database, like the Headstart Demo or the Foundation Application? In other words, is it only the Utilities Admin that gives the error?
regards, Sandra

Similar Messages

  • Headstart Utilities Failure w/Designer 6.0

    Hello:
    I've just tried to install Headstart 2.1.2 with the new patches
    for Designer 6/Developer 6 on Windows NT 4.0 SP 4. I've checked
    all of the logs (in my ORANT\HSD21 folder) and I don't see any
    errors in any of them.
    However, when I go to start the Headstart Utilities
    Administration and log in as the Headstart Utilities owner, I
    get the following:
    I get a number of "FRM-40733: PL/SQL built-in DBMS_ERROR_TEXT
    failed". This comes up 5 times in a row.
    Then I get "FRM-40735: PRE-FORM trigger raised unhandled
    exception ORA-03114". This comes up once, and the form exits.
    This last one seems to indicate that the logon has failed, but I
    can log on using SQLPlus 3.3 and SQLPlus 8.0 with no problems,
    using exactly the same ID/password.
    If it matters, I'm using Oracle 8.1.5.0.0, Developer 6.0
    downloaded from Technet with the dev60 patches and Designer 6.0
    with no additional patches. They all seem to be working OK
    (I've generated a test form w/o Headstart and it runs OK).
    I've also run the following as suggested in another of your
    posts:
    select object_name from user_objects where status='INVALID';
    which returns no rows.
    Help!!
    TIA
    Eric Raskin
    null

    Headstart Team (guest) wrote:
    : Jeff Esposito (guest) wrote:
    : : Headstart Team (guest) wrote:
    : : : Eric Raskin (guest) wrote:
    : : : : Headstart Team (guest) wrote:
    : : : : : Eric Raskin (guest) wrote:
    : : : : : : Hello:
    : : : : : : I've just tried to install Headstart 2.1.2 with the
    new
    : : : : patches
    : : : : : : for Designer 6/Developer 6 on Windows NT 4.0 SP 4.
    : I've
    : : : : : checked
    : : : : : : all of the logs (in my ORANT\HSD21 folder) and I
    don't
    : : see
    : : : : any
    : : : : : : errors in any of them.
    : : : : : : However, when I go to start the Headstart Utilities
    : : : : : : Administration and log in as the Headstart Utilities
    : : owner,
    : : : : I
    : : : : : : get the following:
    : : : : : : I get a number of "FRM-40733: PL/SQL built-in
    : : : : : DBMS_ERROR_TEXT
    : : : : : : failed". This comes up 5 times in a row.
    : : : : : : Then I get "FRM-40735: PRE-FORM trigger raised
    : : unhandled
    : : : : : : exception ORA-03114". This comes up once, and the
    form
    : : : : exits.
    : : : : : : This last one seems to indicate that the logon has
    : : failed,
    : : : : but
    : : : : : I
    : : : : : : can log on using SQLPlus 3.3 and SQLPlus 8.0 with no
    : : : : problems,
    : : : : : : using exactly the same ID/password.
    : : : : : : If it matters, I'm using Oracle 8.1.5.0.0, Developer
    : 6.0
    : : : : : : downloaded from Technet with the dev60 patches and
    : : Designer
    : : : : 6.0
    : : : : : : with no additional patches. They all seem to be
    : working
    : : OK
    : : : : : : (I've generated a test form w/o Headstart and it runs
    : : OK).
    : : : : : : I've also run the following as suggested in another
    of
    : : your
    : : : : : : posts:
    : : : : : : select object_name from user_objects where
    : : : : status='INVALID';
    : : : : : : which returns no rows.
    : : : : : : Help!!
    : : : : : : TIA
    : : : : : : Eric Raskin
    : : : : : Eric,
    : : : : : I'm sorry to say I have bad news for you. The error you
    : run
    : : : : into
    : : : : : is caused by the following bug in Forms 6.0, which only
    : : : : : reproduces with Oracle 8.1.5 on NT:
    : : : : : 966970: CONNECTION LOST WHEN INVOKING PACKAGED
    PROCEDURE
    : : WITH
    : : : : : PLSQL-TABLE AS ARG OFMO899
    : : : : : Only work around is to use 8.0.5, or 8.1.5 on a UNIX
    : : machine.
    : : : : You ain't kiddin' about the "bad news" part, are you?
    : : Just
    : : : : to be sure I understand, this is only on the development
    : : : : machines, right? I can still run 8.1.5 on NT for the
    : actual
    : : : : database?
    : : : : Eric
    : : : I wish I was kidding! This is a problem you might run into
    on
    : : : your production database as well. The moment you have a
    forms
    : 6
    : : : application that calls a server-side procedure which has a
    : : PL/SQL
    : : : table of records as parameter, the connection is lost.
    : : : Headstart-generated applications will all run into this, as
    : : : Headstart uses such a server-side procedure for message
    : : : handling.
    : : : We have raised this issue with Forms Development, and have
    : : asked
    : : : for a patch. (although it might turn out to be a server bug
    : : : instead of a forms bug...).
    : : This is very bad news, as I was looking to leverage
    : : headstart with 8.1.5/Designer/Developer 6.0 for rapid
    : development
    : : and deployment of an application to the web.
    : : I'm sure there are a few of us in this boat.
    : : Questions:
    : : 1) Does this problem exist for 8.1.5 in a Unix deployment?
    : : Specifically, can I be assured of reliable forms generation
    via
    : : headstart if my 8.1.5 database lives in Unix?
    : : 2) Assuming Forms Development agrees with you and is working
    on
    : a
    : : patch, may I offer to help test that patch?
    : : Jeff
    : Jeff,
    : This is only a problem with Oracle 8i on NT. Note that it is
    not
    : just a Headstart problem. If you generate a form with Designer,
    : and the block is based on a MAPI procedure, it won't run on
    8.1.5
    : on NT either, because the MAPI procedure has a PL/SQL table of
    : records as a parameter, just like the Headstart message
    handling
    : routine. Thanks for your offer, but given the wide impact of
    this
    : bug, Oracle will be able to create sufficient testcases
    : themselves.
    Hello,
    does the same problem exist on Oracle 8.0.5 on Windows NT and/or
    Digital Unix too?
    We are currently thinking about using Headstart and if the
    problem exists on 8.0.5 the workaround you provided might be a
    big problem for us ...
    thx in advance
    null

  • Need info on the approach for building admin forms for authoring

    Hi,
    I have a requirement to store the content in the content repository. I have two levels of data to be stored i.e. continents & countries; both continents & countries have their individual properties; continent contains countries node. I need to build a mechanism to store the content at a particular location in the JCR. The content authors should be able to add, edit or delete the continents & countries.
    What's the best way to build this admin form? Should the custom node types be created? Should a custom action type to be built? To support dynamism on UI i.e. add, edit & delete in a single form - how can it be done efficiently?
    If someone can provide me pointers, I will start with my build. Let me know if you need more information.
    Thanks,
    Chetanya

    Justin,
    The approach you listed sounds easy to implement.
    However I want to understand why out of all we choose cq:Page and why not nt:unstructured or sling:orderedFolder? Can sorting be enabled in this case?
    Also I have various scenarios where I need to store different form of data. Another example is storing product information in a alphebetical manner. There are lot of products to be stored and needs to be displayed in a tab format. The tab looks something like this A-E, F-L, M-S, T-Z, which should be configurable. Do you recommend creating one page per alphebet e:g A, B, C... and add all products (component) starting with A under page A, and so on? Or is there a better way to implement?
    Can something like calendar event be used here where in year, month and day node gets created first and then the event node is added. If so, in the above scenario how can the nodes A, B, C... be autocreated when products are added? Also the products need to be always sorted.
    Thanks,
    Chetanya

  • Keyboard commands not working with Headstart

    Hello,
    I'm using Headstart 2.1.2 with Template package 5.0.3.1. Forms 6.0.5.29 and Designer 6.0.3.
    When making a form in Forms without Designer and Headstart the forms responds normally to Alt + spacebar + n to minimze the MDI window. A Headstart generated forms responds to this command with FRM-41008: undefined function key. Does anyone know a way to fix this?
    Thanks, Joost

    You will have to add a key definition for this to the qmsrf50.res resource file. Your best bet is to look in the
    forms default resource file and copy that definition.
    Regards,
    LauriThanks for your reply, Lauri. Unfortunately I'm still not clear about this, I would appreciate it if you could explain a little further.
    What does this qmsrf50.res file do? The Headstart manual instructs me to replace the original Forms fmrusw.res file with the resource file supplied with Headstart. If I do so my application fails to start.
    As I wrote before my application responds to Alt + spacebar + n with 'Undefined function key'. The Headstart foundation application forms however responds correctly. They use the same runtime executable. Could it be that the resource file is used at compile time or is it only read at runtime?

  • Help with setting up application form to change per week.

    Hi all, i am going to be creating a simple feedback system application on apex but from the requirements given to me I am somewhat uncertain of how to go about creating it.
    The requirements are roughly:
    A feedback system to capture thoughts and views of students each week.
    An 'admin' area for the lecturer to define how many weeks the course is running for and whether there are 2/3/4 sessions each week for the duration.
    The form in which the student will give feedback each week.
    A results chart/graph/report in the 'admin' area, (with a printable PDF possibly?)
    My question is, when the lecturer defines how many weeks the course is running for and how many sessions a week there is, is there any way of setting the form page (the student uses to give feedback) to change for each week i.e week1, week2 etc. So the student doesn't keep supplying the feedback for week1 for example.
    The number of sessions will simple enough to sort out im thinking, just create the page with the highest possible amount of sessions on, then if there is only 2 sessions a week, only 2 will be displayed to fill in and the others will be hidden. If this is possible?
    Any ideas and thoughts are welcome. Please also mention any other ways of doing this if you have any!
    Thanks in advance,
    Ashleigh

    Hello Ashleigh,
    >
    My question is, when the lecturer defines how many weeks the course is running for and how many sessions a week there is, is there any way of setting the form page (the student uses to give feedback) to change for each week i.e week1, week2 etc. So the student doesn't keep supplying the feedback for week1 for example.
    >
    The answer for the above question is YES, with the help of form based on APEX_COLLECTIONS and/or APEX_ITEM API.
    Now the question is HOW. The answer to this question is for example the Timesheets Packaged Application which was provided by OTN a while ago(say before release of APEX 4.1) which was available here:
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/packaged-apps-090453.html
    The application provided a way to collect no. of hours a particular person has worked on particular timecode in a week.
    The main page consisted of a form built on collection(which was built on page load) whose first column consisted of timecode drop-down and rest of the column headers consisted of days of the week and the columns consisted of textbox for entering no. of hours worked. In short it was type of matrix form.
    Hope it helps!
    Regards,
    Kiran

  • Failure with EWS via WWSAPI (native code)

    Failure with EWS via WWSAPI (native code)
    I'm trying to make a request against Exchange(*) EWS
    using WWSAPI (native code).
    Exchange replies with the error:
     "Cannot process the message because the content type 
     'application/soap+xml; charset=utf-8; 
      action="http://schemas.microsoft.com/exchange/services/2006/messages/ResolveNames"'
      was not the expected type 'text/xml; charset=utf-8'."
    It seems the SOAP envelope is ill-formed.
    If I manually create the envelope (without WWSAPI) EWS gives no error.
    Is WWSAPI supported for EWS?
    I can provide all the code for testing.
    Thanks & regards
    josue
    On WebServices tracing I see the following events:
    Sending message - bin  (id: 1): 
    3C 73 3A 45 6E 76 65 6C 6F 70 65 20 78 6D 6C 6E 73
    3A 73 3D 22 68 74 74 70 3A 2F 2F 77 77 77 2E 77 33
    2E 6F 72 67 2F 32 30 30 33 2F 30 35 2F 73 6F 61 70
    2D 65 6E 76 65 6C 6F 70 65 22 3E 3C 73 3A 48 65 61
    64 65 72 3E 3C 52 65 71 75 65 73 74 53 65 72 76 65
    72 56 65 72 73 69 6F 6E 20 56 65 72 73 69 6F 6E 3D
    22 45 78 63 68 61 6E 67 65 32 30 31 30 5F 53 50 31
    22 20 78 6D 6C 6E 73 3D 22 68 74 74 70 3A 2F 2F 73
    63 68 65 6D 61 73 2E 6D 69 63 72 6F 73 6F 66 74 2E
    63 6F 6D 2F 65 78 63 68 61 6E 67 65 2F 73 65 72 76
    69 63 65 73 2F 32 30 30 36 2F 74 79 70 65 73 22 2F
    3E 3C 2F 73 3A 48 65 61 64 65 72 3E 3C 73 3A 42 6F
    64 79 3E 3C 52 65 73 6F 6C 76 65 4E 61 6D 65 73 20
    52 65 74 75 72 6E 46 75 6C 6C 43 6F 6E 74 61 63 74
    44 61 74 61 3D 22 74 72 75 65 22 20 43 6F 6E 74 61
    63 74 44 61 74 61 53 68 61 70 65 3D 22 49 64 4F 6E
    6C 79 22 20 78 6D 6C 6E 73 3D 22 68 74 74 70 3A 2F
    2F 73 63 68 65 6D 61 73 2E 6D 69 63 72 6F 73 6F 66
    74 2E 63 6F 6D 2F 65 78 63 68 61 6E 67 65 2F 73 65
    72 76 69 63 65 73 2F 32 30 30 36 2F 6D 65 73 73 61
    67 65 73 22 3E 3C 55 6E 72 65 73 6F 6C 76 65 64 45
    6E 74 72 79 3E 43 6C 65 62 65 72 3C 2F 55 6E 72 65
    73 6F 6C 76 65 64 45 6E 74 72 79 3E 3C 2F 52 65 73
    6F 6C 76 65 4E 61 6D 65 73 3E 3C 2F 73 3A 42 6F 64
    79 3E 3C 2F 73 3A 45 6E 76 65 6C 6F 70 65 3E 
    Sending message        (id: 1): 
    <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope">
      <s:Header>
        <RequestServerVersion Version="Exchange2010_SP1" xmlns="http://schemas.microsoft.com/exchange/services/2006/types"/>
      </s:Header>
      <s:Body>
        <ResolveNames ReturnFullContactData="true" ContactDataShape="IdOnly" xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
          <UnresolvedEntry>Cleber</UnresolvedEntry>
        </ResolveNames>
      </s:Body>
    </s:Envelope>
    Error occurred: 0x803D0000 - The input data was not in the expected format or did not have the expected value.
    Error occurred: 0x0 - The format of the HTTP request was not supported by the server.
    Error occurred: 0x0 - The server returned HTTP status code '415 (0x19F)' with text
    'Cannot process the message because the content type 'application/soap+xml;
    charset=utf-8; action="http://schemas.microsoft.com/exchange/services/2006/messages/ResolveNames"'
    was not the expecte
    Error occurred: 0x0 - There was an error communicating with the endpoint at 'https://gpe-exc2k10/EWS/Exchange.asmx'.
    WsCall API failed by 0x803D0000
    (*) Microsoft Exchange 2010 SP3 with Update Rollup 7

    Thank you for the tip. I was using SOAP 1.2. After changing to SOAP 1.1 it worked fine.
    WS_ENVELOPE_VERSION soapVersion = WS_ENVELOPE_VERSION_SOAP_1_1;
    Thanks and regards,
    Josue

  • ORA-20998: Transaction Failed on Headstart Utilities 6.5 installation

    Hello,
    I am having problem when running insthsu.sql script to install
    Headstart utilities 6.5. We are doing client/server approach. The
    server is Sun 450 - Oracle 8.1.7.0.0
    Designer 6i Release 4 repository was installed on the server.
    How far was the installation:
    1. Installed HST65 --> No problem found
    2. Installed HDEMO65 --> No problem found
    3. Failed on the following statement on insthsu.sql script:
    ... installing Quality Check utilities
    execute hsu_qa_app.install;
    error message:
    hsu65@devl> execute hsu_qa_app.install
    BEGIN hsu_qa_app.install; END;
    ERROR at line 1:
    ORA-20998: Transaction Failed
    ORA-06512: at "HST65.QMS$ERRORS", line 128
    ORA-06512: at "HST65.QMS_TRANSACTION_MGT", line 814
    ORA-06512: at "HSU65.CG$AIS_HSU_UTILITIES", line 39
    ORA-04088: error during execution of
    trigger 'HSU65.CG$AIS_HSU_UTILITIES'
    ORA-06512: at "HSU65.HSU_INSTALL", line 132
    ORA-06512: at "HSU65.HSU_QA_APP", line 40
    ORA-06512: at line 1
    Any idea or direction where should I go from here?
    Thanks,
    Sanny Subowo

    Ali,
    You are running into a bug in the install form. It sees the tables that you imported manually (like the message told you to do), and then complains about them. The best thing to do is change the code in the hsdinst.fmb where the check for existing objects is performed in program units CHECK_USERS:
    function hsu_objects_exist
    return boolean
    is
    cursor c_chk
    is
    select 'x'
    from user_objects
    where object_name like 'BL_%'
    -- or object_name like 'HSU_%'
    -- or object_name like 'OMR_%'
    So comment out the two lines as indicated above and recreate the fmx.
    Kind regards,
    Peter

  • Has anyone fixed the Headstart libraries for Forms 11 ?

    I have a 100% generated Designer - Forms application using the %65.pll headstart libraries - the so-called Headstart version 6.5i.
    Currently our production environment is running on Oracle Application Server 10.1.2. It works fine, however, because of several reasons (the underlying Oracle Portal environment is not working properly anymore on Internet Explorer 10) and continuous alerts that our customers may not use Java 6 and should upgrade to Java 7, we have to migrate to 11g.
    We have installed Fusion Middleware 11.1.1.6, upgraded Portal and recompiled all Forms modules and libraries. Also the Headstart libraries compiled ok. However, when we start a form we get the message that it has been created with an older version of Forms and it quits.
    The consequence is that i have to migrate the Forms as well with the tool frmplsqlconv. Sadly that fails on the Headstart libraries. For example these errors occur:
    CG$MESSAGE: The String CALL was found. If it is an occurrence of the Forms Built-In, It should be replaced with CALL_FORM.
    CG$_SHOW_KEYS: MENU_SHOW_KEYS changed to SHOW_KEYS
    CG$_PREVIOUS_MENU: The PREVIOUS_MENU Built-in is obsolete and will not compile.
    CG$_HELP: The MENU_HELP Built-in is obsolete and will not compile.
    CG$_EXIT: The EXIT_MENU Built-in is obsolete and will not compile.
    CGNV$FIRST_NAV_ITEM: BREAK changed to DEBUG.SUSPEND
    Does anyone have Headstart libraries with fixes for these errors?

    Hello Mark,
    the problem has been fixed...
    1) I tried to migrate the forms to 11g, but that can not be done with headstart... The fmb/pll files should be kept on 10g.
    2) The migration documentation is not complete: webutil has been installed completely (in other words, webutil is not migrated)
    So, steps are:
    1) Install webutil
    2) Recompile all libraries (including headstart and webutil)
    3) Recompile all menus
    4) Recompile all forms
    Then the Forms application works again.
    Java 7 update 21 is very dramatic. The "vendor" work-around can not be used anymore, like with previous Java 7 versions... It is unbelievable how amateuristic Oracle deals with Java. For me, Java in the client is dead as long as Oracle has the controls. So, the end of Forms is very near. If you are also looking for alternatives, check theformspider.com.
    Thanks for your help.
    Best regards, Jan Willem Vermeer

  • Error on HSU_OUTPUT dir when using Headstart Utilities

    Hi all,
    Does anyone have experience with the following problem: when I try to run the Headstart Utilities - Quality checks (elements) - Functions check, I get the following error:
    "Could not create file, possibly because output-directory does not exist. Check output directory in Windows Registry (HSU_OUTPUT)"
    My Registry has the following entry:
    Local Machine\Software\Oracle\Headstart
    which contains keys named HSU_OUTPUT, HTML_BROWSER and IMAGEFILE_PATH.
    So the entry seems to be OK, it refers to an existing dir, what's the problem?
    Regards, Ronald
    P.S. The other checks are working fine, I used entities, sequences and domains without a problem.

    Sandra,
    I've tried to reproduce the error I got in the beginning, but now I'm getting a database error (ORA-02291: integrity constraint (HSU21.HSU_QAR_USE_FK1) violated - parent key not found) While I was looking into that I noticed the following:
    In the package procedure HSU_QA_FUN.run there's a call to HSU_QA.INIT. In the INIT-call the user-id (3rd arg) is hard coded to be 1. In the HSU_QA_ENT.run the call is used with p_use_id, which I would expect te be correct. I noted that in the installation scripts the code is the same, so it's not a change we made.
    My question is: is there to be a pre-defined user in HSU_USERS with user-id 1? Or should the '1' in the call to init be changed into p_use_id, like in HSU_QA_ENT?
    Thanks for your help,
    Ronald

  • Problems saving results of Headstart Utilities

    I've problems with two utilities concerning journalling:
    1. Maintain journal tables HSU_CJNT Revision 6.5.0.4
    This package does not want to save the changes made to the journal tables in the repository. The error is CDA-01305: Column: UID 1 uniqueness violation. Version of Repository is 6.5.69.2.0
    2. Maintain journalling business rules HSU_JNBR Revision 6.5.0.2
    This package also doen't want to save adjustments, in this case to the BR's Errors :
    CDA-02035: Database Trigger (Table 2642375373300319097291377310396885686, Name BR_ADS_JRN_INS): Uniqueness conflict with Database Trigger (Table 2642375373300319097291377310396885686, Name BR_ADS_JRN_INS) in Container (Name MAT)
    CDA-02035: Database Trigger (Table 2642375373300319097291377310396885686, Name BR_ADS_JRN_UPD): Uniqueness conflict with Database Trigger (Table 2642375373300319097291377310396885686, Name BR_ADS_JRN_UPD) in Container (Name MAT)
    CDA-02035: Database Trigger (Table 2642375373300319097291377310396885686, Name BR_ADS_JRN_DEL): Uniqueness conflict with Database Trigger (Table 2642375373300319097291377310396885686, Name BR_ADS_JRN_DEL) in Container (Name MAT)
    Anyone any suggestions/patches?

    Willem,
    Regarding your problems:
    1. Maintain journal tables HSU_CJNT Revision 6.5.0.4
    This package does not want to save the changes made to the journal tables in the repository.
    The error is CDA-01305: Column: UID 1 uniqueness violation. Version of Repository is 6.5.69.2.0This UID requires the column name to be unique within the table.
    What could be the case is that your table has two or more columns that have almost identical names, and only differ
    after the 26th character. The utility creates column names like OLD_<column name> and NEW_<column name>.
    If for example you have 2 columns in the same table that are called VERY_VERY_LONG_COLUMN_NAME1 and
    VERY_VERY_LONG_COLUMN_NAME2, the utility applies the algorithm 'OLD_'||substr(r_col.col_name, 1, MAX_IDENTIFIER_LENGTH - 4)
    and come up with OLD_VERY_VERY_LONG_COLUMN_NAME, for both of the original columns!
    Could you check if this is the reason for the failure? If so, you could try renaming the columns, or changing the algorithm for deriving the journal column names in package hsu_cjnt.
    2. Maintain journalling business rules HSU_JNBR Revision 6.5.0.2
    This package also doen't want to save adjustments, in this case to the BR's Errors :
    CDA-02035: Database Trigger (Table 2642375373300319097291377310396885686, Name BR_ADS_JRN_INS): Uniqueness conflict with Database Trigger (Table 2642375373300319097291377310396885686, Name BR_ADS_JRN_INS) in Container (Name MAT)
    CDA-02035: Database Trigger (Table 2642375373300319097291377310396885686, Name BR_ADS_JRN_UPD): Uniqueness conflict with Database Trigger (Table 2642375373300319097291377310396885686, Name BR_ADS_JRN_UPD) in Container (Name MAT)
    CDA-02035: Database Trigger (Table 2642375373300319097291377310396885686, Name BR_ADS_JRN_DEL): Uniqueness conflict with Database Trigger (Table 2642375373300319097291377310396885686, Name BR_ADS_JRN_DEL) in Container (Name MAT) It seems like the utility tries to create new database triggers, but they already exist in the Container (=Application System or Folder).
    It could be that the database triggers already exist in a different workarea than the one you are running the utility in.
    The utility can see only the objects in the context workarea, so it doesn't know about the possible existence of the triggers in another workarea.
    You can check this by running the following query while logged in as a Repository user or the Utilities owner:
    select name
    from ci_database_triggers
    where table_definition_reference = 2642375373300319097291377310396885686
    If it selects the trigger names BR_ADS_JRN_INS etc, but you cannot see those triggers in your workarea, then they must exist in another workarea.
    Try to include them in your workarea or run the utility in the other workarea.
    Could you check if this is the case?
    kind regards, Sandra

  • Unhandled exception when starting headstart utilities 6i

    Installed Designer 6i (4.1.1), Developer patch 7, Headstart 6.5.
    Try to launch Headstart utilities, logon, get the context workarea question. Choose the only one we've got, and get error message:
    Unhandled exception in SET_CONTEXT_WORKAREA:ORA-4020:deadlock detected while trying to lock object HSU65.BLAPI, trg block: WKA, trg item:WKA.
    CONTEXT_WORKAREA_IRID
    Anyone any ideas?
    Thanks!

    Ernst,
    Did you recently upgrade your Oracle Designer version?
    You probably have to re-run the grants script, that grants access on Repository objects to the Utilities owner.
    To do this, log on to SQL*Plus as the Oracle Repository Owner, and run the following script, located
    in the [Headstart Home]\hsu\scripts directory, with the following command line parameters.
    d6grtsyn.sql [Headstart Home] [Utilities Owner schema name]
    for example:
    d6grtsyn.sql c:\hsd65 hsua65
    SQL*Plus will be closed automatically. The log file d6grtsyn.log will be created in the Headstart Home.
    Check this log file for any errors.
    kind regards,
    Sandra

  • Java.io.IOException: Connection failure with 407

    Getting this error from client site that uses a proxy server(IAS). Seems the forms jar files cannot be accessed and cached. We are using OAS 10g R2. App works fine everywhere else.
    Oracle JInitiator: Version 1.3.1.25
    Using JRE version 1.3.1.25-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\dreynolds
    User has overriden browser's proxy settings.
    Proxy Configuration: Manual Configuration
    Proxy: 192.168.1.7:8080
    Proxy Overrides:
    JAR cache enabled
    Location: C:\Documents and Settings\dreynolds\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    java.io.IOException: Connection failure with 407
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)
         at oracle.jre.protocol.jar.JarCache.get(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache http://www.<ourdomainname>.com/forms/java/frmall_jinit.jar

    any ideas, suggestions?

  • Changes to tables not being picked up by certain Headstart Utilities

    I modified an existing table in our repository by adding a new column to the table. This column has the same properties as another column in the table. The Headstart utility 'Maintain Default Events For Entities' had been run for all tables before the new column was added. As expected, all the columns in the table had UPDATE events created for them, except of course the new column.
    As none of the events associated with this table had been used, I ran the 'Cleanup Unused Event for Entities' utility for the table and then re-ran the 'Maintain Default Events For Entities' utility for the table, in order to create an UPDATE event on the new column. This however, was not the case as an UPDATE event was not created for the new column. It appears to have been completely ignored.
    I have checked for the obvious i.e. was the table change applied properly in the repository and had the database been properly re-generated from the server model and everything appears to be correct.
    I have noticed that certain Headstart utilities, 'Enforce CDM Ordering Standard for columns' and 'Set column display length' do pick up the new columns. 'Enforce CDM Ordering Standard For Attributes' however, is another utility that does not pick up the new column.
    Any solutions and explanations for the above would be much appreciated.
    Thank You,
    Aneesha.
    null

    Aneesha,
    In your formulation of the problem, you seem to sometimes be using the terms "table" and "column" when you actually mean "entity" and "attribute". This makes it a bit hard for me to reconstruct your steps. Did you create both a new attribute on the entity, and a new column on the table, and are the two linked together (i.e. if you go to the attribute, is the "Implemented by Columns" node filled correctly?
    Kind regards,
    Peter
    null

  • Problems saving results of Headstart Utilities Journalling

    Unique key conflict when re-using Utility Maintain journal tables.
    We experience the same problems.
    Colum names are not too long.
    We are working with an unversioned repository and Headstart Utilities 6.0.5.4
    Als the Static Domain rules utility is not able to update prior generated Triggers.
    Workaround is to drop the previously generated triggers!
    However, this workaround is not an option for the Journal tables, because Module table usages are referencing this table.
    Please let us know as soon as possible.
    Joep

    Unique key conflict when re-using Utility Maintain journal tables.
    We experience the same problems.
    Colum names are not too long.
    We are working with an unversioned repository and Headstart Utilities 6.0.5.4
    Als the Static Domain rules utility is not able to update prior generated Triggers.
    Workaround is to drop the previously generated triggers!
    However, this workaround is not an option for the Journal tables, because Module table usages are referencing this table.
    Please let us know as soon as possible.
    Joep

  • Jfmerge: [240]Failure loading colour palette from form file.

    Hi All,
    I need your help. I am new to JetForm and have to use it because of my work. Recently I have been assigned a task which is to amend an existing form, however, when I opened it with the JetForm Designer, it prompted me with message #4043 with following information:
    The current settings for Symbol Set handling are different
    from when the form was last saved.
    Form: Convert is Yes,950,950
    Current: Convert is Yes,1252,850
    I skipped the warning message and just compile the MDF file directly without any changes. Then, I just got the "jfmerge: [240]Failure loading colour palette from form file." error message during the printing process. May I know how could I fix it? Please help and advise.
    Thanks,
    Charoite

    Hello,
    I have exactly same problem than you while opening an existing .ifd file :
    The current settings for Symbol Set handling are different from when the template was last saved.
    Template : Convert is No,936,850
    Current : Convert is N0,1252,850
    I suppose it is due to chinese characters (Simsun font) bad installed on my desktop, but it is only hypothesis.
    Did you achieve to avoid this message since 05/2011 ?

Maybe you are looking for