FNDLOAD error

Hi,
When I try to run FNDLOAD in $FND_TOP/bin in forms server, I'm getting the below error and the same password is logging in sqlplus.
FNDLOAD apps/<pw> 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct <home_directory>/xyz.ldt - CUSTOM_MODE=FORCE
APP-FND-01564: ORACLE error 1017 in AFPCOA
Cause: AFPCOA failed due to ORA-01017: invalid username/password; logon denied
The SQL statement being executed at the time of the error was: and was executed from the file .
Thanks

Please verify the password of APPS/APPLSYS users and make sure it is correct.
Was this working before? If yes, any changes have been done recently?
If you have validate the passwords and still get the same error, please relink FNDCPASS manually or using adadmin and try again.
Thanks,
Hussein

Similar Messages

  • FNDLOAD error in R12 vision instance on OEL5

    hi,
    i am trying to run FNDLOAD in R12 vision instance on OEL5 on my personal installation.
    i am getting following error,
    FNDLOAD: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    how to fix this?
    please help.
    thanks,

    FNDLOAD: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    how to fix this?Please make sure you are logged in as applmgr user and you have source the correct (application) env file.
    Also, make sure that LD_ASSUME_KERNEL is not set for this user -- Issue "echo $LD_ASSUME_KERNEL" to verify.
    Thanks,
    Hussein

  • Fndload error while downloading a profile

    Hi,
    Can any one help out with downloading a profile using fndload. I am following the exact syntax but the afscprof.lct fails with the following error.
    Column 2 in the select list is too large for LEVEL_VALUE in entity FND_PROFILE_OPTION_VALUES
    The exact fail is at this part of the sql statement
    select TO_CHAR(ov.LEVEL_ID),
    decode(ov.LEVEL_ID,
    10001, '** Site **',
    10002, pla.application_short_name,
    10003, plr.responsibility_key,
    10004, plu.user_name,
    10005, pln.node_name,
    10006, plo.name,
    'Unsupported level - '||ov.LEVEL_ID),
    I understood the issue, the level_value in the lct file is defined only as varchar of 100 where as this particular decode statement makes the level_value 240 which is causing this error.
    Is this version problem?
    Please help me out.
    Thanks all in advance.

    I checked the profile_option_value field and it is of 240 width. But I think the problem is with level_value in the select statement. I am pasting the log file below. This should give you more idea.
    Application Object Library: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    module:
    Current system time is 05-NOV-2009 07:59:41
    Downloading PROFILE to the data file TEST_AOL_PROFILE.ldt
    Column 2 in the select list is too large for LEVEL_VALUE in entity FND_PROFILE_OPTION_VALUES
    select TO_CHAR(ov.LEVEL_ID),
    decode(ov.LEVEL_ID,
         10001, '** Site **',
         10002, pla.application_short_name,
    10003, plr.responsibility_key,
    10004, plu.user_name,
    10005, pln.node_name,
    10006, plo.name,
         'Unsupported level - '||ov.LEVEL_ID),
    la.application_short_name,
    fnd_load_util.owner_name(ov.LAST_UPDATED_BY) OWNER,
         to_char(ov.LAST_UPDATE_DATE, 'YYYY/MM/DD') LAST_UPDATE_DATE,
    ov.PROFILE_OPTION_VALUE
    from fnd_profile_option_values ov,
    fnd_profile_options o,
    fnd_application la,
    fnd_user plu,
    fnd_responsibility plr,
    fnd_application pla,
    hr_operating_units plo,
    fnd_nodes pln
    where o.profile_option_id = ov.profile_option_id
    and o.application_id = ov.application_id
    and o.profile_option_name = :PROFILE_NAME
    and la.application_id (+) = ov.level_value_application_id
    and ov.level_value = pla.application_id (+)
    and ov.level_value = plu.user_id (+)
    and ov.level_value = plr.responsibility_id (+)
    and ov.level_value = plo.organization_id (+)
    and ov.level_value_application_id = plr.application_id (+)
    and ov.level_value = pln.node_id (+)
    Concurrent request completed
    Current system time is 05-NOV-2009 07:59:42
    ---------------------------------------------------------------------------

  • FNDLOAD error while uploading responsibilites

    Hi All,
    I have created a few custom responsibilities in an EBS 12.1.1 instance (windows) and used FNDLOAD to download them. After that, I uploaded them into an EBS 11.5.10 instance. Everything worked fine. Now we tried to upload them into another 11i installation and it crashed with the following error:
    Error Message :
    Dump LDT file tesis_inv_usr_resp.ldt into FND_SEED_STAGE_ENTITY
    An error occurred at line 52 in file tesis_inv_usr_resp.ldt
    An entity definition is required to define values of type FND_APPLICATION
    Here is the code at line 52:
    BEGIN FND_APPLICATION "INV" <---- this is line 52
    OWNER = "ORACLE12.1.1"
    LAST_UPDATE_DATE = "2005/08/29"
    BASEPATH = "INV_TOP"
    APPLICATION_NAME = "Inventory"
    END FND_APPLICATION
    Any ideas, what the problem could be? Is it the line with "OWNER = "ORACLE12.1.1" because the version string does not match or is it a problem with the INV application? Could it be possible that this 11i instance does not have an INV application (it is an instance at a customers site so I do not have access)?
    Thanks,
    Konrad

    Konrad,
    I have created a few custom responsibilities in an EBS 12.1.1 instance (windows) and used FNDLOAD to download them. After that, I uploaded them into an EBS 11.5.10 instance. Everything worked fine. Now we tried to upload them into another 11i installation and it crashed with the following error:You are not supposed to use FNDLOAD to download/upload entities between different application release.
    BEGIN FND_APPLICATION "INV" <---- this is line 52
    OWNER = "ORACLE12.1.1"
    LAST_UPDATE_DATE = "2005/08/29"
    BASEPATH = "INV_TOP"
    APPLICATION_NAME = "Inventory"
    END FND_APPLICATION
    Any ideas, what the problem could be? Is it the line with "OWNER = "ORACLE12.1.1" because the version string does not match or is it a problem with the INV application? Could it be possible that this 11i instance does not have an INV application (it is an instance at a customers site so I do not have access)?It could be because of any of the above but most probably it is about the module (whether it exists or not). Without having access to that instance it is not easy to troubleshoot.
    Thanks,
    Hussein

  • While applying 4440000, "Error calling FNDLOAD function" Occurs.

    While applying the patch 4440000, the following error occured.
    ***********************************************************************************************Loading data using FNDLOAD function.
    FNDLOAD APPS/***** 0 Y UPLOAD @FND:patch/115/import/aflvmlu.lct @PER:patch/115/import/US/perzzlookup01823.ldt -
    Connecting to APPS......Connected successfully.
    Calling FNDLOAD function.
    Returned from FNDLOAD function.
    Log file:
    Error calling FNDLOAD function.
    Also, no log file for FNDLOAD generated.
    Referred the metalink note 441783.1. But unable to understand the solution. Can anyone please explain or other workaround if any?
    S. Sundar

    Dear Taylor,
    Thanks a lot. You are too excellent.
    After doing as follows, the problem is resolved.
    F:\oracle\product>ln -s 10.2.0 10_2.0
    F:\oracle\product>dir 10*
    Volume in drive F is New Volume
    Volume Serial Number is 08B6-ACF4
    Directory of F:\oracle\product
    12/16/2007 10:56 AM <DIR> 10.2.0
    04/01/2008 08:10 AM <JUNCTION> 10_2.0
    0 File(s) 0 bytes
    2 Dir(s) 10,004,815,872 bytes free
    F:\oracle\product>
    Thanks again.
    S. Sundar

  • Geting error while runing fndload for uploading .ldt

    Uploading from the data file /inatec/ebssitappl/xxp4u/11.5.0/admin/import/XXP4UORANGEDAPDSL_DD_TD.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dump from LCT/LDT files (/inatec/ebssitappl/fnd/11.5.0/patch/115/import/afcpprog.lct(115.40), /inatec/ebssitappl/xxp4u/11.5.0/admin/import/XXP4UORANGEDAPDSL_DD_TD.ldt) to stage tables
    Dump LCT file /inatec/ebssitappl/fnd/11.5.0/patch/115/import/afcpprog.lct(115.40) into FND_SEED_STAGE_CONFIG
    Dump LDT file /inatec/ebssitappl/xxp4u/11.5.0/admin/import/XXP4UORANGEDAPDSL_DD_TD.ldt into FND_SEED_STAGE_ENTITY
    An error occurred at line 88 in file /inatec/ebssitappl/xxp4u/11.5.0/admin/import/XXP4UORANGEDAPDSL_DD_TD.ldt
    An entity definition is required to define values of type XDO_DS_DEFINITIONS
    No data found for upload
    Thanks in Advance

    # $Header$
    # dbdrv: exec fnd bin FNDLOAD bin &phase=dat checkfile:~PROD:~PATH:~FILE &ui_apps 0 Y UPLOAD @XDO:patch/115/import/xdotmpl.lct @~PROD:~PATH/~FILE
    LANGUAGE = "US"
    LDRCONFIG = "xdotmpl.lct 115.15"
    #Source Database DTE15
    #RELEASE_NAME 11.5.10.2
    # -- Begin Entity Definitions --
    DEFINE XDO_DS_DEFINITIONS
    KEY APPLICATION_SHORT_NAME VARCHAR2(50)
    KEY DATA_SOURCE_CODE VARCHAR2(80)
    CTX OWNER VARCHAR2(4000)
    BASE DATA_SOURCE_STATUS VARCHAR2(1)
    BASE START_DATE VARCHAR2(11)
    BASE END_DATE VARCHAR2(11)
    BASE OBJECT_VERSION_NUMBER NUMBER(22)
    BASE LAST_UPDATE_DATE VARCHAR2(11)
    BASE ATTRIBUTE_CATEGORY VARCHAR2(90)
    BASE ATTRIBUTE1 VARCHAR2(450)
    BASE ATTRIBUTE2 VARCHAR2(450)
    BASE ATTRIBUTE3 VARCHAR2(450)
    BASE ATTRIBUTE4 VARCHAR2(450)
    BASE ATTRIBUTE5 VARCHAR2(450)
    BASE ATTRIBUTE6 VARCHAR2(450)
    BASE ATTRIBUTE7 VARCHAR2(450)
    BASE ATTRIBUTE8 VARCHAR2(450)
    BASE ATTRIBUTE9 VARCHAR2(450)
    BASE ATTRIBUTE10 VARCHAR2(450)
    BASE ATTRIBUTE11 VARCHAR2(450)
    BASE ATTRIBUTE12 VARCHAR2(450)
    BASE ATTRIBUTE13 VARCHAR2(450)
    BASE ATTRIBUTE14 VARCHAR2(450)
    BASE ATTRIBUTE15 VARCHAR2(450)
    TRANS DATA_SOURCE_NAME VARCHAR2(120)
    TRANS DESCRIPTION VARCHAR2(2000)
    DEFINE X_TEMPLATES
    KEY TMPL_APP_SHORT_NAME VARCHAR2(50)
    KEY TEMPLATE_CODE VARCHAR2(80)
    CTX OWNER VARCHAR2(4000)
    BASE TEMPLATE_TYPE_CODE VARCHAR2(30)
    BASE DEFAULT_LANGUAGE VARCHAR2(6)
    BASE DEFAULT_TERRITORY VARCHAR2(6)
    BASE MLS_LANGUAGE VARCHAR2(6)
    BASE MLS_TERRITORY VARCHAR2(6)
    BASE TEMPLATE_STATUS VARCHAR2(6)
    BASE USE_ALIAS_TABLE VARCHAR2(6)
    BASE DEPENDENCY_FLAG VARCHAR2(1)
    BASE START_DATE VARCHAR2(11)
    BASE END_DATE VARCHAR2(11)
    BASE OBJECT_VERSION_NUMBER NUMBER(22)
    BASE LAST_UPDATE_DATE VARCHAR2(11)
    BASE ATTRIBUTE_CATEGORY VARCHAR2(100)
    BASE ATTRIBUTE1 VARCHAR2(450)
    BASE ATTRIBUTE2 VARCHAR2(450)
    BASE ATTRIBUTE3 VARCHAR2(450)
    BASE ATTRIBUTE4 VARCHAR2(450)
    BASE ATTRIBUTE5 VARCHAR2(450)
    BASE ATTRIBUTE6 VARCHAR2(450)
    BASE ATTRIBUTE7 VARCHAR2(450)
    BASE ATTRIBUTE8 VARCHAR2(450)
    BASE ATTRIBUTE9 VARCHAR2(450)
    BASE ATTRIBUTE10 VARCHAR2(450)
    BASE ATTRIBUTE11 VARCHAR2(450)
    BASE ATTRIBUTE12 VARCHAR2(450)
    BASE ATTRIBUTE13 VARCHAR2(450)
    BASE ATTRIBUTE14 VARCHAR2(450)
    BASE ATTRIBUTE15 VARCHAR2(450)
    TRANS TEMPLATE_NAME VARCHAR2(120)
    TRANS DESCRIPTION VARCHAR2(2000)
    DEFINE X_TEMPLATE_FIELDS
    KEY FIELD_NAME VARCHAR2(255)
    CTX OWNER VARCHAR2(4000)
    BASE ALIAS_NAME VARCHAR2(255)
    BASE LAST_UPDATE_DATE VARCHAR2(11)
    END X_TEMPLATE_FIELDS
    END X_TEMPLATES
    END XDO_DS_DEFINITIONS
    # -- End Entity Definitions --
    BEGIN XDO_DS_DEFINITIONS "XXP4U" "XXP4UORANGEDAPDSL" ------ This is Line 88
    OWNER = "KUMARSINGH"
    DATA_SOURCE_STATUS = "E"
    START_DATE = "2009/10/14"
    OBJECT_VERSION_NUMBER = "1"
    LAST_UPDATE_DATE = "2009/10/14"
    DATA_SOURCE_NAME = "XXP4U: Orange Contract Document (DAP/DSL)"
    DESCRIPTION = "Orange Contract Document for DAP and DSL"
    BEGIN X_TEMPLATES "XXP4U" "XXP4UORANGEDAPDSL"
    OWNER = "KUMARSINGH"
    TEMPLATE_TYPE_CODE = "RTF"
    DEFAULT_LANGUAGE = "en"
    DEFAULT_TERRITORY = "00"
    TEMPLATE_STATUS = "E"
    USE_ALIAS_TABLE = "N"
    DEPENDENCY_FLAG = "P"
    START_DATE = "2009/10/14"
    OBJECT_VERSION_NUMBER = "1"
    LAST_UPDATE_DATE = "2009/10/14"
    TEMPLATE_NAME = "XXP4U: Orange Contract Document (DAP/DSL)"
    DESCRIPTION = "Orange Contract Document for DAP and DSL"
    END X_TEMPLATES
    END XDO_DS_DEFINITIONS

  • Error calling FNDLOAD function Even after applying Note 441783.1 ***URGENT

    I am trying to upgradee to R12 from 11i in linux based server.
    While running the american path driver I am getting the error.
    Hi went through the note and I am not able to find a directory as mentioned in the example /oracle/
    nor am I able to find the 12.0.1 directory.
    Please help me locating the exact path where the soft link must be created.
    Just to give u an idea of the file system
    The Tech stack is /u03.00/APPS/upg12/apps/tech_st
    the Appl Top is /u03.00/APPS/upg12/apps/apps_st/appl
    Please help as it is urgent

    Hi Guys,
    FYI
    I have just updated the "Note 441783.1 - Patch 4440000 Error: Fndload Cannot Be Run" The patch mentioned 6510214 Appears to be Superseded by patch
    6510214 - R12.AD.A.DELTA.4. It now includes the 6510214 - R12.AD.A.DELTA.4 patch.
    Thx,
    Ronald

  • Adworker fails with "Error calling FNDLOAD function" for patch 7303033

    hi,
    we have some problems applying patch 7303033 (12.1.2) for EBS:
    1. installed ebs R12 12.1.1 with 11.0.7 database;
    2. applied patch R12.AD.B.DELTA.2 Patch 8502056
    3. trying to apply patch 7303033
    after ~6 hours of runnig one of worker failed.
    worker log:
    Loading data using FNDLOAD function.
    FNDLOAD APPS/***** 0 Y UPLOAD @ONT:patch/115/import/ontpmdef.lct @ONT:patch/115/import/US/ontsys.ldt -
    Connecting to APPS......Connected successfully.
    Calling FNDLOAD function.
    Returned from FNDLOAD function.
    Log file: /global/spare/apps/dev_apps/apps/apps_st/appl/admin/DEV/log/US_ontsys_ldt.log
    Error calling FNDLOAD function.
    4. i have stopped the adpatch instalation adn ran adadmin->compile apps schema
    5. after compiling apps schema i re-run adpatch trying to continue the patch apply
    the following error occured:
    AutoPatch error:
    The following ORACLE error:
    ORA-00942: table or view does not exist
    occurred while executing the SQL statement:
    UPDATE FND_INSTALL_PROCESSES
    SET control_code = 'W'
    WHERE worker_id > 0
    AutoPatch error:
    Error running SQL and EXEC commands in parallel
    The "Error running SQL and EXEC commands in parallel" is because i have selected to many parallel workers (32) ,
    but what about the FND_INSTALL_PROCESSES? can it be recreated..using adctrl?
    Can i continue from this step or should i apply patch from the beginning?

    hi,
    the log says:
    Uploading from the data file /global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/US/ontsys.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/ontpmdef.lct(120.3.12010000.1), /global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/US/ontsys.ldt) to staging tables
    Dumping LCT file /global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/ontpmdef.lct(120.3.12010000.1) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/US/ontsys.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (OE_SYS_PARAMETER_DEF_B CUSTOMER_RELATIONSHIPS_FLAG , OE_SYS_PARAMETER_DEF_B OE_CC_CANCEL_PARAM ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = CUSTOMER_RELATIONSHIPS_FLAG, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = AUDIT_TRAIL_ENABLE_FLAG, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = MASTER_ORGANIZATION_ID, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = COMPUTE_MARGIN, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = FREIGHT_RATING_ENABLED_FLAG, ORA-06508: PL/SQL: could not find program unit being called
    Thank you

  • FNDLOAD with error

    Hi.
    I have created the inlrule.lct file and want to test it.
    The LCT file has one entity "INL_ENTITIES" (see the lct file below).
    When running FNDLOAD I get the error:
    A syntax error occurred at line 133 in file inlrule.lct
    A configuration item was expected
    The FNDLOAD command: FNDLOAD apps/XX@db123 0 Y DOWNLOAD inlrule.lct out.ldt INL_ENTITIES ENTITY_CODE="ISH"
    DEFINE INL_ENTITIES
    KEY ENTITY_CODE VARCHAR2(30)
    CTX OWNER      VARCHAR2(7)
    TRANS ENTITY_NAME VARCHAR2(80)
    TRANS DESCRIPTION VARCHAR2(240)
    BASE TABLE_NAME VARCHAR2(30)
    END INL_ENTITIES
    DOWNLOAD INL_ENTITIES
    " select ENTITY_CODE, "
    " DECODE(LAST_UPDATED_BY, 1, 'SEED', 'CUSTOM') OWNER, "
    "     ENTITY_NAME,           "
    "     DESCRIPTION,           "
    " TABLE_NAME                     "
    " from INL_ENTITIES_VL                    "
    " where ENTITY_CODE = :ENTITY_CODE "
    " order by ENTITY_CODE "
    UPLOAD INL_ENTITIES
    " begin
    if (:UPLOAD_MODE = 'NLS') then
    inl_entities_pkg.TRANSLATE_ROW (
         :ENTITY_CODE,
    :OWNER,
         :ENTITY_NAME,
    :DESCRIPTION
    else
    wms_objects_pkg.load_seed_row (
         :ENTITY_CODE,
    :OWNER,
         :ENTITY_NAME,
         :DESCRIPTION,
         :TABLE_NAME
    end if;
    end; "
    Thanks and Regards

    Please post the details of the application release, database version and OS.
    I have created the inlrule.lct file and want to test it.
    The LCT file has one entity "INL_ENTITIES" (see the lct file below).
    When running FNDLOAD I get the error:
    A syntax error occurred at line 133 in file inlrule.lct
    A configuration item was expectedWhat is line 133 in the lct file?
    The FNDLOAD command: FNDLOAD apps/XX@db123 0 Y DOWNLOAD inlrule.lct out.ldt INL_ENTITIES ENTITY_CODE="ISH"Why do you have to use a custom lct file? Have you checked if there are any seeded one?
    Thanks,
    Hussein

  • Error Message Displayed while executing FNDLOAD Command in windows machine

    Hi,
    I am getting the following error message while executing the FNDLOAD Command in Windows Machine. Can any one give some clarifications to solve this issue.
    FNDLOAD Command Used:*
    +./FNDLOAD apps/[email protected]:1521:OA10 0 Y DOWNLOAD D:\oracle\oa10appl\xdo\11.5.0/patch/115/import/xdotmpl.lct xdotmpl.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME=PO
    Error message Displayed for above command:_
    APP-FND-01564: ORACLE error 6401 in AFPCOA
    Cause:  AFPCOA failed due to ORA-06401: NETCMN: invalid driver designator
    Let me know the solution this issue
    Regards
    Arif Mohammed

    Hi Hussein,
    Thanks for your response, Let me explain in detail that the error I am facing while running FNDLOAD Command.
    I have executed the below command in CYGWIN which results in error while calling FNDLOAD.
    *$ java oracle.apps.xdo.oa.util.XDOLoader DOWNLOAD -DB_USERNAME apps -DB_PASSWORD apps -JDBC_CONNECTION 16.89.26.52:1521:OA10 -LOB_TYPE TEMPLATE -APPS_SHORT_NAME PO -LCT_FILE $XDO_TOP/patch/115/import/xdotmpl.lct -LANGUAGE en -TERRITORY US -LOG_FILE SHW.log;*
    I got the below error message while executed the above command (Highlighted in BOLD):
    $ cat SHW.log
    XDOLoader started: Tue Nov 15 20:27:18 PST 2011
    Parameters passed to XDOLoader...
    [TERRITORY] [US]
    [DB_USERNAME] [apps]
    [LCT_FILE] [C:\oracle\vis10appl\xdo\11.5.0/patch/115/import/xdotmpl.lct]
    [DOWNLOAD] [DOWNLOAD]
    [JDBC_CONNECTION] [16.89.26.52:1521:OA10]
    [LANGUAGE] [en]
    [DB_PASSWORD] [apps]
    [LOB_TYPE] [TEMPLATE]
    [LOG_FILE] [SHW.log]
    [APPS_SHORT_NAME] [PO]
    Start downloading...
    Downloading files from XDO_LOBS: SELECT FILE_DATA, LOB_CODE, LOB_TYPE, APPLICATI
    ON_SHORT_NAME, FILE_NAME, LANGUAGE, TERRITORY, XDO_FILE_TYPE FROM XDO_LOBS WHERE
    APPLICATION_SHORT_NAME = :APPS_SHORT_NAME AND LOB_TYPE in (:TEMPLATE, :TEMPLAT
    E_SOURCE) AND LANGUAGE = :LANGUAGE AND TERRITORY = :TERRITORY
    Downloading files from XDO_LOBS: SELECT L.FILE_DATA FILE_DATA, B.TEMPLATE_CODE L
    OB_CODE, L.LOB_TYPE LOB_TYPE, L.FILE_NAME FILE_NAME, L.LANGUAGE LANGUAGE, L.TERR
    ITORY TERRITORY, L.XDO_FILE_TYPE XDO_FILE_TYPE, L.APPLICATION_SHORT_NAME APPLICA
    TION_SHORT_NAME FROM XDO_TEMPLATES_B B, XDO_LOBS L WHERE B.APPLICATION_SHORT_NAM
    E = :APPS_SHORT_NAME AND B.TEMPLATE_CODE = L.LOB_CODE
    Generating LDT file: xdotmpl.ldt
    Calling FNDLOAD: FNDLOAD apps/[email protected]:1521:OA10 0 Y DOWNLOAD C:\oracle\
    vis10appl\xdo\11.5.0/patch/115/import/xdotmpl.lct xdotmpl.ldt XDO_DS_DEFINITIONS
    APPLICATION_SHORT_NAME=PO
    APP-FND-01564: ORACLE error 6401 in AFPCOA
    Cause:  AFPCOA failed due to ORA-06401: NETCMN: invalid driver designator.
    The SQL statement being executed at the time of the error was: and was executed
    from the file .
    Generating DRVX file: xdotmpl.drvx
    XDOLoader done successfully: Tue Nov 15 20:27:30 PST 2011
    $
    So i decided to run the FNDLOAD Command alone in CYGWIN which is highlighted and still im facing the same issue but if i run the below command it works fine and getting download.
    *./FNDLOAD apps/[email protected]:1521:OA10 0 Y DOWNLOAD D:\oracle\oa10appl\xdo\11.5.0/patch/115/import/xdotmpl.lct xdotmpl.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME=PO*
    Hope you understand the problem which im facing. Let me know some solutions from your side to solve this issue.
    Regards,
    Arif Mohammed

  • FNDLOAD giving error while downloading

    Dear,
    We are using below mentioned command through applmgr user by switching off 'FND_TOP' and executed this but getting error as mentioned.
    FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct HR_Position_Functions.ldt VALUE_SET FLEX_VALUE_SET_NAME='HR_Position_Functions'
    ---error
    APP-FND-01564: ORACLE error 12545 in AFPCOA
    Cause: AFPCOA failed due to Error while trying to retrieve text for error ORA-12545
    The SQL statement being executed at the time of the error was: and was executed from the file .

    We are using below mentioned command through applmgr user by switching off 'FND_TOP' and executed this but getting error as mentioned.
    FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct HR_Position_Functions.ldt VALUE_SET FLEX_VALUE_SET_NAME='HR_Position_Functions'
    ---error
    APP-FND-01564: ORACLE error 12545 in AFPCOA
    Cause: AFPCOA failed due to Error while trying to retrieve text for error ORA-12545Did you source the application env file before running the command? Can you connect to the database as applmgr user after you source the env file?
    Is the issue with this specific lct file?
    Tips About FNDLOAD [ID 735338.1]
    Thanks,
    Hussein

  • Error while uploading with FNDLOAD

    When trying to upload using the FNDLOAD command, the following appears in the log file. Someone please guide on what could be the possible cause for this error.
    ================================================================================
    ORA-20002: LDR.GET_RESP(P) is not able to find APP SHORT NAME:'AR', RESP KEY:'AAA RECEIVABLES SUPERUSER'. Please use System Administrator:Security->Responsibility->Define form and create the responsibility, or use FNDLOAD (afscursp.lct)..
    ----- Error Message Stack -----
    ORA-20001: LDR.up_vset_security_usage()(LEAF, AAA_GL_Company, AAA CO Security, , AR, AAA RECEIVABLES SUPERUSER) raised exception.
    ORA-20001: LDR.get_resp(P)(AR, AAA RECEIVABLES SUPERUSER) raised exception.
    ORA-06512: at "APPS.FND_FLEX_LOADER_APIS", line 379
    ORA-06512: at "APPS.FND_FLEX_LOADER_APIS", line 505
    ORA-06512: at "APPS.FND_FLEX_LOADER_APIS", line 1248
    ORA-20002: LDR.GET_RESP(P) is not able to find APP SHORT NAME:'AR', RESP KEY:'AAA RECEIVABLES SUPERUSER'. Please use System Administrator:Security->Responsibility->Define form and create the responsibility, or use FNDLOAD (afscursp.lct)..
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x538ec254 525 package body APPS.FND_FLEX_LOADER_APIS
    0x538ec254 570 package body APPS.FND_FLEX_LOADER_APIS
    0x538ec254 5091 package body APPS.FND_FLEX_LOADER_APIS
    0x56a53794 1206 anonymous block
    0x5fd02338 1204 package body SYS.DBMS_SYS_SQL
    0x5fd02988 323 package body SYS.DBMS_SQL
    0x53942614 175 package body APPS.FND_SEED_STAGE_UTIL
    0x53942ae0 1 anonymous block
    ================================================================================
    ================================================================================

    Pl confirm that you get the error you mentioned
    >
    ORA-20002: LDR.GET_RESP(P) is not able to find APP SHORT NAME:'AR', RESP KEY:'AAA RECEIVABLES SUPERUSER'. Please use System Administrator:Security->Responsibility->Define form and create the responsibility, or use FNDLOAD (afscursp.lct)..
    >
    when you run this FNDLOAD command to upload a concurrent program
    >
    FNDLOAD apps/****** O Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XXAAA_SUB_LEDGER_REP.ldt
    >
    You should not be getting responsibility errors when loading concurrent programs. Also, you show "O" (alphabet O) in your FNDLOAD command when it should be "0" (zero) - so I do not know how your command above worked at all.
    Srini

  • FNDLOAD varchar2 truncated without error

    Hi experts,
    Recently I tried to use FNDLOAD to load varchar2 data into a CLOB column. The string data is around
    30k, but after loaded into the table, it’s truncated and no error is prompted.
    Does anybody ever encounter such a case ?
    Thanks,
    Ted

    Hi Hussein,
    Is sypdefsq.lct a custom file? I could not find this file under $FND_TOP/patch/115/import directory.No it's not a custom file. it's a GMA related lct file, should be under the folder $GMA_TOP/patch/115/import.
    Please post the contents of the log file here.And this is the log:
    Application Object Library: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    module:
    Current system time is 25-NOV-2012 19:26:35
    Uploading from the data file sypdefsq.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dump from LCT/LDT files (sypdefsq.lct(115.0.115100.1), sypdefsq.ldt) to stage tables
    Dump LCT file sypdefsq.lct(115.0.115100.1) into FND_SEED_STAGE_CONFIG
    Dump LDT file sypdefsq.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (SY_PURG_DEF AJNL , SY_PURG_DEF DSLT ) into FND_SEED_STAGE_ENTITY
    Upload from stage tables
    Concurrent request completed successfully
    Current system time is 25-NOV-2012 19:26:40
    Thanks,
    Ted

  • Error while downloading responsibilities using fndload command

    Hello All,
    I am using fndload command to download responsibilities. i have given parameters as RESP_NAME, But its downloading all the responsibilities instead of one.
    See the below command. Is there any problem in syntax.
    FNDLOAD apps/p0werful@gmgld 0 Y DOWNLOAD $FND_TOP/patch/115/import/afscursp.lct GMDC_HOD_AP_ACC_INV.ldt FND_RESPONSIBILITY APPLICATION_SHORT_NAME="JA" RESP_KEY = "GMDC_HOD_AP_ACC_INV"
    Can you please tell me how can we download single responsibility by using FNDLOAD command.
    Thanks in Advance
    Sheetal

    Sheetal,
    Unfortunately I do not see how this relates to Hyperion FDM. Can you please be more specific?
    Is it possible you posted this to the wrong forum?
    Thank you,

  • Error while applying patch 6728000

    Hi all,
    I am applying the patch 6728000 and I now get an error, this is in the log:
    Connecting to APPS ... Connected successfully.
    Calling FNDLOAD function.
    Returned fro FNDLOAD function.
    Log file:
    Error calling FNDLOAD function
    What should I do to fix this?
    If found note 441783.1 but that is about an other patch. (And I don't have a folder called 12.0.1)
    Thanks in Advance.

    Hi Hussein,
    I tried the patch again now and now I am getting a different error:
    An error occurred while relinking application programs.
    From the log
    "Starting link of fem executable 'FEMCCE' on Fri Mar 13 15:11:17 CET 2009
    g++ '-L/oracle/VIS/apps/apps_st/appl/sht/12.0.0/lib/stubs'
    -L/oracle/VIS/apps/tech_st/10.1.2/lib
    -L/oracle/VIS/apps/tech_st/10.1.2/lib/stubs -lclntsh -o
    /oracle/VIS/apps/apps_st/appl/fem/12.0.0/bin/FEMCCE \
         /oracle/VIS/apps/apps_st/appl/fem/12.0.0/lib/ccemain.o \
         /oracle/VIS/apps/apps_st/appl/fem/12.0.0/lib/libfem.a
    /oracle/VIS/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a
    /oracle/VIS/apps/apps_st/appl/eng/12.0.0/lib/libeng.a -lsql10 -lclntsh `cat
    /oracle/VIS/apps/tech_st/10.1.2/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10
    -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /oracle/VIS/apps/tech_st/10.1.2/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10
    -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10
    -lgeneric10 -lmm -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10
    `cat /oracle/VIS/apps/tech_st/10.1.2/lib/ldflags` -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /oracle/VIS/apps/tech_st/10.1.2/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10
    -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10
    -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10
    -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10
    -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat
    /oracle/VIS/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm -lpthread
    /oracle/VIS/apps/apps_st/appl/sht/12.0.0/lib/rwtools/libtls0s.a
    /oracle/VIS/apps/apps_st/appl/sht/12.0.0/lib/stubs/libstdc++.so
    /oracle/VIS/apps/apps_st/appl/sht/12.0.0/lib/stubs/libgcc_s.so.1
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /oracle/VIS/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /oracle/VIS/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o)
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /oracle/VIS/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /oracle/VIS/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o)
    collect2: ld returned 1 exit status
    make: *** [oracle/VIS/apps/apps_st/appl/fem/12.0.0/bin/FEMCCE] Error 1
    Done with link of fem executable 'FEMCCE' on Fri Mar 13 15:11:18 CET 2009
    Relink of module "FEMCCE" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /oracle/VIS/apps/apps_st/appl/fem/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation."
    Also a lot of Relink of module "MSC%" failed.
    I have space enough and checked the user rights and that is fine to.
    What else could cause this problem?

Maybe you are looking for

  • Can't migrate from 10.8 to 10.9 with Time Machine

    My old 2009 MacBookPro stopped working and I replaced it with the new one and hoped to be able to use the Migration Assistant to recover my backed up data I had in Time Machine. So far it jsut keeps "Looking for other sources" when I choose to migrat

  • Did the update on my iPad. Now I cannot save or share my pictures! Help!!

    I Can only save pictures pre update. But I touched up two pictures and now I cannot share or save them to my ipad. When I try to save it just says processing. And nothing happens.

  • Scenario's performance with BPM vs without BPM in PI 7

    hello, Please send me the presentation, blogs describing the performance issues in PI 7 also, the docs differenciating a normal scenario's performance (without BPM) vs the scenario with BPM... What are the enhancements made to BPM in PI 7 for perform

  • ITunes encountered a problem and had to close.

    I haven't been able to get onto itunes for the past two days. When I try to open quicktime, it says: "Quicktime failed to initialize. ERROR# 2095" so I tried re-installing it but I got this message saying that the download can't proceed because there

  • New to Beans and Apache Tomcat - 1st Bean problem !

    Hello all. Just to give you some background, I know basic Java and I am more than happy to have a go at something I know nothing about. I am developing a system - for my own personal use (and friends) that will have an Oracle back end and a web brows