DTW Batch Load (B1 8.8)

Hi All,
I have gone thru most of the threads related to the issue of uploading Batches.
Header
DocNum     DocType     Handwrtten     Printed     DocDate     CardCode     Ref1     Ref1
500     dDocument_Items     tNO     psYes     20110303     BRI012     Old Data     ukn01
Lines
ParentKey     LineNum     ItemCode     Quantity     Price
DocNum     LineNum     Item No.     Quantity     Price
500     0     BCRC-306     2.6     1.79
500     1     BF15500     40.5     2
Bathes
ParentKey     BaselineNumber     LineNum     BatchNumber     Notes     Quantity
DocNum     DocLineNum     LineNum     DistNumber     Notes     Quantity
500     0     0     P02506-84343     Test     2.6
500     1     1     P02879-95878     Test     2
500     1     0     P03437-108960     Test     3.5
500     1     1     P03437-108962     Test     5.5
500     1     2     P03437-109153     Test     12.5
500     1     3     P03437-109154     Test     4.5
500     1     4     P03437-109155     Test     12.5
When the load process is simulated, the target data is showing that only P02506-84343 & p)3437-109155 will be loaded.
Can someone explain what I am doing incorrect?
Regards
Earl

Hi All,
Problem solved.
Regards
Earl

Similar Messages

  • Batch loading with sdordf.jar.

    Hi Guys
    I have just tried a batch load with sdordf.jar.
    In my first attempt there was a mistake in the n3 file.
    After correcting the file and re running I now get the error.
    Connecting to jdbc:oracle:thin:...........
    Append mode
    Copy existing data out
    Just load triples into one column
    Temporary table already exists!
    java.sql.SQLException: ORA-00955: name is already used by an existing object
    ORA-06512: at "MDSYS.SDO_RDF_INTERNAL", line 3326
    ORA-06512: at "MDSYS.SDO_RDF_INTERNAL", line 3362
    ORA-06512: at "MDSYS.RDF_APIS", line 786
    ORA-06512: at line 1
    Can anyone tell me what the name of this temporary table is, so that I can get rid of it.
    Cheers
    Phil

    Hi Mellie
    After having a little break I have installed the jena patch during which I had to drop the network and model created before.
    I tried running a batch load as before but I still get the error message saying the temporary table already exists.
    I tried the clean up routine as suggested but get the error.
    SQL> exec sdo_rdf.cleanup_batch_load('researchdata')
    BEGIN sdo_rdf.cleanup_batch_load('researchdata'); END;
    ERROR at line 1:
    ORA-13199: Batch load cleanup failed. ORA-00942: table or view does not exist
    ORA-06512: at "MDSYS.MD", line 1723
    ORA-06512: at "MDSYS.MDERR", line 17
    ORA-06512: at "MDSYS.SDO_RDF", line 1016
    ORA-06512: at "MDSYS.SDO_RDF", line 1022
    ORA-06512: at line 1
    I run it as mdsys as you said.
    Any other suggestions?
    Cheers
    Phil

  • Best practice guide for Batch Load utility in Oracle UCM.

    Hi,
    Is there any best practice guide for Oracle UCM Batch Loader utility.
    We are looking for information regarding batch size in terms of number and size of contents. Also is there any loading time standards considering the contents are uploaded in filesystem where filestore provider is configured?
    Thanks,
    Krishnendu

    Hi ,
    There are no specific set of steps / practices for batch loading contents to ucm . It would be very much dependent on how many contents does the user have to load to UCM and how well the server is configured in terms of performance .
    You can get more details from the following documentation link : http://docs.oracle.com/cd/E21043_01/doc.1111/e10792/c02_settings009.htm
    Thanks,
    Srinath

  • IStore Images Batch Load Issue

    Hello All,
    We have been working on setting up a Batch load for product images for our iStore and have run into an issue. First off, this is more of a batch association since we are using already existing items.
    The issue we are having is that we are using APPS.IBE_LOGICALCONTENT_GRP.SAVE_DELETE_LGL_CTNT API to tie the images to the items. The process runs without error, but on inspection of the iStore page, the link to the image is bad causing no image to be displayed. Going through the iStore Admin and checking the Catalog / Content everything looks fine.
    If I remove the association to the content for the item, apply the change, then re-associate the content and apply, everything works fine. So, it would appear that the content is not the issue. We will be loading 1000+ image associations, so having to manually fix each one is not a very good option.
    After creating the Item - Content association, is there another API or something else that needs to be run so that the image correctly shows up on the iStore?
    Thanks
    Kyle

    1. Did you try using save_logical_content API.
    2. Did you verify the table IBE_DSP_OBJ_LGL_CTNT, IBE_DSP_LGL_PHYS_MAP. If data exists, Please send me an email to [email protected]
    Thanks
    RK
    925 998 1494
    [email protected]
    Independent Consultant

  • Lock Object error during batch load

    Batch load was delayed about an hour. First error message in the Server Log said "Object is already locked by user""Error 1053010 processing request [Lock Object]-Disconnecting"Then it went through a series of "Object locked by user admin" and "received client request: create Temporary Object(from user admin)"It did this several times until connection.Although from time to time we have had problems with Objects getting locked and preventing maintenance in the Application Manager. This is the first time that is has prevented a batch load. Does anyone know what could have triggered this during the load process?

    This happened to us a lot, I think it's due to people opening objects, then letting their session time out, leaving a phantom lock.We solved the problem by calling the UNLOCKOBJECT function before any dimbuilds. 99.9% of the time this raises an error, "..object x is not locked..", but the rare time that the otl is inadvertently locked, it prevents the script from failing.<br><br>HTH,<br><br>Jeff McAhren<br>Dallas, Texas<br><br>ex to unlock the outline for app/db flash:<br><br>UNLOCKOBJECT 1, "FLASH" "FLASH" "FLASH"

  • Batch Loader File Name - Replace/Append?

    We employ a custom/smart merge in FDM that automatically removes previously loaded intersections in HFM 11.1.2.1 by appending NODATA lines at the end of our load file based on the information included in the previous load file.  In the FDM configurations, users are only able to use the MERGE option when loading data so that this functionality is not subject to override.
    We have just purchased and developed a Batch Loader solution that we'd like to pair with this smart merge functionality and I want to be sure that we are requiring appropriate file name configuration based on a MERGE data load setting.  If I understand the file name conventions for batch loader correctly, the "RA", "RR", "AR", "AA" suffix at the end of the loader determines whether batch loader runs through a replace or append.
    If we want a location's file to replace the previous load file within FDM during the import step, but load all data files to HFM using a merge, should my filename end with "RA"?  Also, if someone accidentally uses RR, does changing the Adapter Option (FM11X-G5-ELoadOptMethodVal) to only show Merge protect against a replace load?
    Thanks in advance!
    S

    The Load Tags are as follows:
    Load Method for FDM: R,A
    Load method for Target System: R,A
    That is correct, if you want to do a replace in FDM and a Merge in HFM you would use RA or RM.
    RR would perform a replace in FDM and a Replace in HFM.
    You would need to test removing the Replace from the option in the adapter and see if it would fail for load.    

  • About Batch Loader and Multiload Journal files

    Hi, may someone help me in 2 questions/
    Can I use Batch Loader to automate process FDM journals and load it to HFM?
    And second, is it possible to use multiload excel files for these journals?
    Thx
    Edited by: user10941958 on Jan 22, 2010 2:54 AM
    Edited by: user10941958 on Jan 22, 2010 2:56 AM

    You can use the Trial balance file for loading journals. Just select the location and set data value to entity currecy adjustments. The data will go as journal entry even if you use trial balance file but you wont have 2 columns debit and credit only one colum for amount.
    Hope this is helpful.
    If you find any post helpful or correct please mark it.
    Nick

  • Batch load images (tiff) into table with a BLOB column

    Hi,
    Does anyone know any third-party tool/software to bulk/batch load images into Oracle table? There is an ETL software to regularly pull the images (tiff) from a ftp server to a directory in the database server. There is no way I can hardcode the image filenames into the control file and use SQL*Loader to load the files. Is there any tool/software that can just grab whatever files in the directory and load them into Oracle. Then, I can write a program to extract the filename from the file already loaded into the table and update the filename column.
    Thanks.
    Andy

    sound like simple scripting to me...
    -- SQL loader example
    http://www.orafaq.com/wiki/SQL%2ALoader_FAQ#How_does_one_use_SQL.2ALoader_to_load_images.2C_sound_clips_and_documents.3F
    -- dynamically build control file
    devuser1:/tmp>>touch image1.gif
    devuser1:/tmp>>touch image2.jpg
    devuser1:/tmp>>touch image3.jpg
    devuser1:/tmp>>ls -l image*
    -rw-rw-r--   1 devuser1   mygrp           0 Jul 10 11:19 image1.gif
    -rw-rw-r--   1 devuser1   mygrp           0 Jul 10 11:19 image2.jpg
    -rw-rw-r--   1 devuser1   mygrp           0 Jul 10 11:19 image3.jpg
    devuser1:/tmp>>ls -l image* | awk '{ print NR "," $9}'
    1,image1.gif
    2,image2.jpg
    3,image3.jpg
    devuser1:/tmp>>echo "LOAD DATA" > t.ctl
    devuser1:/tmp>>echo "INFILE *" >> t.ctl
    devuser1:/tmp>>echo "..." >> t.ctl
    devuser1:/tmp>>echo "BEGINDATA" >> t.ctl
    devuser1:/tmp>>ls -l image* | awk '{ print NR "," $9}' >> t.ctl
    devuser1:/tmp>>cat t.ctl
    LOAD DATA
    INFILE *
    BEGINDATA
    1,image1.gif
    2,image2.jpg
    3,image3.jpgEdited by: maceyah on Jul 10, 2009 12:42 PM

  • Loading file in Merge Mode through the batch loader in FDM

    Hi,
    I have multiple locations loading in replace mode and 1 location loading in merge. We are using the batch loader and following the naming convention specified in the admin guide. Is there a way to specify in the location name to load the file to HFM in merge mode, or does that location need a seperate adapter with the load rule set to merge?
    Any assistance would be greatly appreciated

    You dont need a spearate adaptor. You can achieve this by changing the naming of the files. I believe u currently use RR option for replacing the data. (seq_<Location>_<Category>_<Peiod>_RR.txt). You can use A or R appropriately in your load method.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • FDMEE : Batch Loader Issue

    Dear All,
    I am facing problem with Batch loader. It was working fine earlier but not now. The changes made between working and not working status is UNC update. UNC details got updated from F:/FDMEE to \\frs-ICT-03\FDMEE. 
    Below mentioned is error.
    Executing open batch: Prestwick_Test
    2014-11-27 01:40:25,661 INFO  [AIF]: Copy from Src Dir: file://\\frs-ict-93\FDMEE/inbox/batches/openbatch/?customTheme=otn, Tgt Dir: file://\\frs-ict-93\FDMEE/inbox/batches/openbatch/7079?customTheme=otn
    2014-11-27 01:40:25,661 INFO  [AIF]: Error Coping from Src Dir: file://\\frs-ict-93\FDMEE/inbox/batches/openbatch/?customTheme=otn, Tgt Dir: file://\\frs-ict-93\FDMEE/inbox/batches/openbatch/7079?customTheme=otn. Check that source directory exists.
    I guess, I have access to the folder but don't see file getting archieving in folder as per Process Id: Like if Process Id is 7080, batch loader normally creates a folder 7080 and achierve the files into it Correct ? But I am not able to see the folder being created and file getting achieved.  Data Type  = file load. Type = Open Batch Auto create data rule: Checked, Auto created data load rule is available in Data Load screen. File Name= 1~Prestwick-Test~Actual~Jan-14~RR  Could someone you please let me anything else I need to check. 
    Warm Regards..

    Hi Francisco,
    I sent log file and screenshot of batch defination on your gmail id.
    Please check and let me know incase of any other details.
    Regards..

  • FDM Multiload Batch loader issue

    Hi All,
    I need help in Multiload Batch load process. I am working on FDM 11.1.2.1. We need to move data of 6 months. I am using comma separated Text file for this purpose.
    When I am loading it through FDM user interface, it is fine (It is generating 1 export file for all 6 months with diffrent combination) but If I am trying to run it through FDM Batch load for Multiload it is generating the 6 export files and loading one by one (Which I don't want).
    I want one export file generated for all month. Is there any setting by which FDM will stop multiple Export file generation for diffrent month.
    Remaining process is Working fine if I am loading manually through FDM web.
    Thanks,
    Shivendra

    Hi Shivendra
    Unfortunately I think it is a "feature" of batch processing.
    When processing multi-load files manually through FDM a text multiload source file produces a single export file while an excel multiload source file produces a separate export file for each period in the source file.
    With batch processing unfortunately both types of source file behave the same as the manual excel way.
    One option that may help you is parallel processing in the batch? Be warned though, that may not help either as the parallel processing will queue files for the same POV (I think from memory it treats different periods for the same location/category as the same POV in parallel processing so if you are loading say 12 periods for the same location/category you may not gain anything in parallel processing).
    Hope this helps
    Stuart

  • The wonderful world of Batch Loading - what's going on?

    Hi,
    I'm having an issue with the batch loader. When I load a file using batch loader and the the same file manually executing the workflow I get two different datasets at the import stage. I have a single import script and it seems that it doesn't execute properley when the file is loaded via the batch loader but does when I perform a manual import. I can't think of any logical reason for this. The script is getting executed but only partially when the batch load is run. I make use of a FDM temporary variable in the script RES.PvarTemp1, and this is the only thing I can think of that may be failing. Do these work when the batch load is run? Has anyone else experienced similar problems with the batch loader and import script execution?
    Any ideas are very welcome :-)
    FDM version 11.1.1.3 by the way
    Edited by: SH on Mar 5, 2012 10:54 AM

    Is the iPhoto icon showing crossed out?  Like this?
    When you shot down your Mac, it may have installed a system update, that had been downloaded automatically.
    Which version of MacOS X are you currently running?  The newest MacOS X version 10.10.2 requires iPhoto 9.6.
    Try to download and install the newest iPhoto version from the App Store "Featured" page.

  • WebCenter Content | Batch Loader

    Hi All,
    We have to checkin 1 million (approx) scanned document in WebCenter Content 11g.
    We are planning to use WebCenter Content Batch Loader feature for this.
    Is there any limitation with Batch Loader in terms of volume, performance.
    Also is there any guideline available for Batch loader best practises.
    Thanks in advance !
    ~ Piyush

    Assuming you are saving the files to a file system rather than in the database be sure to understand how metadata spreads content out in the file system. Performance of the hardware can degrade significantly if you have too many files in a folder.
    When using Batchloader on scanned images i commonly set dAccount = year/month/day of the document creation or scan or anything that helped spread out the content.
    Also I found working with batches of 10,000 at a time to be a good number and would run multiple batches at the same time.
    Turn the indexer off before you start and on again when you finish then do a reindex with a fairly large batch size, 2500 seemed a good number for me, though with scanned images this wont matter as much.
    Batchloader worked great.
    Edited by: David B Johnson on Jun 1, 2012 4:06 AM

  • Batch Loader is not working

    Hi,
    I am using UCM on weblogic 10.3 and trying to upload contents through Batch Loader. Today while running the Batch Loader script i am getting the below exceptions. thx in advance.
    Output of version and java home is as below:
    [wlsuser@locadelvmpmodev bin]$ echo $JAVA_HOME
    [wlsuser@locadelvmpmodev bin]$ java -version
    java version "1.6.0_25"
    Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
    ==========================
    java.lang.UnsatisfiedLinkError: /u04/Oracle/Middleware/Oracle_ECM/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.0/libJniNativeOsUtils.so: /u04/Oracle/Middleware/Oracle_ECM/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.0/libJniNativeOsUtils.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
    java.lang.UnsatisfiedLinkError: /u04/Oracle/Middleware/Oracle_ECM/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.0/libJniNativeOsUtils.so: /u04/Oracle/Middleware/Oracle_ECM/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.0/libJniNativeOsUtils.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.loader.IdcClassLoader.invokeMain(IdcClassLoader.java:337)
    at intradoc.loader.IdcClassLoader.startMain(IdcClassLoader.java:170)
    at intradoc.loader.IdcClassLoader.main(IdcClassLoader.java:140)
    Caused by: java.lang.AssertionError: !syNativeOsUtilsNotLoaded
    at intradoc.common.NativeOsUtilsBase.doLoad(NativeOsUtilsBase.java:386)
    at intradoc.common.NativeOsUtilsBase.<init>(NativeOsUtilsBase.java:352)
    at intradoc.common.NativeOsUtils.<init>(NativeOsUtils.java:26)
    at DynamicConverterInstallerFilter.initEnvironmentVariables(DynamicConverterInstallerFilter.java:283)
    at DynamicConverterInstallerFilter.initEnvironmentVariables(DynamicConverterInstallerFilter.java:207)
    at DynamicConverterInstallerFilter.doFilter(DynamicConverterInstallerFilter.java:61)
    at intradoc.shared.PluginFilters.filterWithAction(PluginFilters.java:114)
    at intradoc.shared.PluginFilters.filter(PluginFilters.java:68)
    at intradoc.server.IdcExtendedLoader.executeFilter(IdcExtendedLoader.java:462)
    at intradoc.server.IdcExtendedLoader.extraAfterConfigInit(IdcExtendedLoader.java:152)
    at intradoc.server.IdcSystemLoader.extraAfterConfigInit(IdcSystemLoader.java:481)
    at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:463)
    at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:336)
    at intradoc.apps.shared.StandAloneApp.initSystem(StandAloneApp.java:276)
    at intradoc.apps.shared.StandAloneApp.init(StandAloneApp.java:112)
    at intradoc.apps.shared.AppLauncher.init(AppLauncher.java:234)
    at BatchLoader.main(BatchLoader.java:82)
    ... 7 more
    Caused by: java.lang.UnsatisfiedLinkError: intradoc.common.NativeOsUtilsBase.getNativeVersion()Ljava/lang/String;
    at intradoc.common.NativeOsUtilsBase.getNativeVersion(Native Method)
    at intradoc.common.NativeOsUtilsBase.doLoad(NativeOsUtilsBase.java:382)
    ... 23 more
    =====================

    thx Jiri for your response but issue has been resolved. Actually earlier everything was working fine but all of sudden that day it stopped working. If you see the exceptions where it was referring "libJniNativeOsUtils.so" was 64 bit and when i replaced that with 32 bit, it started working.
    It really surprises me why and how it got changed but and how everything was working earlier :)
    thx anyways.
    ajay

  • Unable to load batch loader(UCM) in a standalone mode.

    Hi
    I have installed webcenter content 11g, and I am able to open administration application through admin applet. However I am unable to start "BATCH LOADER" from UCM installed directory(i.e., in the path bin/BatchLoader).
    When i double click "BatchLoader" it is giving me an error message "*Unable to start the batch loader. Failed to initialize. !apSchemaObjectExists_Field, xiPMSYS_STATUS The field 'xlPMSYS_STATUS' already exists*". I set database information correctly in system properties.
    Please help.
    Regards
    Raj

    should anyone else have this problem ... it turns out I needed to upgrade PanoPlayer

Maybe you are looking for

  • DeActivate - Dunning Levels - Setup Window

    In running the Dunning Wizard process we have designed the Dunning Letter forms thru PLD.  Our customer has activated the Dunning Levels - Setup Window thru the Main Menu Form Settings.  The Dunning Wizard now does not print the forms as designated i

  • Encrypt/Decrypt data, multiple public keys using Bouncy castle api?

    Hi all. I need to implement encrypt/decrypt functionality of some data with many public keys using bouncy castle api and EnvelopedData class in java 1.4 SE. Could someone give me examples how to do it. I searched whole the internet and i could not fi

  • Number ranges for p.o

    Hi Guru's, my clint wants no. ranges in this format as 0291/rm/09-10/u-II. we have planed to used external no. ranges but over there we can use 12 characters but i am having more then that.so i don't want to give any text from to all should me manual

  • Skip performing Sync Event (1) conversation id (null)

    <b>trying to modify a values and the row is deleted and new row inserted with the old values with different syncKey </b> [20070828 04:04:57:421] D [MI/Sync                  ] Initial buffer size of BinaryReader is 2628 [20070828 04:04:57:421] P [MI/S

  • Dynamic members in Smartview

    Hi, Is it possible to set dynamic members (not dynamic time series) in smartview for Essbase datasource,if so how to create it. Thanks in advance.