FNDLOAD : FAQ

  • After we downloaded and installed MigrationLogiK we see some of the menu options grayed out. Why?

  • Your license is not validated by ML server. It can happen if your internet connection is done via Proxy server.
    You need to setup 2 environment variables: MLK_PROXY_HOST and MLK_PROXY_PORT
    Navigate to Start | Settings | Control Panel | System | Advanced | Environment variables
    Assign proxy port value to MLK_PROXY_PORT variable. Assign your proxy server name or IP to MLK_PROXY_HOST. Restart MigrationLogiK

  • We use Windows 7 in XP virtual mode. Browse button on the project controller doesn't bring up File Explorer window?

  • This behavior may be caused by older verion of Java JRE installed on your workstation.
    Please download the latest Java update from Oracle Java site. After the latest update is intalled, this issues should be fixed.

  • We removed few programs from the request group in development instance. After uploading to Test, we still see these programs available. Are there any parameters available to control a complete rewrite of the request group?

  • Answer is Yes. For UPLOAD use CUSTOM_MODE=FORCE CHILD_DELETE_MODE=TRUE.
    These parameters will result in a complete rewrite of the targeted Request Group.

  • I'm getting an error while starting the application: "The main startup class is not valid, main method missing." WHY?

  • Most likely your JRE version doesn't match the requirement.
    MigrationLogiK.exe or MigrationLogiKG.exe only work with Java Runtime Environment JRE version 1.5 or higher. Most recent JRE version can be downloaded from Sun download site. Click here to download.

  • Do I have to pay to use the application?


  • You can download the application and try it for 15 days absolutely free. No payment or payment info will be requested. After the end of the trial period certain features will be disabled if the application is not purchased. Accepting License Agreement is required to activate all application features and not as proof of the future purchase.

  • How to overwrite custom entries using FNDLOAD


  • The argument CUSTOM_MODE=FORCE is required for UPLOAD when custom entries have to be overwritten.

    Example:
    FNDLOAD apps/password 0 Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct your_output_dir/your_name.ldt CUSTOM_MODE=FORCE

  • How to transfer custom objects from one EBS instance to another?
    • · Download the custom object from the source instance
    For example:
    FNDLOAD apps/$pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct ADALE_USR.ldt FND_USER USER_NAME=ADALE
      · Move the custom LDT file(ADALE_USR.ldt) over to the destination instance

      · Upload the custom entry to the destination instance
    FNDLOAD apps/$pwd 0 Y UPLOAD $FND_TOP/patch/115/import/afscursp.lct ADALE_USR.ldt CUSTOM_MODE=FORCE