Using TransX to load data -- unsuccessful

Hi everybody,
I am trying to use TransX to load into the database some sample data provided by Oracle, but the attempt is unsuccessful. First, I have the following sample XML schema registered successfully into Oracle:
XML Schema:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" elementFormDefault="qualified" attributeFormDefault="unqualified" xdb:mapUnboundedStringToLob="false" xdb:storeVarrayAsTable="false" targetNamespace="http://www.oracle.com/Department" xmlns:dept="http://www.oracle.com/Department">
     <xs:element name="Department" type="dept:DepartmentType" xdb:defaultTable="DEPARTMENT_OBJECTS"/>
     <xs:complexType name="DepartmentType">
          <xs:sequence>
               <xs:element name="ID" type="xs:positiveInteger"/>
               <xs:element name="Name">
                    <xs:simpleType>
                         <xs:restriction base="xs:string">
                              <xs:minLength value="0"/>
                              <xs:maxLength value="60"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:element>
               <xs:element name="Location">
                    <xs:simpleType>
                         <xs:restriction base="xs:string">
                              <xs:minLength value="0"/>
                              <xs:maxLength value="100"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:element>
               <xs:element name="Employees" type="dept:EmployeesType"/>
          </xs:sequence>
     </xs:complexType>
     <xs:complexType name="EmployeesType" xdb:SQLType="EMPS_TYPE">
          <xs:sequence maxOccurs="unbounded">
               <xs:element name="Employee" type="dept:EmployeeType" xdb:defaultTable="EMPLOYEE_OBJECTS" xdb:SQLInline="false"/>
          </xs:sequence>
     </xs:complexType>
     <xs:complexType name="EmployeeType" xdb:SQLType="EMP_TYPE">
          <xs:sequence>
               <xs:element name="EmployeeID" type="xs:positiveInteger"/>
               <xs:element name="FirstName">
                    <xs:simpleType>
                         <xs:restriction base="xs:string">
                              <xs:minLength value="0"/>
                              <xs:maxLength value="30"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:element>
               <xs:element name="LastName">
                    <xs:simpleType>
                         <xs:restriction base="xs:string">
                              <xs:minLength value="0"/>
                              <xs:maxLength value="30"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:element>
               <xs:element name="Salary">
                    <xs:simpleType>
                         <xs:restriction base="xs:decimal">
                              <xs:fractionDigits value="2"/>
                              <xs:totalDigits value="10"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:element>
          </xs:sequence>
     </xs:complexType>
</xs:schema>
Then I use this Oracle provided sample XML file and try to load it into Oracle using TransX:
Sample Department XML ("adept.xml"):
<?xml version="1.0"?>
<Department xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oracle.com/Department
http://www.oracle.com/deparment.xsd" >
<ID>100</ID>
<Name>AskTomDepartment</Name>
<Location>Reston, VA</Location>
<Employees>
<Employee>
<EmployeeID>1</EmployeeID>
<FirstName>Tom</FirstName>
<LastName>Kyte</LastName>
<Salary>100</Salary>
</Employee>
<Employee>
<EmployeeID>3</EmployeeID>
<FirstName>Cameron</FirstName>
<LastName>ORourke</LastName>
<Salary>10</Salary>
</Employee>
<Employee>
<EmployeeID>2</EmployeeID>
<FirstName>Sean</FirstName>
<LastName>Dillon</LastName>
<Salary>1</Salary>
</Employee>
</Employees>
</Department>
This is the Java command I used to invoke TransX:
java oracle.xml.transx.loader "machinename:1521:abc" someuser somepasswd adept.xml
The error message I received is:
TXU-0114: DLF parse error (Can not find definition for element 'Department') on line 3, character 4 in 'adept.xml'
However, when I query the user_xml_tables table, the Department schema and the Department element is listed, so the TransX loading process should be able to find the definition of the element 'Department':
SQL> select table_name, xmlschema, element_name from user_xml_tables;
TABLE_NAME
XMLSCHEMA
ELEMENT_NAME
DEPARTMENT_OBJECTS
http://www.oracle.com/Department
Department
What am I doing wrong? Can anybody try to register the XML schema above, then try to use to TransX command listed above to load in the "adept.xml" file and see if it's successful? I am using Oracle 9i.
Thanks in advance for any comments/suggestions.
Irene

Hi,
I found the problem.It was because of the connection string.The format was different for oracle tables.
PFB the format
*cnss.open"Provider=OraOLEDB.Oracle.1;Data Source= servername:port/SID;Database= DB;User Id=aaaa;Password=aaaa;"*
And thanks *SH* for quick response.
So closing the thread......
Thanks,
Dhananjay

Similar Messages

  • No dataload.err: Using ODI to load data into Essbase

    Hi,
    I am using ODI to load data into Essbase. In the load data KM options, I select the rule file and mention that errors be logged.
    After executing the data load through ODI, I get a log file and an error file. But the error file does not have the bad record like the "dataload.err" has when I load data through EAS and use the same data and rules file.
    Am I missing some option? Is there some option to log the bad data to the error file or some option to generate a dataload.err file while using ODI?
    Thanks.

    Hi John,
    I have set LOG_ERRORS to Yes and given a file name. A file is generated everytime the interface is executed, but the file is blank.
    I have also set the Log_enabled to Yes. The log file is generated and has the error in it. The error line in the Log file ( not the error file) looks like this -
    2009-04-16 10:45:38,457 INFO [DwgCmdExecutionThread]: ODI Hyperion Essbase Adapter Version 9.3.1.1
    2009-04-16 10:45:38,457 INFO [DwgCmdExecutionThread]: Connecting to Essbase application [XXXXXX] on [XXXXXX]:[1423] using username [admin].
    2009-04-16 10:45:39,315 INFO [DwgCmdExecutionThread]: Successfully connected to the Essbase application.
    2009-04-16 10:45:39,315 INFO [DwgCmdExecutionThread]: Essbase Load IKM option RULES_FILE = d_PL
    2009-04-16 10:45:39,315 INFO [DwgCmdExecutionThread]: Essbase Load IKM option RULE_SEPARATOR = ,
    2009-04-16 10:45:39,315 INFO [DwgCmdExecutionThread]: Essbase Load IKM option PRE_LOAD_MAXL_SCRIPT =
    2009-04-16 10:45:39,315 INFO [DwgCmdExecutionThread]: Essbase Load IKM option POST_LOAD_MAXL_SCRIPT =
    2009-04-16 10:45:39,315 INFO [DwgCmdExecutionThread]: Essbase Load IKM option ABORT_ON_PRE_MAXL_ERROR = true
    2009-04-16 10:45:39,315 INFO [DwgCmdExecutionThread]: Essbase Load IKM option CLEAR_DATABASE = None
    2009-04-16 10:45:39,315 INFO [DwgCmdExecutionThread]: Essbase Load IKM option COMMIT_INTERVAL = 1000
    2009-04-16 10:45:39,315 INFO [DwgCmdExecutionThread]: Essbase Load IKM option CALCULATION_SCRIPT = null
    2009-04-16 10:45:39,315 INFO [DwgCmdExecutionThread]: Essbase Load IKM option RUN_CALC_SCRIPT_ONLY = false
    2009-04-16 10:45:39,346 DEBUG [DwgCmdExecutionThread]: LoadData Begins
    2009-04-16 10:45:39,549 DEBUG [DwgCmdExecutionThread]: Error occured in sending record chunk...Cannot end dataload. Analytic Server Error(1003014): Unknown Member [DPT_DFDFDF] in Data Load, [2] Records Completed
    2009-04-16 10:45:39,549 DEBUG [DwgCmdExecutionThread]: Sending data record by record to essbase
    2009-04-16 10:45:40,968 INFO [DwgCmdExecutionThread]: Logging out and disconnecting from the essbase application.
    There is nothing in the error file. There should have been a record for the unknown member, DPT_DFDFDF.
    I am using ODI version 10.1.3.5.
    and John, thanks for the ODI blog. It has helped me a lot in the past couple of months.
    Thank you.

  • Can I use LabVIEW to load data directly into system memory? The serial card I'm using isn't supported by NI nor does VISA recognize it. I'm using a Win32 function to read the data from the card and now I want it to go directly to system memory.

    Can I use LabVIEW to load data directly into system memory from a VI? The serial card I'm using isn't supported by NI nor does VISA recognize it. I'm using a Call Library function to read the data from the card and now I want it to go directly to system memory.
    The data is being received at 1Mbps.
    Thanks

    Two questions:
    One, if it's a serial card, then presumably it gives you more serial ports, like COM3, COM4, etc. If so, VISA would see the COM ports, and not the card directly. The drivers for the card should make it so that you see the extra serial ports from the OS. If you don't see the extra COM ports from VISA, then it sounds like the drivers for the card are not installed properly. Do the extra COM ports show up in Device Manager?
    Two, you said that you're using a Call Library function to get the data and you want to put it into system memory. Errr.... you just read the data and you have it in memory by definition. Are you saying you need a way to parse the data so it shows up on a graph or something?

  • How to use sqlldr for loading data in Oracle 10g xe.

    I want to load data using SQL*LOADER in Oracle DB from a .csv file but it doesn't seems to be working can anyony please help me.I am not get getting how to use sqlldr.
    in CMD in giving this command
    sqlldr hr/hr control='c:/data/record.ctr'
    record.ctr>>load data
    infile 'c:\data\record.csv'
              into table record
    fields terminated by "," optionally enclosed by '"'          
    ( Name,uday, hemant )
    sql table in data base>>CREATE TABLE "RECORD"
    (     "NAME" VARCHAR2(50),
         "UDAY" VARCHAR2(50),
         "HEMANT" VARCHAR2(50)
    record.csv>>name,uday,hemant
    c1,45454,84894
    c2,489654,21322
    can you please tell me how can i get this simple example run.

    C:\>sqlldr scott/tiger
    control = data.ctl
    SQL*Loader: Release 10.1.0.2.0 - Production on Thu Sep 14 17:06:46 2006
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    Commit point reached - logical record count 3
    SQL> conn scott/tiger
    Connected.
    SQL> create table data (col1 varchar2(40),col2 varchar2(40),col3 varchar2(40));
    Table created.
    SQL> select * from data;
    COL1                 COL2                 COL3
    name                 uday                 hemant
    c1                   45454                84894
    c2                   489654               21322
    SQL>
    data.csv
    name,uday,hemant
    c1,45454,84894
    c2,489654,21322data.ctl
    load data
    infile 'c:\data.csv'
    append
    into table data
    fields terminated by ','
    optionally enclosed by '"'
    (col1,col2,col3)i hope it will solve ur problem

  • Using FDM to load data from oracle table (Integration Import Script)

    Hi,
    I am using Integration Import Script to load data from oracle table to worktables in FDM.
    i am getting following error while running the script.
    Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done
    Attaching the full error report
    ERROR:
    Code............................................. -2147217887
    Description...................................... Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
    At line: 22
    Procedure........................................ clsImpProcessMgr.fLoadAndProcessFile
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 6260
    IDENTIFICATION:
    User............................................. ******
    Computer Name.................................... *******
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... DBNAME
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... SCRTEST
    Location ID...................................... 750
    Location Seg..................................... 4
    Category......................................... FDM ACTUAL
    Category ID...................................... 13
    Period........................................... Jun - 2011
    Period ID........................................ 6/30/2011
    POV Local........................................ True
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    I am using the following script
    Function ImpScrTest(strLoc, lngCatKey, dblPerKey, strWorkTableName)
    'Oracle Hyperion FDM Integration Import Script:
    'Created By:     Dhananjay
    'Date Created:     1/17/2012 10:29:53 AM
    'Purpose:A test script to import data from Oracle EBS tables
    Dim cnSS 'ADODB.Connection
    Dim strSQL 'SQL string
    Dim rs 'Recordset
    Dim rsAppend 'tTB table append rs object
    'Initialize objects
    Set cnSS = CreateObject("ADODB.Connection")
    Set rs = CreateObject("ADODB.Recordset")
    Set rsAppend = DW.DataAccess.farsTable(strWorkTableName)
    'Connect to SQL Server database
    cnss.open "Provider=OraOLEDB.Oracle.1;Data Source= +server+;Initial Catalog= +catalog+;User ID= +uid+;Password= +pass+"
    'Create query string
    strSQL = "Select AMOUNT,DESCRIPTION,ACCOUNT,ENTITY FROM +catalog+.TEST_TMP"
    'Get data
    rs.Open strSQL, cnSS
    'Check for data
    If rs.bof And rs.eof Then
    RES.PlngActionType = 2
    RES.PstrActionValue = "No Records to load!"
    Exit Function
    End If
    'Loop through records and append to tTB table in location’s DB
    If Not rs.bof And Not rs.eof Then
    Do While Not rs.eof
    rsAppend.AddNew
    rsAppend.Fields("PartitionKey") = RES.PlngLocKey
    rsAppend.Fields("CatKey") = RES.PlngCatKey
    rsAppend.Fields("PeriodKey") = RES.PdtePerKey
    rsAppend.Fields("DataView") = "YTD"
    rsAppend.Fields("CalcAcctType") = 9
    rsAppend.Fields("Amount") = rs.fields("Amount").Value
    rsAppend.Fields("Desc1") = rs.fields("Description").Value
    rsAppend.Fields("Account") = rs.fields("Account").Value
    rsAppend.Fields("Entity") = rs.fields("Entity").Value
    rsAppend.Update
    rs.movenext
    Loop
    End If
    'Records loaded
    RES.PlngActionType = 6
    RES.PstrActionValue = "Import successful!"
    'Assign Return value
    SQLIntegration = True
    End Function
    Please help me on this
    Thanks,
    Dhananjay
    Edited by: DBS on Feb 9, 2012 10:21 PM

    Hi,
    I found the problem.It was because of the connection string.The format was different for oracle tables.
    PFB the format
    *cnss.open"Provider=OraOLEDB.Oracle.1;Data Source= servername:port/SID;Database= DB;User Id=aaaa;Password=aaaa;"*
    And thanks *SH* for quick response.
    So closing the thread......
    Thanks,
    Dhananjay

  • How to use ABAP to load data to a DSO

    I have a use case where we load data to a Direct Update DSO with an ABAP program. We do this by directly writing to the table /BIC/Atablename00. While this approach has been working for us so far, it has a few drawbacks:
    - no requests are generated (so you cannot easily revert your loads, archive them etc.)
    - the last "data refresh" date does not get updated
    - caching has to be turned off because the cache does not get notified about the new data in the DSO and therefore does not refresh.
    I am now wondering whether there is a more high level approach within ABAP that would allow me to mimic the regular loading process more closely by creating a "request object" to load the data, have delta queues maintained automatically etc.
    Is anyone aware of such an API?
    Thank you,
    Dennis

    Siggi,
    that is exactly what I was looking for. I also found your blog entry about that topic:
    Generic Extraction via Function Module
    as well as (an older) howto:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d3219af2-0c01-0010-71ac-dbb4356cf4bf
    Thank you!

  • Transfer(IDocs and TRFC) error when use infopackage to load data from R/3

    I create an infopackage to load data from R/3, when start immediately ,there is no data transfered. The return error is :
      transfer(IDocs and TRFC): Errors occurred
         request IDoc: Application document not posted
    Does anybody know how can correct this error?
    Thanks great.

    Hi Yimeng,
    Check in SM58 transaction code in R/3 and see if any LUWs are stuck there. If so you can execute them manually and complete the data load.
    regards,
    Sumit

  • How can i use Progressbar for loading data to DataGridView using DataTable

    I have a datatable which have 3 columns and set this datatable to be datasouce of datagridview.
    I want to add 100000 rows into this  table while
     table is adding , I want Progressbar to calculate and show the remaining
    percentage.
    How can i do this ?

    I've seen this done 2 different ways.
    You could either set the ProgressBar.Maximum to: 100, or  to QuantityToLoad. 
    example:
    Option Strict On
    Option Explicit On
    Option Infer Off
    Public Class Form1
    Dim QuantityToLoad As Integer = 100000
    Dim increment As Double = 100 / QuantityToLoad
    Private Sub btnExample1_Click(sender As Object, e As EventArgs) Handles btnExample1.Click
    ProgressBar1.Value = 0
    ProgressBar1.Maximum = 100
    ProgressBar2.Value = 0
    ProgressBar2.Maximum = QuantityToLoad
    For i As Integer = 1 To QuantityToLoad
    'Some code
    'Some code
    'Some code
    'Done loading item
    ProgressBar1.Value = CInt(i * increment)
    ProgressBar2.Increment(1)
    Label1.Text = ProgressBar1.Value.ToString & "% complete."
    Label2.Text = CStr(Math.Round((ProgressBar2.Value / ProgressBar2.Maximum) * 100, 2)) & "% complete."
    Application.DoEvents()
    Next
    MsgBox("done")
    End Sub
    End Class
    “If you want something you've never had, you need to do something you've never done.”
    Don't forget to mark
    helpful posts and answers
    ! Answer an interesting question? Write a
    new article
    about it! My Articles
    *This post does not reflect the opinion of Microsoft, or its employees.

  • Should I use OEM to load data?

    Hi,
    OWB client/repository: 9.0.2
    I have defined the source (flat file), target(Oracle table), and a mapping operator (direct mapping)... and target table was also "deploy"ed. I have also "generated" the mapping. And when I view "Generated Scripts" for the mapping, it shows loader controle file (CTL) and a TCL file and the "Validation messages" shows mapping "status" valid.
    But, I do not see "deploy" button on the "Generated script" screen for the mapping. My question is what do I need to do to extract from source file and load the target table.
    Thank you for any advice,
    Ganesh

    Ganesh,
    In 9.0.2, you have to save the scripts to the file system on the server in order to be executed. Where to store the files, is configured in the configuration properties of the target module (there is an entry for SQL loader control files). Put a folder path that is relative to the server (i.e. a Unix path for a Unix server; Windows path for a Windows server, etc.).
    Then, if you have Oracle Enterprise Manager (OEM) installed and an Oracle Management Server (OMS) running (and intelligent agents as well), you can register the tcl script in OEM and execute/schedule from there.
    In the 9.0.4 release this entire architecture has changed, which introduced deployment of SQL loader mappings as well.
    Mark.

  • Want to use sequence object of oracle when loading data in sql loader

    Hi,
    I want to use sequence when loading data in sqll loader, but the problem is i could not use sequence object of oracle to load the data by sql loader, i can use sequence of sql loader.
    I want to use sequence object because in later entries this sequence object will be used.If i use sequence of sql loader how can i use oracle sequence object
    Is there any other option

    I have a simillar problem, I also want to use a sequence when loading data by the SQL Loader.
    My control file is:
    load data
    infile '0testdata.txt'
    into table robertl.tbltest
    fields terminated by X'09'
    trailing nullcols
    (redbrojunos,
    broj,
    dolazak,
    odlazak nullif odlazak=blanks,
    komentar nullif komentar=blanks)
    And the datafile is:
    robertl.brojilo.nextval     1368     17.06.2003 08:02:46     17.06.2003 16:17:18     
    robertl.brojilo.nextval     2363     17.06.2003 08:18:18     17.06.2003 16:21:52     
    robertl.brojilo.nextval     7821     17.06.2003 08:29:22     17.06.2003 16:21:59     
    robertl.brojilo.nextval     0408     17.06.2003 11:20:27     17.06.2003 18:33:00     ispit
    robertl.brojilo.nextval     1111     17.06.2003 11:30:58     17.06.2003 16:09:34     Odlazak na ispit
    robertl.brojilo.nextval     6129     17.06.2003 14:02:42     17.06.2003 16:23:23     seminar
    But all records were rejected by the Loader, for every record I get the error:
    Record 1: Rejected - Error on table ROBERTL.TBLTEST, column REDBROJUNOS.
    ORA-01722: invalid number

  • Problem loading data to Hyperion Planning app. from Oracle EBS using ERPi

    I'm using ERPi to load data to Planning application from EBS.
    I have configured Source and Target, created import formats, location, data load rules etc.
    When I'm running data load rule it is showing that data is imported and exported sucessfully. I can see data in the right format in data load workbench. ODI shows process completed sucessfully. But still there is no data loaded in Planning.
    Even AIF_HS_BALANCES staging view in ERPi repository shows correct data.
    Can some one tell me what could be the problem.
    Or where I can see logs for the data load step for Planning.
    ODI operater logs are not very clear to me. Same for log tables in ODI work repository.

    Hi Tony
    Apologies for the delay (my email spammed the notification that you had replied, helpful!!). When you say that you have done it but discourage accessing the tables directly how did you achieve this? Were you just careful which data intersections your selected from the tables (e.g. always base level data so it is stored not calculated)?
    I have used the HFM relational tables a couple of times to make use of the metadata that they contain but not tried to get data before.
    Regards
    Stuart

  • Load data from BW to BW

    Hi, experts!!
    Maybe someone can give me advice...
    How best to integrate the two BW (701) systems? Is better to use SAP Data Services or direct connection between the BW systems?
    I think, the use of the DS provides a more flexible transformation of the data, but a direct connection more reliable and easier to support...
    What do you think is better?
    Thanks a lot!!

    In BI 7.0 also we need to use the Infopackage.
    But Infopackage is used to load data only till PSA.
    For Eg: If you check on any 7.0 Data Source, you will have the option of creating a Infopackage, but loading option is allowed only upto PSA.
    It is ideal that you load data into PSA using Infopackage and then use DTP to load data from PSA to Data Target in 7.0.
    Anyways if you dont want to use the Infopackage then it is only possible in Direct Access Scenarious and it is suggested to use only in cases if no. of records is low.
    Cheers,
    Neel.

  • FDM to load data in Essbase ASO cube

    Anybody have used FDM to load data in Essbase ASO cube? How do you clear and run calc on ASO cube?
    Thanks

    Does the Essbase Adapter for FDM Support ASO Cubes? [ID 1168153.1]
    Modified 17-AUG-2010 Type HOWTO Status PUBLISHED
    Applies to:
    Hyperion Financial Data Quality Management - Version: 11.1.1.3.00 and later [Release: 11.1 and later ]
    Information in this document applies to any platform.
    Goal:
    Does the Essbase adapter for FDQM support ASO cubes?
    Solution:
    ASO cubes are not currently supported in FDQM.
    Unpublished Enhancement 6568323 has been created and it is currently under consideration for a future release.
    References
    BUG:6568323 - 8-529236080 - CUSTOMER WANTS TO TAKE ADVANTAGE OF THE ASO FUNCTIONS IN ESSBASE.
    Related
    Products
    Middleware > Enterprise Performance Management > Financial Data Quality Management > Hyperion Financial Data Quality Management

  • Procedure for loading data through 0CO_OM_CCA_9 without taking downtime .

    Dear Friends ,
    We have already maintained the flow from 0CO_OM_CCA_9 to Infocube 0COOM_C02 . Now i enhanced two fields in the datasource which i want to load into the cube . The infocube already contains data from 2008 onwards . Now i know that for controlling datasources SAP ECC/R3 downtime is not needed . Requirement is to load the historical data again for the two enhanced fields also from 2008 onwards .
    Kindly let me know the steps for doing as the delta mechanism is already activated for this flow ?
    Thanks & Regards ,
    Ashutosh Singh

    Hi All,
    I am able to create this in client 100 but not in 120. I created this program by copying the source code from sap note and run in test mode in client 100 of development server. I am getting the message that "there is no inconsistency in table BWMO2_TIMEST".
    1. I am using client for loading data 120 not 100.
    Please let me know the further steps.
    Thanks,
    Harry

  • Can we load data using .xls in user define format(without using default template)

    Hi All,
    I'm new bee to FDM. Part of HFM support i use FDM to load flatfile data. Just has a bit more knowledge than end user.
    Requirement is that i need to load data from MS excel to Planning application via FDM.
    Previously application is in Excel(Macro driven) and upstream(data) is also in Excel(multi tab).
    As of my knowledge data can be loaded from .csv file(Excel save as CSV) with single tab.
    Could you please let me know possibilities to load data from .xls(.xlsx) to FDM.
    Thanks in advance.

    If you want to load data using Excel, utilising FDM's out-of-the-box functionality you will have to use one of the templates supplied i.e. Excel Trial Balance or Excel Multi-load template.

Maybe you are looking for

  • DBIF_SETG_SQL_ERROR.

    Hi Gurus, I am getting this error with the short dump(in ST22) DBIF_SETG_SQL_ERROR. I have attached the details of the dump. You help on this would be highly appriciated. Thanks & Regards S Kumar Runtime Errors         DBIF_SETG_SQL_ERROR Date and Ti

  • Error in File to Idoc

    Hey guys i m doin a asynchronous file to IDoc scenario and getting the followin error in MONI Error:IDoc XML data record:In segment attribute occured instead of SEGMENT. i copied the payload from MONI and its workin fine in message mapping. is there

  • Link External PDF file to Portal reports

    Created a javascript function to dynamically build a url to call a pdf file from a form by a link, however there is not an ounce of information to do the same from a QBE report. Please steer me in the right direction, of if you have an idea -- please

  • Signed jar:  java.util.zip.ZipException: invalid entry size

    Hi, I have written an applet using Java 1.4. The applet contains multiple .class and .gif files. I jared the files to produce a single .jar file with the manifest. Then I signed that jar file with jarsigner that produced a self-signed jar with the ce

  • Opening multiple Windows in Adobe AIR

    Saw the question and answer at http://stackoverflow.com/questions/1516755/multiple-windows-in-adobe-air I have a similar need and am using compiler Flex 4.5 with Flex 3 compatibility mode and enabled strict type checking. I included import mx.core.Wi