How to recompile ARXRAATR.pll

Hi Forum - I am trying to upgrade 12.1.1 to 12.1.2 and in that process getting following error:
The following Oracle Forms objects did not generate
au resource ARXRAATR.pll
I understand that I can use adadmin to recompile it but my question is when adadmin asks for product what should I use? Should it be fnd?
Thanks in advance!!

Ravi,
I understand that I can use adadmin to recompile it but my question is when adadmin asks for product what should I use? Should it be fnd?From the file name "*AR*XRAATR.pll" --> It is AR (the first two characters).
If you want to compile the pll file manually, refer to (Note: 427879.1 - How To Customize And Compile An Application Seeded Form (FMB) Or Library (PLL)?) and (Note: 130686.1 - How to Generate Form, Library and Menu for Oracle Applications).
Thanks,
Hussein

Similar Messages

  • How to recompile the entire schema's INVALID objects in one go?

    Hi,
    How to recompile the entire schema's invalid database objects (such as package, function, procedure, trigger etc) in one go?
    Please advise.
    Thank you.

    I often use this SQL.
    select 'Alter ' || OBJECT_TYPE || ' ' || OBJECT_NAME || ' compile;' as DDL
      from user_objects
    where STATUS = 'INVALID';I sometimes use this SQL.
    declare
        WK_InvalidCount     pls_Integer :=0;
        WK_PrevInvalidCount pls_Integer :=0;
    begin
        loop
            for rec_work in (select a.object_type,a.object_name from user_objects a ,user_object_size b
                             where  a.status='INVALID' and a.object_name=b.name order by b.code_size
                            ) loop
                dbms_ddl.alter_compile(rec_work.object_type,user,rec_work.object_name);
                DBMS_Output.Put_Line(rec_work.object_name || 'is recompiles');
            end loop;
            select count(*) into WK_InvalidCount from user_objects where status='INVALID';
            if WK_InvalidCount=0 then
                DBMS_Output.Put_Line('InvalidObject none');
                exit;
            elsif WK_InvalidCount != WK_PrevInvalidCount then
                WK_PrevInvalidCount := WK_InvalidCount;
            else
                DBMS_Output.Put_Line('InvalidObjects remain' || to_char(WK_InvalidCount));
                exit;
            end if;
        end loop;
    end;
    /

  • How to recompile SYS.DBMS_REPCAT_FLA

    Hi all,
    I found of this only invalid object in database, I dont know how to recompile this 'SYS.DBMS_REPCAT_FLA', can anyone please help
    object: SYS.DBMS_REPCAT_FLA
    10:23:25 SQL> sho errors
    Errors for PACKAGE BODY SYS.DBMS_REPCAT_FLA:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00201: identifier 'DBMS_REPCAT_FLA' must be declared
    1/14 PLS-00304: cannot compile body of 'DBMS_REPCAT_FLA' without its
    specification
    10:23:31 SQL> SYS.DBMS_REPCAT_FLA

    Hi Anantha
    Thanks for the reply, I guess since we are not using the replication, we can drop this package, I was so worried since this is the only object that is not compiling in our database,
    thanks everybody for the co operation
    :)

  • How to recompile the COBOL files?

    Hi All,
    Can any one provide documentation for how to recompile the COBOL files by using Net Express 5.1 in command prompt?
    Thanks in advance.
    Thanks & Regards,
    Siva Prasad B

    1. Set up two environment variables, PS_HOME and COBROOT, on the machine from which you'll compile COBOL. (This should be either your file server or a machine that has access to your file server.) You can do this from a DOS command prompt window.
    set PS_HOME=C:\hr840
    set COBROOT=c:\netexpress\base
    2. Open a DOS command prompt window if you do not have one open already, and change directories to
    <PS_HOME>\Setup.
    3. Execute CBLBLD.BAT as follows
    cblbld <compile drive> <compile directory>
    where <compile drive> is the drive where the compile takes place, <compile directory> is the temp
    directory where the compile takes place
    The CBLBLD.BAT file will create the compile directory for you if it does not already exist.
    Note. Make sure to include a space between the <compile drive> and <compile directory> parameters; they are treated as two different parameters within the CBLBLD.BAT batch program. Also ensure that you have write permission to <compile drive> and <compile directory> as the compile process will take place there.
    For example, the following command will take the COBOL source from <PS_HOME>\src\cbl and do the compile process under c:\temp\compile:
    cblbld c: \temp\compile
    Make note of the information that is displayed on the screen while the process is running; it provides the locations of important files that you will need to examine.

  • How to recompile screens

    Hi lads,
    anyone knows how to recompile the screens manually?  I thought it was in SGEN, but it's not.
    thanks in advance,
    cheers,
    Javier
    Edited by: Javier Rocha Rivera on Jan 25, 2008 11:50 AM

    Well, it seems that can be done for BC-FES-GUI guys.

  • How to recompile all invalid objects of APPS?

    Dear all:
    How to recompile all invalid objects of APPS? my environment is ORACLE 9.2.0.5 32bit.
    Regards
    Terry

    varun4dba wrote:
    hi Terry,
    did you tried adadmin?
    thanks.Do you mean:
    Compile/Reload Database Objects
    1. Compile APPS schema
    2. Compile menu information
    3. Recreate grants and synonyms for APPS schema
    4. Compile flexfield data in AOL tables
    5. Reload JAR files to database
    6. Return to Main Menu

  • How to recompile the calendar in ebs R12

    Hi,
    Pl suggest how to recompile calendar again after getting warning.
    I have entered the calendar
    General Ledger : Setup > Financials > Calendars > Accounting
    once I saved after doing some entry it give me the warning.
    "rep-0004 warning unable to open user preference file"
    I did some change as per suggest on "http://appsdbastuff.blogspot.in/2011/12/r12rep-0004-warning-unable-to-open-user.html"
    Copy $ORACLE_HOME/tools/admin/prefs.ora to $HOME
    then I bounce the application.
    when I add the rest entries of calendar & save & close the form it does not compile it again.
    Pls tell how to recompile calendar . the view-request-find last 7 days is showing only the last warning msg.

    Did you try running 'Other - Calendar Validation Report' from your SRS screen?
    Regards,
    Srini

  • How to recompile menus in the database?

    Hi,
    If add any function (SSWA jsp) to menu, it is asking recompile your menus in the database.
    Please let me know how to recompile menus in the database?
    Thanks,
    Prasad Raju.

    When you add a function to a menu and save your work, it would submit "Compile Security" concurrent program to recompile your menus in the database. To verify, go to (Requests > View).

  • How to recompile?

    Hi
    Is there any tools or what tools?
    for recompilation of all GMD PLLs and Forms after applying patch.
    and what is the purpose of recompilation?
    thanks

    I think Hussein already answered this question someday's back, if this is duplicate post then pls close it.
    Is there any tools or what tools?Use adadmin
    How to Generate Form, Library and Menu for Oracle Applications (11i and R12) [ID 130686.1]
    and what is the purpose of recompilation?Patches modify various pacakges,objects,files on server and thereby invalidating dependent object, forms/plls are one of dependent object and thus they need compilation after patch application.
    Thanks,
    JD
    Edited by: JD on 29 Oct, 2012 8:00 AM

  • EJB Stateless Session Bean how to recompile with "-deprecation" 10.1.2.0.2

    I have a EJB SLSB and I can deploy it to OC4J 10.1.2.0.2. However upon deployment OC4J is telling me:
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -deprecation for detailsCan somebody tell me how I can make OC4J recompile EJBs with -deprecation set to true?

    I suppose you'd be the first to start screaming at
    them for all the bugs in the 10.1.3 production
    release, if the Oracle guys concentrated more on
    getting something out quickly rather than providing a
    reliable product.C'mon, the only reason I'm pushing this is the fact that from the (OTN) website it looks like 10.1.3 has been around for years, whereas the truth is that the actual production date is unknown. What I am experiencing around me is Oracle loosing credibility regarding Java/J2EE with their direct competitors already having J2EE 1.4 support. The project I'm currently involved in was forced to use 10.1.2.0.2 since it is the last production release of the Oracle Application Server. This is J2EE 1.3 technology which is fairly old stuff.
    And... yes I'm amongst other things a developer and well aware of the challenges that come with creating software. Although in our projects we like to keep a relatively clear scope and not cramp as much features as possible in a version, just to satisfy the checklists :-)

  • How to set the pll path in run time environment

    kindly temme the solution for this

    I have same question but my version is 6i
    I also want to know is this with report too.
    My scenario is i make frm folder in other folder with folder with the name of module for pll i make foler at same level at frm with the name of lib how to resolve this

  • How to recompile the objects in oracle apps

    i used adadmin and compiled the apps schema .. but still i am getting INVALID objects .. how to compile these objects ?
    Below is the output after running adadmin .. suggest
    select owner,object_type,status from dba_objects where status='INVALID'
    SQL> /
    OWNER OBJECT_TYPE STATUS
    FLOWS_010500 JAVA SOURCE INVALID
    FLOWS_010500 JAVA CLASS INVALID
    PUBLIC SYNONYM INVALID
    PUBLIC SYNONYM INVALID
    PUBLIC SYNONYM INVALID
    PUBLIC SYNONYM INVALID
    RE PACKAGE BODY INVALID
    HERMAN TABLE INVALID
    APPS PACKAGE BODY INVALID
    APPS PACKAGE BODY INVALID
    APPS PACKAGE BODY INVALID
    OWNER OBJECT_TYPE STATUS
    APPS PACKAGE BODY INVALID
    APPS MATERIALIZED VIEW INVALID
    CA TABLE INVALID
    CA TABLE INVALID
    Thanks in advance

    i have 12.1.1 instance on Linux OS
    there is no adcompsc.pls file in $AD_TOP/sql .. i can see only adcompsc.sql You are on R12, and this script is no longer available -- See (Invalid Objects In Oracle Applications FAQs [ID 104457.1]), 10. How can I recompile all my invalid objects using ADCOMPSC.pls?
    Below is the error when i try to run the adcompsc.pls file .. please help
    [oaebiz@oracle sql]$ sqlplus @adcompsc.pls apps apps %
    SQL*Plus: Release 10.1.0.5.0 - Production on Tue Jan 4 08:36:03 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SP2-0310: unable to open file "adcompsc.pls"
    Enter User-name :Use adcompsc.sql instead.
    Thanks,
    Hussein

  • How to recompile with zinc?

    Hello, i wanted to change the name of the xml file that it saved to so i asked on the forum. A person gave me the editted script below however they also told me that in order for this to work i must recompile it with zinc. I have never worked with zinc before can someone please explain to me how to that, i have zinc 3.0
    Thanks
    /*ALL THE BUTTONS BELOW ARE MARKED FOR EDITABLE AND DO NOT EDIT ,ALTHOUGH IF YOU KNOW WHAT YOUR DOING
    THEN YOU CAN ACTUALY EDIT ANYTHING YOU WANT TO BUT FOR THIS APP TO WORK PROPERLY ONLY EDIT THE APPROPRIATE
    ENTRIES..ONCE YOU HAVE MADE YOUR CHANGES COPY AND PASTE THIS WHOLE PAGE OF SCRIPT INTO
    THE FIRST FRAME OF THE TIMELINE LET IT OVER RIGHT THE SCRIPT THATS ALREADY THERE.
    Button text labels for XML PLAYER*/
    ///SIDE MENUE BUTTONS\\\
    btn1.buttText.buttonText.text ="DOWNLOAD FILES";///DO NOT EDIT
    btn2.buttText.buttonText.text ="SYSTEM VOLUME";///DO NOT EDIT
    btn3.buttText.buttonText.text ="EDIT XML PLAYLIST";///DO NOT EDIT
    btn4.buttText.buttonText.text ="BURN CD";///DO NOT EDIT
    btn5.buttText.buttonText.text ="CREATE FOLDER";///DO NOT EDIT
    btn6.buttText.buttonText.text ="DELETE FOLDER";///DO NOT EDIT
    btn7.buttText.buttonText.text ="OPEN CDROM";///DO NOT EDIT
    btn8.buttText.buttonText.text ="OPEN DVDROM";///DO NOT EDIT
    btn9.buttText.buttonText.text ="FTP CLIENT";///DO NOT EDIT
    btn14.buttText.buttonText.text ="VIEW PLAYLIST";///DO NOT EDIT
    btn23.buttText.buttonText.text ="INFO";///DO NOT EDIT
    btn25.buttText.buttonText.text ="HELP";///DO NOT EDIT
    btn26.buttText.buttonText.text ="MDM HELP";///DO NOT EDIT
    ///BOTTOM BTNS
    btn19.buttText.buttonText.text ="OPEN CD TRAY";///DO NOT EDIT
    btn20.buttText.buttonText.text ="CLOSE CD TRAY";///DO NOT EDIT
    btn21.buttText.buttonText.text ="OPEN DVD TRAY";///DO NOT EDIT
    btn22.buttText.buttonText.text ="CLOSE DVD TRAY";///DO NOT EDIT
    ///THESE ARE FUNCTIONS THAT CAN BE EDITED BUT ONLY THE ONES MARKED "YOU CAN EDIT THIS PATH" are safe to change
    ///MY DOWNLOAD FILES
    btn1.onRelease  = function() {
    mdm.Dialogs.BrowseFile.filterList = "MP3 Files|*.mp3";   
    mdm.System.exec("E:\\My Music\\");    ///Path to download file //YOU CAN EDIT THIS PATH
    ////SYSTEM VOLUME///DO NOT EDIT
    btn2.onRelease  = function() {
    mdm.System.exec("sndvol32.exe");    ///System volume .exe
    ////EDIT XML PLAYLIST///DO NOT EDIT
    btn3.onRelease  = function() {
    mdm.System.exec(mdm.System.Paths.programFiles+"Mgamerz\\audiolist2.xml ");    ///xml list
    ////BURN CD//YOU CAN EDIT THIS PATH
    btn4.onRelease  = function() {  ///Add your path here to your burning software nero for example
    mdm.System.exec(mdm.System.Paths.programFiles+"Nero\\nero.exe");   
    ////CREATE FOLDER///DO NOT EDIT
    btn5.onRelease  = function() {  
    mdm.FileSystem.makeFolderUnicode("C:\\Program Files\\Mgamerz\\Burn");    //Creates a work folder for burning mp3s
    ////DELETE FOLDER///DO NOT EDIT
    btn6.onRelease  = function() { ///Deletes work folder if you want to delete it
    mdm.FileSystem.deleteFolder("C:\\Program Files\\Mgamerz\\Burn","ask", "Are you sure");       
    //// OPEN CDROM//YOU CAN EDIT THIS PATH
    btn7.onRelease  = function() { ///Opens up cdrom drive change the letter to match your pc
    mdm.System.exec("I:\\");   
    ////OPEN DVDROM//YOU CAN EDIT THIS PATH
    btn8.onRelease  = function() {////Opens up dvdrom drive change the letter to match your pc
    mdm.System.exec("I:\\");   
    ////FTP CLIENT//YOU CAN EDIT THIS PATH
    btn9.onRelease  = function() {///File path to your ftp software (here I use front page )
    mdm.System.exec(mdm.System.Paths.programFiles+"Microsoft Office\\Office10\\Shortcut Bar\\Office\\Microsoft FrontPage");   
    ///Top header buttons
    ////C:DRIVE///DO NOT EDIT
    btn10.onRelease  = function() {////Opens up  c:drive for browsing
    mdm.System.exec(mdm.System.Paths.programFiles+"\\");   
    /*btn11.onRelease  = function() { ////Opens up D:drive for browsing
    mdm.System.exec("D:\\");    //YOU CAN EDIT THIS PATH
    ////MY DOCUMENTS///DO NOT EDIT
    btn12.onRelease  = function() { ///Opens up my documents for browsing
    mdm.Dialogs.BrowseFile.filterList = "MP3 Files|*.mp3";
    mdm.Dialogs.BrowseFile.show("My Documents\\"); 
    ////MP3 FOLDER///DO NOT EDIT
    btn13.onRelease  = function() {//main directory for mp3 files
    mdm.System.exec(mdm.System.Paths.programFiles+"Mgamerz\\my_mp3s\\");        
    ////VIEW PLAYLIST///DO NOT EDIT
    btn14.onRelease  = function() {///View playlist as a text file
    mdm.System.exec(mdm.System.Paths.programFiles+"Mgamerz\\my_mp3s\\mp3.t xt");   
    ////UPDATE XML FILE///DO NOT EDIT
    btn15.onRelease  = function() {///Creates xml playlist once new mp3s have been added
    mdm.System.exec(mdm.System.Paths.programFiles+"Mgamerz\\mymusic.xml ");   
    ////MINIMIZE BUTTON
    /*btn16.onRelease  = function() { //Minimizes  the application
        mdm.Application.minimize()  ///DO NOT EDIT
    ////CLOSE BUTTON
    /*btn17.onRelease  = function() { ///Closes application
        mdm.Application.exit("ask","Are you sure you want to Exit?") ///DO NOT EDIT
    ///SCREEN CAPTURE DEVICE///DO NOT EDIT
    btn18.onRelease  = function() {///Screen captue sofdtware
        mdm.System.exec(mdm.System.Paths.programFiles+"Mgamerz\\apps\\Capture Screen Studio\\css.exe");   
    ////OPEN CDROM TRAY//YOU CAN EDIT THIS PATH
    btn19.onRelease  = function(){ 
    mdm.System.openCDTray("I");
    ////CLOSE CDROM TRAY//YOU CAN EDIT THIS PATH
    btn20.onRelease  = function(){//Closes cdrom tray
    mdm.System.closeCDTray("I");       
    ////OPEN DVDROM TRAY//YOU CAN EDIT THIS PATH
    btn21.onRelease  = function() {//Opens dvdrom
    mdm.System.openCDTray("H");                       
    ////CLOSE DVDROM TRAY//YOU CAN EDIT THIS PATH
    btn22.onRelease  = function() {//Closes dvdrom tray
    mdm.System.closeCDTray("H");                   
    /*btn23.onRelease  = function() {//DO NOT EDIT
    nextFrame();                           
    ////HELP//DO NOT EDIT   
    btn25.onRelease  = function() {//Closes dvdrom tray
    mdm.System.exec(mdm.System.Paths.programFiles+"Mgamerz\\help.exe");                                 
    ////MDM HELP//DO NOT EDIT   
    btn26.onRelease  = function() {//Closes dvdrom tray 
    mdm.System.exec(mdm.System.Paths.programFiles+"MDM 2.5 help file\\MDM 2.5 UserManual.chm");   

    zinc builder say i need to rebuild it because it doesnt support files created in earlier versions of zinc how do i do that?

  • How to simulate a pll circuit with NI MULTISIM

    I want to simulate a PLL circuit with Multisim 13.0 before building it on the real NI ELVIS 2 breadboard. I want to see what results I should be expecting first, but I couldn't find a 74HC4046 chip in the Multisim software. Does anyone know how I can find the 74hc4046 chip in that software?

    Hi there,
    When a component is not available in the Multisim Database, you can try to find a SPICE model for the component and then use the Component Wizard (Tools menu) to create a custom component. Click here to learn more about component creation.
    Usually, SPICE models can be found in the manufacturer's website. I did a quick search but could not find a model for the 74HC4046.
    In Multisim, there is a generic PLL that you could use. It can be found in the Mixed Group, MIXED_VIRTUAL family.
    Regards,
    Fernando D.
    National Instruments

  • How to recompile object (by object id)

    Hi All,
    I have Oracle 11.1.0.7 on Enterprise Linux 5.2 64-bit. During the import (inserting many rows) the ORA-600 [17059] [0x1C7912FF8] [0x1C79129C0] [0x1CF9B9760] have appeared. I found on metalink document corresponding to this error- 138554.1. The suggestion is to recompile “dependent object” that are listed by given sql.
    How can I recompile object having object id?
    Please help.
    Groxy

    First you have to find object name using following query than you can recompile:
    SQL> select owner, object_name, object_id, status, object_type
      2  from dba_objects
      3  where object_id = 71176
      4  /
    OWNER                          OBJECT_NAME                OBJECT_ID STATUS  OBJECT_TYPE
    A                              MY_FUNC                            71176 VALID   FUNCTION
    Then you can recompile based on object type:
    SQL> alter function a.my_func compile
      2  /
    Function altered.With kind regards
    Krystian Zieja

Maybe you are looking for

  • Music not copied from PC after restore

    I had to restore my 30 gb iPod with iTunes running on Vista. When the restore process finished successfully, I found that not all my music was copied to the iPod. There were no error messages. How do I get all the music on my PC into my iPod?

  • Playback problem with Premiere Elements 11

    Hi, I have been editing a movie I am making in Premiere Elements 11. I have edited about 3mins off footage so far. Today, I opened up the project as normal. The project seemed to open up as normal but will now not allow me to view any of the movie, i

  • Macbook really slow after waking from sleep

    After waking up after sleeping my Macbook everything is really slow. It takes over 10 to 20 seconds to fully wake up. Once it does switching between applications etc. is really slow. Is this a problem that would be fixed by adding more RAM? I am not

  • Which Crystal Edition to use?

    Post Author: marian_nextdoor CA Forum: Exporting Hi friends! Any assistance would be greatly appreciated. I'm not sure which version(s) of crystal I require. I developed the reports in crystal. I want the end user (other office peers) to be able to a

  • Toshiba 40TL968 switching off itself

    Hi, I bought Toshiba 40TL968 TV just 3 weeks back but it started showing a problem. It would automatically turn itself off after every 30-40 minutes. There was no timer. I reset it and then it worked fine for a few days before showing the problem aga