FDM multiload Error

Hi All,
When i am doing multiload, at Export step was failing with below Error:
Data Clear Error
Calc Script Failed.
Code=10410
Description=Essbase API Procedure: [EsbCalc] Threw code: 1012004 - 1012004 - [Mon Nov 05 14:48:25 2012]as-sg-hyp11/FCRSSGR/PL/ravi.chalich/Error(1012004)
Invalid member name [ ]
I checked the exported file in the file, i can't find the month.
Please see the below sample exported file:
"64031 - 000" "SCD" "Input" "IM_Others" "NonPartnerEntity" "NonProduct" "NonCustomer" "LCY" "CC0000" "T" " " "FY13" 31229.7
"64041 - 000" "SCD" "Input" "IM_Others" "NonPartnerEntity" "NonProduct" "NonCustomer" "LCY" "CC0000" "T" " " "FY13" 0
Thanks,
Ravi.

Hi,
Thanks for the reply.
I had mapped the period dimension in the workbenchclient and in the control table as well.
When i am doing the single period files like "actuals", i am not facing this issue.
This issue occuring only for the multiload files.
Thanks,
Ravi.

Similar Messages

  • Import script (SQL to FDM) - ConnectionRead error

    Hi,
    I have written an import script in FDM to load data from a SQL view. This script works fine when loading approx 5,000 rows, however, fails when trying to load 20k+ rows
    The error message I am receiving is:
    Detail: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionRead (recv()).
    At line: 72
    Line 72 = rs.movenext 'moves to the next record in the SQL view.
    I have tried ignoring a few columns in the import script (to reduce the data volume) - this works, however I need all columns.
    Below is a copy of the script:
    Function COG1_BrandPL(strLoc, lngCatKey, dblPerKey, strWorkTableName)
    Dim cnSS 'ADO connection object
    Dim strSQL 'SQL string
    Dim rs 'Source (Cognos) recordset
    Dim rsAppend 'FDM recordset
    'Initialize ADO objects
    Set cnSS = CreateObject("ADODB.Connection")
    Set rs = CreateObject("ADODB.Recordset")
    'Open FDM table recordset for appending
    Set rsAppend = DW.DataAccess.farsTableAppend(strWorkTableName)
    'Connect to SQL Server database
    cnSS.open "Driver={SQL Server};Server=XXXXXXXXX;OLE DB Services =-2;Database=XXXXXX;Uid=USER;Pwd=PASSWORD;"
    'Create SQL query string
    strSQL = "Select * FROM Corporate_PLUOP_view"
    'Open source recordset
    rs.Open strSQL, cnSS
    'Check for data in source system
    If rs.bof AND rs.eof Then
    RES.PlngActionType = 2
    RES.PstrActionValue = "No records to load!"
    COG1_BrandPL = False
    Exit Function
    End If
    'Loop through source records and append to FDM table
    If Not rs.bof And Not rs.eof Then
    Do While Not rs.eof
    rsAppend.AddNew
    rsAppend.Fields("PartitionKey") = RES.PlngLocKey
    rsAppend.Fields("CatKey") = lngCatKey
    rsAppend.Fields("PeriodKey") = dblPerKey
    rsAppend.Fields("DataView") = "YTD"
    'From Cognos
    rsAppend.Fields("UD3") = rs.fields("Cube").value
    rsAppend.Fields("Entity") = rs.fields("Entity").value
    rsAppend.Fields("UD1") = rs.fields("Custom1").value
    rsAppend.Fields("Account") = rs.fields("Account").value
    rsAppend.Fields("ICP") = rs.fields("ICP").value
    rsAppend.Fields("UD2") = rs.fields("Custom2").value
    rsAppend.Fields("Amount") = rs.fields("QPR_Value").value
    rsAppend.Update
    rs.movenext
    Loop
    End If
    rs.close
    cnSS.close
    'Assign Return value
    COG1_BrandPL = True
    End Function
    The only other thing I have tried is copying and pasting the script to Excel.... This works for ALL rows... so seems to be a communication issue between FDM and SQL?
    Any ideas?

    Bit more info:
    I am using FDM 9.3.1
    SQL Server 2005 on Windows 2003 Enterprise x64
    Here's a copy of the FDM error log:
    ** Begin FDM Runtime Error Log Entry [2010-01-13-12:14:55] **
    ERROR:
    Code......................................... -2147467259
    Description.................................. [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionRead (recv()).
    At line: 75
    Procedure.................................... clsImpProcessMgr.fLoadAndProcessFile
    Component.................................... upsWObjectsDM
    Version...................................... 931
    Thread....................................... 12432
    IDENTIFICATION:
    User......................................... HFM-Cognos1
    Computer Name................................ DEFMDHY9A01
    App Name..................................... CognosTest
    Client App................................... WebClient
    CONNECTION:
    Provider..................................... ORAOLEDB.ORACLE
    Data Server..................................
    Database Name................................ HFM9UAT
    Trusted Connect.............................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location..................................... COGNOS1
    Location ID.................................. 750
    Location Seg................................. 3
    Category..................................... ACTUAL
    Category ID.................................. 13
    Period....................................... Jun - 2009
    Period ID.................................... 30/06/2009
    POV Local.................................... False
    Language..................................... 1033
    User Level................................... 1
    All Partitions............................... False
    Is Auditor................................... False
    Edited by: PaulScrivens on 13-Jan-2010 03:26

  • FDM Multiload Replace during Import

    During our FDM multiload process, with source as a text file, and target as Essbase, this is the metadata header rows being used in the source text file.
    PLANLOAD
    ACTUAL
    Nov - 2010
    1
    R,R,,,,,N
    UD8,UD7,UD2,UD3,C,UD4,UD5,,,UD1,UD6,A,V
    The first 'R' in the 5th row denotes 'Replace' during FDM load. But even after using this, every time I import fresh, it is adding on to the existing records in the FDM table, instead of clearing the existing records.
    Is there a setting elsewhere to clear the FDM table before every import. Isn't this supposed to happen by default?
    Thanks.

    This is because you have only 1 period in the multiload. I actually have an open enhancement request for this. Try it with more than 1 period and it works.

  • FDM Runtime Error Log Entry

    Hi all,
    I'm trying to excute a Standard Batch Loader Script, but I have always the same error.
    I have realized an FDM Appication, the bacth loader script and the data file (with this name 1@JDE@Actual_Inp@August@RR ).
    Adapter, Import formats, Maps and Location seems ok.
    THIS IS THE ERROR LOG:
    ** Begin FDM Runtime Error Log Entry [2013-09-24 12:59:06] **
    ERROR:
    Code............................................. 6
    Description...................................... Overflow
    Procedure........................................ clsBatchLoader.mExecuteParallelBatchProcess
    Component........................................ upsWBatchLoaderDM
    Version.......................................... 1112
    Thread........................................... 4100
    Could someone help me?
    Thanks in advance
    Andrea

    If I use manaul process I can see the data in Import/Validation/Export steps, if I use Batch processing no data are dispalyed....
    This is the script that I'm using, maybe something is wrong?
    the bacth processing settings are:
    Batch Type: standard
    Process Level: Up To Load
    Process Methid: Serial
    File Name Delimiter: @
    Load Balance Server: the server name avilable on the server Group
    Sub TestLoad()
    'Oracle Hyperion FDM Custom Script:
    'Created By: ALu
    'Date Created: 9/16/2013 4:17:23 PM
    'Purpose: Execute a Standard Serial Processing FDM Batch     
    'Standard Batch Serial Processing
    'Declare Local Variables
    Dim lngProcessLevel
    Dim strDelimiter
    Dim blnAutoMapCorrect
    'Initialize Variables
    lngProcessLevel = 12      'Up-To-Check
    strDelimiter = "@"        'File-Name-Delimiter"
    blnAutoMapCorrect = 0     'Auto Map Correction is Off
    'Create the file collection
    Set BATCHENG.Pcolfiles = BATCHENG.fFileCollectionCreate(CStr(strDelimiter))
    'Execute a Standard Serial Batch
    BATCHENG.mFileCollectionProcess BATCHENG.PcolFiles, CLng(lngProcessLevel), , CBool(blnAutoMapCorrect)
    End Sub
    Thanks
    Andrea

  • FDM Import Error in import file Details: Permission denied

    Hi,
    i am trying to run the FDM Import but it gives an error with the error number 70 'Permission denied'.
    Earlier it was working fine, now it is acting crazy,
    please assist guys....
    find the log file below:
    ** Begin FDM Runtime Error Log Entry [2011-03-21 09:56:07] **
    ERROR:
    Code............................................. 70
    Description...................................... Permission denied
    Procedure........................................ clsArchiveMgr.fArchiveSupercededDelete
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 15284
    IDENTIFICATION:
    User............................................. admin
    Computer Name.................................... GITSHYPT01
    App Name......................................... AWRFinCo
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... HYPTDB
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... SAMPLE
    Location ID...................................... 748
    Location Seg..................................... 2
    Category......................................... WLCAT
    Category ID...................................... 12
    Period........................................... Feb - 2011
    Period ID........................................ 2/28/2011
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2011-03-21 09:56:07] **
    ERROR:
    Code............................................. 70
    Description...................................... Permission denied
    Procedure........................................ clsArchiveMgr.fArchiveSupercededFlag
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 15284
    IDENTIFICATION:
    User............................................. admin
    Computer Name.................................... GITSHYPT01
    App Name......................................... AWRFinCo
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... HYPTDB
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... SAMPLE
    Location ID...................................... 748
    Location Seg..................................... 2
    Category......................................... WLCAT
    Category ID...................................... 12
    Period........................................... Feb - 2011
    Period ID........................................ 2/28/2011
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2011-03-21 09:56:07] **
    ERROR:
    Code............................................. 70
    Description...................................... Permission denied
    Procedure........................................ clsImpProcessMgr.fClearData
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 15284
    IDENTIFICATION:
    User............................................. admin
    Computer Name.................................... GITSHYPT01
    App Name......................................... AWRFinCo
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... HYPTDB
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... SAMPLE
    Location ID...................................... 748
    Location Seg..................................... 2
    Category......................................... WLCAT
    Category ID...................................... 12
    Period........................................... Feb - 2011
    Period ID........................................ 2/28/2011
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2011-03-21 09:56:07] **
    ERROR:
    Code............................................. 70
    Description...................................... Permission denied
    Procedure........................................ clsImpProcessMgr.fLoadAndProcessFile
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 15284
    IDENTIFICATION:
    User............................................. admin
    Computer Name.................................... GITSHYPT01
    App Name......................................... AWRFinCo
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... HYPTDB
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... SAMPLE
    Location ID...................................... 748
    Location Seg..................................... 2
    Category......................................... WLCAT
    Category ID...................................... 12
    Period........................................... Feb - 2011
    Period ID........................................ 2/28/2011
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False

    The FDM Service account does not have proper permission to the FDM application folder. Make sure that the applicaiton path is specified in UNC format and that the FDM Service account has full read\write to the application share. So the app path should be something like \\servername\fdmdata\<appname> and the FDM service account shoudl have full control to the FDMDATA folder.

  • FDM import error (using ERPi)

    Hi,
    Could anyone guide me how can I solve this error?
    The text file is generated fine if I run rule direct in ERPi.
    HFM Version: 11.1.1.3
    admin.log
    ** Begin FDM Runtime Error Log Entry [2012-11-19-15:17:04] **
    ERROR:
    Code............................................. 4003
    Description...................................... Oracle (SQL-Loader) data load failed, please see processing log for details!
    At Line: 200
    Procedure........................................ clsImpProcessMgr.fLoadAndProcessFile
    Component........................................ upsWObjectsDM
    Version.......................................... 1111
    Thread........................................... 3268
    IDENTIFICATION:
    User............................................. admin
    Computer Name.................................... BAYHFM-APP-UAT
    App Name......................................... BAY_Group_Database
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... UHYPERDB
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... ACAL
    Location ID...................................... 753
    Location Seg..................................... 7
    Category......................................... FDMACTUAL
    Category ID...................................... 13
    Period........................................... Jun - 2011
    Period ID........................................ 6/30/2011
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... False
    Is Auditor....................................... False
    datafile.log
    User ID...........     admin
    Location..........     ACAL
    Source File.......     D:\Hyperion\products\FinancialDataQuality\FDMApplication\BAY_Group_Database\Inbox\admin243232682665.dat
    Processing Codes:
    BLANK............. Line is blank or empty.
    ESD............... Excluded String Detected, SKIP Field value was found.
    NN................ Non-Numeric, Amount field contains non numeric characters.
    RFM............... Required Field Missing.
    TC................ Type Conversion, Amount field could be converted to a number.
    ZP................ Zero Suppress, Amount field contains a 0 value and zero suppress is ON.
    Create Output File Start: [2012-11-19-15:17:02]
    [Blank] -      
    Excluded Record Count..............0
    Blank Record Count.................1
    Total Records Bypassed.............1
    Valid Records......................3405
    Total Records Processed............3406
    Begin Oracle (SQL-Loader) Process (3405): [2012-11-19-15:17:03]
    Oracle (SQL-Loader) Log File Contents:
    SQL*Loader: Release 10.2.0.1.0 - Production on Mon Nov 19 15:17:03 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Control File: C:\DOCUME~1\fdmadmin\LOCALS~1\Temp\tWadmin243232688577.ctl
    Character Set UTF16 specified for all input.
    Using character length semantics.
    First primary datafile C:\DOCUME~1\fdmadmin\LOCALS~1\Temp\tWadmin243232688577.tmp has a
    little endian byte order mark in it.
    Data File: C:\DOCUME~1\fdmadmin\LOCALS~1\Temp\tWadmin243232688577.tmp
    Bad File: C:\DOCUME~1\fdmadmin\LOCALS~1\Temp\tWadmin243232688577.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Continuation: none specified
    Path used: Direct
    Load is UNRECOVERABLE; invalidation redo is produced.
    Table TWADMIN243232688577, loaded from every logical record.
    Insert option in effect for this table: APPEND
    TRAILING NULLCOLS option in effect
    Column Name Position Len Term Encl Datatype
    DATAKEY SEQUENCE (1, 1)
    PARTITIONKEY FIRST * CHARACTER
    Terminator string : '~|'
    CATKEY NEXT * CHARACTER
    Terminator string : '~|'
    PERIODKEY NEXT * DATE YYYYMMDD
    Terminator string : '~|'
    DATAVIEW NEXT * CHARACTER
    Terminator string : '~|'
    ACCOUNT NEXT * CHARACTER
    Terminator string : '~|'
    ENTITY NEXT * CHARACTER
    Terminator string : '~|'
    ICP NEXT * CHARACTER
    Terminator string : '~|'
    UD1 NEXT * CHARACTER
    Terminator string : '~|'
    UD2 NEXT * CHARACTER
    Terminator string : '~|'
    UD3 NEXT * CHARACTER
    Terminator string : '~|'
    UD4 NEXT * CHARACTER
    Terminator string : '~|'
    UD5 NEXT * CHARACTER
    Terminator string : '~|'
    UD6 NEXT * CHARACTER
    Terminator string : '~|'
    UD7 NEXT * CHARACTER
    Terminator string : '~|'
    UD8 NEXT * CHARACTER
    Terminator string : '~|'
    UD9 NEXT * CHARACTER
    Terminator string : '~|'
    UD10 NEXT * CHARACTER
    Terminator string : '~|'
    UD11 NEXT * CHARACTER
    Terminator string : '~|'
    UD12 NEXT * CHARACTER
    Terminator string : '~|'
    UD13 NEXT * CHARACTER
    Terminator string : '~|'
    UD14 NEXT * CHARACTER
    Terminator string : '~|'
    UD15 NEXT * CHARACTER
    Terminator string : '~|'
    UD16 NEXT * CHARACTER
    Terminator string : '~|'
    UD17 NEXT * CHARACTER
    Terminator string : '~|'
    UD18 NEXT * CHARACTER
    Terminator string : '~|'
    UD19 NEXT * CHARACTER
    Terminator string : '~|'
    UD20 NEXT * CHARACTER
    Terminator string : '~|'
    DESC1 NEXT * CHARACTER
    Terminator string : '~|'
    DESC2 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR1 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR2 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR3 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR4 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR5 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR6 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR7 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR8 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR9 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR10 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR11 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR12 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR13 NEXT * CHARACTER
    Terminator string : '~|'
    ATTR14 NEXT * CHARACTER
    Terminator string : '~|'
    MEMOKEY NEXT * CHARACTER
    Terminator string : '~|'
    AMOUNT NEXT * CHARACTER
    Terminator string : '~|'
    CALCACCTTYPE CONSTANT
    Value is '9'
    CHANGESIGN CONSTANT
    Value is '0'
    AMOUNTX CONSTANT
    Value is '0'
    ACCOUNTR CONSTANT
    Value is '0'
    ACCOUNTF CONSTANT
    Value is '0'
    ENTITYR CONSTANT
    Value is '0'
    ENTITYF CONSTANT
    Value is '0'
    ICPR CONSTANT
    Value is '0'
    ICPF CONSTANT
    Value is '0'
    UD1R CONSTANT
    Value is '0'
    UD1F CONSTANT
    Value is '0'
    UD2R CONSTANT
    Value is '0'
    UD2F CONSTANT
    Value is '0'
    UD3R CONSTANT
    Value is '0'
    UD3F CONSTANT
    Value is '0'
    UD4R CONSTANT
    Value is '0'
    UD4F CONSTANT
    Value is '0'
    UD5R CONSTANT
    Value is '0'
    UD5F CONSTANT
    Value is '0'
    UD6R CONSTANT
    Value is '0'
    UD6F CONSTANT
    Value is '0'
    UD7R CONSTANT
    Value is '0'
    UD7F CONSTANT
    Value is '0'
    UD8R CONSTANT
    Value is '0'
    UD8F CONSTANT
    Value is '0'
    UD9R CONSTANT
    Value is '0'
    UD9F CONSTANT
    Value is '0'
    UD10R CONSTANT
    Value is '0'
    UD10F CONSTANT
    Value is '0'
    UD11R CONSTANT
    Value is '0'
    UD11F CONSTANT
    Value is '0'
    UD12R CONSTANT
    Value is '0'
    UD12F CONSTANT
    Value is '0'
    UD13R CONSTANT
    Value is '0'
    UD13F CONSTANT
    Value is '0'
    UD14R CONSTANT
    Value is '0'
    UD14F CONSTANT
    Value is '0'
    UD15R CONSTANT
    Value is '0'
    UD15F CONSTANT
    Value is '0'
    UD16R CONSTANT
    Value is '0'
    UD16F CONSTANT
    Value is '0'
    UD17R CONSTANT
    Value is '0'
    UD17F CONSTANT
    Value is '0'
    UD18R CONSTANT
    Value is '0'
    UD18F CONSTANT
    Value is '0'
    UD19R CONSTANT
    Value is '0'
    UD19F CONSTANT
    Value is '0'
    UD20R CONSTANT
    Value is '0'
    UD20F CONSTANT
    Value is '0'
    ARCHIVEID CONSTANT
    Value is '11071'
    HASMEMOITEM CONSTANT
    Value is '0'
    STATICDATAKEY CONSTANT
    Value is '0'
    Referential Integrity Constraint/Trigger Information:
    NULL, UNIQUE, and PRIMARY KEY constraints are unaffected.
    Trigger BAY_HYPER4."TWADMIN243232688577_AK" was disabled before the load.
    Record 1: Rejected - Error on table TWADMIN243232688577, column AMOUNT.
    ORA-01400: cannot insert NULL into (AMOUNT)
    BAY_HYPER4."TWADMIN243232688577_AK" was re-enabled.
    Table TWADMIN243232688577:
    3404 Rows successfully loaded.
    1 Row not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Bind array size not used in direct path.
    Column array rows : 3000
    Stream buffer bytes: 256000
    Read buffer bytes:18576000
    Total logical records skipped: 0
    Total logical records read: 3405
    Total logical records rejected: 1
    Total logical records discarded: 0
    Total stream buffers loaded by SQL*Loader main thread: 2
    Total stream buffers loaded by SQL*Loader load thread: 3
    Run began on Mon Nov 19 15:17:03 2012
    Run ended on Mon Nov 19 15:17:04 2012
    Elapsed time was: 00:00:00.97
    CPU time was: 00:00:00.56
    Oracle (SQL-Loader) Bad File Contents:
    753~|13~|20110630~|YTD~|Required Field Missing.~|Required Field Missing.~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|0~|
    [RDMS Bulk Load Error Begin]
         Message:      (4003) - Oracle (SQL-Loader) data load failed, please see processing log for details!
         See Bulk Load File:      C:\DOCUME~1\fdmadmin\LOCALS~1\Temp\tWadmin243232688577.tmp
    [RDMS Bulk Load Error End]

    When I go to see the data in "C:\DOCUME~1\fdmadmin\LOCALS~1\Temp\tWadmin243232688577.tmp", the data shows as below
    753|13|20110630|YTD||||||||||||||||||||||||||||||||||||||||0|
    753|13|20110630|YTD||||||||||||||||||||||||||||||||||||||||0|0
    753|13|20110630|YTD||||||||||||||||||||||||||||||||||||||||0|0
    753|13|20110630|YTD||||||||||||||||||||||||||||||||||||||||0|0
    It seems that the data is missing (total record is correct but the value is missing). But If I generate text file by running rule in ERPi direct, the data is ok.
    PS. I try to change to "SQL Insert" but it's not work.
    Any idea?
    Thanks.

  • FDM Serious Error(Object variable or With block variable not set).

    Hi All Intelectual,
    When i was trying to upload data into FDM for checking application flow. i got the below mentioned error pops-up everytime.
    Error: An error occurred importing the file.
    Detail: Object variable or With block variable not set
    I tried to soved it with setting up integration setting,application setting and configuration setting but it didn't worked. Please note that mapping files are getting uploaded successfully.
    Please if anybody can suggest me on the above mentioned problem.
    I will be thankful to him/her. Please understand that this issue very serious issue and is related to project.
    Waiting for replies from you all.
    Regards,
    Abhishek
    HFM / Planning

    Good day Abhishek,
    FDM does not use the HFM adapter until you select the validate fish.
    So some of the items that you can check is write access to the inbox, the SQL connection, the location import format, the SQL insert method for the location and review all the error logs in the in- and outbox that have been modified when you did the import.
    Regards

  • FDM Multiload output file does not have period dimension member

    FDM is cutting the file successfully with multiload but missing period member from the record/row.
    About import file - location, category, number of periods, load controls and dimensions tags with 12 periods.
    Single record from import file...
    Entity, Account, Scenario, Version, FY11, Currency, HSP_Value, 1,2,3,4,5,6,7,8,9,10,11,12
    Note: Currency, HSP_Value were ignored.
    Running through FDM successfully creates the file but there is no period information.
    Here is an example of above record from output file
    Entity, Account, Scenario, Version, FY11, 1
    Entity, Account, Scenario, Version, FY11, 2
    Entity, Account, Scenario, Version, FY11, 3
    Entity, Account, Scenario, Version, FY11, 4
    Entity, Account, Scenario, Version, FY11, 5
    Entity, Account, Scenario, Version, FY11, 6
    Entity, Account, Scenario, Version, FY11, 7
    Entity, Account, Scenario, Version, FY11, 8
    Entity, Account, Scenario, Version, FY11, 9
    Entity, Account, Scenario, Version, FY11, 10
    Entity, Account, Scenario, Version, FY11, 11
    Entity, Account, Scenario, Version, FY11, 12
    As you can see, above records missing period. Following is what is expected.
    Entity, Account, Scenario, Version, FY11, Jan, 1
    Entity, Account, Scenario, Version, FY11, Feb. 2
    Entity, Account, Scenario, Version, FY11, Mar, 3
    Entity, Account, Scenario, Version, FY11, Apr, 4
    Entity, Account, Scenario, Version, FY11, May, 5
    Entity, Account, Scenario, Version, FY11, Jun, 6
    Entity, Account, Scenario, Version, FY11, Jul, 7
    Entity, Account, Scenario, Version, FY11, Aug, 8
    Entity, Account, Scenario, Version, FY11, Sep, 9
    Entity, Account, Scenario, Version, FY11, Oct, 10
    Entity, Account, Scenario, Version, FY11, Nov, 11
    Entity, Account, Scenario, Version, FY11, Dec, 12
    Is this a FDM setting or should I use a script?
    Thanks for your help in advance!

    Even though it is Essbase you still need the start period (Row 3). It is only the Load Control tags that vary between target applications, (and the number of periods tag if excel or text.
    "About import file - location, category, FDM, Start Period Date, number of periods, load controls and dimensions tags with 12 periods."

  • 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

  • FDM Database error

    Hi,
    While trying to create a new application in FDM, I receive the below error:
    create database permission denied in database 'master'. Line=Create Database[Hyperplan_fdm]
    Please let me know where is the issue.
    Any help would be greatly appreciated.
    Thanks & Regards,
    Ravi Shankar S

    The user who is attempting to create the database does not have DB Create permission in SQL Server. You will want to make sure that the user has the DB Create Role and Bulk Insert Admin Role assigned in SQL Server. Looking at the error it currently does not have the proper roles in SQL Server assigned.

  • FDM Validation error.

    Hello,
    we are getting the following error when we are trying to validate. We are on v4.0.30319 .Net framework on IE8.07. Working on 11.1.2.1 FDM version.
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    Access is denied.
    Please let me know a solution for this issue.

    Hello there,
    That's a common issue I think which is related with the configuration of the Web server… In the Workbench, right click on the adapter name and select Options. Find the setting ' FDM Web Server'. The value here should be the web server name as displayed in the FDM URL.
    For more details regarding this issue check the article FDM: Unable To Open Intersection Validation Report- Error: "Cannot view XML input using XSL style sheet" (Doc ID 1346956.1)
    Regards,
    Thanos
    < spam signature link removed by moderator >

  • FDM Export Error

    Hi,
    I'm trying to export control tables to Excel, but was prompted error msg : "Error: ActiveX component can't create object".
    Does anyone have any idea what it means??

    Hello,
    It means that Excel is not installed or properly executed. Ensure that Excel is installed on all FDM Application servers and is launchable via the FDM DCOM/Service Account.
    Hopefully this helps...

  • FDM - Multiload - "AftValidate" / "AftWeblinkVal" event problems

    I have built a custom made intersection validation report for multiload using excel as the source file. I basically modified the HFM adaptor and used the inbuilt loop in "if strEventName = "AftWeblinkVal"" (i.e. aftvalidate) to change the POV period. This worked fine and all I need to do is readjust the output to show all reports for all period and not just for the latest. This should be easy. However, problem is that when I have a text file, the "loop"doesn't work the same way as POV period stays the same. I think this is a bit srange, but hey what can you do? I guess it is linked to that with the excel you transfer period per period and with the text file FDM creates one load file and consolidates multiple periods simultaneously.
    Is it somehow easily possible to modify that the strEventName = "AftWeblinkVal"-loop changes the period also for the text file?
    If not, can you somehow easily deduct how many "periods" / "records" you have looped in the strEventName = "AftWeblinkVal"? i.e. I would like to track the progress of the loop.
    If not, then I have to built some fancy custom made recorder to track the progress, but I wouldn't want to go done on the that road if not neccessary and I would prefer to use the text file.
    I'm using FDM 11.1.1.1.0 currently...

    Sorry for the confusion but when I was talking about putting the count in an FDM variable I was in fact referring to one of the FDM API global variables i.e. PvarTempNC1 which can be accessed via the API --> API.DataWindow.Reports.PvarTempNC1.
    Store your count in this variable and increment as appropriate. The reason your count only ever shows as one is because the multiload action is executed every for every period in the multiload file for the multiload AftValidate event so even if you put it outside your IF satement capturing the event it will still be reset to 0 and in any case the declared count variable will only ever be local to each execution of the multiload action.
    Your code needs to be something like:
    if strEventName = 'choose an event that excutes before the validate event e.g. import / check in etc'
    'intialise the global variable to zero
    API.DataWindow.Reports.PvarTempNC1 = 0
    end if
    if strEventName = "AftWeblinkVal" then ' the strEventName for action after validate is AftWeblinkVal and not AfValidate, maybe because I'm using FDM 11.1.1.1.0 ?
    'variable only ever gets incremented for this specific event and will therefore record the number of periods in the multiload file
    API.DataWindow.Reports.PvarTempNC1 = API.DataWindow.Reports.PvarTempNC1 + 1
    "Write count" 'I omitted the code for the sake of simplicity, but I basically store the count into a txt.file
    end if

  • FDM Import error : 404 - File or directory not found.

    I am trying to import 550,000 rows/records into FDM. I am getting the below error message while doing the import. Any help in resolving this would be appreciateble.
    404 - File or directory not found.
    The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Thanks

    This happens when i import from desktop and not from inbox. I have not tried importing from inbox. I will update the link as soon as i try importing from inbox.
    Thanks
    ARB

  • FDM import error

    am loading a bulk insert in fdm and getting this error:
    Processing Codes:
    BLANK............. Line is blank or empty.
    ESD............... Excluded String Detected, SKIP Field value was found.
    NN................ Non-Numeric, Amount field contains non numeric characters.
    RFM............... Required Field Missing.
    TC................ Type Conversion, Amount field could be converted to a number.
    ZP................ Zero Suppress, Amount field contains a 0 value and zero suppress is ON.
    Create Output File Start: [2013-07-11-13:53:49]
    [TC] - [Amount=NN]        HH          CONCUR STANDARD EXPORT WITH HDR           EXPORTID:02013061620130617USCAAV                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
    [TC] - [Amount=NN]        TT          RECORD COUNT: 000000618          TOTAL AMT: 0000000000083772.2400          TOTAL ABS AMT: 0000000000087672.2400          SUM OF CREDITS:0000000000001950.0000          SUM OF DEBITS:0000000000085722.2400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
    [Blank] -       
    Excluded Record Count..............2
    Blank Record Count.................1
    Total Records Bypassed.............3
    Valid Records......................618
    Total Records Processed............621
    Begin Oracle (SQL-Loader) Process (618): [2013-07-11-13:53:49]
    Oracle (SQL-Loader) Log File Contents:
    SQL*Loader: Release 11.2.0.1.0 - Production on Thu Jul 11 13:53:50 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Control File:   C:\DOCUME~1\fdmadmin\LOCALS~1\Temp\tW502216176079404941.ctl
    Data File:      C:\DOCUME~1\fdmadmin\LOCALS~1\Temp\tW502216176079404941.tmp
      Bad File:     C:\DOCUME~1\fdmadmin\LOCALS~1\Temp\tW502216176079404941.bad
      Discard File:  none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Continuation:    none specified
    Path used:      Direct
    Load is UNRECOVERABLE; invalidation redo is produced.
    Table TW502216176079404941, loaded from every logical record.
    Insert option in effect for this table: APPEND
    TRAILING NULLCOLS option in effect
       Column Name                  Position   Len  Term Encl Datatype
    DATAKEY                                                   SEQUENCE (1, 1)
    PARTITIONKEY                        FIRST     *           CHARACTER           
        Terminator string : '~|'
    CATKEY                               NEXT     *           CHARACTER           
        Terminator string : '~|'
    PERIODKEY                            NEXT     *           DATE YYYYMMDD       
        Terminator string : '~|'
    DATAVIEW                             NEXT     *           CHARACTER           
        Terminator string : '~|'
    ACCOUNT                              NEXT     *           CHARACTER           
        Terminator string : '~|'
    ENTITY                               NEXT     *           CHARACTER           
        Terminator string : '~|'
    ICP                                  NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD1                                  NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD2                                  NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD3                                  NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD4                                  NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD5                                  NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD6                                  NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD7                                  NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD8                                  NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD9                                  NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD10                                 NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD11                                 NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD12                                 NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD13                                 NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD14                                 NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD15                                 NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD16                                 NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD17                                 NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD18                                 NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD19                                 NEXT     *           CHARACTER           
        Terminator string : '~|'
    UD20                                 NEXT     *           CHARACTER           
        Terminator string : '~|'
    DESC1                                NEXT     *           CHARACTER           
        Terminator string : '~|'
    DESC2                                NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR1                                NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR2                                NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR3                                NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR4                                NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR5                                NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR6                                NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR7                                NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR8                                NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR9                                NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR10                               NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR11                               NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR12                               NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR13                               NEXT     *           CHARACTER           
        Terminator string : '~|'
    ATTR14                               NEXT     *           CHARACTER           
        Terminator string : '~|'
    MEMOKEY                              NEXT     *           CHARACTER           
        Terminator string : '~|'
    AMOUNT                               NEXT     *           CHARACTER           
        Terminator string : '~|'
    CALCACCTTYPE                                              CONSTANT
        Value is '9'
    CHANGESIGN                                                CONSTANT
        Value is '0'
    AMOUNTX                                                   CONSTANT
        Value is '0'
    ACCOUNTR                                                  CONSTANT
        Value is '0'
    ACCOUNTF                                                  CONSTANT
        Value is '0'
    ENTITYR                                                   CONSTANT
        Value is '0'
    ENTITYF                                                   CONSTANT
        Value is '0'
    ICPR                                                      CONSTANT
        Value is '0'
    ICPF                                                      CONSTANT
        Value is '0'
    UD1R                                                      CONSTANT
        Value is '0'
    UD1F                                                      CONSTANT
        Value is '0'
    UD2R                                                      CONSTANT
        Value is '0'
    UD2F                                                      CONSTANT
        Value is '0'
    UD3R                                                      CONSTANT
        Value is '0'
    UD3F                                                      CONSTANT
        Value is '0'
    UD4R                                                      CONSTANT
        Value is '0'
    UD4F                                                      CONSTANT
        Value is '0'
    UD5R                                                      CONSTANT
        Value is '0'
    UD5F                                                      CONSTANT
        Value is '0'
    UD6R                                                      CONSTANT
        Value is '0'
    UD6F                                                      CONSTANT
        Value is '0'
    UD7R                                                      CONSTANT
        Value is '0'
    UD7F                                                      CONSTANT
        Value is '0'
    UD8R                                                      CONSTANT
        Value is '0'
    UD8F                                                      CONSTANT
        Value is '0'
    UD9R                                                      CONSTANT
        Value is '0'
    UD9F                                                      CONSTANT
        Value is '0'
    UD10R                                                     CONSTANT
        Value is '0'
    UD10F                                                     CONSTANT
        Value is '0'
    UD11R                                                     CONSTANT
        Value is '0'
    UD11F                                                     CONSTANT
        Value is '0'
    UD12R                                                     CONSTANT
        Value is '0'
    UD12F                                                     CONSTANT
        Value is '0'
    UD13R                                                     CONSTANT
        Value is '0'
    UD13F                                                     CONSTANT
        Value is '0'
    UD14R                                                     CONSTANT
        Value is '0'
    UD14F                                                     CONSTANT
        Value is '0'
    UD15R                                                     CONSTANT
        Value is '0'
    UD15F                                                     CONSTANT
        Value is '0'
    UD16R                                                     CONSTANT
        Value is '0'
    UD16F                                                     CONSTANT
        Value is '0'
    UD17R                                                     CONSTANT
        Value is '0'
    UD17F                                                     CONSTANT
        Value is '0'
    UD18R                                                     CONSTANT
        Value is '0'
    UD18F                                                     CONSTANT
        Value is '0'
    UD19R                                                     CONSTANT
        Value is '0'
    UD19F                                                     CONSTANT
        Value is '0'
    UD20R                                                     CONSTANT
        Value is '0'
    UD20F                                                     CONSTANT
        Value is '0'
    ARCHIVEID                                                 CONSTANT
        Value is '9574'
    HASMEMOITEM                                               CONSTANT
        Value is '0'
    STATICDATAKEY                                             CONSTANT
        Value is '0'
    Referential Integrity Constraint/Trigger Information:
    NULL, UNIQUE, and PRIMARY KEY constraints are unaffected.
    Trigger FDM_USER."TW502216176079404941_AK" was disabled before the load.
    FDM_USER."TW502216176079404941_AK" was re-enabled.
    Table TW502216176079404941:
      618 Rows successfully loaded.
      0 Rows not loaded due to data errors.
      0 Rows not loaded because all WHEN clauses were failed.
      0 Rows not loaded because all fields were null.
      Date cache:
       Max Size:      1000
       Entries :         1
       Hits    :       617
       Misses  :         0
    Bind array size not used in direct path.
    Column array  rows :    3000
    Stream buffer bytes:  256000
    Read   buffer bytes:18576000
    Total logical records skipped:          0
    Total logical records read:           618
    Total logical records rejected:         0
    Total logical records discarded:        0
    Total stream buffers loaded by SQL*Loader main thread:        1
    Total stream buffers loaded by SQL*Loader load thread:        1
    Run began on Thu Jul 11 13:53:50 2013
    Run ended on Thu Jul 11 13:53:51 2013
    Elapsed time was:     00:00:01.47
    CPU time was:         00:00:00.87
    Processing Complete... [2013-07-11-13:53:51]

    the information provided is a little scant, but i am assuming this is a single period load using the import format, and the file you are importing has different record types in the file. The two records shown in the report appear on first viewing to be some sort of header record and a trailer. do you need these records to be loaded hence the question? Or, do you wish to exclude the records but actually have something in the import format to exclude them so they do not appear on the report?

Maybe you are looking for