Error using XML_ETL_UTILS to extract data.

I'm using XML_ETL_UTILS in order to extract data to a file.
I followed exactly the demonstration steps but my mapping doesn't compile.
The problem seems to be related to a naming convention.
The generated code contains a reference to a table alias which is not defined by the Expert.
The wrong code I get is
<CODE>
SELECT 1 INTO owb_temp_variable1
FROM
(SELECT
"DUMP_XML"."COLUMN_VALUE" COLUMN_VALUE
FROM
TABLE ( SAVE_XML_TO_FILE (
CURSOR (
SELECT
XMLElement("ED_FRO_BOLLE_H",
XMLAttributes(
T0.NOTE_H as "NOTE_H",
T0.DATA_SPEDIZIONE as "DATA_SPEDIZIONE",
T0.DATA_BOLLA as "DATA_BOLLA",
T0.PUNTO_CONSEGNA as "PUNTO_CONSEGNA",
T0.CLIENTE as "CLIENTE",
T0.NUMERO_BOLLA as "NUMERO_BOLLA",
T0.SOCIETA as "SOCIETA",
T0.UNICO_ID as "UNICO_ID" ) ,
(select XMLAgg(XMLElement("ED_FRO_BOLLE_D",
XMLAttributes(
T1.UNICO_ID as "UNICO_ID",
T1.NOTE_D as "NOTE_D",
T1.UNITA_MISURA as "UNITA_MISURA",
T1.QUANTITA as "QUANTITA",
T1.ARTICOLO as "ARTICOLO",
T1.NUMERO_ORDINE as "NUMERO_ORDINE",
T1.RIGA as "RIGA",
T1.NUMERO_BOLLA as "NUMERO_BOLLA",
T1.SOCIETA as "SOCIETA",
T1.BOLLE_ID as "BOLLE_ID" ) ) ) FROM ED_FRO_BOLLE_D T1 WHERE T1.BOLLE_ID = T0.UNICO_ID)
)/* CREATE_XML.OUTGRP1.XML */ "XML",
"M_FI_BOLLE"."FILE_NAME" "FILE_NAME$1",
"M_FI_BOLLE"."DIRECTORY" "DIRECTORY$1"
FROM
"ED_FRO_BOLLE_H" "ED_FRO_BOLLE_H"
))) "DUMP_XML"
</CODE>
does anyone know how I can eliminate that error ?
Does anyone ever run in that problem ?
Tks
Tullio

Hi Tullio
es you will have to regenerate the pluggable mappings (rerun the expert). and you can either rebuild your map or synchronize the pluggable mapping operator in the map.
The error crept in when I introduced the 'create root node' option in the expert, this path worked, just the original did not ..sorry:) The fix should resolve your problem and I will get a full update uploaded.
Thanks
David

Similar Messages

  • Use ODI to Extract Data from Hyperion Planning & Budgeting report to Excel

    Hello
    Can someone tell me please how to Extract Data from (Financial Reporting in) Hyperion Planning & Budgeting into Excel Using ODI?
    Would the steps be the same as Creating an ODI Project and Interface: Exporting a Flat File to a Flat File? If not, why?
    Best Regards.
    Edited by: Saturday on May 26, 2012 9:55 PM

    Where do you think the financial reports get their data from? Financial Reports pull data from data sources such as Essbase, HFM.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • SSIS 2014 - Best way to use parameters to extract data from sources

    Hi,
    Is there any way besides SQL COMMAND FROM VARIABLE that I could use to extract data from Oracle \ SQL Server tables that filters the amount of data?
    For instance, I want to extract in all sources data beyond 2007 so I wanted to use this year as a parameter in all OLEDB sources I will be using.
    Thank you

    Hi Pedro,
    Based on my research, the Microsoft OLE DB provider for Oracle and Oracle Provider for OLEDB does not allow parameterized queries in OLE DB Source. So the best method to achieve your requirement is still using SQL COMMAND FROM VARIABLE option as Data access
    mode.
    Considering construct your query in a variable which you can include your parameter dynamically with another variable and set the variable properties "EvaluateAsExpression" to true. In the Expression Property set the value to:
     "select * from test
    where Col1='" + (DT_WSTR,100) @[User::para]  +"'"
    The following two similar threads are for your references:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/97f23ef5-35ac-466e-87d9-69edac2525f9/ssis-oledb-source-problem
    https://social.msdn.microsoft.com/forums/sqlserver/en-US/32a70752-adab-4180-8b6d-f6100b3e356c/pass-variable-for-ole-db-source-with-connection-to-oracle
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error when trying to extract data from Solman to BI 7

    Hi,
    We are trying to extract data from Solman 7 to BI 7. The following extractors have been activated on Solman since we want to be able to report CCMS ALERTS and System availability on Bi Portal.
    Transaction SPRO -> SAP Reference IMG -> SAP Solution Manager -> Scenario-Specific Settings -> Operations -> BI Reporting
    transaction: RSA5 (Installation of DataSource)
    0SM_SMG_ROOT Oberster Knoten Solution Manage
    0SM_SMG Solution Manager
    0SM_DSWPBI_DB390
    0SM_DSWPBI_DB400 DB400 Data
    0SM_DSWPBI_DBADA Adabas Data
    0SM_DSWPBI_DBDB2 DB2 Data
    0SM_DSWPBI_DBINF Informix Data
    0SM_DSWPBI_DBMSS SQL Server Data
    0SM_DSWPBI_DBORA Oracle Data
    0SM_DSWPBI_MODUL Module Data
    0SM_DSWPBI_PERF Performance Data
    0SM_DSWPBI_SERVER Server Data
    0SM_DSWPBI_SYSDATA System Details Data
    0SM_DSWPBI_SYSTEM System Data
    Our current situation is that we have scheduled the jobs through Solution_manager > solution Reporting > BI Data collection. Yet no data has been collected and the jobs are getting cancelled.
    Has anyone come accross this same situation before? Plus I have just found out that on SOLMAN_WORKCENTER under System Monitoring there is a reporting step named IT PERFORMANCE reporting that needs to be configured.
    Please advice since this will be critical for our busines.

    Hello,
    I have collected the data from our systems successfully. I have implemented the steps lsited at http://help.sap.com/saphelp_sm70ehp1_sp26/helpdata/de/45/51fbdbd4941803e10000000a1553f7/frameset.htm and it works fine.
    Regards
    Andreas

  • Using XMLTABLE to extract data to use in pl/sql code

    I have an XML message, from which I need to extract the highlighed data and use those values to UPDATE some oracle tables.  I am new to the XMLTABLE function and am having difficulty doing that.  I would really appreciate some help.  The first 2 values I need are CaseTrackingID and CaseDocketId.  I have made those BOLD.
    <GetCaseResponse xmlns="urn:oasis:names:tc:legalxml-courtfiling:wsdl:WebServiceMessagingProfile-Definitions-4.0">
    <GetCaseResponse>
    <CaseResponseMessage xsi:schemaLocation="urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CaseResponseMessage-4.0 C:\ecf-v4.01-spec-csd01_files\xsd\message\ECF-4.0-CaseResponseMessage.xsd"
    xmlns="urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CaseResponseMessage-4.0"
    xmlns:j="http://niem.gov/niem/domains/jxdm/4.0"
    xmlns:ecf="urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0"
    xmlns:nc="http://niem.gov/niem/niem-core/2.0"
    xmlns:s="http://niem.gov/niem/structures/2.0">
    <ecf:SendingMDELocationID>
    <nc:IdentificationID/>
    </ecf:SendingMDELocationID>
    <ecf:SendingMDEProfileCode/>
    <j:CaseCourt/>
    <ecf:Error>
    <ecf:ErrorCode>0</ecf:ErrorCode>
    <ecf:ErrorText>No error</ecf:ErrorText>
    </ecf:Error>
    <court:CourtCase xmlns:court="urn:tyler:ecf:extensions:CourtCase">
    <nc:CaseTitleText></nc:CaseTitleText>
    <nc:CaseCategoryText>7</nc:CaseCategoryText>
    <nc:CaseTrackingID>4812</nc:CaseTrackingID>
    <nc:CaseDocketID>2013-001119</nc:CaseDocketID>
    <court:CaseTypeText>1764</court:CaseTypeText>
    <court:CaseOtherDocketID/>
    <j:CaseAugmentation>
    <j:CaseCourt>
    <nc:OrganizationIdentification>
    <nc:IdentificationID>hcdistrictclerk.com</nc:IdentificationID>
    </nc:OrganizationIdentification>
    <j:CourtName/>
    </j:CaseCourt>
    <j:CaseLineageCase>
    <nc:CaseTrackingID>2889663e-217e-4a99-a8b4-0058f88b4dec</nc:CaseTrackingID>
    </j:CaseLineageCase>
    </j:CaseAugmentation>
    <ecf:CaseAugmentation>
    <ecf:CaseOtherEntityAttorney>
    <nc:RoleOfPersonReference s:ref="Attorney2"/>
    <j:JudicialOfficialBarMembership>
    <j:JudicialOfficialBarIdentification>
    <nc:IdentificationID>123456</nc:IdentificationID>
    <j:IdentificationJurisdictionNCICLISCode>TX</j:IdentificationJurisdictionNCICLISCode>
    </j:JudicialOfficialBarIdentification>
    </j:JudicialOfficialBarMembership>
    <ecf:CaseRepresentedPartyReference s:ref="Party2"/>
    </ecf:CaseOtherEntityAttorney>
    <ecf:CaseOtherEntityAttorney>
    <nc:RoleOfPersonReference s:ref="Attorney1"/>
    <j:JudicialOfficialBarMembership>
    <j:JudicialOfficialBarIdentification>
    <nc:IdentificationID>123456</nc:IdentificationID>
    <j:IdentificationJurisdictionNCICLISCode>TX</j:IdentificationJurisdictionNCICLISCode>
    </j:JudicialOfficialBarIdentification>
    </j:JudicialOfficialBarMembership>
    <ecf:CaseRepresentedPartyReference s:ref="Party1"/>
    </ecf:CaseOtherEntityAttorney>
    <ecf:CaseParticipant>
    <ecf:EntityPerson s:id="Attorney1">
    <nc:PersonName>
    <nc:PersonGivenName>Joe</nc:PersonGivenName>
    <nc:PersonMiddleName></nc:PersonMiddleName>
    <nc:PersonSurName>Singleton</nc:PersonSurName>
    </nc:PersonName>
    <nc:PersonOtherIdentification>
    <nc:IdentificationID>5d12a9cc-1533-4eac-b2c6-3d64a42baa0e</nc:IdentificationID>
    <nc:IdentificationCategoryText>CASEPARTYATTORNEYID</nc:IdentificationCategoryText>
    </nc:PersonOtherIdentification>
    <ecf:PersonAugmentation>
    <nc:ContactInformation>
    <nc:ContactTelephoneNumber>
    <nc:FullTelephoneNumber>
    <nc:TelephoneNumberFullID>210-403-8600</nc:TelephoneNumberFullID>
    </nc:FullTelephoneNumber>
    </nc:ContactTelephoneNumber>
    <nc:ContactEmailID/>
    <nc:ContactMailingAddress>
    <nc:StructuredAddress>
    <nc:LocationStreet>
    <nc:StreetFullText>911 Central PKWY N, Ste 110</nc:StreetFullText>
    </nc:LocationStreet>
    <nc:AddressSecondaryUnitText></nc:AddressSecondaryUnitText>
    <nc:LocationCityName>San Antonio</nc:LocationCityName>
    <nc:LocationStateName>TX</nc:LocationStateName>
    <nc:LocationCountryFIPS10-4Code>US</nc:LocationCountryFIPS10-4Code>
    <nc:LocationPostalCode>78232</nc:LocationPostalCode>
    </nc:StructuredAddress>
    </nc:ContactMailingAddress>
    </nc:ContactInformation>
    </ecf:PersonAugmentation>
    </ecf:EntityPerson>
    <ecf:CaseParticipantRoleCode>ATTY</ecf:CaseParticipantRoleCode>
    </ecf:CaseParticipant>
    <ecf:CaseParticipant>
    <ecf:EntityOrganization s:id="Party1">
    <nc:OrganizationName>Harris County</nc:OrganizationName>
    <nc:OrganizationIdentification>
    <nc:IdentificationID>a174d1a1-0ce2-4a6a-984e-998b890d3e6f</nc:IdentificationID>
    <nc:IdentificationCategoryText>CASEPARTYID</nc:IdentificationCategoryText>
    </nc:OrganizationIdentification>
    <ecf:OrganizationAugmentation>
    <nc:ContactInformation>
    <nc:ContactTelephoneNumber>
    <nc:FullTelephoneNumber>
    <nc:TelephoneNumberFullID>7138443400</nc:TelephoneNumberFullID>
    </nc:FullTelephoneNumber>
    </nc:ContactTelephoneNumber>
    <nc:ContactEmailID/>
    <nc:ContactMailingAddress>
    <nc:StructuredAddress>
    <nc:LocationStreet>
    <nc:StreetFullText>P O BOX 3064</nc:StreetFullText>
    </nc:LocationStreet>
    <nc:AddressSecondaryUnitText></nc:AddressSecondaryUnitText>
    <nc:LocationCityName>Houston</nc:LocationCityName>
    <nc:LocationStateName>TX</nc:LocationStateName>
    <nc:LocationCountryFIPS10-4Code>US</nc:LocationCountryFIPS10-4Code>
    <nc:LocationPostalCode>772533064</nc:LocationPostalCode>
    </nc:StructuredAddress>
    </nc:ContactMailingAddress>
    </nc:ContactInformation>
    </ecf:OrganizationAugmentation>
    </ecf:EntityOrganization>
    <ecf:CaseParticipantRoleCode>1690</ecf:CaseParticipantRoleCode>
    </ecf:CaseParticipant>
    <ecf:CaseParticipant>
    <ecf:EntityPerson s:id="Attorney2">
    <nc:PersonName>
    <nc:PersonGivenName>Joe</nc:PersonGivenName>
    <nc:PersonMiddleName></nc:PersonMiddleName>
    <nc:PersonSurName>Singleton</nc:PersonSurName>
    </nc:PersonName>
    <nc:PersonOtherIdentification>
    <nc:IdentificationID>76ff5e18-9c9a-4957-af4f-64ffa5217cd1</nc:IdentificationID>
    <nc:IdentificationCategoryText>CASEPARTYATTORNEYID</nc:IdentificationCategoryText>
    </nc:PersonOtherIdentification>
    <ecf:PersonAugmentation>
    <nc:ContactInformation>
    <nc:ContactTelephoneNumber>
    <nc:FullTelephoneNumber>
    <nc:TelephoneNumberFullID>210-403-8600</nc:TelephoneNumberFullID>
    </nc:FullTelephoneNumber>
    </nc:ContactTelephoneNumber>
    <nc:ContactEmailID/>
    <nc:ContactMailingAddress>
    <nc:StructuredAddress>
    <nc:LocationStreet>
    <nc:StreetFullText>911 Central PKWY N, Ste 110</nc:StreetFullText>
    </nc:LocationStreet>
    <nc:AddressSecondaryUnitText></nc:AddressSecondaryUnitText>
    <nc:LocationCityName>San Antonio</nc:LocationCityName>
    <nc:LocationStateName>TX</nc:LocationStateName>
    <nc:LocationCountryFIPS10-4Code>US</nc:LocationCountryFIPS10-4Code>
    <nc:LocationPostalCode>78232</nc:LocationPostalCode>
    </nc:StructuredAddress>
    </nc:ContactMailingAddress>
    </nc:ContactInformation>
    </ecf:PersonAugmentation>
    </ecf:EntityPerson>
    <ecf:CaseParticipantRoleCode>ATTY</ecf:CaseParticipantRoleCode>
    </ecf:CaseParticipant>
    <ecf:CaseParticipant>
    <ecf:EntityOrganization s:id="Party2">
    <nc:OrganizationName>City of South Houston</nc:OrganizationName>
    <nc:OrganizationIdentification>
    <nc:IdentificationID>0b04f15a-226d-417f-92e7-8d9088577121</nc:IdentificationID>
    <nc:IdentificationCategoryText>CASEPARTYID</nc:IdentificationCategoryText>
    </nc:OrganizationIdentification>
    <ecf:OrganizationAugmentation>
    <nc:ContactInformation>
    <nc:ContactTelephoneNumber>
    <nc:FullTelephoneNumber>
    <nc:TelephoneNumberFullID>7138443400</nc:TelephoneNumberFullID>
    </nc:FullTelephoneNumber>
    </nc:ContactTelephoneNumber>
    <nc:ContactEmailID/>
    <nc:ContactMailingAddress>
    <nc:StructuredAddress>
    <nc:LocationStreet>
    <nc:StreetFullText>P O BOX 3064</nc:StreetFullText>
    </nc:LocationStreet>
    <nc:AddressSecondaryUnitText></nc:AddressSecondaryUnitText>
    <nc:LocationCityName>Houston</nc:LocationCityName>
    <nc:LocationStateName>TX</nc:LocationStateName>
    <nc:LocationCountryFIPS10-4Code>US</nc:LocationCountryFIPS10-4Code>
    <nc:LocationPostalCode>772533064</nc:LocationPostalCode>
    </nc:StructuredAddress>
    </nc:ContactMailingAddress>
    </nc:ContactInformation>
    </ecf:OrganizationAugmentation>
    </ecf:EntityOrganization>
    <ecf:CaseParticipantRoleCode>1690</ecf:CaseParticipantRoleCode>
    </ecf:CaseParticipant>
    <ecf:CaseParticipant>
    <ecf:EntityPerson s:id="Party3">
    <nc:PersonBirthDate>
    <nc:Date xsi:nil="true"/>
    </nc:PersonBirthDate>
    <nc:PersonName>
    <nc:PersonGivenName>Joseph</nc:PersonGivenName>
    <nc:PersonMiddleName>K.</nc:PersonMiddleName>
    <nc:PersonSurName>Singleton</nc:PersonSurName>
    <nc:PersonNameSuffixText></nc:PersonNameSuffixText>
    </nc:PersonName>
    <nc:PersonOtherIdentification>
    <nc:IdentificationID>c86a92ef-35a4-449f-a729-1bc0c1f769f6</nc:IdentificationID>
    <nc:IdentificationCategoryText>CASEPARTYID</nc:IdentificationCategoryText>
    </nc:PersonOtherIdentification>
    <nc:PersonRaceText/>
    <nc:PersonSexCode xsi:nil="true"/>
    <ecf:PersonAugmentation>
    <nc:ContactInformation>
    <nc:ContactTelephoneNumber>
    <nc:FullTelephoneNumber>
    <nc:TelephoneNumberFullID>7138443400</nc:TelephoneNumberFullID>
    </nc:FullTelephoneNumber>
    </nc:ContactTelephoneNumber>
    <nc:ContactEmailID/>
    <nc:ContactMailingAddress>
    <nc:StructuredAddress>
    <nc:LocationStreet>
    <nc:StreetFullText>P O BOX 3064</nc:StreetFullText>
    </nc:LocationStreet>
    <nc:AddressSecondaryUnitText></nc:AddressSecondaryUnitText>
    <nc:LocationCityName>Houston</nc:LocationCityName>
    <nc:LocationStateName>TX</nc:LocationStateName>
    <nc:LocationCountryFIPS10-4Code>US</nc:LocationCountryFIPS10-4Code>
    <nc:LocationPostalCode>772533064</nc:LocationPostalCode>
    </nc:StructuredAddress>
    </nc:ContactMailingAddress>
    </nc:ContactInformation>
    </ecf:PersonAugmentation>
    </ecf:EntityPerson>
    <ecf:CaseParticipantRoleCode>1679</ecf:CaseParticipantRoleCode>
    </ecf:CaseParticipant>
    <ecf:CaseParticipant>
    <ecf:EntityPerson s:id="Party4">
    <nc:PersonBirthDate>
    <nc:Date xsi:nil="true"/>
    </nc:PersonBirthDate>
    <nc:PersonName>
    <nc:PersonGivenName>Raul</nc:PersonGivenName>
    <nc:PersonMiddleName></nc:PersonMiddleName>
    <nc:PersonSurName>Garza</nc:PersonSurName>
    <nc:PersonNameSuffixText></nc:PersonNameSuffixText>
    </nc:PersonName>
    <nc:PersonOtherIdentification>
    <nc:IdentificationID>15440071-302d-44f1-82e4-3fc930532049</nc:IdentificationID>
    <nc:IdentificationCategoryText>CASEPARTYID</nc:IdentificationCategoryText>
    </nc:PersonOtherIdentification>
    <nc:PersonRaceText/>
    <nc:PersonSexCode xsi:nil="true"/>
    <ecf:PersonAugmentation>
    <nc:ContactInformation>
    <nc:ContactTelephoneNumber>
    <nc:FullTelephoneNumber>
    <nc:TelephoneNumberFullID></nc:TelephoneNumberFullID>
    </nc:FullTelephoneNumber>
    </nc:ContactTelephoneNumber>
    <nc:ContactEmailID/>
    <nc:ContactMailingAddress>
    <nc:StructuredAddress>
    <nc:LocationStreet>
    <nc:StreetFullText>222 South Fork</nc:StreetFullText>
    </nc:LocationStreet>
    <nc:AddressSecondaryUnitText></nc:AddressSecondaryUnitText>
    <nc:LocationCityName>Houston</nc:LocationCityName>
    <nc:LocationStateName>TX</nc:LocationStateName>
    <nc:LocationCountryFIPS10-4Code>US</nc:LocationCountryFIPS10-4Code>
    <nc:LocationPostalCode>77148</nc:LocationPostalCode>
    </nc:StructuredAddress>
    </nc:ContactMailingAddress>
    </nc:ContactInformation>
    </ecf:PersonAugmentation>
    </ecf:EntityPerson>
    <ecf:CaseParticipantRoleCode>1666</ecf:CaseParticipantRoleCode>
    </ecf:CaseParticipant>
    <ecf:CaseParticipant>
    <ecf:EntityPerson s:id="Party5">
    <nc:PersonBirthDate>
    <nc:Date xsi:nil="true"/>
    </nc:PersonBirthDate>
    <nc:PersonName>
    <nc:PersonGivenName>Sandra</nc:PersonGivenName>
    <nc:PersonMiddleName>A.</nc:PersonMiddleName>
    <nc:PersonSurName>Garza</nc:PersonSurName>
    <nc:PersonNameSuffixText></nc:PersonNameSuffixText>
    </nc:PersonName>
    <nc:PersonOtherIdentification>
    <nc:IdentificationID>c346477d-90eb-4323-b082-7cc8edc6d143</nc:IdentificationID>
    <nc:IdentificationCategoryText>CASEPARTYID</nc:IdentificationCategoryText>
    </nc:PersonOtherIdentification>
    <nc:PersonRaceText/>
    <nc:PersonSexCode xsi:nil="true"/>
    <ecf:PersonAugmentation>
    <nc:ContactInformation>
    <nc:ContactTelephoneNumber>
    <nc:FullTelephoneNumber>
    <nc:TelephoneNumberFullID></nc:TelephoneNumberFullID>
    </nc:FullTelephoneNumber>
    </nc:ContactTelephoneNumber>
    <nc:ContactEmailID/>
    <nc:ContactMailingAddress>
    <nc:StructuredAddress>
    <nc:LocationStreet>
    <nc:StreetFullText>L J Garage</nc:StreetFullText>
    </nc:LocationStreet>
    <nc:AddressSecondaryUnitText>902 Arkansas St</nc:AddressSecondaryUnitText>
    <nc:LocationCityName>South Houston</nc:LocationCityName>
    <nc:LocationStateName>TX</nc:LocationStateName>
    <nc:LocationCountryFIPS10-4Code>US</nc:LocationCountryFIPS10-4Code>
    <nc:LocationPostalCode>775874916</nc:LocationPostalCode>
    </nc:StructuredAddress>
    </nc:ContactMailingAddress>
    </nc:ContactInformation>
    </ecf:PersonAugmentation>
    </ecf:EntityPerson>
    <ecf:CaseParticipantRoleCode>1666</ecf:CaseParticipantRoleCode>
    </ecf:CaseParticipant>
    </ecf:CaseAugmentation>
    </court:CourtCase>
    </CaseResponseMessage>
    </GetCaseResponse>
    </GetCaseResponse>

    Hi,
    I have some characters like below in oracle production database.
    COMPAÑÍA
    AGUARAGÜE
    I am taking the data from prod and loading the same in staging as it is.
    We use some EAI tools and generate the flat files and load those files into another oracle database. We get failed for those records which has special charaters like above.
    Both are oracle databases and one supports these characters and other doesnt't.
    Do we need to make any configuration changes at the database level?
    If any one worked on this scenario, pls help me out.
    Thanks,
    Vijay

  • Error using DB Tools Insert Data.vi

    Hi
    I am trying to insert data into a Paradox database and I am getting the following error:
    "Error -2147467259 occurred at Conn Execute.vi->DB Tools Create Table.vi->DB Tools Create Table If Not Exist.vi->DB Tools Insert Data.vi->Header Infromation 20061019 two inserts.vi
    Possible Reasons: Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Paradox Driver] The Microsoft Jet database engine cannot open the file ''.  It is already opened exclusively by another user, or you need permission to view its data. in Conn Execute.vi->DB Tools Create Table.vi->DB Tools Create Table If Not Exist.vi->DB Tools Insert Data.vi->Header Infromation 20061019 two inserts.vi"
    Right now the vi is set up to create a table if one does not exist.
    Any Suggestions on this .

    Hello Shani,
    Have you had a chance to look over the other questions Crystal asked above?  Those answers will help us to better help you.  I also found the following discussion forum - I know they are using a different database, but I think you can tweak the solution so it works for you too. 
    Have a fantastic Wednesday!
    Janell R | Applications Engineer

  • Error using XML_ETL_UTILS: OMB02902: Error setting property DATATYPE of XML

    This error occurs at the time of executing menu option Tools->"Create Components From XSD/WSDL". (After the XML_ETL_UTILS expert module was already installed successfully). The error comes as a pop-up window with long stack of OMB script errors:
    OMB02902: Error setting property DATATYPE of XML_OBJECT: 0 while executing
    "OMBALTER PLUGGABLE_MAPPING '$pplug' ADD ATTRIBUTE 'XML_OBJECT' OF GROUP 'OUTGRP1' OF OPERATOR 'XS_$plug_name' SET PROPERTIES (DATATYPE,EXPRESSION,BUS..."
    ... and then more lines with errors. I wished I could attach a screenshot of the the pop-up window.
    If I could ask oracle folks familiar with the expert module XML_ETL_UTILS to help me out.
    Thanks,
    vr

    This is a bit of an odd one that can be resolved by creating an Oracle module in the project where you are creating your pluggable maps.
    It is a bug in OWB because OWB does not load the datatypes on demand when pluggables are being created so for now if you create an oracle module all the oracle types will be loaded then pluggables can be created which use these types. I should have put this in the expert's notes because its something I also fell over a couple of times, forgot about, then annoyingly remembered! ;)
    Cheers
    David

  • Error using an XML as data provider for either datagrid or linechart

    Hi,
    I am developing an application using Flex and Java servlets.
    Upon user
    event, I load the data using the servlet and store the data
    in a
    Dictionary. I am running into couple of issues from here
    a. If I try to use the XML object in the dictionary as the
    data provider
    for either Datagrid or Linechart I am unable to view the
    data. I did a
    trace on the object and it has the correct data.
    b. Also, I am unable to access the content of child elements
    when using
    a parent element as the data provider.
    ex. parent. child1. child2 does not work, it works when I
    provide child2
    as the dataprovider directly.
    Please let me know what might be the root causes and
    resolutions.
    Thanks in advance,
    Nataraj

    I did not find a solution to the problem and created a list
    of the child objects and used that as the source instead of the top
    level XML object. This worked.

  • MaxL error while trying to extract data

    EXPORT DATABASE "NApp"."NDb" USING REPORT_FILE 'N.rep' TO DATA_FILE '\\\path\datafile.txt'
    I get the error
    ERROR - 1030100 - Cannot open file: [N.rep].
    ERROR - 1241101 - Unexpected Essbase error 1030100.
    I don't understand where am I going wrong. The report script N.rep is a part of the database itself. The server access is all fine as well.

    Here a couple of examples that should help.
    If you want to give the full path to the report script use something like.
    export database sample.basic using report_file 'E:&#92;&#92;output&#92;&#92;export.rep' to data_file 'export.txt';
    or if you want to reference a script within the database folder
    export database sample.basic using server report_file 'export' to data_file 'export.txt';
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error trying to extract data via HFM objects

    I've written a program to extract selected data from HFM (version 11.1.1.3.500) using the API objects. The program (shown at the bottom of this post) is failing on the 2nd of the following 2 lines:
    oOption = oOptions.Item(HSV_DATAEXTRACT_OPT_SCENARIO_SUBSET)
    oOption.CurrentValue = lBudgetScenario
    where oOption is a data load/extract object previously initialized and lBudgetScenario is the long internal ID for our budget scenario.
    The error is usually "COM Exception was unhandled" with a result code of "0x800456c7", but, mysteriously, even with no code changes, it sometimes throws the error "FileNotFoundException was not handled", where it says that it could not load "interop.HSXServerlib or one of its dependencies". The second error occurs even though HSXServer was previously initialized in the program and used in conjunction with the login.
    I've carefully traced through the VB.NET 2010 code and find that all relevant objects are instantiated and variables correctly assigned. It also occurred to me that the data load DLLs might have been updated when the 11.1.1.3.50 and 500 patches were applied. For that reason, I removed the references to those DLLs, deleted the interop files in the debug and release folders and copied the server versions of those DLLs to my PC. I then restored the DLL references in Visual Studio which recreated the interops. However, the error still occurs.
    The ID I'm using (changed to generic names in the code below) has appropriate security and, for example, can be used to manually extract data for the same POV via the HFM client.
    I've removed irrelevant lines from the code and substituted a phony ID, password, server name and application name. The line with the error is preceded by the comment "THE LINE BELOW IS THE ONE THAT FAILS".
    Imports HSVCDATALOADLib.HSV_DATAEXTRACT_OPTION
    Module Module1
    Public lActualScenario, lBudgetScenario As Long
    Public oClient As HSXCLIENTLib.HsxClient
    Public oDataLoad As HSVCDATALOADLib.HsvcDataLoad
    Public oOptions As HSVCDATALOADLib.IHsvLoadExtractOptions
    Public oOption As HSVCDATALOADLib.IHsvLoadExtractOption
    Public oSession As HSVSESSIONLib.HsvSession
    Public oServer As HSXSERVERLib.HsxServer
    Sub Main()
    'Create a client object instance, giving access to
    'the methods to logon and create an HFM session
    oClient = New HSXCLIENTLib.HsxClient
    'Create a server object instance, giving access to
    'all server-based methods and properties
    oServer = oClient.GetServerOnCluster("SERVERNAME")
    'Establish login credentials
    oClient.SetLogonInfoSSO("", "MYID", "", "MYPASSWORD")
    'Open the application, which will initialize the server
    'and session instances as well.
    oClient.OpenApplication("SERVERNAME", "Financial Management", "APPLICATION", oServer, oSession)
    'Instantiate a data load object instance, which will be used to extract data from
    'FRS.
    oDataLoad = New HSVCDATALOADLib.HsvcDataLoad
    oDataLoad.SetSession(oSession)
    'Initialize the data load options interface.
    oOptions = oDataLoad.ExtractOptions
    'Find the internal ID numbers for various scenarios and years.
    'These are required for HFM API function calls.
    lActualScenario = GetMemberID(DIMENSIONSCENARIO, "Actual")
    lBudgetScenario = GetMemberID(DIMENSIONSCENARIO, "Budget")
    'Construct file names for open data.
    strFileName = "c:\Temp\FEWND_BudgetData.dat"
    strLogFileName = "c:\Temp\FEWND_BudgetData.log"
    'Extract data for the current open cycle.
    ExtractData("Budget", BudgetYear, "Dec", strFileName, strLogFileName)
    End Sub
    Sub ExtractData(ByVal strScenario As String, ByVal strYear As String, ByVal strPeriod As String, _
    ByVal strFileName As String, ByVal strLogFileName As String)
    'Populate the Scenario element.
    oOption = oOptions.Item(HSV_DATAEXTRACT_OPT_SCENARIO_SUBSET)
    If strScenario = "Actual" Then
    oOption.CurrentValue = lActualScenario
    Else
    'THE LINE BELOW IS THE ONE THAT FAILS
    oOption.CurrentValue = lBudgetScenario
    End If
    End Sub
    Function GetMemberID(ByVal lDimID As Long, ByVal strMemLabel As String) As Long
    Dim oMetaData As HSVMETADATALib.HsvMetadata
    oMetaData = oSession.Metadata
    oEntityTreeInfo = oMetaData.Dimension(lDimID)
    GetMemberID = oEntityTreeInfo.GetItemID(strMemLabel)
    End Function
    End Module

    I stumbled upon the solution to my problem. The documentation for extracting data via objects defines member ID variables as Longs. In fact, I've always defined such variables as longs in previous object programs and had no problems. It appears that the datal load/extract "option" property of "Currentvalue" is defined as integer. When I changed all of my member ID items (such as the "lBudgetScenario" variable that was the right-side of the failing assignment statement) to be integers, the program worked.

  • When I use SSIS for extract from OLAP Database, then the error random occurred,Error Code = 0x80040E05

     I have tired for this!
    When I use SSIS for extract data from ssas, that means,I use mdx query.
    then random error occured.
    Hope some one can understand my poor English....
    And the Error Info show below.
    Code Snippet
    Error: 0xC0202009 at Data Flow Task - For Individual User Tech Points, OLE DB Source 1 1 [31]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E05.
    An OLE DB record is available.  Source: "Microsoft OLE DB Provider for Analysis Services 2005"  Hresult: 0x00000001  Description: "Error Code = 0x80040E05, External Code = 0x00000000:.".
    Error: 0xC004701A at Data Flow Task - For Individual User Tech Points, DTS.Pipeline: component "OLE DB Source 1 1" (31) failed the pre-execute phase and returned error code 0xC0202009.

    I have had the same error on SQL2008 and now on SQL2012 SSIS, but have been able to eliminate / workaround.
    We have a Loop Container in our Control flow that contains a data-flow task with an MDX source. The MDX query for the data-flow source is dynamically built (via an expression) on each iteration of the Loop container (however it always returns the "same shaped"
    results - only the filters in the WHERE clause are different).
    We've found the error to be somewhat intermittent - sometimes the package will complete successfully, other times it will fail with the 0x80040E05 error at varying iterations thru the container loop.
    To alleviate the problem we setup the SQL Agent job-step for this package to re-try on failure for up to 5 retries - not an ideal workaround, but it helped to improve the success rate of the Job.
    We have no idea why this error is occurring or what is causing it, however it appears to be timing-related in some way and I have only seen the issue when using a SSAS OLE-DB data source with a dynamically generated MDX query. I have managed to virtually
    eliminate the error from occurring with a not ideal workaround in the SSIS package - no idea why this works/helps (hopefully Microsoft will be able to work it out and resolve the issue as it's been plaguing us since SQL2008 and is still here in SQL2012
    SP1...
    Workaround for MDX causing 0x80040E05 error:
    Within our loop container we have added a Script task with OnSuccess precedent constraint to the data-flow task that contains the dynamically generated MDX source query. The script task simply introduces a WAIT in the processing immediately after the
    data-flow task completes of about 5 seconds, before allowing SSIS to continue with the next iteration (e.g. System.Threading.Thread.Sleep(5000)).
    With this delay in place we have had much more stable SSIS package executions - dont know why, but that's what we havce observed. Also note that when we migrated to SQL2012 SSIS packages the 0x80040E05 error returned, however we were able to eliminate it
    once more by increasing the WAIT time to 10 seconds on this script task.
    Now waiting for 10 seconds is not an ideal solution / workaround to this problem - particularly when it is contained within a Loop Container (in our case it has added nearly 30 minutes of "WAIT time" to the package execution duration), however this workaround
    is better than having the package fail 80%+ of the time...
    regards,
    Piquet

  • Extracting date from oracle/other databases exactly to java

    Hello Friends,
    Iam creating a simple program which extracts data from any database and stores it in an XML file and also it can extract data from an XML file and updates the database.
    My program is just getting the tablename as an input and from that it builds the query (select * from tablename). Through ResultSet, Iam extracting date fields with getDate() method of ResultSet, which is yeilding converted dates [In oracle if date is 23-DEC-1980, Im getting it as 1980-12-23 in java]. Even getString() method of ResultSet doesn't work.
    I want my program to work with any database engine, which may have their own date formats. Kindly can anyone suggest me a way to extract date from any database exactly as it is to java.
    NOTE:: I can't use to_char(datefield) type commands in SQLQUERY as the only input to my program is tablename and my query is, select * from tablename.
    Regards,
    Ch.Praveen.

    HI Friends,
    Thanks for your fast replies. My program is extracting data from a database and generating an XML file for it, which is as follows.
    <?xml version="1.0" encoding="UTF-8"?>
    <table tableName="EMP">
    <row>
    <column columnName="EMPNO" columnType="NUMBER">7369</column>
    <column columnName="ENAME" columnType="VARCHAR2">'SMITH'</column>
    <column columnName="JOB" columnType="VARCHAR2">'CLERK'</column>
    <column columnName="MGR" columnType="NUMBER">7902</column>
    <column columnName="HIREDATE" columnType="DATE">'1980-12-17'</column>
    <column columnName="SAL" columnType="NUMBER">800</column>
    <column columnName="COMM" columnType="NUMBER" />
    <column columnName="DEPTNO" columnType="NUMBER">20</column>
    </row>
    <row>
    <column columnName="EMPNO" columnType="NUMBER">7499</column>
    <column columnName="ENAME" columnType="VARCHAR2">'ALLEN'</column>
    <column columnName="JOB" columnType="VARCHAR2">'SALESMAN'</column>
    <column columnName="MGR" columnType="NUMBER">7698</column>
    <column columnName="HIREDATE" columnType="DATE">'1981-02-20'</column>
    <column columnName="SAL" columnType="NUMBER">1600</column>
    <column columnName="COMM" columnType="NUMBER">300</column>
    <column columnName="DEPTNO" columnType="NUMBER">30</column>
    </row>
    </table>
    Here you can observe that HIREDATE column is having date in different format than in oracle. We are getting an error while we are extracting data from an XML file and updating the database, as dateformats differ. Can anyone provide a solution, which extracts date from database to java exactly as per the dateformat in database.

  • Failed to extract data by OracleXMLQuery

    Hi, Sir:
    When I used XDK to extract data from Oracle8i. I received an error message.
    Here is part of my codes:
    String tblName = "sp_collect_open_master";
    String optQry = "select count(*) from sp_collect_reason";          
    try{               
    DBConn dbConn = new DBConn();
    OracleConnection conn = dbConn.getConn();
    OracleXMLQuery oraqry = new OracleXMLQuery(conn,optQry );
    If the statement is "select * from sp_collect_reason" , then it works fine. However, while I use SQL Function here in the statement, it won't work. What could I do now ? Please advise ! Thanks

    try select count(*) myCount from ....

  • Best practice to extract data from Hyperion Enterprise 5.5

    We are looking into extracting high-level data from our Hyperion Enterprise 5.5 and am in the process of researching what are the best practices to do that. I am reading the docs for the APIs that I can call from VB6. I am also interested if there are available Java APIs out there.Thanks in advance and Happy Holidays to everyone!Angelito [email protected]

    The easiest is using HAL (Hyperion Application Link). I have used HAL to extract data, organizations, account, subs, entities, etc.

  • Does ODI has ability to extract data from multiple tables

    We have requirement using ODI to extract data from multiple tables depending on certain logic and spool 100+ files.
    How efficient ODI is in data extraction from several multiple tables especially when the extraction is dependent on certain business logic conditions ? Also, if anyone used Peoplesoft Application Engine process to extract volumes of data, how efficient Peoplesoft Applicaiton Engine process is as compared to ODI ? I will really appreciate if someone throws some light on this ? Thanks in advance.
    Ram

    One more option
    Create two Integration Interfaces and launch them sequentially:
    1st Interface : select a IKM ... Append and activate the Distinct rows check box.
    2nd Interface : select an IKM ... Incremental Update and set the UPDATE option to No.
    Be aware that the update key in this Integration Interface should be composed of all the target columns mapped. Also activate the Distinct rows check box.
    Thanks,
    Sutirtha
    Edited by: Sutirtha Roy on Jul 21, 2009 10:08 AM

Maybe you are looking for

  • Syntax error  while executing Key Figure routine

    Hello, I am posting my question again, as I have not got any solution. Please help it will be really appreciated. Here's the description I am loading data from flatfile to an Infocube with 3 keyfigures: Sales Price , Sales Quantity, Sales Revune. Get

  • Flash 8 / AS 2.0 for Games Books / websites

    Hello, I will soon start developing a game in Flash (note: not necessarily a webgame - it should be a standalone, also). The game is an isometric managerial simulation, so i would need to learn more not only about isometric tiles, but also data handl

  • When I Copy Text From Preview, It Pastes Gibberish

    More & more frequently, when I copy text from a pdf doc opened in Preview, it pasts gibberish. I sue to be able to quit preview in 10.5.x, now on my new iMac 10.6.x, it keeps pasting the same old gibberish. Besides using Reader, is there anything els

  • Can not copy spaces from some pdf file

    https://sites.google.com/site/sharedacrobat/data/cannot_copy_text.pdf I'm trying to copy some text from the above pdf file (with mouse and ctrl-C). But many spaces are missing (e.g., the following text). Is it a problem with acrobat. Or it is a probl

  • Camera Raw 7.2 shows flourexcent lights as red

    When I open any NEF file from a Nikon D7000 the flourescent lights appear bright red. As I work with the image and eventually open the image into the normal Photoshop Elements 11 editor, the lights appear proper. Is this a known issue?