Forms2xml

Hello,
I'm trying to convert a legacy forms application over to APEX. This seems pretty straightforward with all the documentation I've found online however they all start with 'run the Forms2XML utility'. I am having troubles finding this short of dowloading and installing:
Portal, Forms, Reports and Discoverer which depends on:
WebLogic Server
Repository Creation Utility
Identity Management
SSO Metadata Repository Creation Assistant
Patch Scripts
Identity Management 10gR3
Does anyone know if there is an easier way to get just this utility?
BTW...I'm running APEX 3.2 on Oracle 11g for x86-64.
Thanks!
Edited by: jhammer on May 12, 2010 12:02 PM

I just found that out myself :) Thanks!
I ended up getting the Windows version of the 10g Developer suite and found it in there after installing everything.
Thanks!

Similar Messages

  • Migrating Oracle forms to APEX 3.2 without using Forms2XML tool

    Can we migrate Oracle forms to APEX 3.2 without using Forms2XML tool?

    Hi Anoo,
    In order to convert Oracle Forms to Oracle Application Express, using the Forms Conversion utility in Oracle APEX 3.2, you are required to convert your Forms Module (FMB) files to XML format, using the Oracle Forms to XML conversion tool, Forms2XML. I would recommend that you review Chapter 4 [Converting an Oracle Forms Application|http://download.oracle.com/docs/cd/E14373_01/migrate.32/e13368/appmgr_forms.htm] , in the Oracle Application Express Migration Guide Release 3.2
    If you have any further questions relating to the Oracle Forms to Oracle Application Express conversions, I would recommend that you refer to the [Application Express|http://forums.oracle.com/forums/forum.jspa?forumID=137] forum.
    I hope this helps.
    Regards,
    Hilary

  • Using Forms2XML

    Hi,
    I'm trying to convert a FMB to an XML file. I tried executing the following:
    java oracle.forms.util.xmltools.Forms2XML c:\module1.fmb
    This results in the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/forms/util/xml
    tools/Forms2XML
    But if I ran iff2XML90.bat file, the fmb is converted to XML without any problem.
    Can someone please let me know why am I getting the error when I'm executing Forms2XML. I do have all the required JAR files in my Classpath.
    Thanks in advance.
    Jatinder

    Where do I find info on the parameters to Forms2XML ?
    When I press F1 on:
    import oracle.forms.util.xmltools.Forms2XML;
    A new window pops up with URL:
    htpp://otn.oracle.com/hosted_doc/jdev/oracle/forms/util/xmltools/Forms2XML.html
    But I get a window with:
    "Page not found. (Error Document 404)"
    I searched around and so far came up empty. I appreciate any clues to set the document source path correctly.
    Thanks.
    Pedro Garza

  • Error when Uploading _fmb.xml files

    Hi...
    I'm a newbie in Apex. I'm trying to create a migration project (ie migrating Oracle Forms 6i/10g to xml via Apex). I've converted the *.fmb files to _fmb.xml using frmf2xml.bat utility. My problem is when I tried to upload the _fmb.xml, this error appears:
    +1 error has occurred+
    +•Select the Forms File you want to upload. For Forms Modules, upload the XML file which is generated by the Forms2XML conversion tool, containing the information of your Forms Module. (Go to error)+
    the error message is - javascript:apex.jQuery('#P3_FORMS_XML_FILE').focus();void(0)
    the url returns: http://localhost:8080/apex/wwv_flow.accept
    I've also tried to upload any type of file but it still returns the same error message. Please, anyone can help me...
    Thanks.

    when i tried the online workspace as in http://apex.oracle.com/pls/apex/, i successfully created the migration project. But still failed to do it locally. Obviosly my locally setup Apex is having problem uploading the _fmb.xml files. Where have i gone wrong? Could anyone please help me?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Fmb2xml

    Hello everybody!
    I've just read a preview to APEX 3.2 and conversion forms to APEX. It was said that you need xml from your forms before starting migration. I'm still using forms6i and I've found the hint to use fmb2xml. But I can't find this program on Oracle site. Is there anyone who post a link to fmb2xml?
    Thanks
    Pietja

    Pietja,
    The Forms2XML function was introduced in Oracle Developer Suite (ODS) 9i and is also available in ODS 10g. To use this feature, you will need to convert your forms to 9i or 10g before you can use the Forms 2 XML feature to convert your forms to XML. I have converted a 6i form to XML using the Forms 2 XML feature of ODS 9i successfully, but it was a very basic form and I don't recommend you do this with your forms. Both version us a Windows Batch file or a UNIX Shell script to initiate the conversion. The conversion is handled by Java.
    The conversion files are found in: <ORACLE DEV SUITE HOME>/bin directory. For ODS 9i, the file name is: iff2frm90.bat and for ODS 10g the file name is: frmf2xml.bat.
    Hope this helps.
    Craig...

  • Generating an XML file in local machine

    Hi,
    I have a requirement in Oracle apps forms:
    When i click a button in Oracle forms from front end, the xml file needs to be generated and saved in my local desktop in some path.
    e.g C:/siva/temp.xml
    I mean when we click a button in R12 applications, the file needs to be saved in my local desktop.
    Please anyone suggest a way forward.

    Hi,
    Using the Forms2XML Conversion Tool in a Java Program
    You can pass the Forms2XML tool a JdapiModule Java object (class oracle.forms.jdapi.JdapiModule) and dump its objects and properties to an XMLDocument (class oracle.xml.parser.v2.XMLDocument). For example:
    // get the modules in the session
    JdapiIterator mods = Jdapi.getModules();
    // ... and iterate round them
    while(mods.hasNext())
    JdapiModule mod = (JdapiModule)mods.next();
    Forms2XML converter = new Forms2XML(
    XMLDocument doc = converter.dumpModule(false);
    Note that the Boolean argument taken by the dumpModule() method instructs converter to dump all properties to the XMLDocument doc, not just those which are overridden.
    Once you have the module as a XMLDocument object, you could then use the XDK classes to manipulate it. For example, you could traverse it, remove or add objects, change properties, copy objects into other modules that are also saved as XMLDocument objects, and more—all programmatically.
    Check link for more info: http://docs.oracle.com/cd/E14373_01/migrate.32/e13368/appmgr_forms.htm#CHDEBFAD
    Hope it Helps!!!!
    Regards,
    Yuvaraj

  • Migrate forms10g to APEX or ADF

    Hi, i have 350 forms running on forms10g with applicattion server 10g. Now, i want to migrate to APEX or ADF. Wich one is it better ?. There is some tool or software to do it easy or have to use forms2xml tool
    Regards.

    There is no silver bullet or any tool that converts your Forms in a few mouse clicks. There are some tools that might help, like the builtin Forms2APEX converter or JHeadstart for ADF. Third parties also offer tools, like PITSS.
    And which one is "better", APEX or ADF? Did you ask the same question on the ADF Forum ;-) ?
    In fact both tools are good, it just depends what your requirements are and what expertise you have (or will get). If you have a bunch of Java people, ADF might be a good choice from the expertise perspective, if you don't know anything about Java - and want to keep it that way - ADF is probably not a good pick, and APEX is closer to your heart.
    So the only valid / right answer you've already seen : " It depends..."

  • Jdapi and InitializeValue

    Hi,
    I use jdapi to migrate some Forms (10g). But when the datatype of item is different of char, alpha or long, the xml file not contains InitializeValue information. It's strange. Have you some explication ?
    Tanks

    Hello Francois
    Jdapi can be use to create xml file with main() method of oracle.forms.util.xmltools.Forms2XML.

  • Tool for show module dependencies

    Hy @all,
    is there a tool for analysis forms modules available, which shows module dependencies among themselves?
    In other words, I´m looking for something that can tell me, which module is called
    by which module and/or which module can call which module.
    Thx for your answer(s).
    best regards
    Chris

    Hi Chris,
    If you are working on Forms 10g, you can check out forms2xml utility. That will convert the fmb/mmb/olb to xml. From the XML file, you can find out which module uses Open_form / Call_Form / New_Form built-in and calls out which module.
    HTH.
    Regards,
    Arun

  • Serializing XML documents throws AIOOBE

    I have a bunch of XMLDocuments that are generated from Forms modules with the Forms2XML.dumpModule but when I try to serialize the collection through and ObjectOutputStream, I end up with a
    java.lang.ArrayIndexOutOfBoundsException: 16388
         at oracle.xml.comp.CXMLStream.writeUTF(CXMLStream.java:638)
         at oracle.xml.parser.v2.XMLAttr.writeExternal(XMLAttr.java:834)
         at oracle.xml.parser.v2.XMLElement.writeExternal(XMLElement.java:2333)
         at oracle.xml.parser.v2.XMLElement.writeExternal(XMLElement.java:2355)
         at oracle.xml.parser.v2.XMLElement.writeExternal(XMLElement.java:2355)
         at oracle.xml.parser.v2.XMLDocument.writeExternal(XMLDocument.java:2746)
         at oracle.xml.parser.v2.XMLDocument.writeExternal(XMLDocument.java:2678)
    My guess is that some stuff nested in XMLDocument implement the java.io.Externalizable interface and tries to do stuff itself and fails.
    When I look at the generated XML, it shows that the encoding is "UTF-8" but there are unencoded ISO-8859-1 chars in the doc so it could be what the writeUTF is complaing about? Is there some way of mangling the document to the correct encoding or other applicable magic?

    Hello,
    Did you managed to solve this problem ? I'm getting the same error if i try to load an xml in a queue using oracle OJMS.
    Replacing the xmlparserv2.jar by the one from oc4j v 10.1.3 solved the problem, but this is not supported in a production environmen.
    grtz,
    Chris.

  • How to convert from forms to xml and viceversa

    Can anyone give the method to convert a oracle form9i module to XML and vice versa.A tool is available but how to use that tool?

    Following the docs I found iff2xml90.bat which suppose to do the conversion.
    I cannot find anything explaining the "9 standard parameters" referred to in this batch file.
    Can you help?
    REM NOTES
    REM It wraps the class oracle.forms.util.xmltools.Forms2XML and passes
    REM any parameters given onto the tool.
    REM You can only use the standard nine parameters, but these can include
    REM wildcards in the filenames.
    REM
    REM MODIFIED (MM/DD/YY)
    REM mwarner 11/20/01 - Removed temp env variables, finalised location of jars
    REM mwarner 11/02/01 - Added header, inclusion of replacable env variables
    REM mwarner 10/28/01 - Creation
    REM
    REM Setup the path to include the necessary Forms dlls.
    set PATH=D:\ORACLE\bin;%PATH%
    REM Run the tool with the required jar files added to the classpath
    D:\ORACLE\jdk\bin\java -classpath D:\ORACLE\forms90\java\f90xmltools.jar;D:\ORACLE\forms90\java\f90jdapi.jar;D:\ORACLE\lib\xmlparserv2.jar;D:\ORACLE\lib\xschema.jar oracle.forms.util.xmltools.Forms2XML %1 %2 %3 %4 %5 %6 %7 %8 %9

  • Script to extract all the form labels

    HI,
    I was wondering if there is a utility that can read a ".fmb" file and output all the field "labels" present in that form (including labels within tabs, subtabs etc).
    Appreciate your help.
    Thanks

    Hi,
    Which version of forms you are using? If you are using Forms 10g and above, you can use the Forms2XML Utility to convert the form (fmb) to an xml file and from the xml file you can get the required data.
    Or else, you can write a custom java code useing JDAPI and get the desired output.
    HTH.
    Regards,
    Arun

  • Module dependency analysis with designer?

    Hy @all,
    is it possible to show module dependencies among themselves using designer, esspecially dependency manager?
    In other words, I´m looking for something that can tell me, which module is called
    by which module and/or which module can call which module.
    Thx for your answer(s).
    best regards
    Chris

    Hy Michael,
    thx for your answer.
    I had captured my forms modules into the repository and had a look of the dependencies via dependency manager, but I don´t see the dependencies between the modules there.
    Maybe I forgot something at the capture or the dependency analysis.
    However, there is another way to show the dependencies of a forms module.
    I have convert it into XML via Oracle´s forms2xml tool and in this XML-file you can see all dependencies, so also the dependencies between forms modules.
    Thx to Arun for this information.
    best regards
    Chris

  • How to realize Module Dependency Analysis with JDAPI?

    Hy @all,
    I work on a migration project from Forms 6i to 10g.
    To analyze the form modules I use the Oracle Forms2XML-Tool and filter the necessary infos out off the received XML-Files.
    Unfortunately, by use this method, I could not find out the module dependencies among each other. That means I could not expose which module calls which module and which module is called by which module.
    What I now want to know is, if there is a way to find out these dependecies by use of the JDAPI. I had a look to the JDAPI- Doc but I could not find any method or solution for this problem.
    Thx for the answers.
    Best regards
    Chris

    Hy Michael,
    thx for your answer.
    I had captured my forms modules into the repository and had a look of the dependencies via dependency manager, but I don´t see the dependencies between the modules there.
    Maybe I forgot something at the capture or the dependency analysis.
    However, there is another way to show the dependencies of a forms module.
    I have convert it into XML via Oracle´s forms2xml tool and in this XML-file you can see all dependencies, so also the dependencies between forms modules.
    Thx to Arun for this information.
    best regards
    Chris

Maybe you are looking for

  • INVENTORY REPORTS

    Hi, I want a report to view obsolete inventory, slow moving  inventory and inventory turns.

  • Whatsapp can only access camera roll

    Why is Whatsapp only able to access camera roll and not other albums?

  • I need oracle patch but doesn't have login user

    i'm a student at some indonesian university, for my last task i need the patch for oracle 9i where i can get it? someone have told me to look at metalink.oracle.com but i don't have any user to login because i don't buy the product i need this produc

  • Yearning for Sun Certified Java 2 Programmer

    Hello all Java ppl out there. I have been programming in Java for about 3 years now. A few months back I sat for this exam but failed by 2 points. Hence I was very disheartened and told myself not to get myself certified again. Recently I've been thi

  • Upgrade iphone 4 from 4.3.3 restore

    Hi, I'm upgrading an iphone, not sure if its a 4/4s from 4.3.3 for a friend Bakup up the phone to itunes first and kicked off the upgrade. All going well so far. Now going through setup on the phone and its asking if I want to set up as a new phone R