Mutiple 10g Forms Sessions

We have a 6i application that may launch up to 4 or 5 forms applications on their desktop. Running on their workstation this is no problem at all.
In 10g this establishes 4 or 5 forms sessions on the app server with each session having a significant footprint. This issue changes 1200 users into virtually 4800 to 6000 users.
Does 10g have any functionality to handle this or is my only choice to throw more hardware at it at a significant cost.
Any help would be appreciated.

As a heads up, Forms is generally much more dependent on memory than CPU, so keep that in mind. Forms also has a pretty reasonable footprint even with non-optimized forms because a lot of things within the application are shared between user session. Things that can be shared like boilerplate and buttons are shared and things like user data are not.
So when doing scalability testing, make sure you're using a suitable number of users since the initial memory usage by the first users is much higher than for subsequent users who only need to create private memory usage areas.
I would support what Jan is saying about multi-tasking by a user on a system since even though they are multi-tasking, they really can't navigate through all 5 forms concurrently (if you know of a way to have multiple, independent mouse cursors, let me know! That would be something to see. Talk about RMI & carpal tunnel!).
If you're going from client/server to web (which I hope you are since 6i's been desupported for awhile for web), then you should definetly to a prototype do some testing of a large number of users.
A relatively cost effective way to throw more hardware at it would be to use a hardware load balancer in front of a few small - medium sized (2 - 4 processor) app servers. Don't go really high-end hardware, but make sure you have enough MEMORY. Memory is relatively cheap and doesn't increase your Oracle license cost!
It's easier to scale with a group of small/medium servers, plus you get a more available system that you can do rolling upgrade on or minimize the impact of unexpected outages.

Similar Messages

  • Session Killing - Automatically in 10g Forms

    Dear All,
    We have used when-timer expired-trigger in 6i forms and killed sessions which are idle for more than 30 mins. But the same form does not work with 10g forms.
    Is there any limitation in 10g forms with when-timer-expired trigger.
    How do we enable this. Please help us in fixing this.
    Thanks
    Guru

    I tried with "separateframe=true" in formsweb.cfg and it works fine for me.
    What is not working when you set "separateframe=true"?
    So far my experience with timeoutPJC is it works great with single form, form gets closed when the maximum Inactivity Period is exceeded but it is an issue when we try to implement it in multi-form application. My scenario is like this
    - I have main form which works like a MENU with Hierarchial tree structure,
    each node calls a different form within the application. Menu appears on the
    left while individual forms appearing towards right upon invokation.
    - I am trying to implement the timeoutPJC(Oracle Forms 10gR2 Demos) on this
    form so that when the Maximum Inactivity period exceeds then the whole
    application gets closed. It works GREAT when implemented on a single form
    but in a multiple form application it doesn't seem to work.
    - Also I have requirement to display a WARNING message 2 minutes prior to
    timeout so that user will be notified before the application gets closed. I
    tried to display forms ALERT but until the user acknowledges the alert application
    will not close. As an alternative to the forms alert I tried displaying an
    html document using WEBUTIL it is working ok but ideally I would like to see an Alert and close automatically just like AVG alert which shows timer after it has successfully updated and gets closed once the timeout occurs, anyone has ideas how to build such an alert?.
    - From the main form (MENU) I use OPEN_FORM built-in() to open 1st level of
    forms in the application. From this form I make use of CALL_FORM() to call
    various other forms.
    - If the focus is in the call form and if the form is in NORMAL mode
    everything works great. But if the form is either in ENTER-QUERY mode or LOV
    is opened and timeout occurs nothing happens until I close the called form
    manually then all the forms get closed. How to overcome this situation?
    - I can't understand why this doesn't work if the PJC is associated with the
    JAVA applet?
    **Is there a way we can close all the forms when timeout occurs without implementing timeoutPJC bean on all 600 odd forms in our application given the constraints I have defined above?
    Thanks in Advance,
    Venu

  • OAS 10G Forms and Reports Forms - Removing old sessions

    I am currently running Oracle Application Server 10.1.2.0.2 Forms and Reports Services Install.The problem that I am experiencing is that some users don't log out of our application and after 8 hours of inactivity our DB logs the users out of Oracle. This leaves forms sessions attached to the application server. Is there a way that I can remove these connections without having to manually log into Enterprise manager and disconnect them? I was hoping to be able to run a script at night and disconnect all sessions that have been connected for x number of hours or better yet find an option that I can configure in my forms setup to limit connect_time to a certain length of time. Any suggestions would be appreciated.

    Have you modfied the timeout parameter ? This will help to exit the application when there is no activity
    Rajesh

  • Mutiple forms session cannot be opened from same client

    We are running 6i on WIN NT4.0. Our client PCs cannot run multiple forms sessions. There got to be some parameter in config file that's not right. Can anyoen who came across this problem suggest something that could fix the problem?
    Thanks
    Peo

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Sudha Bhagavatula ([email protected]):
    The FORMS60_SESSION must be set to TRUE for the forms to be opened up in multiple sessions. Set this variable in your registry.<HR></BLOCKQUOTE>
    Hi, I did set FORMS60_SESSION to true but still doesn't work. We are running forms over web, wondering if that is different than client server. Any more suggesstions?
    Thanks
    Peo

  • Iconic file in oracle 10g forms

    hii,,
    i am a new user in oracle 10g form,,,here i am running a form & placing all the icons in a folder,after that i changed the iconic file path in the default.env file,the path is same where the icons are kept,,but still i am unable to see the icons at the run time,,,,,
    do i need to modify some other file or the icons will be kept at some particaular place????
    plzzzz help.....

    hi
    1 How to Display Iconic Images Using Forms 9.0.x/ 10.x?
    When running an Oracle Forms 9i/10g application the icon files used must be in a web enabled
    format such as JPG or GIF (GIF is the default format) (This is unlike older versions of forms running in client-server mode when the file format is .ico.)
    Icon image files can either be retrieved by Forms as individual files on the filesystem or from a Java Archive (JAR file).
    If an application uses lots of icon images it is recommended that they are stored in a JAR file to reduce the number of HTTP round trips.
    Reference:Note 232413.1 How to Deploy Iconic Images via a JAR File in Forms 9i/10g?
    The example below details steps to configure iconic images as individual gif or jpeg files.
    It is a first approach recommended for initial testing and understanding.
    Example:
    ========
    This document has been written for use with both Windows and UNIX operating systems: Windows will use the "\" character to delimit directories and UNIX uses the "/" character. Any other differences are noted in the document.
    1) Determine the physical location of the icons on your web server. For this example, assume that the icons are stored in D:\Myfiles\icons.
    2) Create the virtual directory in the forms90.conf file that point to the location of your Forms 9i/10g icons. This file is located in:
    $ORACLE_HOME\forms90\server\forms90.conf
    To define a virtual directory forms90/icons, use the following syntax:
    # Virtual path for ICONS (used to show icons in a form ) AliasMatch ^/forms90/icons/(..*) "D:\Myfiles/icons/$1"
    Below is an example of the forms90.conf after it has been modified to include the /forms90/icons virtual directory.
    # Virtual path mapping for Forms Java jar and class files (codebase) AliasMatch ^/forms90/java/(..*) "E:\IASR2\APP/forms90/java/$1" # Virtual path for JInitiator downloadable executable and download page AliasMatch ^/forms90/jinitiator/(..*) "E:\IASR2\APP/jinit/$1" # Virtual path for runform.htm (used to run a form for testing purposes) AliasMatch ^/forms90/html/(..*) "E:\IASR2\APP/tools/web90/html/$1"
    # Virtual path for ICONS (used to show icons in a form ) AliasMatch ^/forms90/icons/(..*) "D:\Myfiles/icons/$1"
    ( For 10g use instead of "forms90" -> "forms")
    3) Direct forms to use the /forms90/icons or /forms/icons virtual directory when running on the web by modifying the Registry.dat file in the $ORACLE_HOME\forms90\java\oracle\forms\registry or $ORACLE_HOME\forms\java\oracle\forms\registry
    directory. Note that for UNIX, both the path name and file name are case sensitive. You must specify "Registry.dat".
    Modify the default.icons.iconpath entry as follows: default.icons.iconpath=http:///forms90/icons/ or default.icons.iconpath=http:///forms/icons/
    If the URL used to bring up forms on the web is: http://abc.oracle.com:7778/forms90/f90servlet or http://abc.oracle.com:7778/forms/frmservlet
    Then the entry required for the Registry.dat will be: default.icons.iconpath=http://abc.oracle.com:7778/forms90/icons or default.icons.iconpath=http://abc.oracle.com:7778/forms/icons default.icons.iconextension=gif
    4) Now use EM Website to: a) Restart the OC4J-BI-Forms Instance b) Restart the BI-FORMS HTTP Server Instance.
    5) Verify that the virtual directory has been defined properly and that the icons can be viewed in a browser.
    Assuming that exeqry.gif exists in the D:\Myfiles\icons directory, the following URL should show the icon:
    http://abc.oracle.com:7778/forms90/icons/exeqry.gif or http://abc.oracle.com:7778/forms/icons/exeqry.gif
    6) Check the form : http://abc.oracle.com:7778/forms90/f90servlet?form=D:\Testcases\F90\ICON_CHECK_IASR2.fmx or http://abc.oracle.com:7778/forms/frmservlet?form=D:\Testcases\F10g\ICON_CHECK_IASR2.fmx
    CHECKLISTS
    =============
    Icons do not appear in the browser using the URL:
    o Verify that you are using the correct machine name and port for the OC4J_BI_Forms object.
    o Check the virtual directory name to make sure that there are no typographical errors. o Check for typographical errors in the forms90.conf or forms.
    conf for the virtual directory. o Check the name of the icon on the file system. If the file is saved as Exeqry.gif, then it will not be found using the URL http://abc.oracle.com:7778/forms90/ Close all your browser sessions and open a new browser window.
    Execute the URL to bring up from the Form Builder runtime or from the browser.
    ( For 10G use "forms" instead of "forms90")USEFUL REFERENCES:==================
    [PDF] Oracle9iAS Forms Services Deployment Guide (P/N B10170-01)Configuring Oracle9iAS Forms Services ->
    Deploying Icons and Images Used by Oracle9iAS Forms Services http://otn.oracle.com/products/forms/pdf/B10170_01.pdf
    [PDF] Oracle9iForms Services - How to Deploy Iconshttp://otn.oracle.com/products/forms/pdf/webicons.pdf
    sarah

  • DB Trigger firing issue in case of oracle forms session crash

    Hi All,
    Oracle DB version: Oracle Database 10g Release 10.2.0.2.0 - Production
    Oracle Forms version: (Oracle Developer Suite 10g) 10.1.2.0.2 Production
    I am entering some data in the oracle forms and committed the data to database. This form is still open.
    By some reasons i get a error as "FRM-92101: There is error during forms server startup" and the forms session gets crashed.
    When this event happens i wanted to update the records which are inserted before this error occurred. For this purpose i created a BEFORE LOGOFF ON DATABASE trigger (in SYS user) and declared that transaction as autonomous and performed update and then commit.
    But when i get this error in forms runtime session, this trigger doesn't fire and also the records don't get updated.
    If i query to v$session view, the session entry is gone because the forms session is crashed.
    Can anyone please tell me why this trigger don't get fire when oracle forms session gets crashed? Or is there is any other way to run update statement as soon as the forms session gets crashes?
    Thanks.

    Hi,
    please check java runtime console for more issue information.
    Windows:
    SystemControl->Java Plugin Ver XXXX -> Standard -> Check "Show Java Console"
    In Systray, check the console for information about errors in java after the form error.
    Attackwave

  • Load balancing 10g forms - Connection from new browser window not supported

    Load balancing 10g forms - Connection from new browser window not supported
    We're experimenting with using webcache to load balance between multiple applications servers running OC4J forms processes.
    We currently have one machine with infrastructure and mid-tier (BI & Forms) installed, which is being used for the webcache functionality, this is load balancing between 2 other servers each of which just have the mid-tier (BI & Forms) installation
    In order to get this to work, I had to follow the instructions in the Forms deployment guide : http://download-uk.oracle.com/docs/cd/B14099_11/web.1012/b14032/tuning.htm#sthref707
    The main gist of this is that you need to set the following in the orion-web.xml file in order that the sessions are maintained:
    <session-tracking
    cookies="enabled">
    </session-tracking>
    This all works fine in most cases.
    The problem I am having is if I do one of the following on the client machine:
    1) From IE6 / IE7 run a copy of a forms application. Then open a new window using the "New Window" menu option, and attempt to run another forms application.
    2) In IE7 or Firefox 2.0 open a copy of the forms application, and then open a new tab and try and open another forms application.
    If I try either of these I get a FRM-92101 error, and the following is displayed in the java console:
    oracle.forms.net.ConnectionException: Connection from new browser window not supported
    From trawling various forums (including metalink and otn) it looks like a problem with the way coockies are handled.
    Unfortunately the usual workaround is to ensure that the session tracking option in the orion-web.xml file is disabled.
    The problem is that I need this enabled in order for the load balancing to work.
    Does anyone know of any other workarounds or patches that might help resolve this?
    We're using Application server 10.1.2.0.2 running on windows 2003 servers.

    You were right. Carriage returns were stopping it from working (the document is laid out over separate lines, so I assumed it would make no difference...).
    I've now managed to get it so the forms at least run, but they are all being run in the forms OC4J instance on the same machine as the OHS.
    Has anyone actually managed to get this to work, or am I doing something wrong?
    I did wonder if using an OHS instance on a machine with no forms installation would make any difference?
    I had raised a support call via metalink on this subject, but they eventually came to the conclusion that the only way to do this is with a hardware load balancer (Despite several documents suggesting that webcache is the way to go (including the forms deployment manual)).
    I'm at the point now of giving up and writing some custom scripts to do the job instead...

  • Unable to exit forms session deployed through application server10G R2

    Hi all,
    I'm having an issue where I'm unable to exit the forms session.
    1) Installed Oracle Application Server 10g R2 on Windows 2003
    2) Upgraded custom forms from 6i to 10g
    3) Created a forms configuration for the custom forms
    4) Deployed forms.
    5) Accessed the main startup form from the server / client machine
    Browser : Internet Explorer 7.0
    Sun JRE : Java Plug-in 1.5.0_14
    6) Form works fine, but when Action => Exit or Forms window is closed, it
    hangs. Have to close form session by going to task manager and clicking end
    task.
    No issues are there whatsoever with test.fmx and a sample form created with EMP table.
    I'm not sure whether this is an issue with the Java plugin, upgraded forms or with the application server settings.
    Pls help !!
    Regards,
    Sam

    i am also facing the same problem
    pls guide
    ragards
    Ravi

  • Forms session 125,296 aborted: unable to communicate with runtime process

    Forms 10g version on Hp unix.
    We have about 400 users are using 10g web based application. Our users get the error "There was a failure in the forms server during startup. This could happen due to invalid configuration.
    Please look into the web-server log file for details."
    web-server log file it says
    'Forms session <125,296> aborted: unable to communicate with runtime process.'
    It is not reproducible error. But it happens to everybody at random time/form/database which makes big impact on our business.
    We are in the edge of backing out of oracle forms due to this error
    Any help will be appreciated

    Would be a really bummer if you backed out of Forms and found the problems were because of network glitches ;o)
    You need to do a bit a scratching around to get more details on this.
    http://www.oracle.com/technology/products/forms/pdf/10g/troubleshooting_fls.pdf would be a good place to start. Chances are, network glitches are cause a disconnects but you need to confirm this by using the techniques described in this paper.
    Regards
    Grant

  • Forms session got disconnected during db node failure

    Hello All,
    Setup: Multi node configuration
    1 node appl tier - running all services except the database (2nd node will be setup soon)
    2 node db tier (10g RAC)
    During failover test, Invalid session error when shutdown of node where form session is connected. Is this normal
    behaviour? I suppose its not, any changes need to be done? I already changed "Tools OH TWO_TASK" to use <database_name>_806_balance alias and iAS OH TWO_TASK" and "Apps JDBC Connect Alias" to use <database_name>_balance then autoconfig.
    My tnsnames.ora is similar to this:
    DP1_806_BALANCE=
    (DESCRIPTION_LIST=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=dbp02-vip.xxx)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=DP1)
    (INSTANCE_NAME=DP12)
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=dbp01-vip.xxx)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=DP1)
    (INSTANCE_NAME=DP11)
    DP1_BALANCE=
    (DESCRIPTION=
    (LOAD_BALANCE=YES)
    (FAILOVER=YES)
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=dbp02-vip.xxx)(PORT=1521))
    (ADDRESS=(PROTOCOL=tcp)(HOST=dbp01-vip.xxx)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=DP1)
    Appreciate your response.
    Thanks a lot,
    Jeffrey

    Hello Hussein,
    Thanks for the documents.
    I already set s_tools_twotask and s_weboh_twotask with their respective values. But still form session is disconnected after failure of db node where the session is connected. Can you please help to verify if my tnsnames.ora is correct which is automatically generated by autoconfig.
    My tnsnames.ora is similar to this:
    DP1_806_BALANCE=
    (DESCRIPTION_LIST=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=dbp02-vip.xxx)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=DP1)
    (INSTANCE_NAME=DP12)
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=dbp01-vip.xxx)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=DP1)
    (INSTANCE_NAME=DP11)
    DP1_BALANCE=
    (DESCRIPTION=
    (LOAD_BALANCE=YES)
    (FAILOVER=YES)
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=dbp02-vip.xxx)(PORT=1521))
    (ADDRESS=(PROTOCOL=tcp)(HOST=dbp01-vip.xxx)(PORT=1521))
    (CONNECT_DATA=
    (SERVICE_NAME=DP1)
    Thank you so much,
    Jeffrey

  • Stopping a forms session

    hi,
    we have Oracle Application Server 10g Forms and Reports Services 10g (9.0.4).
    If we want to stop a Forms or Reports session (via Application Server Control) we are asked for username and password. Which username is exspected here (it's not ias_admin and we can't find any information about it in the manuals!!)??
    thanks
    Klaus

    There's two changes needed. One in EM and one in your OS Local Policy. Please check Metalink Note 272007.1 for more details.
    May I also ask for the reasons you're still using Windows NT? Even though our products runs well on this plattform (may not scale as good as newer operating systems), but according to Microsoft it's a de-supported OS. You wont get any bugs or security fixes anymore.
    Regards,
    Martin Malmstrom

  • ORA-04045 error on a 10g form

    I have a form 10g that runs fine on one server, then when I move the FMX over to another 100% identical server, I get the ORA04045 error as soon as i run the form. I've recompiled the form and still get the error.
    The problem is that teh message on the form is truncated and I can not see which object is causing the issue.
    Anyone have any ideas?

    then when I move the FMX over to another 100% identical serverThis is a common miss-conception - you should ALWAYS compile your form on the server it will run from.
    I've recompiled the form and still get the error.My first suspicion is that the servers are not 100% identical. Rather than a SQL Trace, I suggest you use the Forms Runtime Diagnostics (FRD) to trace just the Forms Session. You might need to modify the default.env and formsweg.cfg to enable FRD. Double check with your App Server admin to see if the "FORMS_TRACE_DIR=" variable is set in the DEFAULT.ENV. As long as this is set, you can enable FRD through the Forms app URL. Start your application and then add "record=collect log=<your_file_name_here.txt" to the URL to start the FRD trace. You could also have your admin modify the formsweb.cfg to create a config just for FRD. For example, I modified my local formsweb.cfg and added the following section so I can run FRD on specific forms from my workstation.
    [my_frd]
    otherparams=record=collect log=my_frd.txt
    This setting is dependent on the FORMS_TRACE_DIR= variable in the default.env.
    With this added to the formsweb.cfg, you can enable FRD by adding "config=my_frd" to the url instead of explictly passing record= and log= to the URL.
    The log file produced by the FRD is quite large but, if you end your application after you receive the error, you could go to the end of the log file and work your way back until you find the error.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Oracle Forms Session Tracking mechanism

    Hi,
    In this doc http://www.oracle.com/technology/products/forms/pdf/10g/troubleshooting_fls.pdf we can read the following:
    The JsessionID, which uniquely identifies a Forms session. The Forms Listener Servlet uses two session tracking mechanisms:
    - Cookies, where the Servlet container sends a cookie to the client.
    The client returns the cookie to the server upon each HTTP
    request, thereby associating the session with the cookie.
    - URL rewriting, where the Servlet container appends a session ID
    to the URL path, for example:
    http://host[:port]/forms90/l90servlet;jsessionid=a23445bcde89
    Does this means that forms uses one of those, or uses both mechanisms simultaneous?
    anyone?
    Regards
    Ricardo
    Edited by: user12015527 on Mar 10, 2010 2:39 PM

    duplicate post: Oracle forms session crashes.

  • Oracle Form Sessions - 11.5.10.2

    I may have asked this question before but I am still looking for a solid answer on this one.
    Is there any table or view, in addition to v$session, which would tell me form sessions, wait time by each form module, activities performed by these form sessions in an EBS instance?
    This is on 10g r2 with 11.5.10.2 application version.
    I queried all v$ tables and FND_OAM% tables before posting this but did not struck any luck there.
    In addition, I am only looking for FORM sessions. I am not looking for any JDBC,ODBC, TOAD, APPS Sessions, the v$session deliveres mixture of all session types.
    Thanks,
    R

    You can use the following tables to get some idea about the user's activities.
    FND_LOGINS
    fnd_login_responsibilities
    FND_LOGIN_RESP_FORMS
    FND_FORM_TL
    SELECT DISTINCT USER_fORM_NAME --FF.*
    FROM FND_LOGIN_RESP_FORMS F, FND_LOGINS FL, FND_FORM_TL FF
    WHERE FL.LOGIN_ID = F.LOGIN_ID
    AND FL.USER_ID= (select user_id from fnd_user where user_namE='GANDHIS')
    AND FF.FORM_ID = F.FORM_ID
    AND FL.START_TIME > SYSDATE - 2
    AND FF.LANGUAGE='US'
    Some tables do have a column called login_id that can be tied to the above.
    You can find out how long a user was on a given screen but it is a lot more difficult (and in some cases impossible) to find out exactly which records it touched; was any work being performed or the user was simply staring at the screen.
    Hope this helps
    Sandeep Gandhi
    Omkar Technologies Inc.
    Independent Techno-functional Consultant

  • 10g Forms - 11g Forms with Object Library and PLLs

    Hey All,
    Our organization is working towards converting our existing Forms 10g architecture to 11g / Weblogic. I'm currently attempting to get the 11g Developers suite working locally, and hit a bit of a snag.
    I'm using Windows XP Prof SP3.
    Here is what I have working:
    * I got the correct version of WLS installed
    * I got the Dev suite itself installed
    * I can start and run WLS
    * I can open form builder, create a simple form, run it, it works.
    Here is where I am stuck:
    I am trying to get our existing 10g forms to compile and run under the 11g architecture. These forms were all developed using smart classes in an object library and all call various PLSQL procedures in a PLL file.
    I've done the following:
    * Recompiled all PLLs and menu modules using 11g compiler binaries
    * Made sure the FORMS_PATH registry key included where my PLX, OLB and FMX files are (under the correct, HOME key, I hope).
    * changed default.env file so FORMS_PATH points to where my PLX , OLB and FMX files are
    However, when I try to run any of the forms, I get the following error immediately :
    "FRM-93652: The runtime process has terminated abnormally.
    Contact your administrator.
    Details....
    Forms Session ID is formsapp.1"
    And in the trace file, there isn't much helpful information:
    Last Trigger FORM/BLOCK/FIELD: AIS_WELCOME.<NULL>.<NULL>
    Last Trigger: PRE-FORM - (In Progress)
    --- Call Stack Trace ---
    EnumerateLoadedModules64 failed with error -1073741819
    calling call entry argument values in hex
    location type point (? means dubious value)
    EnumerateLoadedModules64 failed with error -1073741819
    01571C5E 00000000
    015714A4 CALLrel 01571870 314E9E8 314ADA4
    0157151D CALLrel 015713BC 314E9E8 314EA28 3 12BB4C
    12BB48
    014B131F CALLrel 015714FC 314E9E8 314EA28 3 314EA94
    12BD28
    014A20F5 CALLrel 014B112C 314E9E8
    014797FE CALLrel 014A1E1C 314E9E8 1 0
    665F1DEE CALLrel 66614E06 2E4C6F4 314E9E8 0 80000400
    80000040 100000
    6611B066 CALLrel 6619E0FC 24E3CF0 32105D8 2E44D10
    2E13B64 0 6611A492
    00000001 CALL??? 00000000
    --- End of Call Stack Trace ---
    Since I can create forms from scratch, it has SOMETHING to do with the subclassing / Object Library or the PLL/PLX. Can anyone give me any clues or hints? Is there any more tracing or logging I can turn on to get a better clue of the problem?
    Thanks!

    * ***NEVERMIND*** *
    I figured it out. I missed one of the the PLX files, and it was not recompiled under 11g. It is working now! Sorry to gum up the forum!

Maybe you are looking for

  • When changing computers...?

    Next week I will be getting a new computer which also will involve moving from Vista to Win7 Pro.   I'm wondering if there are any suggestions as to which files I can transfer over (besides the site files) to make this easier. I'm not sure if I can c

  • Is there api function to change access mode and set a passcode to recording in meeting?

    Is there api function to change access mode and set a passcode to recording in meeting? When I'm trying to use "action=acl-field-update&acl-id=SCO_ID_RECORDING&field-id=meeting-passcode&value=MY_PASSC ODE" it just clean the password and do not set it

  • Metric Paper Size Defaults

    I have two OfficeJet Pro 8500's and an OfficeJet 7000 that I purchased in the UK (two of them are less than 6 months old. I am frustrated that I cannot get the printers to default to metric paper sizes. I can create metric shortcuts, but I cannot rem

  • UH-OH, File Vault BIG trouble

    After turning on File Vault, my Macbook has been sitting at "deleting old home folder" for the better part of two hours. It's not very big at all, should be just a few minutes to delete. What next? Pull the plug? It won't shutdown or restart. HELP!

  • [svn:osmf:] 15607: Partial fix #2 for FM-719.

    Revision: 15607 Revision: 15607 Author:   [email protected] Date:     2010-04-20 12:37:41 -0700 (Tue, 20 Apr 2010) Log Message: Partial fix #2 for FM-719.  This fix ensures that when seeking in and out of the child of a parallel element, that the pla