Quantcast
Viewing all articles
Browse latest Browse all 16689

CDA unable to read from KTR

So... since I've been having problem with CDE's KETTLE Queries, I decided to try CDA.
The transformation, pretty simple:
2013-09-05_09h49_03.png

The CDA file:
Code:

<?xml version="1.0" encoding="utf-8"?><CDADescriptor>
    <DataSources>
        <Connection id="1" type="kettle.TransFromFile">
            <KtrFile>teste_Bas.ktr</KtrFile>
            <variables datarow-name="dlo_tipo"/>
            <variables datarow-name="dt_base"/>
            <variables datarow-name="contas"/>
        </Connection>
    </DataSources>


    <DataAccess id="1" connection="1" type="kettle" access="public" cache="true">
        <Name>Teste BAS</Name>
        <Query>Output</Query>
        <Parameters>
            <Parameter name="dlo_tipo" type="Integer" default="2041"/>
            <Parameter name="dt_base" type="Integer" default="201307"/>
            <Parameter name="contas" type="String" default="'basileia'"/>
        </Parameters>
    </DataAccess>
</CDADescriptor>

The errors found in log:
Code:

09:46:50,663 ERROR [LoggingOutlet] Thu Sep 05 09:46:50 BRT 2013:cda:Query 1 in DLO/kettle.cda has failed with exception Cannot find the specified transformation step Output
...
09:53:15,238 ERROR [CdaContentGenerator] doQuery: Cannot find the specified transformation step Output

Attached Images

Viewing all articles
Browse latest Browse all 16689

Trending Articles