You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/10/09 06:10:26 UTC

[jira] [Updated] (NIFI-1010) When using MSSqlServer Driver with ExecuteSQL always recieve Avro parse error: Empty: Name

     [ https://issues.apache.org/jira/browse/NIFI-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joseph Witt updated NIFI-1010:
------------------------------
    Fix Version/s: 0.4.0

> When using MSSqlServer Driver with ExecuteSQL always recieve Avro parse error: Empty: Name
> ------------------------------------------------------------------------------------------
>
>                 Key: NIFI-1010
>                 URL: https://issues.apache.org/jira/browse/NIFI-1010
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: 0.3.0
>         Environment: MSSqlServer
>            Reporter: Scott
>              Labels: ExecuteSQL, MSSql
>             Fix For: 0.4.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When using ExecuteSQL with the MSSqlServerDriver from Microsoft you always get a SchemParseException , Empty: Name.
> This is located in / nifi-nar-bundles / nifi-standard-bundle / nifi-standard-processors / src / main / java / org / apache / nifi / processors / standard / util / JdbcCommon.java line 98.
> The line should read: final String tableName = meta.getTableName(1) == "" ? "table" : meta.getTableName(1);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)