Questions tagged [business-rules]

A business rule is a statement that describes a business policy or procedure. Business logic describes the sequence of operations that is associated with data in a database to carry out the rule.

A business rules engine works by separating execution code for business rules from the rest of the business process management system. This allows the end user to change business rules without having to ask a programmer for help. When a change is made, the engine will evaluate the change's effect on other rules in the system and flag the user if there is a conflict. Business Rules Model

497 questions
0
votes
1 answer

How do I verify the correct input payload format for the Business Rules on Bluemix?

I want to make sure that the payload I pass to the ruleset request for the Business Rules service on Bluemix is correctly formed. How do I do so?
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

"Error when executing the ruleset" on the Business Rules service on Bluemix

When executing my rules deployed to the Business Rules service on Bluemix, I see the following error: ilog.rules.res.decisionservice.IlrDecisionServiceException: Error when executing the ruleset /MyRuleApp/1.0/myrules/1.0 …
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

"It was not possible to retrieve ruleset information" when executing Business rules on Bluemix

When executing my rules deployed on the Business rules service on Bluemix, I see the following exception: ilog.rules.res.session.IlrSessionCreationException: An error occurred while the rule session was created: …
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

“Unable to run test .. Unexpected character ('"' ” on Business Rules service on Bluemix

When testing my rules on the Business Rules service on Bluemix, I get the following error: "Unable to run test Error when extracting the ruleset parameter value from the request. Unexpected character ('"' (code 34)): was expecting comma to…
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

“Unable to run test .. Unexpected end-of-input” on Business Rules service on Bluemix

When testing my rules on the Business Rules service on Bluemix, I get the following error: "Unable to run test Error when extracting the ruleset parameter value from the request. Unexpected end-of-input: expected close marker for OBJECT (from…
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

"Unable to run test .. null object" on Business Rules service on Bluemix

When testing my rules on the Business Rules service on Bluemix, I get the following error: "Unable to run test Error when executing the ruleset /MyRuleApp/1.0/myrules/1.0 An error occurred while the rule session was called: …
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

How do I find which Java version is being used to execute my rules on Bluemix?

I am executing my rules on the Business Rules service on Bluemix, and want to know which Java runtime version is used. How do I find this information?
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

The parsing of the ruleset failed when executing rules on Bluemix

When testing a ruleset deployed on the Business Rules service on Bluemix, I see the following error: An error occurred while the rule session was created: com.ibm.rules.res.xu.internal.XUException: The parsing of the ruleset …
z_blue
  • 350
  • 3
  • 20
0
votes
0 answers

Running Total Based Upon Ranges

Been trying to solve this for couple days (SQL Server 2014) but it is beyond my starting\limited knowledge. It is a practical scenario of attempting to calculate a running total of our employees seniority based upon eligibility periods (Basically…
0
votes
1 answer

Set the HTDS options for a ruleset deployed on the Business Rules service on Bluemix

When using the Rule Execution Server console (for the Business Rules service on Bluemix), I can edit the following HTDS Options for a ruleset: Hosted transparent decision service location Web service endpoint Decision service target namespace…
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

unknownElement in XML response for ruleset executed by Business Rules on Bluemix

I executed a ruleset on the Business Rules service on Bluemix. The XML response has an element called "unknownElement" which is not in the WSDL definition. < DecisionServiceResponse xmlns="http://www.ilog.com/rules/DecisionService" > <…
z_blue
  • 350
  • 3
  • 20
0
votes
2 answers

BOM Entry creation fails for XML Schema (Business Rules service on Bluemix)

I am working with the Rule Designer for the Business Rules service on Bluemix to create a BOM entry from an XML schema. When I select the XOM entry in the wizard, I see the error: "Invalid XOM entry, please check your log file" The Eclipse log file…
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

HTDS configuration for the Business Rules service on Bluemix

I have configured the Hosted Transparent Decision Services (HTDS) web application for ODM. Can I apply similar configuration changes when using the Business Rules service on Bluemix?
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

XU connection pool and the Business Rules service on Bluemix

In ODM, I configured the size and other properties of the XU connection pool for improved ruleset performance. I am trying to do the same when using the Business Rules service on Bluemix but do not know how to do so.
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

asynchronousRulesetParsing XU property and the Business Rules service on Bluemix

My ruleset is deployed on the Business Rules service on Bluemix, and I want to execute an older version of a ruleset while the newer one is being parsed. To do so, I am trying to configure the XU property asynchronousRulesetParsing, but I cannot…
z_blue
  • 350
  • 3
  • 20