Open Batch Multi Load file type error

Hi,
I have been trying to use Open Batch MultiLoad via FDM Workbench, but encountered error that it .csv file type is unknown at Import stage.
A couple things that I have tried:
- Using multiload via FDM Web Interface to load the .csv file: Success
- Using open batch multiload via Workbench to load the .csv file: Failed
- I tried to rename the .csv file itu .txt (without changing the content), tried to use open batch multiload via Workbench to load the .txt file: Success
It seems that if I try to execute open batch multiload, FDM is able to read the CSV format but refuse the .csv file type to be processed.
Do I miss something for using openbatch multiload to load .csv file?
Thanks,
Erico
*[File Content]*
LOC1
Budget
1/31/2008
2
R,M
Center,Description,ACCouNT,UD1,UD3,UD4,DV,v,v,v,UD2
Sunnyvale,Description,Sales,GolfBalls,,,Periodic,1001,2001,3000,Customer2
Sunnyvale,Description,Purchases,GolfBalls,,,Periodic,2001,3001,4000,Customer2
Sunnyvale,Description,OtherCosts,GolfBalls,,,Periodic,4001,5001,5000,Customer2*[Error Message Received]*
Invalid object Node=ML40942.3981712963_P1?MULTILOADFILE.,CSV_UNKNOWN FILE TYPE IN MULTILOAD BATCH FOR FILE [MULTILOADFILE.CSV]! - 35610
*[FDM Version]*
FDM 11.1.2.1

Kemp2 wrote:
Hi Erico,
What is the fix for this issue? I am having same issue.
Thx
KempHi Kemp,
I didn't get the fix for this issue. Since we decided to not use the Open Batch Multi Load (not because this issue), I stopped researching on this issue.
But some workaround that you might want to try:
<li>Simply have the source file in .txt file type</li>
or
<li>Since open batch uses script, before executing the Multi Load script, change the file type from .csv to .txt using script</li>
Hope this helps.
-Regards

Similar Messages

  • Downloads - I want to open some PDFs/other file types from the internet but not have to save them; I can't figure out how to view them and close them without having to save them first.

    Downloads - I want to open some PDFs/other file types from the internet but not have to save them. I can't figure out how to view them and close them without having to save them first. When I click on a file, the downloads box opens and depending on the setting, it auto saves the file or asks me where to save the file. What if I don't want to save it anywhere, I just want to view it and close it?

    https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    https://support.mozilla.com/en-US/kb/Opening+PDF+files+within+Firefox

  • No error generated if batch process load file uses wrong naming convention

    Another interesting one...
    When using the batch processing functionality of FDM, which can be executed by either:
    - FDM Workbench (manually)
    - Hyperion FDM Task Manager (scheduled)
    - upsShell.exe (scheduled and executed from a batch script)
    ..., one has to name the data file (to be loaded) using a specific file naming convention (i.e. "A~LOCATION~CATEGORY~PERIOD~RA.csv" format, for example). However, if one does not name the file correctly and then tries to process the file using batch processing functionality using any of the above three methods, FDM happily moves the file out of the OpenBatch folder and into a new folder, but the file is not loaded as it does not know where to map it to (as expected). However, there are no errors in Outbox\Logs\<username>.err to inform the user, so one is non the wiser that anything has gone wrong!
    When using FDM Workbench, an error is displayed on the screen (POV - "Batch Completed With Errors, ( 1 ) Files Contained Errors"), but this is the only indication of any error. And normally, one would be scheduling the load using upsShell.exe or Hyperion FDM Task Manager anyway...
    Has anyone else noticed this, or am I doing something wrong here? :-)

    Yes, as per my original post the only feedback on any POV errors appears to be when using the FDM Workbench Batch Processing GUI.
    Regarding the "Batch Process Report in FDM" you mentioned, are you referring to Analysis | Timeline accessible via FDM web client? Unfortunately this does not appear to provide much in the way of detail or errors, only general events that occurred. I cannot locate any batch process report, other than the log output I defined when calling upsShell.exe. However, this contains no POV errors...

  • Base file type error on import

    I created a bunch of custom item types in my dev environment.
    then i decided to clean up the ones i wasn't using, so that I, and content owners wouldn't be tempted to use them.
    one of the item types i deleted was the base file type.
    all kinds of content items which had been loaded and tagged with properties dissappeared, many pages quit working, all kinds of problems.
    I rebuilt the base file type
    then repaired all the pages
    then added all the content back
    HOWEVER, now I am unable to import a transport set built from these "repaired" pages...because i get an error saying that the base file type does not match.
    So...I exported and imported the shared items...thinking that my rebuilt base file type would now be in the target environment as well. Didn't work.
    Any ideas how to fix my blunder? And oh by the way...NEVER DELETE A BASE FILE TYPE.
    Thanks for any help.

    hi dennis,
    looking at your problem i suggest opening a service request with oracle support services. this looks like a severe problem that will be hard to diagnose in this forum.
    regards,
    christian

  • Problem in opening .ics and .vcs file types through servlet in IE browser.

    I'm having problem in downloading an .ics and .vcs file through servlet in I.E browser. It is happening fine in Mozilla firefox(they both are getting opened in OutLook), but in IE it says as undefined file type.
    I'm using Content Type as : 'text/Calendar' and then setting header as :
    response().setContentType("text/Calendar");
    response().setContentLength(file.length());
    response().setHeader("Content-Disposition", "attachment;
    filename="+filepath);
    and after that i'm writing it to OutPut stream.
    Plz Help.

    Hi,
    On page load check whether the session values are there. If not redirect the user to the login page.
    Hope this helps,
    Regards,
    Sammani

  • File type error

    hi,
        iam developing a program to download data from SAP table to  flat file using BAPI. when iam executing it is giving file type different error.
    pls help. this is code
    *& Report  Z_RTP_I_INTERNALORDER
    REPORT  Z_RTP_I_INTERNALORDER NO STANDARD PAGE HEADING.
       PROGRAM - ID              :
       MODULE                    :  MM
       DATE                      :
       PROGRAMMER                :
       PROGRAM DESCRIPTION       :
    ------------------ TABLE WORK AREA -----------------------------------
    TABLES: COAS. " ORDER MASTER FOR CONTROLLING
                 SELECTION SCREEN
    SELECTION-SCREEN BEGIN OF BLOCK B1.
    PARAMETERS: P_COMP TYPE COAS-BUKRS. " COMPANY CODE
    *PARAMETERS: P_FILE(30) TYPE C.
    PARAMETERS: P_FILE LIKE  RLGRAP-FILENAME OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK B1.
    *DATA: P_FILE TYPE STRING.
    *P_FILE = 'C:\CHANDRA.TXT'.
    INTERNAL TABLE DECLARATION
    DATA BEGIN OF IT_COAS OCCURS 500.
         INCLUDE STRUCTURE ZCOAS. " STRUCTURE FOR COAS
    DATA END OF IT_COAS.
    BAPI FUNCTION MODULE -
    *ZBAPI_INTERNAL_ORDER_LIST   "BAPI FOR TO GET THE LIST OF INTERNAL ORDERS
    AT SELECTION-SCREEN ON VALUE-REQUEST for P_FILE.
    CALL FUNCTION 'F4_FILENAME'
    EXPORTING
      PROGRAM_NAME        = SYST-CPROG
       DYNPRO_NUMBER       = SYST-DYNNR
       FIELD_NAME          = 'P_FILE '
    IMPORTING
       FILE_NAME           = P_FILE.
    START-OF-SELECTION.
    CALL FUNCTION 'ZBAPI_INTERNAL_ORDER_GETLIST'
      EXPORTING
        BUSINESSUNIT       = p_comp
    IMPORTING
      AUFNR              =
      KTEXT              =
    TABLES
      RETURN             =
    LIST               = IT_COAS.
    *--GUI_DOWNLOAD--
    CALL FUNCTION 'GUI_DOWNLOAD'
       EXPORTING
       BIN_FILESIZE                    =
         FILENAME                        = P_FILE
         FILETYPE                        = 'ASC'
       APPEND                          = ' '
       WRITE_FIELD_SEPARATOR           = ' '
       HEADER                          = '00'
       TRUNC_TRAILING_BLANKS           = ' '
       WRITE_LF                        = 'X'
       COL_SELECT                      = ' '
       COL_SELECT_MASK                 = ' '
       DAT_MODE                        = ' '
       CONFIRM_OVERWRITE               = ' '
       NO_AUTH_CHECK                   = ' '
       CODEPAGE                        = ' '
       IGNORE_CERR                     = ABAP_TRUE
       REPLACEMENT                     = '#'
       WRITE_BOM                       = ' '
       TRUNC_TRAILING_BLANKS_EOL       = 'X'
       WK1_N_FORMAT                    = ' '
       WK1_N_SIZE                      = ' '
       WK1_T_FORMAT                    = ' '
       WK1_T_SIZE                      = ' '
    IMPORTING
       FILELENGTH                      =
       TABLES
         DATA_TAB                        = IT_COAS
       FIELDNAMES                      =
    EXCEPTIONS
        FILE_WRITE_ERROR                = 1
        NO_BATCH                        = 2
        GUI_REFUSE_FILETRANSFER         = 3
        INVALID_TYPE                    = 4
        NO_AUTHORITY                    = 5
        UNKNOWN_ERROR                   = 6
        HEADER_NOT_ALLOWED              = 7
        SEPARATOR_NOT_ALLOWED           = 8
        FILESIZE_NOT_ALLOWED            = 9
        HEADER_TOO_LONG                 = 10
        DP_ERROR_CREATE                 = 11
        DP_ERROR_SEND                   = 12
        DP_ERROR_WRITE                  = 13
        UNKNOWN_DP_ERROR                = 14
        ACCESS_DENIED                   = 15
        DP_OUT_OF_MEMORY                = 16
        DISK_FULL                       = 17
        DP_TIMEOUT                      = 18
        FILE_NOT_FOUND                  = 19
        DATAPROVIDER_EXCEPTION          = 20
        CONTROL_FLUSH_ERROR             = 21
        OTHERS                          = 22.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    chandu

    Hi,
    Do this
    PARAMETERS       : p_sumfl TYPE char255.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_sumfl.
    *-File Path For Summary Report
      PERFORM f2000_filepath_f4 USING lc_s
                             CHANGING p_sumfl.
    *-------Form
    FORM f2000_filepath_f4  USING xv_indicator TYPE char1
                         CHANGING xyv_filepath TYPE char255.
    *---------------Popup for file name---------------------*
      CONSTANTS :
             lc_dft_ext    TYPE string VALUE 'XLS',
             lc_file_flt   TYPE string VALUE '*.xls',
             lc_int_drc    TYPE string VALUE 'C:'.
      DATA : lv_win_title  TYPE string,
             lv_file_name  TYPE string,
             lv_dft_fname  TYPE string,
             lv_fname      TYPE string,
             lv_path       TYPE string.
      CLEAR: lv_fname,
             lv_path,
             lv_file_name,
             lv_win_title,
             lv_dft_fname.
    *---------------Set File Details F4 Based on Report Type--------------*
      IF xv_indicator = lc_s.
        lv_win_title = text-045.
        lv_dft_fname = text-038.
      ELSE.
        lv_win_title = text-044.
        lv_dft_fname = text-033.
      ENDIF.
      CALL METHOD cl_gui_frontend_services=>file_save_dialog
        EXPORTING
          window_title         = lv_win_title
          default_extension    = lc_dft_ext
          default_file_name    = lv_dft_fname
          file_filter          = lc_file_flt
          initial_directory    = lc_int_drc
          prompt_on_overwrite  = lc_true
        CHANGING
          filename             = lv_fname
          path                 = lv_path
          fullpath             = lv_file_name
        EXCEPTIONS
          cntl_error           = 1
          error_no_gui         = 2
          not_supported_by_gui = 3
          OTHERS               = 4.
      IF sy-subrc <> 0 OR lv_fname     IS INITIAL
                       OR lv_path      IS INITIAL
                       OR lv_file_name IS INITIAL.
        CLEAR xyv_filepath.
      ELSE.
    *---FilePath
        xyv_filepath = lv_file_name.
      ENDIF.
    ENDFORM.                    " f2000_filepath_f4
    *--------Gui Download
      PERFORM f9000_save_detail_report TABLES lit_det_report
                                        USING p_sumfl
                                              p_detfl.
    *--------Form------------------------------------------*
    FORM f9000_save_detail_report
                           TABLES xt_det_report  STRUCTURE ls_det_report
                            USING xv_sum_fp      TYPE      char255
                                  xv_det_fp      TYPE      char255.
    *---Load Header Data of Detail Report
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = lv_file_name
          filetype                = lc_file_type
          write_field_separator   = lc_true
          codepage                = '4103'
        TABLES
          data_tab                = lit_head_det
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5

  • Unsupported File Type Error

    I received this error when trying to open a .psess file.  The error message:  When opening .psess file the files listed will not be imported as it is not a supported file type.  Please advise.

    You can’t open a project file from another PC because the pse file is only stored in the Elements data base on the PC on which it was created.
    You firstly need to output your slideshow to a CD or wmv file.
     

  • HT202879 I am stumped - trying to open a recent Pages file but error message says that I need a "newer version" of Pages.  My software updates show that there are no updates available.  I recently updated Pages but it is not consistent.

    I am stumped - I am trying to open a recent Pages file (created with a newer software that I thought was correctly installed recently) but error message says that I need a "newer version" of Pages.  My software updates show that there are no updates available. Pages 09 version 4.3 shows as my current version.

    You have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5/5.01 can not open Pages 5.1 files and you will get the warning that you need a newer version.
    Pages 5.1 sometimes can not open its own files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has not only managed to confuse all its users, but also itself.
    Note: Apple has removed over 95 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

  • "Try Selecting a Different Printer or File Type" Error - iPad2 - Officejet Pro 8600 - ePrint error

    Greetings...
    I just got an Officejet Pro 8600 and I've been trying to get web pages to print using HP ePrint from my iPad 2 (iOS 7.0.6). I go into the ePrint app, go to web page of choice, and then click on my printer option to print. It renders on screen and then throws out the following error:
    "Try Selecting a Different Printer or File Type" "Officejet Pro 8600 [5124FC] doesn't support this file type."
    I can use ePrint from the iPad to print pictures from camera roll.
    This only is problematic when I try to print web pages (I tried amazon.com for test).
    I have no problems doing this from my iPhone...only the iPad.
    I've tried rebooting device and trying again....same thing.
    Anybody know how to fix this? I really want to be able to print web pages from my iPad.
    Thanks in advance...
    Possie

    Hello Possie,
    Thank you for the update.  I have to say I'm surprised and disappointed that the uninstall and reinstall did not resolve the issue, especially since you can print the page from your iPhone.
    I have spent some time researching this and working with my colleagues in HP's Cloud Services and we have a couple of suggestions/questions.
    Do you get the same error when you try to print the web page using Apple's AirPrint feature? 
    Please ensure the iPad is connect to your home wireless network and try to print again.
    Please try changing the settings in the ePrint app before printing the web page.  Please ensure that the paper quality is set to normal (see screen shot below) and that the paper size is set to letter (see 2nd screen shot below).
    Please let us know how it goes. 
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Unable to open various CS3 .indd files - no error message

    Hi, running CS3 5.0.4 on a G5 Leopard.  Most of our .indd files will not launch - no error message though - and nothing appears but the program launches fine.  I've found other .indd files that will open fine.  The files in question haven't been used since February though the ones that will open haven't been opened/updated as well.
    I just installed CS3 to my Macbook Pro but same result.  I tried copying the files to my desktop but no diff either.  Since I get the same result, I'm inferring this is not a preferences issue.  I read about exporting to .inx but Export is not available since the file does not open, if that would help in this case.
    The main commonality I'm noticing is the "bad" ones have similarly small sizes around 20-28k which seems too small to hold any data.  I just created a new document and by default it is 808k.
    Does anyone know how to recover from this issue and what the cause is/was?  I'm hoping this is a known, recoverable issue please!
    Thanks,
    E

    Eric,
    Attachments are disabled. You need to post a link to an external server.
    And you probably don't want to share your phone numbers with the world. I'll remove them from your last post, but you need to start deleting your auotomatic signature when you reply by email.

  • A clicked link embedded in email (Outlook Express) takes forever to open in Firefox - the file type instruction is as follows: "C:\Program Files\Mozilla Firefox\firefox.exe" -requestPending -osint -url "%1". Why is this corrupted?

    I believe the above problem started after a recent Windows update to my PC. I found a solution. First I open My Computer, Folder Options and then File types. File types affected: (None) Hypertext Transfer Protocol and (None) Hypertext Transfer Protocol with Privacy. When I change the Advanced Application to be Used by eliminating "requestPending -osint -yrl" from the entry, email links open almost instantly again. The problem is that the change I make is not permanent. Something keeps switching it back to the corrupted form and links don't work properly from my email.

    I suspect you may need to modify your Windows registry settings to make the changes permanent. That said, I believe the command line options you wish to remove act as safeguards, I would caution against removing them.
    '''-requestPending'''<br>
    Tells the application that there will be a Windows DDE request to open the same url specified on the command line.
    (Windows DDE is a method for transferring data between applications.)
    '''-osint'''<br>
    Tells the application that it is being launched by the OS shell.
    '''-url URL'''<br>
    Open URL in a new tab or window, depend on the browser option.
    For more info, see [https://developer.mozilla.org/en/Command_Line_Options here].
    You could try removing the -requestPending option (leaving the other options) and uncheck/clear the "Use DDE" checkbox. This may speed things up.
    With regards to editing the Windows registry, please see [http://support.microsoft.com/kb/310516 here]. '''Remember to back up your registry first!'''
    I believe you will need to modify the following registry keys:
    Software\Classes\http\shell\open\command<br>
    Software\Classes\https\shell\open\command<br>
    Software\Classes\ftp\shell\open\command<br>
    Let us know how you get on.

  • D7100, .nef files will not open, batch rename naming files differently

    I recently purchased the D7100/Nikon and I am having problems opening the nef files in Bridge and Photoshop CS6 (even after updating – Raw 8.4) and also renaming the files.  Lightroom 4.4, no problem.
    I also tried batch renaming the files, and Bridge is not keeping the .jpg and .nef files consistent as with my old camera (D90). Also, it is creating a new date on the .nef file, rather than keeping it to the day it was shot.
    Old way:
    20140322_LasVegas_0165.jpg
    20140322_LasVegas_0165.nef
    NOW:
    20140322_LasVegas_0165.jpg
    20140413_LasVegas_0166.nef
    I do use the DNG converter to convert the .nef files, and keep all file names consistent (.jpg, .nef, .dng).
    Is something lacking in the updates for Bridge/Photoshop for this camera to view the .nef files?  Is there anything I can do in Bridge to fix the Batch Renaming?  I really do not want to go to each .nef file and rename each one individually.  Help!

    You probably forgot to include the extension .dng or renamed with an extra dot (.) in the filename. Be surr to have only 1 dot with the three letter extension dng at the end (. dng)
    You can use Bridge for that again to rename and use the dng extension

  • Qucktime file type error in Firefox

    In Quicktime, the MIME types are not selected to play flash, yet in Firefox they continue to attempt to play flash (which they can't do). In IE they work fine, and it plays with Adobe Flash Player. But in Firefox, even when I change the file type specifications, Quicktime still tries to play the flash files. Is there a way to fix this? I have also gone into Firefox options and configured file types, but it still doesn't work. Someone help me!
    Custom Made PC   Windows XP  

    Open the Folder Options control panel click on File Types and check out how things are configured in there to open various file types with whatever application

  • "Unsupported file type" error Msg on received email - DX2

    I get an "Unsupported file type" message instead of the intended msg on some of my emails.  Just what does this mean and how do I fix it?

    JR39 wrote:
    I get an "Unsupported file type" message instead of the intended msg on some of my emails.  Just what does this mean and how do I fix it?
    Hi JR39,
    The error message outlined in your post indicates that your email message includes a file that is not compatible with any of the applications included in your phone. You may look for a compatible third party application that will allow you to read/access the files in question.
    Please note that Verizon Wireless does not recommend/support any 3rd party applications and if you encounter any issues with a 3rd party application you will need to contact the application's developer for assistance.

  • AK Loader file Upload Error

    Hi,
    I am facing problem at the time of patching on 11.5.10 system.
    ==========AD Worker ERROR=================
    Calling /u2/oracle/prodcomn/util/java/1.4/j2sdk1.4.2_04/bin/java ...
    Start of Core Modules - AK Loader file Upload Session.
    TUE 01 08 2013 12:33:31
    ORA-06508: PL/SQL: could not find program unit being called in Package AK_ON_OBJECTS_PVT Procedure Upload
    TUE 01 08 2013 12:33:35
    End of Core Modules - AK Loader file Upload Session.
    Error: java.lang.Exception: Error encountered while calling upload stored procedure
    java.lang.Exception: Error encountered while calling upload stored procedure
    at oracle.apps.ak.akload.performUpload(akload.java:333)
    at oracle.apps.ak.akload.main(akload.java:114)
    AD Run Java Command is complete.
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 11.5.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Jan 08 2013 12:33:37
    =======================================
    Please suggest me?
    Regards
    Anup

    Please see these docs.
    Application Of Patch 5404886 Fails During AK Load Session Error: 17002 Io Exception: Got Minus One From A Read Call [ID 404313.1]
    R12: "Foreign Key Column with key 'PJM_PROJECT_PROJ_BASIC_FK0 712 PROJECT_ID" Error on File US_mrpregon.jlt When Applying Upgrade Driver 6678700 [ID 954934.1]
    Upgrading From 11i to 12.1, U6678700.drv Failed To Upload bisregon.jlt [ID 1461957.1]
    Thanks,
    Hussein

Maybe you are looking for