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

Similar Messages

  • "error occurred" error message displayed while backup the iphone4s

    Hi all I am Kishore and I am using iphone4s.. while backup my iphone4s an error message getting displayed "Error occurred". how do I process further....

    Is there an exact error code or message or all it simply says is 'error occurred'?

  • Populating the error message log (while executing BAdI implementation)

    Hi there,
    I have a BAdI to implement CRM_ORDERADM_H_BADI where it will check certain header data. If there is a certain condition that is met, we must not allow the transaction to continue by adding error message on the top (the red button). How can we populate this error log within the BAdI implementation (putting it in codes in the method of the BAdI implementation).
    Many thanks in advance,
    Regards,
    MuJi

    put like this
    data:   w_msg type standard table of shp_badi_error_log initial size 0,
            msg like line of w_msg.
    if sy-subrc ne 0.
          msg-msgty  = 'E'.
          msg-msgid  = 'YW2'.
          msg-msgno  = '041'.
          msg-msgv1  =
           'PGI not allowed ,Pls Enter Truck No in Bill of lad.Field'.
          append msg to ct_log.
    endif.
    <b>In BADI u cannt raise Error Messages but u can Post the Messages to Application Logs, So u have to Update ur messages to CT_LOG.</b>Regards
    Prabhu
    Message was edited by: Prabhu Peram

  • CSCsk88503 - Wrong Error Message Displayed while adding duplicate Credential Policy.

    When i will to add the AXLuserGroup in the CUCM 9.0 to integrated with Cisco Unified IM and Presence   I not fund our LDAP SYCN user to device associated and when i make save with below error:
    Error: [2254] IMS_808
    Can you help me?

    I have the same error after I upgraded to 9.1.2 and tried to add users. How did you fix the issue?
    Thanks,

  • DIAdem 2011: Error while executing "PicPDFExport" command

    I'm using DIAdem v 11.3.0f4563 on Win2003 (32bit).
    I'm unable to export reports to PDF (this has worked fine on previous DIAdem versions on the same HW/OS).
    The problem occurs every time I select "File -> PDF Export..." from the menu.
    First i get to select the file name, then a messagebox appears with the following text:
    Error while executing "PicPDFExport" command.
    Error type: UNKNOWN
    Error address: 0000AEF7
    Module name:kernel32.dll
    After clicking "OK" the menus and buttons no longer work (but I'm able to switch between the different tabs), so I have to restart DIAdem.
    I also have a script for exporting reports to DIAdem, this produces the same error message (but the rest of the application is still working after clicking OK, so no need to restart DIAdem).

    Hello salte,
    Could you please let us know what OS you are using?
    Thanks,
         Otmar
    Otmar D. Foehner
    Business Development Manager
    DIAdem and Test Data Management
    National Instruments
    Austin, TX - USA
    "For an optimist the glass is half full, for a pessimist it's half empty, and for an engineer is twice bigger than necessary."

  • Error message display for PO creation with reference to internal orders

    Sir,
    While creating PO with Tcode ME21N (item category I) with reference to ' Internal Order with Funds provided (Tcode KO12), system displaying error message  when Budget is exceeded.
    But when Funds provision is not mentioned (Funds value is initial in KO12) , error message is not being given by the system during Po creation with ME21N.
    Where should I configure in img(Tcode SPRO) , so that system will throw error mesage while creating PO without Budget Provision (Funds not mentioned ) in Internal Orders.
    Regards,
    Srinivasa Murthy

    Hi Anupam,
    The error message display as follows. (when the PO Price exceeds the Planned Funds kept for internal order)
    This error comes during PO creation Process and PO can not be saved. This error message display is correct.
    Item 001 Order 600643 budget exceeded
    Message no. BP604
    Diagnosis
    In document item 001 Order 600643, budget  for fiscal year 2009 was exceeded by 99,960,000.00 INR.
    But  my question is 'when funds have not at all been mentioned for the internal order' then system has to throw the same error as mentioned above. But it is not happening. System is allowing the PO to save which is not correct.
    Regards,
    Srinivasa Murthy

  • TS3694 What does it mean when I get error message 3194 while trying to restore my ipad?

    What does it mean if I receive an error message 3194 while trying to restore my ipad?
    I received this message after connecting my ipad to itunes.  There is a display of a cord connecting to itunes which is initially why I was alerted to connect my ipad to my itunes account on my laptop.
    Any help is appreciated.

    Turn of any firewall or antivirus software.

  • Facing Problem while executing a command through WLST

    Hi,
    Iam using Weblogic 11g(10.3.2).Whenever I execute the below command in WLST on windows it is working fine.
    reassociateSecurityStore(domain="base_domain",admin="cn=orcladmin",password="welcome1",ldapurl="ldap://<hostname>:389",servertype="OID",jpsroot="cn=jpsroot_idm_idmhost1")
    But whenever i execute the same in Linux,it is throwing the error as below:
    wls:/base_domain/serverConfig> reassociateSecurityStore(domain="base_domain",admin="cn=orcladmin",password="welcome1",ldapurl="ldap://<hoistname>:389",servertype="OID",jpsroot="cn=jpsroot_idm_idm1")
    Traceback (innermost last):
    File "<console>", line 1, in ?
    NameError: reassociateSecurityStore
    Please suggest....
    Regards
    Pavan

    Facing Problem while executing a command through WLST

  • Huey Pro calibrator- error message  display measurement Error

    i am using this huey pro calibration.. it had been a year without problem... but now i am trying to calibrate my apple cinema display LCD 30 inch it keep saying error message- display measurement error.. and huey support never answer my e-mail. any idea? how can i fix it.. i did re install software many times but same thing happen.. so right now i can;t calibrate my monitor.. any help please

    >a nice NVidia card... Please help Adobe!
    1a - what is the model nVidia card, and what is your driver version?
    1b - for instance, I have a GTX 285 and driver 296.10
    2a - aside from the occassional Adobe employee, this is a user to user forum, not Adobe suport
    2b - how to contact Adobe...
    Adobe contact information
    http://www.adobe.com/support/contact
    In the US - Adobe General support 800-833-6687 M-F 5am-7pm Pacific
    In the US - Adobe Install Problems 800-642-3623
    In the US - Adobe Activation 866-772-3623 Open 24/7

  • I am facing the problem on downloading apps from Mac App Store, when I try to install the application from App store, I am getting an error message "Status_Code_Error" while click on "Login"

    I am facing the problem on downloading apps from Mac App Store, when I try to install the application from App store, I am getting an error message "Status_Code_Error" while click on "Login"

    Same problem here in Brazil.
    It seems to be a problem with logging in App Store in the Mac (Yosemite 10.10.2).
    When I tried the very same userid and password I was able to login in to use my iCloud account from the same computer and also from my iPhone.

  • Error Message AM057 while deleting contact person

    Hi,
    Recently, our company consolidated the SAP platforms for two regions and it is single instance now. The data is migrated to the new system by SLO. After this we are facing an issue while deleting the contact person in customer master. When we select the contact person and delete, we get a message saying "Specify a valid person use (PERSON_REFERENCE)". When we press enter, another entry (above the intended entry) gets deleted.
    The performance assistant shows nothing but message no. AM057.
    Based on the couple of OSS notes I have searched, I checked the table ADRVP entries and found two entries for that contact person. Both entries have the client number appearing in the field APPL_KEY.
    The first record is having old client number and the second record is having the new client number. I presume, we are seeing two records because the data was migrated by SLO. But what is confusing is, both are having same addr.no. and marked as X for Owner (Flag: Adress owner object reference).
    Data in table ADRVP looks as under.
    Cl.     Person            Seq. No.      Table      Field           Application table key      pers.addr. Key      Addr. no.            Owner
    300   0200591046          1            KNVK     PRSNR      2000000093060             BP                         0200026699       X
    300   0200591046   45333695     KNVK     PRSNR      3000007093060             BP                         0200026699       X
    Can there be more than one entry with same addr. no. in table ADRVP for the same person number? Can someone share what is wrong with deleting the contact person in customer master?
    Thanks,
    Balaji

    Dear Balaji
    You have asked same question In Different places
    Re: Error Message AM057 while deleting contact person in customer master

  • Everytime iTunes opens on my Windows 7 pc, I get the error message -42110 while it appears iTunes is trying to download a movie I didn't order.  Any suggestions?

    Everytime iTunes opens on my Windows 7 pc, I get the error message -42110 while it appears iTunes is trying to download a movie I didn't order.  Any suggestions?

    Thank you i been looking for a  answer to this all day but I couldn't find anything on it! Now I know I will find a file with it! thanks!

  • ERROR MESSAGE : display of the query spec is not allowed

    Hi all,
    I have many queries built under a multiprovider. The problem is if i try to chane a query it is not allowing me to do it. Even for a query which i built it is not allowing. It is displaying an error message 'display of the query spec is not allowed'.
    Can anyone help me in understanding this issue?
    Thanks,
    Raj.

    Have you check your authorizaiton trace with ST01?
    You need authorization for this query in auth obj S_RS_COMP or S_RS_COMP1

  • "Internal error: An unexpected exception has occurred" error message displayed when browsing a cube.

    “Internal error: An unexpected exception has occurred“ error message displayed when browsing a cube.
    The error behaviour is quite irregular and does not occur for specific condition.
    Will cumulative update 9 for SQL Server 2008 R2 (SP1) installation help to fix the issue which is provided on the below link:
    (http://support.microsoft.com/kb/2152148)
    The current version of SQL Server I am using is as below:
    Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64)   Jun 17 2011 00:54:03   Copyright (c) Microsoft Corporation  Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)
    Thanks in advance for the help!

    Hi Mon,
    The hotfix you said is for Microsoft SQL Server 2008. So it will not work on your scenario since you are using SQL Server 2008 R2.
    Based on the limited information, we cannot give you the exact reason that cause this issue. In order to narrow down this issue, you can apply the latest Service Pack and Cumulative Update as GregGalloway said. Besides, you can troubleshoot this issue by
    using the Windows Event logs and msmdsrv.log.
    You can access Windows Event logs via "Administrative Tools" --> "Event Viewer".  SSAS error messages will appear in the application log.
    The msmdsrv.log file for the SSAS instance that can be found in \log folder of the instance. (C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Log)
    Here is a blog about data collection for troubleshooting Analysis Services issues, please see:
    Data collection for troubleshooting Analysis Services issues
    Regards,
    Charlie Liao
    TechNet Community Support

  • Process error message: Display on the same page

    When I create a before header process and that has an error, the error message shows up on a page by itself with the OK button. This takes away the context of the error
    Similar to how validations have the option of displaying inline on the same page, is there a way to have the process error message display on the same page?
    Thanks

    I just want to display the error message on the same page, thats all. I dont want a error page with just the error since it takes away all the context.
    Well what do you want to do, you can set a item to
    hold a message and display that item in a region
    when this_exception then
    :P20_ERROR_MESSGE := 'Something went wrong here';So, P20_ERROR_MESSAGE would be a hidden item on the page?
    Then display the item in a region.How can I display that hidden item in the region? So the region would just have this read-only text box in it? But then it wont be hidden? I guess I can conditionally display the region only if the error message is not null?

Maybe you are looking for

  • I have the problem with the eFax Create Account button being grayed out for my newly purchased 6525.

    I have the problem with the eFax Create Account button being grayed out for my newly purchased 6525. Can you help?

  • Patch ABAP and JAVA

    Hi, I´ve a application ABAP netweaver with the EHP1 with the level 701_05, but to I´ve an application JAVA netweaver with the level 7.00_17. What can i do to have the same level of the kernell and basis? More thanks

  • XML DATABASE INSTALLATION

    i am installing xml database on live server with following step:- created tablespace create tablespace XDB datafile '/umsdata03/umsdb/datafile/ums_data_xdb01.dbf' size 1G; executing script @?/rdbms/admin/catqm.sql xdb123 XDB UMS_AUTOALLOC_TEMP but th

  • Cannot open jpeg in camera raw photoshop cc

    I can open the jpeg file in photoshop cc and in bridge. If I try to open in photoshop cc using open as (windows 7 32 bit) I get an error message "Could not complete your request because the file-format cannot parse the file" when I select camera raw.

  • Tips on Implementing Row Level Security

    Dear All,I am currently trying to implement row level security in Hyperion Intelligent version 8.2. The user guide is straight forward on explaining the steps. However, when I tried it, the row level security does not filter the information at all ev