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

ODM Command Line Build For Classic Rule Projects

I am using ODM 8.10 and want to automate building rule app files. The code is currently configured in the old Classic Rule Project, and we are trying to avoid migrating to Decision Services at this time. I have found build jars for Decision Services…
gjw80
  • 1,058
  • 4
  • 18
  • 36
0
votes
0 answers

IBM-ODM 8.10 Build Automation Tool - Error Deploying To RES

I am trying to automate the build/deployment process in IBM ODM v8.10 using the Build Automation Tool documented here: Rule Designer build automation tool I am trying to deploy a Decision Service to an RES instance hosted on a Linux server. I get…
gjw80
  • 1,058
  • 4
  • 18
  • 36
0
votes
0 answers

Debug Rule Project in Rule Designer

I am new with ODM and I am trying debug a rule project in Rule Designer. I have created a debug configuration but when i start a debug mode nothing happens and stay in this picture. My project has 560 decision table, at least 600 rows. How can I out…
0
votes
1 answer

Exception executing Rule Service running on ODM v8.10.2 (Rule server is deployed on Liberty 19.0.0.3)

ODM Rule server app is deployed on Liberty Server 19.0.0.3. The rule service is being invoked from RestClient plugin in Firefox. Getting following exception on liberty server running the rule server. 9/18/19 7:54:47:304 PDT] 000004ae…
Madhu
  • 109
  • 2
  • 13
0
votes
1 answer

How to change the input of a decision operation in the decision center

I am using the decision center business console, and it allows me to create new action rules or decision tables. Also I can add new variables to the variable sets. But it seems that I cannot modify the INPUT/OUTPUT of the decision operation. I…
John Henckel
  • 10,274
  • 3
  • 79
  • 79
0
votes
2 answers

Retrieve the decision table in readable format from ODM Decision Center using Java code/API

I need to extract the contents of a decision table in a readable/tabular format from the IBM ODM Decision Center Business Console using Java and ODM APIs provided. This has to be an automated process and hence I cannot use the existing Import/Export…
0
votes
1 answer

Generate an ID (non-editable by user) for a new row created in decision table

1. Is there a way to generate an ID in a decision table when a new row is added during Rules authoring. Say a Decision Table has 2 Offers configured.
Offer_Name | Offer_id | Offer_expiration_date | offer_type | offer_group
Offer1 | …
0
votes
1 answer

Input values in one decision table should appear as drop down in another decision table

I have a rules project where I need to setup some offers to be given to customers. Requirement - The Business Users would be provided with a single Table like UI (which is a Decision Table), to configure offers. The offers have various properties…
0
votes
1 answer

Migration of rule project from IBM ODM 8.5 to 8.9v

Is it possible to migrate IBM ODM Rule project of 8.5v to Decision service in 8.9v. what precaution need to taken while migration?
Gouse Shaik
  • 340
  • 1
  • 2
  • 15
0
votes
2 answers

Issue in adding third party dependency in Maven during Jenkins build - ODM

I am trying to build ODM projects outside of eclipse using the Jenkins pipeline and Maven plugin. I am following the link :…
newTask
  • 87
  • 1
  • 2
  • 8
0
votes
1 answer

How to update state of list so that Rete picks up the objects added therein for rules re-evaluation

I am using IBM 8.9.2 and we have a scenario where I need to create a list X based on values from the list Y while grouping on those values. For example, lets say I have a list of cities and every City object (in cityList list) has an attribute -…
0
votes
0 answers

Error while Configuring Decision Server to standalone profile IBM ODM 8.9.2 with WAS 8.5.5 JDK 1.7_64

I'm trying to Augment Decision Server (IBM ODM 8.9.2) on WAS 8.5.5 with JDK 1.7_64 and getting error. I'm setting up the JDK (we will be using default derby DB so no DB creation): managesdk -listAvailable managesdk.bat -setCommandDefault -sdkname…
0
votes
1 answer

Iteration over a column in decision table _ODM

I have a decision table which looks like : and my input to the decision table looks like this : A = 1, B = 1,4,5 and C =1 . The requirement is that the decision table processing should halt when the first match is encountered with the decision…
newTask
  • 87
  • 1
  • 2
  • 8
0
votes
1 answer

IBM ODM: HTDS and SOAP Fault Response

I made a really simple RuleApp with IBM ODM and deployed it to Rule Execution Server (RES). I intend to invoke this app with the SOAP protocol, so I retrieved the WSDL definition from HTDS. Input to this service is a simple class with one string…
Nikola
  • 1
0
votes
3 answers

With IBM ODM does the BOM implement the getters/setters from the XOM?

If in your Java XOM you implement getters and setters, do the Navigation methods in the BOM execute the getters?
Chuck Herrick
  • 63
  • 1
  • 9
1 2 3
8 9