The new OSGi architecture means that the embedded ILOG® engine is no longer available.
Instead the ILOG engine (now
called ODM) can be called remotely. Recreate existing ILOG rules as ODM rules.
About this task
For information about creating ODM rules, follow the link
at the end of this topic.
Procedure
To determine whether you use ILOG rules
with your previous version of InfoSphere® MDM
Server, run the following scripts. - For any ILOG-based Behavioral Extensions rules:
SELECT * FROM EXTENSIONSET
WHERE (JAVA_CLASS_NAME IS NULL OR JAVA_CLASS_NAME = '')
AND (RULE_SET_NAME IS NOT NULL OR RULE_SET_NAME != '')
- For any ILOG-based External Rules:
SELECT * FROM RULEENGINEIMPL
WHERE EXT_RULE_IMPL_ID
IN (SELECT EXT_RULE_IMPL_ID FROM EXTRULEIMPLEM
WHERE EXT_RULE_TP_CODE='R')