UNABLE TO OPEN MASTER ITEM FORM OF ORACLE APPLICATIONS: 11.5.10.2 IN FORM 6

Hi,
I am beginner in oracle apps technical
Using Oracle Application 11.5.10.2
I am not able open INVIDITM.fmb( Inventory Master Item Forms)
in form 6i. version 6.0.8.26
Getting a mysterious error that :-
Oracle Forms Designer has encountered a problem and needs to close. We are sorry for the inconvenience.
After that I regenerate the INVIDITM.fmb using following command :-
[root@oraapp US]# f60gen module=/apps/visappl/au/11.5.0/forms/US/INVIDITM.fmb userid=apps/apps@vis output_file=/apps/visappl/cus/11.5.0/log/INVIDITM.fmb module_type=form batch=yes compile_all=special
The form is regenerated on the server and copying that fmb file on my local machine.
Now trying to open it in form bulider again but now getting FRM-10043 : Cannot Open File.
Could any body help me out in resolving this error ????
And how to open this fmb file in form 6i ??
Please feel free to mail regarding this issue on [email protected]
Thanks & Regards
Ashutosh Chowdhary

Hi,
Performing your action plan by copying all the files from AU_TOP to my local machine and then try to open the INVIDITM.fmb but still the same problem.
Is this the problem of forms version or some thing else?
Because I am able to able the POXPOEPO.fmb( Purchase Order form ) in the same version and do the customization as per requirement.
Could you please suggest any other alternative solution?
Thanks
Ashutosh Chowdhary

Similar Messages

  • UNABLE TO OPEN MASTER ITEM FORM OF ORACLE APPLICATIONS: 11.5.10.2 IN FORMS6

    Hi All,
    I am beginner in oracle apps technical,
    Using Oracle Application 11.5.10.2
    I am not able open INVIDITM.fmb( Inventory Master Item Forms) in form 6i.
    Getting a mysterious error that Oracle Forms Designer has encountered a problem and needs to close. We are sorry for the inconvenience.
    After that I regenerate the INVIDITM.fmb using following command :-
    [root@oraapp US]# f60gen module=/apps/visappl/au/11.5.0/forms/US/INVIDITM.fmb userid=apps/apps@vis output_file=/apps/visappl/cus/11.5.0/log/INVIDITM.fmb module_type=form batch=yes compile_all=special
    The form is regenerated on the server and copying that fmb file on my local machine.
    Now trying to open it in form bulider again but now getting FRM-10043 : Cannot Open File.
    Could any body help me out in resolving this error ???
    Please feel free to mail regarding this issue on [email protected]
    Thanks & Regards
    Ashutosh Chowdhary

    There are so many restrictions and special circumstances for creating or editing a custom form for Applications that you should ask this question in the Apps Forum (http://forums.oracle.com/forums/category.jspa?categoryID=3). People here might or might not have any experience with this. In the Apps Forums they definitely do.

  • Why unable to open the item? Or "Protected by Digital Rights Management".

    I read ebooks with Adobe Reader. But lately some books (file type epub) are impossible to open. When trying on my PC (Windows 8) I get the answer ”Unable to open the item. Please contact Sony customer support. Error: document.”. And when trying on my ebook reader Sony PRS-T2 i get the answer ”Protected by Digital Rights Management”.
    Moreover, it is the same thing with my android devices (tablet Sony Xperia Z2 and smartphone Sony Xperia ZR), where I use UB Reader to read. My tablet says ”Filformatet stöds inte.” (= The file format is not supported.) And my smartphone says ”Du har inte rätt att öppna den här boken. Kontrollera ditt Adobe ID.” (= You are not allowed to open this book. Check your Adobe ID,)
    I have been able to read the ebooks earlier but some months ago (or earlier, I don´t know exactly) this happened. I have a valid Adobe ID and have bought and downloaded the books from big and established book shops.
    Do somebody know what has happened? And what I can do, to be able to read the books?

    Same issue. I looked through the forums, contacted customer service both online and by phone.  Support just refers me to the forums or to the other method of contacting customer support.  This seems like such a basic issue, too.

  • Error when run form on Oracle Application Server

    Hi al
    I'm using Webutil Library to create browse button to open dialog box
    When i run form in my computer,it run success and i can upload file do database and application server
    But i upload form to Oracle application server and compile it no error (i compiled webutil library)
    When i run form,and press button,it can't run and show error:
    "Oracle.form.webutil.file.FileFunction bean not found.WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work"
    Can you guide for me how can I run form on Oracle Application Server?
    Thanks all!

    Posting from another thread :-
    http://www.orafaq.com/forum/t/76916/2/
    i have resolved the problem
    the solution is to :
    -download jacob.jar and jacob.dll and frmwebutil.jar all directories (com and jini), you put them into the both directories ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -download webutil.pll and webutil.olb package , copy all files into ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -create a new user webutil on your data base and create the package webutil_db using � script create_webutil_db.sql
    after that you compile again webutil.pll and you forms.
    all this steps are described in this document:
    http://www.oracle.com/technology/products/forms/htdocs/webutil/web_util.pdf

  • Modifying Form Behaviour Oracle Applications

    Hello:
    I have a problem with a form in Oracle Applications 10.7.0.
    FORM - RCVCOFND.fmb ( Find Expected Receipts (16) ) Receiving--> Receipts
    Upon entering this form Input Focus defaults to "Source Type". Users have decided that they would like to Default to "Purchase Order" item upon entry to this form.
    I added code to CUSTOM.PLL that tests for WHEN-NEW-FORM-INSTANCE and form_name however form_name returns "RCVRCERC" which is not the form that I want to modify navigation.
    Further investigation reveals that form RCVCOFND has its own PLL, BUT we are not allowed to modify this PLL, only the CUSTOM.pll is modifiable.
    Does anyone have any suggestions or could advise on a workaround please.
    Oracle Applications 10.7.0 SC161
    Oracle Applications Client SC161
    Application Object Library 7.5.16.02
    Oracle Forms 4.5.7.1.8
    RDBMS 8.1.6.3.0
    Thanks.
    N.

    1. Copy your form (test.fmb) into $AU_TOP/forms/US
    2. Compile with f60gen
    3. Copy the test.fmx file to $PRODUCT_TOP/forms/US
    4. Login to Oracle Applications with sysadmin user
    5. Select Application Developer responsibility
    6. Navigate to Application - Form -
    7. Enter the values for following parameter
    Form = test
    Application = You can select from LOV
    User Form Name = Enter as you like
    Description = Enter if any
    8. Navigate to Application - Function
    9. Enter the values in the function form
    in Description TAB - Enter the value for Function, User Function Name, Description
    in Properties TAB - Type = FORM
    Maint.Mode Support = None
    Context Dependence = Responsibility
    in Form TAB - Form = Select your form name that already registered (above one)
    Application = Will display
    Parameters = STARTUP_MODE= TEST
    10. Now you can attach the form in Menu then Responsibility
    Revert back if you have any query.
    Regards,
    S. Velusamy Raja
    Oracle Apps DBA

  • Many years ago synced iCal with Microsoft program. Since installing Lion whenever I try to create an event in iCal it flashes up message "Unable to open Microsoft sync services Power PC applications no longer supported." How do I get rid of message?

    Many years ago synced iCal with Microsoft program. Since installing Lion whenever I try to create an event in iCal it flashes up message "Unable to open Microsoft sync services Power PC applications no longer supported." How do I get rid of message?

    Lion no longer supports PowerPC apps. If this is Microsoft Office 2008 (Entourage 2008) then you should disable the syncing services.  (I don't have Office 2008 installed anymore so I don't know exactly what it's called anymore.)  If you have Microsoft Office 2004 or earlier, then it can't be run on Lion at all since Lion removed Rosetta, which is what allowed a PPC app to run on an Intel based Mac.
    Also, I believe Microsoft removed sync services from the current Outlook 2011 (which replaces Entourage) so even upgrading to a newer version of Microsoft Office will not get you back that calendar sync feature.  Supposedly Microsoft is working on a new syncing system, but I wouldn't hold my breath.

  • Report name LOV in Submit request form in Oracle Applications

    One of my client have a requirement to make modification in List of Values of Report Name on Submit Request form in Oracle Applications.
    Currently or by default it displays the reports order by Applications name, but the requirement is that It should display reports Order by Report Name instead of Applications Name.
    Any one have idea how to customized the form, can it is possible through custom.pll or any other method.
    THanks in Advance
    Muhammad Ali

    The Report Submission screen is FNDRSRUN. The LOV for the concurrent program name is based on the PROGLOVDEF record group, which has the "order by a.application_name, p.user_concurrent_program_name" order by clause.
    As far as I know, you cannot modify the query for a "static" record group (defined in the form) at run time, so I can't see that you could do anything with the CUSTOM.pll.
    However, you could create a customised version of the form (same name) with a different order by on the record group, but then you have to reapply the customisation every time the form is patched (or you lose the customisation).
    You can create a custom copy of the form (different name) and then update all of the functions that call the standard form to call your custom form, but there are lots of functions that call this standard form and you have the problem with patches overwriting the customised function anyway.

  • Unable to open forms in oracle application 11i

    Hi All,
    Just now i have upgraded the oracle application 11i with the Developer 6i (Followed the ID 125767.1 Document). After this i am unable to open the forms.
    When i am trying to open it's geting stuck.
    Do you have any idea how to resolve it.
    Regards,
    Vinod Ranjan

    Hi,
    please find the error details from the Java Console.
    ========================================
    java.lang.IllegalAccessError: class oracle.forms.ui.VTextField$FormsPWAccess cannot access its superclass oracle.ewt.lwAWT.lwText.LWTextField$Access
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(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 java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.TextFieldItem.class$(Unknown Source)
         at oracle.forms.handler.TextFieldItem.getDefaultClass(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.TextFieldItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.sendDeferredMessages(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    connectMode=Socket
    serverHost=unicos.upg.com
    serverPort=9000
    Forms Applet version is : 60828
    java.lang.IllegalAccessError: class oracle.forms.ui.VTextField$FormsPWAccess cannot access its superclass oracle.ewt.lwAWT.lwText.LWTextField$Access
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(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 java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.TextFieldItem.class$(Unknown Source)
         at oracle.
    Please, help me on this.
    Thanks,
    vinod ranjan

  • Not able to open Forms in Oracle Applications,after I login

    Hello All,
    I have Windows 7 and internet explorer 8 in my laptop.
    After I connected to VPN, now i'm able to open the Oracle Applications login page.
    After I enter, I can see the list of responsibilities.
    When clicked to any of the responsibilities, showing to download the JInitiator, and once it is downloaded and installed, still the forms are not opening.
    Also checked with FireFox 3.6 Version, same thing happening. Able to download the JInitiator, but after installing, forms are not opening.
    Please do let me know the fix for this.
    Thanks.

    Hi,
    I have Windows 7 and internet explorer 8 in my laptop.What is the application release?
    Do you meet the minimum requirements in these docs?
    Note: 285218.1 - Recommended Browsers for Oracle E-Business Suite 11i (Customer Recommended)
    Note: 389422.1 - Recommended Browsers for Oracle E-Business Suite Release 12 (Customer Recommended)
    After I connected to VPN, now i'm able to open the Oracle Applications login page.
    After I enter, I can see the list of responsibilities.
    When clicked to any of the responsibilities, showing to download the JInitiator, and once it is downloaded and installed, still the forms are not opening.Can you reproduce the issue when NOT connected through VPN?
    Can you find any errors in the Jinitiator Console Window? If not, you may need to enable trace as per these documents and check then.
    Note: 232651.1 - How to Enable Tracing in Jinitiator
    Note: 310961.1 - How To Enable The Java Console Jinitiator 1.1.8 and 1.3
    Regards,
    Hussein

  • Internal error while running forms in oracle application server 10 G

    I am getting following error while running form in browser for oracle application server 10 G
    "Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log."
    where to find the error log and how to rectify it.
    Arun

    and at what time does the error occur? Upon starting the form? When you browse data? When you execute a query?
    Also: do you use Bean Areas in your form? How do you initialise them?
    Have you compiled the form against the same version of database and PL/SQL libraries as the ones you use in the runtime environment? Have you compiled the form in Form Builder? If so, try opening the form, hit Ctrl-Shift-K twice (!), then Ctrl-S, and only then Ctrl-T.
    Do you start the form from another form? If so, has this calling form been compiled against the same environment?

  • How to deploy oracle forms on oracle application server 10g release3

    i have installed oracle database 10.1.0.5 and oracle application server 10.1.3.1.
    I have to run forms using this setup.
    I was unable to find which version of oracle application server forms and reports should i install to run.
    I would appreciate if someone can guide me.
    Regards.
    Sid.

    Application server 10.1.3 does not have Forms. You should install 10.1.2.0.2 version. See Re: Forms / Reports services in 10gAS Release 3

  • How to register custom form into Oracle Applications

    I created a custom form based on a custome table, then I registered in Oracle applications, but it is not opening properly in Oracle applications. It is running fine outside of Oracle Applications. Are there any standard packages which I need to attach while creating this custom form.
    Please help.

    1. Copy your form (test.fmb) into $AU_TOP/forms/US
    2. Compile with f60gen
    3. Copy the test.fmx file to $PRODUCT_TOP/forms/US
    4. Login to Oracle Applications with sysadmin user
    5. Select Application Developer responsibility
    6. Navigate to Application - Form -
    7. Enter the values for following parameter
    Form = test
    Application = You can select from LOV
    User Form Name = Enter as you like
    Description = Enter if any
    8. Navigate to Application - Function
    9. Enter the values in the function form
    in Description TAB - Enter the value for Function, User Function Name, Description
    in Properties TAB - Type = FORM
    Maint.Mode Support = None
    Context Dependence = Responsibility
    in Form TAB - Form = Select your form name that already registered (above one)
    Application = Will display
    Parameters = STARTUP_MODE= TEST
    10. Now you can attach the form in Menu then Responsibility
    Revert back if you have any query.
    Regards,
    S. Velusamy Raja
    Oracle Apps DBA

  • Share JVM on the client using ORACLE Forms on Oracle Application Server 10x

    Hi All,
    excuse the question, if it's wrong here:
    We have a problem running an Oracle Forms Application on an Oracle Application Server 10.1.2.3
    Local requirements do not allow multiple JVMs to run on the Client where the Oracle Forms Application is shown.
    Is there any neat way to prevent Multiple Instances of a Forms Application to each run a JVM on the client ?
    (Issue shows up on windows xp, iexplorer 8, ...)
    Any help much appreciated.

    Rephrasing...
    You have a web server - Oracle Forms.
    You want to prevent a user, which is accessing the web server, from opening more than one instance of IE (accessing the web server twice.)
    I would suspect that the answer requires support from the web server. And if that is the answer then this becomes a specific question about Oracle Forms (and not a general one about java.)

  • Unable to open CS3 Files from within the application

    Good Afternoon
    I work as IT Support for company looking after 10 ADOBE Creative Suite 3 end-users.
    One of my colleagues is unable to open Illustrator or Photoshop files from within their respective applications, but she is able to open them from outside ok.
    I have reinstalled ADOBE CS3 and this appeared to resolve the issue, only for it to return again a day later.
    She has no other applications or processes running during her attempt to open a file from within CS3.
    She will click on Open and the 'Open File' window will flash up for a split second, then the whole application will be frozen. It is as if the 'Open File' window is there, but isnt there because we cant click on it, but the application thinks it is displaying and so she can not click on anything else. The only way to close the application is to end the process under Task Manager.
    While I am sitting here tearing what little amount of hair I have on my head, can anyone point me in the right direction?
    Is this a Windows problem or an ADOBE problem do you think?
    I look forward to any replies.
    Thank you

    Hi Bob
    Ok...
    Opened illustrator but was unable to open the 'Open File' window.
    Changed the screen resolution, it suddenly worked!
    Changed the screen resolution back to as it was before, it also worked.
    What could cause this do you think?
    By simply changing the screen resolution and back again, the 'Open File' window displayed itself.
    Very bizarre!

  • How to create form in oracle application express

    hi friends,
    i am a new person in oracle application express software.
    i just want to ask that can we use oracle application express as a front end for oracle 10g database???
    if yes then can any one tell me that how to create form in it?
    is there any connection string to connect that form with oracle 10g.
    Please do me reply soon thanks

    To this forum... please:
    Oracle Application Express (APEX)
    Greetings

Maybe you are looking for

  • How to configure datasync proxy for a cluster

    Hi, I am in the process of configuring Portal on a cluster and can not get the sync server to syncronize the data with the managed server's repositories. I configured "SyncServer" as a managed server and deployed a separate webapp "datasyncproxy", wh

  • Suggestion on how to make this photo better

    It is a timelapse of stars, the sky was seperated from the forground so I could edit the forground better.  But I feel like something does not match up right.  Possible the white balance is different with the background and forground.  Not sure so ne

  • Why won't my number enter in the other box

    I am writing a program for class. I have to be able to input a number in a box and then have it display in the box next to it. It also has to add the numbers everytime I put a number in the first box. I am able to get the enter button to change color

  • Bug or Feature? iTunes doesn't write ID3 Tags when you recorded in VBR mode

    When you record music from a CD with iTunes (6.0.4 and 6.0.5) using higher bit rates (High Quality) together with VBR, then the iTunes database initialy shows a correct entry. But if you check the created mp3-files with the Finder application you wil

  • Don't quite understand Spotlight...

    If I'm searching for a typed word in, say, a Final Draft document. Will Spotlight find it? Is there a way to add applications into Spotlight so it knows to search them? This feature has puzzled me from the beginning. What are its restrictions? How is