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

How to determine if an object is an instance of a certain class in IBM Rules Designer/ODM?

This may be an easy one, but I haven't found an easy way to determine in a rule that an object in working memory represented by an implemented interface is a specific class in IBM Rules Designer 8.8.1. For example, assuming HousingPeriod is an…
0
votes
1 answer

How to find how many rules are associated with a rule task in IBM ODM/Rule Designer 8.8.1?

I'm new to the IBM Rule Designer (8.8.1) and my team has inherited a project that contains numerous rule flows, subflows, rule/action tasks, etc. I'm attempting to document at the task (ie. rule flow node) level, but there are instances where 100+…
0
votes
1 answer

ODM XU Plugin - event listener

I've been trying to build an ODM Rule Execution Server XU plugin that logs details about the various events that are fired during rule execution. I've tried implementing the IlrRuleEngineEventPlugin interface and extending EventPlugin (neither…
freecouch
  • 233
  • 5
  • 19
0
votes
1 answer

Error importing Rule Design Project in IBM ODM

I am trying to import a rule design project into Eclipse, but Eclipse is importing the BOM, XOM and Rules folders as three different projects. Please help
AP01
  • 47
  • 1
  • 2
  • 9
0
votes
2 answers

Getting a NoSuchProviderException when using Javamail with SOAP

I have written a software that basically logs into a mail account and searches the inbox folder for unread emails and looks whether the subject is the one specified and then takes it's attachment(s) and does something with them. This software is…
0
votes
1 answer

ODM: The domain on the element contains an invalid entry

I'm getting the following error when trying to synchronize a dynamic domain retrieved from the database: The domain on the element '[domain object]' contains an invalid entry: '[entry]'. This only seems to happen for values that start with digits or…
freecouch
  • 233
  • 5
  • 19
0
votes
1 answer

Memory issue while running WODM (JRULES)

I'm creating a ruleApp and deploying it into the Rule Execution server. While executing the rules it starts throwing the OutOfMemory error. 000000bd execution E The interaction ruleEngine.execute has failed. …
0
votes
1 answer

Extract Bom Vocabulary IBM ODM in rule designer

Hi all i am new to IBM ODM Rule designer i need to export all the vocabulary tab to be exported to a document is there smart to do it instead of copying manually. Please find the attachment of screenshot highlighted with red color.
Kiran
  • 199
  • 4
  • 5
  • 14
0
votes
1 answer

Getting current branch in IBM ODM Decision Center

Is it possible with the Decision Center API to get the name of the current branch? I would like to implement a dynamic domain plugin that updates domains by querying from a database. But I want to be able to specify local, test, stage and prod…
freecouch
  • 233
  • 5
  • 19
0
votes
0 answers

Exception while running JRULES

When i'm running the rules in ODM 8.8 getting the below exception. I am using the Decision engine 1.40 execution E It was not possible to create the ruleset: /MisApp/1.0/Mis/1.74. …
user7439379
0
votes
1 answer

The Rule Execution Server component of IBM Decision Server doesn't seem to be installed

I am new to the IBM Rule Designer. I have created some rules with Eclipse Rule Designer, in order to test I want to use a local execution server, when I try to create a test case through DVS Decision Operation I get the following error: The Rule…
Federico
  • 333
  • 1
  • 4
  • 19
0
votes
1 answer

IBM ODM: multiple rulesets and wsdl files sharing the objects

I have an object model in the code and two different rulesets. Each ruleset is exposed as a separate endpoint with its own wsdl file. So, basically I have two endpoints and two wsdl files, however each wsdl contains definition of shared objects in…
Vadim Kirilchuk
  • 3,532
  • 4
  • 32
  • 49
0
votes
1 answer

How can I implement ODM rules engine in place of item processor in Spring Batch/Maven?

I am new to both Spring Batch and ODM Rules Engine. Currently I have a Spring Batch application that imports data into an xml file from excel .csv file. The Spring Batch is written in Java using an Eclipse - Maven Project. Now that I was able to…
Megan
  • 622
  • 1
  • 10
  • 16
0
votes
1 answer

How to use Break Statement in BAL of IBM ODM

for example i want an functionality which performs same functionality as Break statement. I can write the break statement in IRL Language but how can we write it in BAL Language?
Gouse Shaik
  • 340
  • 1
  • 2
  • 15
0
votes
2 answers

Connecting on-premise Decision Center to Bluemix Business Rules Service

I'm trying to configure into my local ODM Decision Center the connection to a Bluemix Business Rules Service (its Rule Execution Server). In the process, I'm getting a generic IO_ERROR while testing the connection on Decision Center console. Error…
1 2 3
8 9