0

pentaho で CDE プラグインを使用しています CDE ダッシュボードで xaction の結果を含むダッシュボードを作成しています CDE ダッシュボードで xaction を結論付ける方法を誰か教えてください xaction をコンポーネントとして含めていますが、プレビューでxactionが生成するため、結果はありません

コンポーネントは名前パス アクション ソリューションを要求します

ここには何を入力すればよいですか

これが私の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>
4

2 に答える 2

0

xaction を CDE ダッシュボード フォルダに配置し、execute xaction コンポーネントを使用します

于 2013-05-24T08:59:22.617 に答える
0

ブラウザの URl を作成しようとしたので、正しい解決策を得たと思うので、solution=steel-wheels& path=dashboards& action=nov12xaction.xaction を設定します。

そしてそれは単に機能します

于 2012-11-12T04:27:24.700 に答える