Forms Migration Assistant - Forms Path?

Hi,
I'm hoping somebody can help me. I'm attempting to use the Forms Migration Assistant and I'm having problems getting it to recognise attached libraries etc. Is there some sort of path that I can set to tell it where to look? I'm using 10gR2 developer suite and I'm using the assistant in wizard mode. I have tried setting the forms path in the registry and in the default.env file but this doesn't seem to make any difference. The only time I have had this working is if I modify the shortcut to the assistant to "Start in" the same folder as all of the libraries and forms which is less than ideal for our situation.
Thanks in advance.

For anybody else that comes across this problem. Apparently, the regular forms_path should be picked up by the migration assistant however there is a bug with the GUI version of the tool that prevents this from happening. If you use the command line version then apparently the tool works fine.
However, if like me you intend to use the GUI version you can manually edit the frmplsqlconv.bat file to include your forms_path. There is a metalink note about this, the doc id is 454053.1

Similar Messages

  • Using Forms Migration Assistant

    Hello,
    I have been migrating a application server from forms 6i to 10g (10.1.2.0.2) using Forms Migration Assistant (FRMPLSQLCONV) tool.
    First of all, I have converted .pll files, and It has been converted right.
    Then It has been compiled and right.
    But when I try to convert a form (.fmb files) in a different path from libraries (.pll files) and It didn't work.
    I have changed REGEDIT (FORM_PATH), DEFAULT.ENV file (FORM_PATH), FORMSWEB.CFG file in the WORKING-DIRECTORY and It doesn't work.
    Could you help me?
    I have an idea. Compiling directly in 10g . It is possible?

    These .fmb files it didn't converted.
    This is the log file.
    Log written into File - .\accion.fmb.txt
    processing ....
    Log - .\accion.fmb touched : Mon Oct 23 15:42:54 CEST 2006
    ERROR opening .\accion.fmb :oracle.forms.jdapi.JdapiException: FRM-18108: Fallo al cargar los siguientes objetos.
    Source Module:impresion
    Source Object: GRUPO_OBJETOS_IMPRESION
    Source Module:botonera_ref
    Source Object: BOTONERA
    Check subclass and library dependencies
    Log - .\accion.fmb released : Mon Oct 23 15:42:54 CEST 2006
    [End of Log]
    --

  • Forms migration assistant error

    Hello,
    I receive the following error when I run the forms migration assistant (f90plsqlconv.sh):
    ERROR opening test.fmb :oracle.forms.jdapi.JdapiException: jniinitialize: Failed to create new forms context
    I'm running 9iAS R2 on Redhat 7.3. Any help would be greatly appreciated.

    Hi
    1.Pls Copy all pll files & object Libray ,forms to a specific path e.g. c:\xyz
    2.Add (c:\xyz ) to FORMS_PATH in the registry
    3.Close/Open Forms Builder
    4. Open the form
    if not working..
    Recompile the forms and re-attached the Library & Re-check the paths
    Hope this helps...
    Regards,
    Abdetu...

  • Forms Migration Assistant

    Hello
    I am using Oracle Developer Suite 10.1.2.0.2 and I want to migrate some forms from Forms 6i to Forms10g.
    I edited the search_replace.properties file in order to change the TEXT_IO calls to CLIENT_TEXT_IO, however after i ran the forms migration assistant, the forms are not changing.
    I have the following line in my search_replace.properties file:
    Replace24=TEXT_IO|CLIENT_TEXT_IO
    What is the correct way to use the search_replace.properties file ?
    Thanks!
    Ramiro Ortiz

    You actually need to list all the TEXT_IO commands that are being used on separate lines, such as:
    Replace24=TEXT_IO.FOPEN|CLIENT_TEXT_IO.FOPEN
    Replace25=TEXT_IO.FILE_TYPE|CLIENT_TEXT_IO.FILE_TYPE
    Replace26=TEXT_IO.PUT|CLIENT_TEXT_IO.PUT
    Replace27=TEXT_IO.NEW_LINE|CLIENT_TEXT_IO.NEW_LINE
    Replace28=TEXT_IO.FCLOSE|CLIENT_TEXT_IO.FCLOSE

  • Forms Migration Assistant Usage

    Hi all,
    I am not able to understand the clear usage of Forms Migration Assistant yet.
    I have seen in Forums that Forms 6i applications can be migrated to 11g just by recompiling the forms and running it on 11g.
    If this is the case , whats the clear usage of Forms Migration Assistant?
    Is it meant to be used for some complex Forms built on 6i or 9i ?
    When do we use migration assistant instead of just recompiling the forms and running it on 11g ?
    Can anyone help me out ?
    Thanks,
    Ram

    It does some changes; for example when you have calls to run_product for reports this get's replaced by rp2rro.run_product, the rp2rro library is attached and the reports object is added to the form. You also get notified if you have calls to get_file_name in your form as this built in is deprecated.
    cheers

  • Forms Migration Assistant installation problem

    Hi,
    I'm trying to install Forms Migration Assistant on linux to convert forms 6i apps to forms 9i. But when i try to install FMA downloaded from here the installer says that the Oracle Home does not have Oracle Forms 9i installed altough it was shown in installed products. The output of the log file is below. Please if anyone know the solution for this problem or have any idea it would be so helpful.
    I need it for my thesis to be given this week.
    Thanks for your help.
    oraInstall2003-07-19_10-20-14AM.err
    Exception java.lang.NullPointerException occurred..
    java.lang.NullPointerException
    at oracle.sysman.oii.oiic.OiicInstallSession.getLibLoader(OiicInstallSession.java:4614)
    at oracle.sysman.oii.oiic.OiicInstallSession.getDialogLibLoader(OiicInstallSession.java:4447)
    at oracle.sysman.oii.oiif.oiifb.OiifbWizChainDlgElem.loadDialog(OiifbWizChainDlgElem.java:1394)
    at Components.ifplsqlconv90.v9_0_2_10_1.CompContext.initialize_Dialog2(Unknown Source)
    at Components.ifplsqlconv90.v9_0_2_10_1.CompContext.initializeDialog(Unknown Source)
    at oracle.sysman.oii.oiif.oiifb.OiifbCompWizChainDlgElem.initialize(OiifbCompWizChainDlgElem.java:40)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:129)
    at oracle.sysman.oii.oiis.OiisCompContext.doOperation(OiisCompContext.java:1062)
    at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
    at oracle.sysman.oii.oiic.OiicCompsWizEngine.doOperation(OiicCompsWizEngine.java:172)

    Also in the installation log file it says the things below. I think it's because i cannot identify the FORMS_ORACLE_HOME variable. In the installation procedure of FMA it says that i should set FORMS90_PATH to $ORACLE_HOME/forms90 but it doesn't work either.
    *** Component Locations Page***
    ShowCompLocs = SHOW_COMPONENT_LOCATIONS_PAGE = true
    Entering component: ifplsqlconv90 installation
    Setting value of O_JDK_HOME to
    Setting value of FORMS_ORACLE_HOME to
    *** Warning Page***
    TitleLabel = Warning
    SubTitleLabel =
    InfoLabel = It appears that you have selected an Oracle Home that does not have
    Oracle9i Forms installed.
    Please press the 'Previous' button and select an Oracle Home that does contain F
    orms.
    Setting value of SHOW_COMPONENT_LOCATIONS_PAGE to true
    *** Install Page***
    Starting install install phase 1 of component Oracle9i Forms Migration Assistant
    Starting install link phase of component Oracle9i Forms Migration Assistant
    Starting install install phase 2 of component Oracle9i Forms Migration Assistant
    Initializing installer save inventory WCCE
    Unable to read /opt/devsuite/oraInventory/Contents/LibsList.ser. Some inventory
    information may be lost.

  • Is forms Migration Assistant supported on forms10g?

    Hi.
    I'm trying to user forms migration assistant with forms1g (Forms [32 bits] Versión 10.1.2.0.2 (Producción)), but i´m getting the following message: "the specified staging area is not supported by the current OUI". Seems like i need to install using a previous version of OUI or curent OUI is not supported.
    Answers will be greatly appreciated ..!

    Hi,
    I had the same problem right now and solved it.
    So for everyone who hits this problem .. the answer is:
    no need to install the Forms Migration Assitant,
    it is already included in 10g.
    Yours
    Volker

  • Oracle9i Forms Migration Assistant

    I want to download the Oracle9i Forms Migration Assistant, but I can't find it. Can you tell me, where can I find it?

    You already have it - check out the f90plsqlconv.sh script in your bin directory
    This is a Command line version - we'll be posting a prettier gui version on OTN shortly.

  • Downloading Forms Migration Assistance(6i- 9i)

    I have downloaded and installed 9iDS release 2(9.0.2). I need to install Forms Migration assistance to test migration of 6i forms to 9iAS.
    While downloading Forms Migration Assistance, it is saying Patch 1 for 9iDS must be first installed and then only Migration assistance can be installed.
    Could anyone please let me know HOW COULD I DOWNLOAD Patch 1 for 9iDS.
    Thanks

    Hi,
    3 things.
    1. The forms 9i is NOT available for the client/server environment. Therefore if your customer insists on client/server environment then you need to upgrade to forms 6i (which is the final client/server version of forms/reports developer).
    2. There are OS patches that you need to apply if you want to run forms/reports developer 6i on solaris 2.6. The complete list is available in the 6i installation documentation (you might find it also on the internet). If you upgrade the OS to solaris 8, then there is no extra OS patches required for forms/reports developer 6i. We are running 6i on Solaris 8 (with no extra OS patches).
    3. The last available patch for forms/reports developer 6i is patch #10 which can be downloaded from Oracle Metalink. I did apply this patch for 6i on solaris 8 client/server environment and has not seen any negative effect so far.
    regards.

  • Forms Migration Assistant and Reports

    Hi,
    We are about to start conversion from Forms 6i to 10g.
    There is a number of forms from which reports are called (RUN_PRODUCT).
    To what degree can Forms Migration Assistant be customized ? For example: can it create Report Objects for reports that are called from forms ? What about Parameters ? Can I specify which parameters should be used when calling RUN_REPORT_OBJECT ?
    Thanks,
    Tomas

    It would be very helpful to you if your read what's in [url http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html]Forms Upgrade Center
    There's lots of tips on how to make an optimum migration of your Forms.
    Tony

  • Not able to use forms migration assistant

    Dear OTN Members
    I have installed 10g database and dev suite 10g. Previous version of forms was 6i (client/server architecture). I have downloaded forms migration assitant 9.0.2; they are jar files. I dont know how to use migration assitant (jar files) to convert my forms to 10g. I have used java command to execute it, i have also double clicked on jar files but it says "invalid or corrupted jarfile". Tried in script, didnt worked too. When i download forms assistant it was in zip file and when i extract it, it becomes 5 directories named (Actions,Components,Dialogs,locks and Queries and two files named install1.jar and products.jar. I checked all files inside these directories but no file worked. I searched on web that how to make jar files executable and did that but i got the same message "invalid or corrupted jarfile".
    Please guide me where can i found migration assitant v10.1.2 (i already searched web but cant find it). and how to use it? If anybody have it please send me link or file (as its size is very small).
    I will appreciate your cooperation.
    Regards

    How can you download it and not see the documentation?
    http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html

  • Migration assistant form a Firewire drive back to a MBP

    Hi
    My MBP has been returned for a replacement (3rd Time) and I have made a complete clone of the hard drive with on a fire wire drive. I would like to know if I can use migration assistant to transfer my details using the firewire drive. I don't want to do a complete system transfer, but only my settings etc like migration assistant does it. I cannot loose e-mails and reinstall everything this time round again...
    Please advise.
    Regards
    Mike

    If you made a clone of the drive, why not just clone it back on the repaired MBP. That way you would be sure all your files, settings etc. are on your new computer. The Migration Assistant will miss some files. I frequently lose monitor profiles and many apps, such Adobe CS, are broken by MA and need to be reinstalled.

  • Who knows the forms-migration tool "forms-stepper"

    I've heard about this tool and that it analyse and migrate forms-aplications from forms 4.5 to 6i and beyond.
    Who knows something about this tool? Internet-search by google wasn't successful.
    thx

    Hi Mohamed,
    .... but the xml file I'm trying to upload is only 42kb size and is provided by Oracle.Yes, I realise that. I recognise the name of the file you referred to in your original posting. We were also able to reproduce the bug using the customer file, even though the size is alot smaller than that quoted in the bug (which is the value I previously mentioned). If you have the flexibility to install 10g XE and try things out there, then that's your best option right now.
    So now I'll try to install apex 4.0.x on a DB XE10g to see if the problem come from the DB XE11g or from apex 4.0.xAs mentioned in my previous post, the issue you have reported is a known database bug, and not an issue with APEX itself. The underlying code for handling the parsing of an XML file in Forms Migrations has not changed, which is how we knew the issue was database-related in the first place.
    Just in case, there is no posibility of grants, rights or parameter to adapt in the DB XE11g ?No. This issue has nothing to do with grants or privileges. It's relating to a database code change in the area of XML parsing, which changed in 11.2 and introduced the reported behaviour.
    Regards,
    Hilary

  • Forms Migration Assistant (FMA)

    http://otn.oracle.com/software/products/forms/files/fma/install.txt
    With reference to the installation procedure using FMA (given in the above link) for migrating forms 6i to 9i - where can I get the patch 1 for oracle9i DS? Is it available only at metalink?
    Thanks for your time,
    Ram

    Correct patches are available only through Metalink

  • Forms Migration Assistant Access Violation

    Hi
    I have just installed Forms 10g Dev Suite locally. I am in the process of converting my 6i forms to 10g. When I run the frmplsqlconv.bat file I get an access violation. The output to the screen is as follows,
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x609001F6
    Function=lxhh2ci+0x6
    Library=C:\OraDevSuite10g\bin\oranls10.dll
    Current Java thread:
    at oracle.forms.jdapi.BaseAPI._jni_initialize(Native Method)
    at oracle.forms.jdapi.Jdapi.initialize(Unknown Source)
    at oracle.forms.jdapi.Jdapi.getContextPointer(Unknown Source)
    at oracle.forms.jdapi.Jdapi.connectToDatabase(Unknown Source)
    at oracle.forms.util.wizard.Converter.main(Unknown Source).
    This is followed by a long list of dll files on my machine.
    Any ideas what is happening and what I need to do to correct it.
    Thanks.
    Leon

    No bugs have been reported on that particular function name. Please contact Oracle Support and have them analyze the problem and log a bug if necessary.

Maybe you are looking for

  • Why won't my video upload

    I use a Casio Exilim and none of my videos will work in iMovie anyone have an suggestions? I was trying to maybe convert them but I didn't really know where to begin with that. If anyone knows anything that'd be great thanks!

  • How to set button which is not in my application?

    hi all, i m new to web dynpro.i have to set the radiobutton like this my button ll be not visible if one other application through i m calling.if directly i am calling it should be visible. can u help me how to proceed? thanks, tania

  • [DeployDecisionServices] Failed at Java Compilation

    Hello, i'm facing a problem when trying to deploy a decision service within a BPEL process. I have created some xml facts and rules with rule author. Everythings works fine also the compilation of jaxb classes and syntax check of RL output. When usin

  • ITunes without a computer

    How do I set up iTunes with a computer? I have an iPad 3 with an external drive that contains around 50 ripped CD's.

  • Problem releasing ports

    I've tried executing Rx.java and Tx.java from the JMF Solutions (UI based RTP Transmitter and Receiver)... I disconnect and reconnect the Transmitter without exiting the application... The second time I reconnect, the error "Can't open local data por