DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: FNDLOAD erroring out

  1. #1
    Join Date
    Nov 2005
    Posts
    6

    FNDLOAD erroring out

    Hi,

    I m using FNDLOAD to download my concurrent program from one instance and upload it to other instance .Following are the command i m using
    FNDLOAD apps/appspwd O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XXBLNEW.ldt PROGRAM APPLICATION_SHORT_NAME="SQLAP" CONCURRENT_PROGRAM_NAME="XXBL : Bank Payment Voucher"


    FNDLOAD apps/appspwd O Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XXBLNEW.ldt PROGRAM APPLICATION_SHORT_NAME="SQLAP" CONCURRENT_PROGRAM_NAME="XXBL : Bank Payment Voucher"


    The upload logfile contains the following error
    $ more L493382.log
    +---------------------------------------------------------------------------+
    Application Object Library: Version : 11.5.0 - Development

    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.

    module:
    +---------------------------------------------------------------------------+

    Current system time is 07-DEC-2005 18:55:11

    +---------------------------------------------------------------------------+

    Uploading from the data file XXBLNEW.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dump from LCT/LDT files (/data1/applcrp1/bldevappl/fnd/11.5.0/patch/115/import/a
    fcpprog.lct(115.39), XXBLNEW.ldt) to stage tables
    Dump LCT file /data1/applcrp1/bldevappl/fnd/11.5.0/patch/115/import/afcpprog.lct
    (115.39) into FND_SEED_STAGE_CONFIG
    Dump LDT file XXBLNEW.ldt into FND_SEED_STAGE_ENTITY
    No data found for upload

    +---------------------------------------------------------------------------+
    Concurrent request completed successfully
    Current system time is 07-DEC-2005 18:55:11

    +---------------------------------------------------------------------------+


    Please let me know where am i going wrong.


    Thanks
    Antra

  2. #2
    Join Date
    Nov 2005
    Posts
    6
    The issue is resolved as i was passing the concurrent program name instead of the concurent program short name. It should be
    $FND_TOP/patch/115/import/afcpprog.lct XXBLNEW.ldt PROGRAM APPLICATION_SHORT_NAME="SQLAP" CONCURRENT_PROGRAM_NAME=""

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width