Questions tagged [ibm-odm]

IBM Operational Decision Manager (ODM) is IBM's Business Rule Management System (BRMS) which is the successor of Ilog Jrules. ODM incorporates Rule Management and Event Processing in the newer versions. It contains three important components called Decision Center/Team Server(Used by business team for authoring rules), Rule Designer(Used by developers for creating and maintaining rules) and Rule Execution Server(Used for executing rules).

IBM's Operational Decision Manager (ODM) business rule product is the successor to JRules. Questions pertaining to development of business rules in ODM should have this tag.

121 questions
0
votes
1 answer

Websphere Cobra.NoResponse Request Timed Out

I am getting the below error (in SystemOut.log in Decision Center) exactly 5 minutes after firing our rules, it’s been consistently 5 minutes. The ruleset is getting sent from Decision Center to Decision Server, because I can see the rules in…
Mabel Oza
  • 557
  • 8
  • 22
0
votes
2 answers

How to run technical rule in IBM ODM

I would like to know, how should we execute the rules written in technical rule of IBM ODM. I am using ODM V8.0.1. I have tried as below. I created a XOM having class named Courier.java public class Courier { private String courierType; private int…
Selva
  • 1
  • 3
0
votes
1 answer

Exporting Rule Project from ILOG Decision Center

Every time I try to export my rule project from decision center I am getting the following error: Error: An unknown error occurred while trying to perform this operation: ilog.rules.synchronization.SyncException: null I am not getting this error…
Mabel Oza
  • 557
  • 8
  • 22
0
votes
1 answer

WODM 7.5 Error when connecting to Decision Server - IO error when contacting "/res/j_security_check"

When trying to connect from Rule Studio/Decision Center to the Decision server on the sample server, I get below error. IO error when contacting "/res/j_security_check" using WAS 7 as sample server for the WODM Decision Server. a. I am not using any…
vad
  • 16
  • 2
0
votes
1 answer

How to make a condition test correspond to subcolumns of an ODM decision table?

I'm using ODM 8.5 (the successor to JRules), and I'm mimicking the steps described in IBM's tutorial - Editing Decision Tables; however, I can't generate a legal test. In the tutorial, they create the following test: the customer's age of the…
kc2001
  • 5,008
  • 4
  • 51
  • 92
0
votes
1 answer

ILOG - version 8.0.1

Sometimes when the rules are deployed from the decision center to RES, although the recent changes are visible in the new archive, on RES, but the execution results don't reflect them. It is as if the changes are not recognized at execution time. A…
0
votes
1 answer

How can I eliminate a "not defined" warning referring to a java.util class in my BOM file?

I'm using ODM 8.5 (the JRules successor). I generated a BOM from an existing Java project. One of the generated classes in my bom file looks something like: public class MyClass extends java.io.Serializable { public java.util.UUID myId; } I…
kc2001
  • 5,008
  • 4
  • 51
  • 92
0
votes
1 answer

How to fix a duplicated term error in an ODM/JRules mapping from a Java project?

I am just beginning to use ODM 8.5 (the successor to JRules), and I'm trying to use a pre-existing Java project as the basis for the business object model (BOM). Most classes seem to translate well; however, I have one error I haven't been able to…
kc2001
  • 5,008
  • 4
  • 51
  • 92
0
votes
2 answers

How to produce business rule output that can be examined in the ODM Rule Execution Server Console?

I am new to ODM 8.5 (the successor to JRules), and I am trying to test some rules in the ODM Rule Execution Server Console. At this point, I'm merely trying to confirm that my rule changes have been deployed to the RES successfully. According to…
kc2001
  • 5,008
  • 4
  • 51
  • 92
0
votes
3 answers

ILog ODM 8.0.1 : Loggging a name Rule in execution

I want to log the name of rule, the problem : How to get the rule name in XOM? OR Can I inject a code before execute the rule?
0
votes
3 answers

ILOG dynamic ruleset

public void executeRules(IlrRule[] rules){ IlrRuleset rulesetNew = new IlrRuleset(); IlrContext ctxt = new IlrContext(rulesetNew); IlrTask task = ruleset.getTask("ExecFlow#exe"); IlrRuleTaskRunner runner =…
0
votes
2 answers

How to set custom property to business rules in (ILOG) IBM ODM

I have a requirement to set a new property (example: unique ID) to each and every rule and access it from action part of the respective rules during the execution. For example: If the age of person is more than 18 then set the output to…
user2968583
  • 3
  • 1
  • 6
0
votes
1 answer

How to determine whether extensions have been made to JRules that won't be automatically converted to ODM?

I am facing an upgrade of the JRules 7.112 portion of our application to ODM 8.5. Unfortunately, the people who did the JRules work are no longer around, and we lack much in-house expertise. Migrating from JRules to ODM lists the steps that need to…
kc2001
  • 5,008
  • 4
  • 51
  • 92
0
votes
1 answer

IBM ODM aka iLog JRules Database query-based rule throwing NPE at execution time

I am trying to overcome a challenge arising from a specific requirement which necessitates a couple of rules query a database and return results according to values obtained from the SELECT statement. Although I know that it is not a "best practice"…
fledglingCoder
  • 402
  • 9
  • 24
-1
votes
1 answer

Does backend systems like IIB, WSRR, Data Power etc support Restful web services?

Does backend systems (WSRR, DP, ODM, MDM, IIB, etc) support Restful web services? I know they support Soap! Also, if my application is developed using IIB, WSRR, Data Power etc with SOAP web services, can they be converted to Restful web services?…
user3845894
  • 353
  • 1
  • 5
  • 17
1 2 3
8
9