2012-11-12 117 views
0

我在Pentaho的 我創建包含在CDE儀表板上的xaction的結果 任何人可以PLZ告訴我,我怎麼能斷定xaction在CDE儀表盤 儀表板使用CDE插件我包括在xaction作爲一個組成部分,但在預覽沒有結果作爲xaction產生如何插入xaction在CDE儀表板

組件詢問 名 路徑 行動 解決方案

我應該在這裏輸入

這裏是我的xaction

<?xml version="1.0" encoding="UTF-8"?> 
<action-sequence> 
    <title>nov12xaction</title> 
    <version>1</version> 
    <logging-level>ERROR</logging-level> 
    <documentation> 
    <author>hussain</author> 
    <description>Empty blank action sequence document</description> 
    <help/> 
    <result-type>text</result-type> 
    <icon/> 
    </documentation> 

    <inputs/> 

    <outputs> 
    <query_result type="result-set"/> 
    </outputs> 

    <resources/> 

    <actions> 
    <action-definition> 
     <component-name>SQLLookupRule</component-name> 
     <action-type>Relational</action-type> 
     <action-outputs> 
     <query-result type="result-set" mapping="query_result"/> 
     </action-outputs> 
     <component-definition> 
     <query><![CDATA[select * from student where pointer > 30;]]></query> 
     <live><![CDATA[true]]></live> 
     <driver><![CDATA[com.jdbc.odbc.Driver]]></driver> 
     <connection><![CDATA[jdbc:mysql://localhost:3306/xactionstudy]]></connection> 
     <user-id><![CDATA[root]]></user-id> 
     <password><![CDATA[root]]></password> 
     </component-definition> 
    </action-definition> 

    </actions> 
</action-sequence> 

回答

0

我覺得我得到了正確的解決方案 我試圖克裏特島的URL瀏覽器 所以我設置 液=鋼製車輪& 路徑=儀表盤& 行動= nov12xaction.xaction //或任何動作的名稱是

,它只是工作

0

把你xaction進入CDE儀表板文件夾並使用執行xaction組件