Recompile Forms after Unix OS upgrade

I am running 9iAS 1.0.2.2.2 on IBM AIX 5.1 (32 bit mode). We have a forms 6i application that was originally compiled on AIX 4.3.3.
Can I transfer the fmx files directly to the AIX 5.1 server or do I need to recompile the fmb files first?

hi,
u don't have recompile your fmx'es but you must defintely compile all your rep's because it will u unable to retrieve a string error.
One important point if u have used or accessed any environment variables or api's specific to the previous OS u have to recompile those fmx'es.
Rajendra - [email protected]

Similar Messages

  • Recompiling forms after modifications to PL/SQL library

    Hi,
    Do I need to recompile my form when I've changed the PL/SQL library that is attached to the form?
    Thanks
    Ken

    If you change the parameters in the procedure call of any procedure or function in the PLL that your form uses, you must recompile the form.
    <p>Also, if you use a package specification in the PLL library to store common variables, and you change ANY variable or add a variable to the list, all the forms accessing any of the variables must be recompiled.
    <p>When that happens, you can Re: How to generate multiple files using f90genm ?

  • Steps to recompile forms

    Forms 9i
    Development environment: windows XP
    Deployment environment: Unix
    Do i have to recompile the forms after moving to unix.
    I moved .fmx file and was able to run the form perfectly.
    so, why do i have to recompile the form.
    And can anybody educate me with proper steps for compiling forms on unix.
    Thank you very much.
    Navya.

    Navya,
    if it runs on Unix then you are extremely lucky. in fact, Forms fmb files must be re-compiled on UNIX to get them working properly.
    1. Have Oracle Application Server installed
    2. The setup for the f90gen executable is in f90genm.sh. Edit this file and set ORACLE_HOME and DISPLAY. Use f90genm.sh to complile Forms
    The ORACLE_HOME environment variable must refer to the directory structure where Oracle Forms is installed, which is the "BI Forms" Middle Tier home.
    LD_LIBRARY_PATH should then include $ORACLE_HOME/lib before any other directories referenced in this setting
    Check your DISPLAY setting by running a simple x-windows
    command such as xclock or xterm
    f90genm.sh Module=<formname> Userid=<userid/password> [Runtime Parameters].
    For a full list of command line options run f90genm.sh without any parameter.
    Frank

  • Oracle Report Failing After Database Version Upgrade

    Hi,
    I have function code created in RDF file of oracle reports 10g as below-
    create or replace function clobblobtest (TMP_MID varchar2) return varchar is
    missed_text varchar2(1000) := '';
    v_time_stamp date;
    v_end_time date;
    cursor c1(c_time_stamp in date,
              c_mid in varchar2) is
           select mn.TEXT from msgnotes mn
      where mn.mid=c_mid
          and mn.create_date >= c_time_stamp;
    cursor c2(c_time_stamp in date,
              c_mid in varchar2,
              c_end_time in date) is
           select mn.TEXT from msgnotes mn
      where mn.mid=c_mid
          and mn.create_date >= c_time_stamp
          and mn.create_date <= c_end_time;
    begin
      IF ('1' = 'INWARD RETURN') then
        select bbi into missed_text from mtf1000 where mid=TMP_mid;
        ELSIF '1'='QPH Missed' then
      Select max(nj.update_date) into v_time_stamp
      from newjournal nj
      where nj.mid=TMP_mid and nj.status = 'CTOVRQ';
      for i in c1(v_time_stamp,TMP_mid) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      ELSIF ('Rejected'='Rejected' OR 'REJECTED'='REJECTED') then
      IF ('TERMINATED' in ('TERMINATED')) THEN
      Select min(nj.update_date),max(nj.ENDDATE) into v_time_stamp,v_end_time
      from newjournal nj
      where nj.mid=TMP_mid and nj.actionid2='16' and nj.actionid1 is null;
      for i in c2(v_time_stamp,TMP_mid,v_end_time) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      ELSE
      Select max(nj.update_date) into v_time_stamp
      from newjournal nj
      where nj.mid=TMP_mid and nj.status = 'UNSETLED';
      for i in c1(v_time_stamp,TMP_mid) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      END IF;
      ELSE missed_text := null;
      END IF;
    return(missed_text);
    End;
    Note:- Text column from table msgnotes is of datatype CLOB.
    I have executed report having this function before oracle upgrade and it works fine.
    But when i am trying to execute report after oracle version upgrade from 11.2.0.3.0 to 11.2.0.4.0 with same data report fails with runtime error Rep-1401: '' Fatal PL/SQL Error.
    With New version we tried to typecast Text column from clob to varchar and executed report then it works... but report runs on old version without any explicit typecasting.
    Please note when i run and call this funtion from sql developer with upgraded database version it works fine.
    Please advise.

    This error can possibly depend on the fact that the PL/SQL engines are in different versions. When using SQL Developer you use the PL/SQL engine in the database. When using Oracle Reports you use the PL/SQL engine in the Oracle Reports Server (Web Logic Server even maybe). These versions - in the Forms and Reports realm - are different (read: a lower version) than the PL/SQL engine in the database.
    If I check what version I have in Oracle Forms, as an example, I get 11.1.0.7.0 (Help in the Oracle Forms Builder menu) but in the database I have (select * from product_component_version;) 11.2.0.3.0.
    That COULD be your issue...how to fix it I am not sure...

  • Not appearing the forms after login in to EBS

    Hi All,
    After login in to EBS clicking on any form based application foam not appearing through browser just it says done.From there its not getting any thing error also.
    But where as i am opening like this http://localhost.com:8000/dev60cgi/f60cgi i am getting.
    Even i ran the adadmin and autoconf also on both tier.Recently i have upgraded from Jint to Java plug in.
    please let me know if any one has solution for this problem.
    Thanks,
    Venkat.

    Venkat,
    Any errors in Apache log files?
    $IAS_ORACLE_HOME/Apache/Apache/logs
    $IAS_ORACLE_HOME/Apache/Jserv/logs
    $IAS_ORACLE_HOME/Apache/Jserv/logs/jvm
    Recently i have upgraded from Jint to Java plug inTo what version? Please mention the Note ID you followed.
    Enable trace and see if you get more details.
    Note: 452853.1 - How To View The Java Console And Enable Tracing For Sun JRE (Native Plug-in)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=452853.1
    Note: 549423.1 - How to enable tracing and logging for Sun JRE (Native Plug-in)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=549423.1
    You may also review the following note, it may be helpful.
    Note: 463363.1 - Cannot Launch Forms After Upgrading To JRE 1.5.0_xx
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=463363.1
    Note: 782315.1 - After Migrating to Sun JRE on the Client Forms Does Not Start When Selecting Responsibility
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=782315.1

  • Slow Mac after 12/19 upgrade

    After the last upgrade from Apple on 12/19 2012, my Power Mac is much slower, it complained about network changes and several apps (SecondLife among them) are now crashing with :
    Date/Time:       2012-12-25 09:05:21.053 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Exception Type:  EXC_CRASH (SIGILL)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    BUG IN CLIENT OF LIBDISPATCH: Do not close random Unix descriptors
    ## And I see these in other logs..
    ### The packages installed...
    Dec 19 21:41:59 Power-Mac-pro installd[11536]: PKG: extracting "com.apple.pkg.MobileDevice"
    Dec 19 21:42:00 Power-Mac-pro installd[11536]: PKG: extracting "com.apple.pkg.CoreFP"
    Dec 19 21:42:08 Power-Mac-pro installd[11536]: PKG: extracting "com.apple.pkg.iTunesX"
    Dec 19 21:42:09 Power-Mac-pro installd[11536]: PKG: extracting "com.apple.pkg.iTunesAccess"
    ### New bugs are popping up..
    Dec 20 14:00:20 Power-Mac-pro com.apple.launchd[1] (0x1022003f0.anonymous.nohup[153]): Bug: launchd_core_logic.c:8303 (24498):0
    Dec 20 14:00:20 Power-Mac-pro com.apple.launchd[1] (0x1022003f0.anonymous.nohup[153]): Switching sessions is not allowed in the system Mach bootstrap.
    Dec 20 14:00:20 Power-Mac-pro com.apple.launchd[1] (0x1022003f0.anonymous.nohup[153]): _vprocmgr_switch_to_session(): kr = 0x44c
    ### New allocation failures are filling my logs...
    Dec 23 15:49:58 Power-Mac-pro Firestorm[3598]: Firestorm(3598,0xb0185000) malloc: *** mmap(size=2097152) failed (error code=12)\n*** error: can't allocate region\n*** set a breakpoint in malloc_error_break to debug
    Dec 23 15:49:58 Power-Mac-pro [0x0-0x257257].com.secondlife.indra.viewer[3598]: Firestorm(3598,0xb0185000) malloc: *** mmap(size=2097152) failed (error code=12)
    Dec 23 15:49:58 Power-Mac-pro [0x0-0x257257].com.secondlife.indra.viewer[3598]: *** error: can't allocate region
    Dec 23 15:49:58 Power-Mac-pro [0x0-0x257257].com.secondlife.indra.viewer[3598]: *** set a breakpoint in malloc_error_break to debug
    Dec 23 15:49:58 Power-Mac-pro [0x0-0x257257].com.secondlife.indra.viewer[3598]: terminate called after throwing an instance of 'std::bad_alloc'
    Dec 23 15:49:58 Power-Mac-pro [0x0-0x257257].com.secondlife.indra.viewer[3598]:   what():  std::bad_alloc
    Dec 25 08:59:39 Power-Mac-pro WindowServer[195]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Dec 25 08:59:39 Power-Mac-pro com.apple.WindowServer[195]: Tue Dec 25 08:59:39 Power-Mac-pro.local WindowServer[195] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Dec 25 09:05:20 Power-Mac-pro /Applications/Phoenix Viewer.app/Contents/MacOS/Phoenix Viewer[337]: BUG in libdispatch: 10K549 - 1986 - 0x4
    Dec 25 09:05:23 Power-Mac-pro com.apple.launchd.peruser.501[219] ([0x0-0x2b02b].com.secondlife.indra.viewer[337]): Job appears to have crashed: Illegal instruction
    Dec 25 09:05:23 Power-Mac-pro ReportCrash[340]: Saved crash report for Phoenix Viewer[337] version Phoenix Viewer version 1.6.1 (1691) (1.6.1 (1691)) to /Users/Library/Logs/DiagnosticReports/Phoenix Viewer_2012-12-25-090523_Power-Mac-pro.crash
    ### And what's up with this!!!
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libapr-1.0.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libaprutil-1.0.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libcollada14dom.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libexception_handler.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libexpat.1.5.2.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libGLOD.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libapr-1.0.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libaprutil-1.0.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libcollada14dom.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libexception_handler.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libexpat.1.5.2.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libGLOD.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libapr-1.0.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libaprutil-1.0.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libcollada14dom.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libexception_handler.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libexpat.1.5.2.dylib': 93
    Dec 25 09:01:45 Power-Mac-pro kernel[0]: CoreServicesUIAg[307] Unable to clear quarantine `libGLOD.dylib': 93
    Any and all suggestions (except switching to Windoze) are appreciated:-)
    Thanks all :-)
    PS  system was upgraded to 12Gb RAM a year ago, and is running 10.6.8
    <E-mail Edited by Host>

    That's not a Power Mac, it's a Mac Pro; completely different archtecture and Power Mac can't run beyond 10.5.8.
    We'll have this moved to the proper forum.

  • Cannot compile form on unix. identifier 'CHECK_COMMIT' must be declared

    Hello
    I am getting the following error when I try to compile a form on unix. Error identifier 'CHECK_COMMIT' must be declared
    Compiling procedure DISPLAY_TAB...
    Compilation error on procedure DISPLAY_TAB:
    PL/SQL ERROR 201 at line 12, column 1
    identifier 'CHECK_COMMIT' must be declared
    PL/SQL ERROR 0 at line 12, column 1
    Statement ignored
    PL/SQL ERROR 201 at line 32, column 7
    identifier 'CHECK_COMMIT' must be declared
    PL/SQL ERROR 0 at line 32, column 7
    Statement ignored
    Compiling procedure SET_TAB_STATUS...
    No compilation errors.
    Compiling procedure SELECT_REQUESTOR...
    No compilation errors.
    Compiling procedure SELECT_ALT_REQUESTOR...
    No compilation errors.
    Form not created
    It seems to only occur where a program unit is calling a procedure in an attached library. All the libraries exist.
    my FORMS_PATH is set to
    /famisapps/fmsd/msd:/famisapps/fmsd/libs/:/apps3/famis/dev/forms:/famisapps/fmsd/forms
    All the libraries are in /famisapps/fmsd/libs/
    The forms are in /famisapps/fmsd/forms
    The library in question is called common.pll. I have renamed it COMMON.PLL, COMMON.pll and Common.pll
    Any help ideas would be apprecaited.
    David

    are you getting the same error when compiling from frmcmp.sh and from builder even after setting the FORMS_PATH ?
    with this make any difference FORMS_PATH
    changing
    /famisapps/fmsd/msd:/famisapps/fmsd/libs/:/apps3/famis/dev/forms:/famisapps/fmsd/forms
    to
    /famisapps/fmsd/msd:/famisapps/fmsd/libs:/apps3/famis/dev/forms:/famisapps/fmsd/forms

  • Cannot send emails from Hotmail on my iPad appears only after iOS 7 upgrade.

    Cannot send emails from Hotmail acc on my iPad, problem occurred after iOS 7 upgrade. Message appears that user name or password is incorrect in settings but they are correct when checked.

    Try deleting and reinstalling your Hotmail email account.

  • Exchange mail after iOS 8 upgrade not working

    exchange mail after iOS 8 upgrade not working.
    I can not get email from my exchange account.
    Any suggestion?

    Just had this issue.  I turned WIFI off and it connected fine.  Then turned WIFI back on and working as always.
    It had something to do with the WIFI conflicting with the exchange server.

  • Ipad locks up after iOS 8 upgrade

    WWhy does ipad lock up in safari after iOS 8 upgrade

    (A) Try reset iPad
    Hold the Sleep/Wake and Home button down together until you see the Apple Logo.
    Note: Data will not be affected.
    (B) Close all apps in the multi-task window
    1.Double-click the Home button.
    2. Swipe the app's preview up to close it.
    3. Preview will fly off the screen.

  • IPAD2 very slow after IOS 8 upgrade

    After IOS 8 upgrade many aplications ( Safari, Facebook, etc) load  very, very slow (comparing with 7 version) , with a significant delay of more than 10 seconds...
    Who can I solve this problem? Any workaround?
    PD
    Apple should better test the software before delivering.
    Thanks.

    Here's the list of the most annoying issues that affect me since updating my iPad 2 64GB w/Cellular iPad to IOS 8:
    EXTREMELY SLOW - When opening apps, or switching between them - We are talking just the built-in apps. Mail, Safari, Settings....
    Extremely slow Wi-Fi AND broadband. The Wi-Fi is the worst though. Horrible. Page load times are 2 to 4x slower than my wife's iPad.
    Battery life reduced by at least 25%. Used to make it all day long, now I am having to plug it in.
    Heat - It is working so hard that the processor is heating up. That can't be healthy for it, and surely the majority of the power issues stem from this.
    Copy/Paste not functioning correctly between browser windows. Oh this is frustrating. I just want to paste the URL of one website I am on to Facebook, for instance. Even though I COPY, it's pasting in info I clipped a earlier in the day to one browser tab, but if I open another one, it will paste the correct information. You never know what you are going to get.
    Cannot post a photo to facebook by hitting the camera icon when leaving a reply or making a post (using web browser version)... It starts the upload, then just stops. I *CAN* go to photos, then SHARE it to facebook, but that doesn't allow me to post a photo along with a reply.
    Multiple app crashes per day. This I can deal with. It's nothing new, it's just more frequent. Safari and Mail seem to be the major culprits. It wouldn't be so bad except it takes 2-4 seconds to reopen the crashed app. Sometimes as much as 10 seconds.
    And that's just the annoying ones....

  • After IOS 8 upgrade IPad 2 don't start

    Hi,
    After IOS 8 upgrade my IPad 2 don't start and just show this screen and nothing works.

    My ipad2 is having the same problem.  I can get it to start up by plugging the charger in.  I can then unplug it and it is working - but very slow and prone to randomly shutting things down.

  • IPad 3 sound issues after iOS 8 upgrade

    iOS sounds and some apps have very little or no volume after iOS 8 upgrade.

    Hello mhael, 
    Thank you for participating in the Apple Support Communities. 
    If you experience popping sounds and distortion from your iPad Air speakers after updating iOS, start with the troubleshooting steps in this link:
    If you hear no sound or distorted sound from your iPhone, iPad, or iPod touch speaker - Apple Support
    All the best,
    Jeremy 

  • Text notification not working after recent software upgrade.

    I also have the Galaxy s4 and have noticed issues after the recent upgrade. My device will only vibrate now when receiving text messages, the notification sound doesn't seem to work anymore. I've tried adjusting settings on both my messaging apps until I'm blue in the face and can't seem to make anything work. Other notifications still work ok for the most part. Any ideas??

    Please, nobody waste any time replying to this issue as the problem appears to be fixed now. I rarely restart my laptop as I usually just put it to sleep, however, I restarted it and the problem looks to have gone away. I may have fixed it with some of the things I tried, but the laptop may just have needed restarting - I'm not sure.
    But as long as the problem is resolved, I'm happy. :-)))
    Thanks anyway!

  • The copy/ paste function not working after OS 8 upgrade

    after OS 8 upgrade my iPad no longer works. It will not copy, then paste . The screen just starts scrolling up on its own. Very frustrating. Ipad Air worked perfectly prior to doing OS 8 install. This *****! Any ideas?

    You need to contact MSI to ask them for a new driver and to report your findings: >>How to contact MSI.<<
    This is a Users-to-Users Forum and you are not talking to MSI here.

Maybe you are looking for

  • RV180W firmware 1.0.2.6

    http://software.cisco.com/download/release.html?mdfid=284005928&softwareid=282487380&release=1.0.2.6&relind=AVAILABLE&rellifecycle=&reltype=latest

  • Touch Screen Not Responding

    I left my ipod charging over night (did not sync), and when I grabbed it this morning the touch screen was unresponsive and not working. I tried doing the power and volume down reset, but nothing changed. All the buttons work fine, but without a work

  • Empty Cells in Report

    Hi Experts, After executing the query, I am getting  some cells which are empty without any zero / any value.... Is there any setting to display those cells with zeros ........ Thanks in Advance.. Regards, Nagamani

  • SOA System Testing on SOA Suite. Best Practices and approaches needed.

    Hi, New to this Forum and sorry if I landed at wrong place. We need to perform System/Functional testing for applications deployed on Oracle SOA Suite. SOAP UI helps us in many ways. But scenarios below being considered, we need your expertise to hel

  • Add date that row was modified.

    I am trying to add the date to "column A" when ever a row is modified. If i put this in a new workbook it works fine, but when added to my current work book it does nothing (not even a error) Private Sub Worksheet_Change(ByVal Target As Range) If Tar