Table of Contents

Search

  1. Preface
  2. Introduction to Informatica RulePoint Installation
  3. Before You Install RulePoint
  4. RulePoint Installation
  5. After You Install RulePoint
  6. Start RulePoint
  7. Upgrade RulePoint
  8. Switch from SQL Database Server Authentication Mode to Windows Authentication Mode Overview

Installation and Upgrade Guide

Installation and Upgrade Guide

Starting and Stopping RulePoint from a Command Prompt

Starting and Stopping RulePoint from a Command Prompt

You can run startHostAgent.bat, topology.bat, and design.bat from the command line to start the RulePoint instances.
  1. Enter the following command to start the RulePoint host-agent instance:
    startHostAgent.bat
    For example,
    c:\RulePoint_6.1.2\bin>startHostAgent.bat -h 10.10.10.10 -p 19000
    Enter the following command to stop the RulePoint host-agent instance:
    stopHostAgent.bat
    For example,
    c:\RulePoint_6.1.2\bin>stopHostAgent.bat -h 10.10.10.10 -p 19000
  2. Start the RulePoint topology instance.
    1. Clear the
      \temp
      directory.
    2. Enter the following command to start the RulePoint topology instance:
      topology.bat start <TopologyName>
      For example,
      c:\RulePoint_6.1.2\bin>topology.bat start Default
      Enter the following command to stop the RulePoint topology instance:
      topology.bat shutdown <TopologyName>
      For example,
      c:\RulePoint_6.1.2\bin>topology.bat shutdown Default
  3. Enter the following command to start the RulePoint design-time instance:
    design.bat start
    For example,
    c:\RulePoint_6.1.2\bin>design.bat start
    Enter the following command to stop the RulePoint design-time instance:
    design.bat stop
    For example,
    c:\RulePoint_6.1.2\bin>design.bat stop

0 COMMENTS

We’d like to hear from you!