11.5.7 form in 11.5.10.2 environment??

Hello All,
We did a migrate from 11.5.7 to 11.5.10.2 a while back.
The user's are claiming/compalining that at least 2 of the forms are not behaving as they used to. One of them is the Supplier Inquiry form (APXVDMVD.fmb). There was a mod to it where an inactive date was added when we were in 11.5.7. This somehow got dropped after moving to 11.5.10.2 (we thought we covered all our bases..but apparently not!)
Anyways, I got hold of the APXVDMVD.fmb and the APXVDMVD.fmx from our 11.5.7 instance. When I tried to put the APXVDMVD.fmx into $AP_TOP/forms folder and run the Supplier Inquiry I got the message "FRM-40031: File APXVDMVD.fmx is not a forms Runtime File"
Does any one know how to run the 11.5.7 "fmx" in 11.5.10.2 environment?

You need to reapply your mod directly to the 11.5.10.2 version of APXVDMVD.fmb via forms builder (f60desm on unix or ifbld60.exe on windows). Then copy the form to $AU_TOP/forms/US and compile the form via adadmin or command line:
cd $AU_TOP/forms/US
f60gen module=$AU_TOP/forms/US/APXVDMVD.fmb userid=APPS/apps output_file=$AP_TOP/forms/US/APXVDMVD.fmx module_type=form compile_all=yes
You should register the mod in $APPL_TOP/admin/applcust.txt so you get a warning while patching if you get an updated file that wipes out your mod.

Similar Messages

  • How to compile form orginal file(*.fmb) in UNIX environment

    These days, i encounter a problem, i create a form application in Windows2000 or WindowsXP environment, then i compile this .fmb file to .fmx, then i transport this .fmx file to Unix environment which is our Application Server, the Oracle Application Server is in this Unix environment, i put this file in the directory which is directed in the Forms_Path variable, however, when i started to run this application by entering a valid url, the message shows that this fmx file is not runtime file, someone told me that i should recompile the orginal file under unix environment, so i transport the orginal file(.fmb) to unix environment, then i want to use the f90genm tool to compile the .fmb file, however, it shows that this command can not execute, it shows that can not open a lib file under:/project/.../../..,however, this directory does not exist at all, what case this error? i also use f90gen command, it shows: can not execute/finish creation, i want to know, how to use the two commands and what parameters i should set before using the commands? thanks

    If you are talking about forms 10g then here is the method
    1) run x windows interface on your machine
    2) login to linux server
    $ export DISPLAY=<IP address of machine>:0.0
    $ frmcmp.sh module_type=form module=myform.fmb userid=user/password@connectstring compile_all=yes
    Regards
    Anuj

  • Rep-3002 while calling report from form in character mode on web environment

    When I call a report by using run_product from a form , i get rep-3002. my report is in character mode. if i change it to bitmap that works fine. but my requirement is of character mode on web environment.
    please help.

    Hello,
    If you are running in WinNT/2000 environment, the NT/2000 user which runs the Report Server service must have a printer defined. In the control panel, look at the properties for the Report Server to see what user it runs as. Log in as that user and make sure a default printer is defined.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Customer registration form won't display in testing environment.

    Hi everyone,
    I am using DWCS3 with the free version of MAMP.
    I have put a customer registration form together and have just started to add the php $mailSent code.
    In design view everything seems to be o.k the three gold shields are displayed at the top of my page.
    However when I try to view the page in my local testing environment, the page doesn't display at all I just get a white screen. I was also getting an error message suggesting my site url's weren't mapped properly, or, my server wasn't serving pages with a .php extension.
    I checked my datetest page and that is displaying today's date, I also checked my phpinfo page and that is also displaying.
    I also checked that my site url's are mapped properly, I would say they are because my other site pages e.g. index page, links page, about page ect are opening up in my testing browser.
    I have added my code for anyone to take a look at;
    the 1st block of code I added at the top of the document before the <!DOCTYPE> (suggested in The Essential Guide to Dreamweaver CS3)
    the 2nd block of code is added just after the page's main heading.
    the 3rd line of code is added to the form action in the opening form tag.
    Could someone please help, as I am stumped.
    Thankyou.
    <?php
    if (array_key_exists('send', $_POST)) {
    //mail processing script
    $to = '[email protected]';
    $subject = 'Customer Registration from HLPhotography';
    //process the $_POST variables
    $name = $_POST['name'];
    $email = $_POST['email'];
    $postcode = $_POST['postcode'];
    //build the message
    $message = "Name: $name\n\n";
    $message .= "Email: $email\n\n";
    $message .= "Postcode: $postcode";
    //limit line length to 70 characters
    $message = wordwrap($message, 70);
    //send it
    $mailSent = mail($to, $subject, $message);
    ?>
       <?php
    if ($_POST && !$mailSent) {
    ?>
        <p class="warning">Sorry there was a problem sending your message, please try later.</p>
        <?php
    elseif ($_POST && $mailSent) {
    ?>
        <p><strong>Your message has been sent thankyou for registering your details.
        </strong></p>
        <?php } ?>
    <form id="formcusrg" name="formcusrg" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?">

    Sorry, I can't help with your question, I'm not a php guru  :-)   but you may want to edit out that email address if it's a live one - it will get hit by the bots if left here too long !
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Forms Level commit/rollback on different environment.

    Hello everyone,
    I would like to share and seek suggestion on the following case.
    I have a posting form F1 which on saving, post 2 transactions let say Credit and Debit. On a form level key-commit, all posting code is written. Now I enter some data and press save button on the form. System will
    Post Trans 1
    Post Trans 2
    If no error, then commit;
    Now let say Trans 1 was successful, Trans 2 was unsuccessful, but as both were not successful (due to known reason) therefore, system does not commit any transactions and display me the error message. OK but transaction were not rollback.
    Now remaining on same form, I make 2 other transactions
    Post Trans 3
    Post Trans 4
    Now both the transactions were successful and system commit the form. BUT, system post 3 transactions Trans 1, Trans 3 and Trans 4.
    Now the main problem is here that I have 2 environments server (different machines), A and B. The same case is replicated on server A but the same case is not able to replicate on server B. On Server A system post 3 transaction but on Server B system post only 2 transaction correctly. I have tried many times with same scenario.
    What could be the setting that on server B, the Trans 1 is rollback but on Server A Trans 1 is not rollback? I AM USING SAME FORM and place same version on both the environment

    Would you mind explain a little bit more? By now I have not the faintest clue what you mean (except something like: A does not work when B is C on the server D when E is F).
    1.) Please mention the versions you are using (FULL Forms AND Database Versions e.g. Database 10.2.0.5 and Forms 10.1.2.3).
    2.) What kind of Servers are "Server A" and "Server B"?!? File Servers where your fmx files are located?!? Database Servers? Application Servers?
    3.) Is it possible to post the code you are using? You might have a bug in your code but except the information that it doesn't work as desired you didn't give us much to work with.
    If you post your code please format it proper with tags so we don't get eye cancer by reading 20000 lines of unformatted code ;).
    cheers                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • LiveCycle Form won't submit in Citrix environment

    Hi All,
    I have a PDF Form I created in LiveCycle Designer that after being filled out should be able to be submitted as a PDF to a ColdFusion processing page. The form works fine as a stand alone file and in the browswer on a typical desktop computer, but when trying to submit through a Citrix session the form does nothing. In the browser, there is no HTTP request being sent and if the PDF is opened from a saved file and submitted (again in a Citrix session) it prompts to ask if the user wants to allow the request and then after clicking YES it does nothing.
    Anybody have any experience or ideas about why this would be a problem? 

    To make the debugger appear, you must change settings in Adobe Acrobat Pro.
    Open LiveCycle
    Open Adobe Acrobat Pro
    In Adobe Acrobat pro ► Edit ► Preferences ►JavaScript
    ►Check: Enable Acrobat Javascript
    ►Check: Enable JavaScript Debugger after Acrobat is restarted
    ►Check: Enable interactive console
    ►Check: Show console on errors and messages
    you can also see here how to do it
    LiveCycle ES2 * Adobe LiveCycle Designer ES2

  • How to issue print command from report/form server to client printer on web

    1) We have a client server application which is to be deployed on the web environment. The reports generated in our application are having a destination type as File. These reports are printed after applying some print format (escape sequences) which are passed on to the printer programmatically at runtime while printing.
    Now when this application is shifted on to the Application server (Forms server & Reports Server )in web environment ,the report outputs would be generated in the application server as against the client in client server environment as the report server is on the application server.
    Now while printing/accessing the report the output file will not be available to the client unless it is pushed on to the client side from the server . I am able to see reports in pdf/html output but in this case layout of my reports gets changed and I dont want to change my layouts or reformat my report layouts.
    How do I redirect the report output from the application server on to the client within the D2k context and then execute print commands?
    Note: In this case we want to use both DMT and Laser printing. Also note that we use escape sequences to adjust reports in desired printing papers.
    2) We have second set of reports which we call as document because these are printed after capturing data from 'Form' using text_io utility (please note that for these documents we are not using any Report 6i functionality)and we print it from file using printing mechanism as mentioned above. These are working well in client server application. We adopted this methodology for getting better performance (in terms of speed as database server and network traffic is not involved) of printing. But now we are converting our application for web, we are finding it difficult how to capture Form's data from browser to client's machine and then executing printing commands which are stored in our application liabrary.
    If you help me out by giving some suggestions, I shall be grateful to you.
    null

    Hello
    I wonder if you ever solved this problem.
    I have a very similar problem with Photoshop CS5 on Mac OSX 10.6 + HP Photosmart C7180.
    If I choose "Photoshop Manages Colors" the results are lousy.
    If I choose "Printer Manages Colors" the results are OK. not necessarily great.
    I believe I have all the correct settings after going through books and web advice (and wasted a lot of paper and ink).
    As far as I can see, "ColorSync" is the internal Mac management which is the only option available with "Photoshop Manages Colors" and "Vendor Matching" appears to mean the printer vendor (ie HP) will provide the matching. Either can be selected if "Printer Manages Colors" is used. It seems the type of paper can be set in three different places. if That's all a bit academic as the results are poor regardless.
    My wife suggests I buy a new printer - Epson's looking good.
    Any words of wisdom would be appreciated.

  • Do Workspace ES PDF Forms need to be extended?

    Hello experts,
    I have a pressing question for you all.
    We have Adobe LiveCycle ES installed and have developed some processes. But we are facing some problems lately with our PDF with WDSL call embedded in. The problem is that the web service button does work after you click it. So I was wondering whether the form needs extension or not?
    If it does not what can we do to make it work with Adobe reader X?
    Thank you.

    Thank you Chuck for your reply.
    Now the interesting part of my issue is that on one PC the Form works fine in the Workspace environment, but on most of the computers it does not. I wonder how to set the environment so that the form can work on the other computers? All the computers do have the same version of browser IE8 and Firefox 4.0.
    Thank you in advance for your assistance.

  • Issue with form based Authentication in three tier sharepoint 2013 environment.

    Hi,
    We are facing issue with form based Authentication in three tier environment.
    We are able to add users to the database and in SharePoint.
    But we are not able to login with created users.
    In single tier everything working fine
    Please help , Its urgent ... Thanks in advance.
    Regards,
    Hari
    Regards, Hari

    if the environments match, then it sounds like a kerberos double-hop issue
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • VGS-1501 Error while opening the canvas in the form module

    Hi All,
    I am getting “VGS-1501: <message not found>” message while opening the canvas. Actually in my machine Oracle Apps R12 is installed. To work on forms I have opened form builder and created a data block manually and created a canvas in the form module manually. To add items on the canvas, when I am clicking on canvas then first I am getting “VGS-1501: <message not found>” error message and then after canvas is getting opened. But here in the canvas there were no items available in the side tool bar.
    Then I decided to build form through wizard. Once the form was created, then when I opened the canvas then again I got the same error message. Here when I tried to run the form, then the form got closed automatically. This problem is related to forms only because I am able to work on Oracle Apps (functionally) and also I am able to develop a report using report builder. Can somebody please help me to fix this issue
    Thanks
    Thahessen

    I got something sililar behaviour when I use different version forms in different version of developer environment. Sometimes your Forms_PATH and REPORTS_PATH may be point ot wrong version.
    This is only a assumption...

  • Error while running the form

    Hi All,
    I am using oracle 10g form builder.
    I am able to connect to database.
    But When running the form I am facing an error saying TNS protocol adapter error.
    Can you please resolve it.
    Thanks
    Sunil
    Edited by: user9092293 on Sep 14, 2010 10:39 PM

    Sarah,
    At runtime the Windows Registry is generally not used. In Forms versions newer than 902 most environment settings are captured from default.env. Also, adding "LOCAL" simply gives you the ability to offer a default value which won't be displayed in the login dialog (or login string). This may not always be desired behavior. Essentially, this is just a cheat. It doesn't necessarily solve the problem, but instead just works around it.
    Sunil,
    Although what Sarah is suggesting might solve your issue, it might not result in the desired behavior. I would recommend you first isolate and correct the problem before implementing shortcuts. In your case, the error you are seeing is often (but not always) the result of not including the connect string (db name/alias) when trying to connect or the inability to locate tnsnames.ora. So, proving this first will offer at least two thing: 1) It will help you to understand how the logon process works... 2) It illustrates what caused the problem in the first place, which may be helpful knowledge if you see this problem in the future.
    Recommendation:
    1. Can you connect the Builder to the db? In other words, open the Builder and from the menu select File > Connect. Enter your username, password, and Database name
    2. If you can connect from within the Builder, while still connected, open your form in the Builder and click on the Run Form button found on the Builders menu/toolbar. Your form should run. If the same error appears then the problem is not related to the inclusion of the db name, as the Builder would have passed that information when the Run Form button was pressed. In this case, it suggests that the tnsnames.ora file cannot be found by the Runtime. If this is what you are seeing, refer back to my previous entry regarding updating your default.env with TNS_ADMIN.

  • 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?

  • Forms Migration 5 to 6i to 10g

    Hello All,
    My company wants to Migration of the data entry oracle forms currently in Forms 5.0 (approx 200 forms) to 10g Forms.
    As per as Roadmap, we are first migrating forms 5 to 6i forms. I am right?
    To Migrate we have to just compile all files in Forms and Reports 6i, I am right?
    Could You please give me steps to migrate the forms 6i to 10g.
    Thanks a lot in advance!!!!
    Pankaj

    The Forms 5 to 6i migration is mostly just the compile using the latest Forms 6i compiler. Be sure to install 6i, then apply the last patch (Patch 18). But you then need to make sure the forms run properly in a 6i environment -- test them!
    Moving to Forms 10g is different, since you are leaving the client/server behind, and moving to a browser-java-web forms environment.

  • How to use Java Beans in Oracle Forms 11g at 64 bit windows7

    Hello Experts,
                  I am using Oracle forms 11.1.2.2.0 with weblogic 10.3.6 generic at windows 7 64 bit.
    My java version is jdk1.7.0_51.
    Now I have a htmlbutton.jar (which is for bean item in oracle form and this jar file works well for oracle forms 11g 32 bit windows 7 environment).
    I have takken steps:
    1:-Put jar file in home\java folder.
    2:-add this jar file into archive in formsweb.cfg.
    3:-Add this this jar file(which is in my home- java folder) in form_class path in registry.
    Now when I try to locate this jar file in my oracle form.There is no such jar file.what are the steps to use this jar file in oracle forms bean item.
    Please told me what is wrong here.
    thank you
    regards
    aaditya.

    It is unclear where you are having a problem.  Is your issue at runtime (when the form runs in the browser) or when working in the Builder on the form?
    Also be aware that you will need to sign your jar and include some new manifest entries.  Refer to the Java 7u51 documentation and blogs that discuss the changes.
    https://blogs.oracle.com/java-platform-group/entry/new_security_requirements_for_rias
    http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html

  • How To Start Forms and Reports From Start Command

    Hi All,
    How to start Oracle Forms and Reports in Oracle8i My OS is Windows 2000.Please tell the procedure to get into forms and reports.
    Otherwise we have to install other software for Forms and Reports.
    Thanks
    Sujan

    Sujan,
    what does the database have to do with starting Forms and Reports ? If you are on Wondows2000 then navigate to the \bin directory if the Oracle Home you installed Oracle9iDS to. Type ifbld90 for Forms and rwbuilder for Reports design environment.
    If your ability to start Forms and Reports from the command line is your only exit criteria in evaluating software for a project , how far will you go with it?
    Frank

Maybe you are looking for

  • Cannot receive mail from .Mac account on port 143

    I use my laptop at work. I used to have a 12" Powerbook G4 running OS X 10.4.3. I had no problem receiving mail from my .Mac account. Now, and all of a sudden, I can no longer receive my .Mac mail using the Mail app. The error I get is: The server "m

  • Reader 11 open in browser doesn't

    We have recently updated some machines to Reader XI, however one of the issues we have faced is that they won't open a PDF - both from external sites and our own SharePoint site - within the web browser but only on some machines, others are fine. I d

  • Document Viewer in Adf

    I have the requeriment to implement a document viewer that don't let print and save a document(pdf,word,excel). Is there any viewer for adf? Do you know a free o payed viewer that i can connect with java or adf?

  • [svn:fx-trunk] 14966: Merge 14965 from 4.x to trunk.

    Revision: 14966 Revision: 14966 Author:   [email protected] Date:     2010-03-23 14:53:53 -0700 (Tue, 23 Mar 2010) Log Message: Merge 14965 from 4.x to trunk. Fix for http://bugs.adobe.com/jira/browse/SDK-25909 and another underlying List/Tree/DataGr

  • DIAdem create an user variable for Report

    Hi, I know that i can display in a DIAdem report some pre-defined DIAdem vairiable (such as CurrDate) using @@Variable@@.  I would like to create a DIAdem user variable (from a DIAdem script) to be used in DIAdem report. 1) I have created a variable