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 update decision tables automatically?

Is it possible to update registrys of a table decision without manually chagining them? For example if I have a condition column with a date value, I want to delete those lines or transfer them to another table when that date occurs. This in order…
0
votes
1 answer

Can no longer deploy to Bluemix Rules Engine Service

When I originally set up my Rules Engine service in Bluemix, I could deploy from my Eclipse Juno environment just fine. I just tried to deploy a new project this morning, and I got the following error in the deployment report in…
robo
  • 11
  • 3
0
votes
1 answer

Issues running J2SE Rule Client on Tomcat

We are trying to run a Pojo ruleclient to execute rules defined in ODM, within a Tomcat Java instance. We are utilizing a stateless session of RES server to execute the rules. When running on Localhost, its running fine, the rules are getting…
Ajay
  • 349
  • 1
  • 3
  • 11
0
votes
2 answers

How can I write operational results to remote database from IBM ODM Rules

I know it is not a good practice, but I need to write operational decision results into a remote database at the end of execution of the ruleflow. Does IBM ODM 8.7 provides any mechanism to achieve that ? Any workaround ? Any help ?
Dave
  • 1
  • 2
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

Viewing Contents of Deployed Ruleset on Rule Execution Server using REST API

How to view the deployed ruleset archive content using REST API(GET) in ODM 8.5? I am aware of viewing the deployed rule application archive contents on the RES Console including the option to select b2x, bom, irl, xml, empty directories
Ajay
  • 349
  • 1
  • 3
  • 11
0
votes
2 answers

Exposing the name of the Rules from IBM ODM

My requirement is to display all the rules available inside the Decision Server into my GUI. The Business user will decide the set of rules that are necessary to execute in the Decision Server for a particular business case. To achieve this I need…
Dave
  • 1
  • 2
0
votes
2 answers

DSV : Custome Scenario Provider - NullPointerException

I'm trying to create Custom Scenario Provider for Rule Designer and have created a Plug-in to execute it through Run Configurations. I'm able to create the plug-in and run DVS Runner; however, I'm receiving NullPointerException in IlrDVSRunner. I'm…
Akif Patel - BRMS
  • 537
  • 1
  • 4
  • 13
0
votes
1 answer

Memory Management in IBM ODM. Issues with response object creation in IBM Operational decision Manager

I would like to know, how should we execute the rules written in IBM ODM. I am using ODM V8.0.1. I have tried as below. I created a XOM having a Request class with String variable and Response class with a boolean public class Request{ private…
Abhiram
  • 53
  • 1
  • 1
  • 4
0
votes
2 answers

How to Identify Complexity of IBM ODM Rules Based Applications?

I would like to know, how the complexity of a rule based application can be measured? Is there a standard way defined by IBM ? or something with Function Point to measure the complexity of a software based application Complexity can always be based…
Ajay
  • 349
  • 1
  • 3
  • 11
0
votes
3 answers

Fetch xom from RES in odm 8.0.1

I am currently using odm 8.0.1.I have a scenario in which I need to fetch the xom from Res.I have fetched the ruleapp with res-fetch but not getting any options for the xom . Actually my aim is to deploy the ruleapp from one server to another .If…
0
votes
1 answer

Deploy ruleapp from one server to another with ant

I am using odm 8.0.1.I need to make an ant script where I can deploy a ruleapp on existing server to a different server.Like I have my ruleapp on E1 server and i need to deploy that ruleapp from E1 to E2 with help of ant automation. Please help…
0
votes
2 answers

To assign date to a variable ruleset in ODM

I am currently working on ODM 8.0.1. I am working on a project where I am required to add a ruleset variable of date type.We need to integrate brms with mainframe.So we need to generate cobol code for it.So when we assign a ruleset variable of type…
0
votes
1 answer

Add Xom to managed URI In res

I am Working on ILOG.Currently I am using an Ant script for deploying ruleapp to res.My Problem is when I am deploying it is working fine but I want to add xom automatically to " ADD Managed URI" tab present in res. xom is getting attached to…
0
votes
1 answer

How to use collection in B2X virtual method in IBM WODM8.x

I am trying to use collection(list) in b2x virtual method B2X Method - arguments - add(Double d,List l) l.add(d); But when I write rules it does not allow List object. What is wrong here?
Devesh
  • 2,024
  • 2
  • 16
  • 21
1 2 3
8 9