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
0 answers

How can we extract all the action rules of a project in one single excel from decision center IBM ODM

I need to extract all the action rules in one single excel from decision center.Is there a way to do so?I have already deployed the study. I tried to select the rules and then export but it's extracting all the projects present.
0
votes
1 answer

Dojox.widget.standby: Standby spinner widget not being created in IBM ODM 8.11.1 Decision Center customization

We have customized the decisioncenter.war file creating new tabs and functionality. When testing this on DC 8.9.2, it all works fine. When moving to DC 8.11.1, the standby widget is not being created and is causing the code to stop before API calls…
brenz
  • 13
  • 3
0
votes
0 answers

IBM ODM With Springboot

I'm new to IBM ODM, just now I'm experiencing the IBM Operational Decision Manager Z trial. I need an example or trail or any tutorial for Spring boot applications that are integrated with IBM ODM. I want a road map for the IBM ODM with Spring…
0
votes
1 answer

IBM ODM - Exit criteria

How does IBM ODM rule exit criteria work? For example: For credit card approval, I have 5 rules for Platinum, Gold, Silver, Bronze, Flex. If person's credit history matches Platinum can approve, he is also eligible for all remaining cards by…
David
  • 1
  • 1
0
votes
0 answers

Rule Designer 8.9.2 error when trying to install maven plugin

I am working with ODM Rule Designer 8.9.2. I want to install the maven plugin but are not able to due to connection error message. As there is no marketplace in Rule Designer, I am trying to use the Install New Software function with the following…
brenz
  • 13
  • 3
0
votes
0 answers

Promoting branches from Decision Center test to production environments

Using ODM 8.10.5 in "cloud private" mode (OpenShift). We have three environments: review, test, and prod. Each has a distinct Decision Center and Rule Execution Server. We develop our ruleapps in the review DC using Rule Designer and sometimes just…
0
votes
1 answer

Error during migration of rule projects from 7.5 to 8.10.5

After migrating of rule projects from 7.5 to 8.10.5, during extraction of ruleset, error is throwing as below. "An error occured during exporting of ruleset archive. While applying of Business to execution(B2X) model mapping GBREX0001E: cannot find…
0
votes
0 answers

How do I make the icons bigger in rule designer for the decision table?

I am using Eclipse version 2020-06 with IBM ODM Rule Designer v 8.11.0.1 installed. I realise that the icons are very small as shown below: I am not sure how to enlarge it. I tried to explore the settings on eclipse (Window > Preferences) and also…
hahilas
  • 33
  • 7
0
votes
1 answer

Referencing and deploying ILOG jrules jars within XOM of an IBM ODM rule

I am working on implementation of some logic with cascading rules execution on IBM ODM. I was pretty much following these instructions from documentation. Namely, I wrote some simple logic invoking one ruleset from another, using library class and…
James C.
  • 1
  • 1
0
votes
1 answer

IBM ODM : How to ensure there are no duplicate rules in decision table

We have a need to manage large number of rules in ODM decision table. Is there a way I can enforce validation within ODM that prevents rule authors from duplicating rules. ODM does have overlap/GAP validation, but it is limited to one condition…
Gaurav
  • 1
0
votes
1 answer

Have ODM Rule or XOM "know" which environment (prod or non prod) is currently executing rule

I would like to use a property or a trick in ODM rules at execution time, to know if the rule is being executed on a prod or non production environment. I need to pass that information through to XOM java class to load a different properties…
Frank
  • 11
  • 3
0
votes
1 answer

Function Vs Virtual Method in IBM ODM

How Function and Virtual methods are different in IBM ODM? When we go for Functions and when we go for Virtual Method?
Gouse Shaik
  • 340
  • 1
  • 2
  • 15
0
votes
1 answer

calculate business days using IBM ODM

I have a requirement where the start date, time period and geography location will be passed on from the frontend to IBM ODM. IBM ODM then based on the geographical location, calculates the next date based on the time period and the holidays/working…
newTask
  • 87
  • 1
  • 2
  • 8
0
votes
1 answer

IBM ODM Rule Execution Server Repository not loaded

Hello I am new to ODM and its tools. I encountered a problem with connecting rule execution server's repository with my company's repository. I can click next and go to last step until finish but when I go to…
0
votes
2 answers

IBM ODM Import dynamic domain class when creating BOM to XOM mapping

I have a dynamic domain class which was created using na Excel file, each of the following values returns a string. A value "MANUAL" has a label "Manual". The class SegmentationResult is in odm.dynamic package and is shown here: Now I defined a…
budikpet
  • 33
  • 4
1 2
3
8 9