2012-07-16 65 views
0

我使用jdbc連接創建了一個簡單的xaction。該操作成功,但正在獲取空白報告。Pentaho Design Studio - 空白報告 - 警告無效塊

結果集未顯示出來。

enter code here 
<?xml version="1.0" encoding="UTF-8"?> 
<action-sequence> 
<title>latest1</title> 
<version>1</version> 
<logging-level>TRACE</logging-level> 
<documentation> 
<author>reskin</author> 
<description>Empty blank action sequence document</description> 
<help/> 
<result-type>none</result-type> 
<icon/> 
</documentation> 

<inputs/> 

<outputs> 
<resultset type="result-set" is-output-parameter="false"> 
<destinations> 
<response>resultset</response> 
</destinations> 
</resultset> 
</outputs> 

<resources/> 

<actions> 
<action-definition> 
    <component-name>SQLLookupRule</component-name> 
    <action-type>Relational</action-type> 
    <action-outputs> 
    <query-result type="result-set" mapping="resultset"/> 
    </action-outputs> 
    <component-definition> 
    <query><![CDATA[select * from cust_txn_list]]></query> 
    <live><![CDATA[true]]></live> 
    <driver><![CDATA[com.mysql.jdbc.Driver]]></driver> 
    <connection><![CDATA[jdbc:mysql://localhost:3306/hive_sample]]></connection> 
    <user-id><![CDATA[root]]></user-id> 
    <password><![CDATA[553450]]></password> 
    </component-definition> 
</action-definition> 

</actions> 
</action-sequence> 

我在BI服務器日誌得到以下警告消息

Parameters: Invalid chunk '' ignored. is the warning 

回答

0

我的問題是solved.The問題是由於輸出中paramater,「是輸出參數複選框應該總是檢查。