< Previous | Next >

Task 9: Deploying a scorecard from Rule Designer

You learn how to deploy the scorecard to Rule Execution Server using Rule Designer.

About this task

In this task, you deploy your scorecard to Rule Execution Server. Rule Execution Server is an execution environment for managing and monitoring rulesets and rule engines. It handles the management, performance, security, and logging capabilities associated with the execution of your rules.

You can deploy to Rule Execution Server using Rule Designer.

Procedure

To deploy a scorecard using Rule Designer:

  1. From the File menu, click New > Project, and then click RuleApp Project.

    The New RuleApp Project wizard opens.

  2. On the RuleApp Project page, in the Project name field, enter ScorecardRuleApp, and then click Next.

    The Add Ruleset Archives page opens.

  3. Click the Rule Projects tab, and then click Add.
  4. In the Ruleset Archives window, click scorecardpublish_tutorial, and then click OK.
  5. Click Finish.

    The RuleApp view opens in the editor area.

  6. In the Deployment area, click Deploy.

    The Deploy RuleApp Archive wizard opens.

  7. On the first Deploy a RuleApp to Rule Execution Server(s) page, click Increment ruleset(s) minor version, and then click Next.
  8. On the second Deploy a RuleApp to Rule Execution Server(s) page, click Create a temporary Rule Execution Server configuration, and then click Finish.

    A message similar to the following is displayed in the Console view to confirm that the scorecardexecution_tutorial project has been successfully deployed.

    The "ScorecardRuleApp" RuleApp project was successfully deployed on the "temporaryServer" configuration.
        /ScorecardRuleApp/1.0 -> /ScorecardRuleApp/1.0: Element added
        /ScorecardRuleApp/1.0/scorecardpublish_tutorial/1.0 -> /ScorecardRuleApp/1.0/scorecardpublish_tutorial/1.0: Element added

Results

The scorecard is deployed to Rule Execution Server.

In the next task, you deploy the scorecard from Decision Center.

< Previous | Next >