Rules Manager

Who has a working example for DBMS_RLMGR using a composite event structure?
I tried the example from the manual,
but I always receive an error message: ORA-41661.
Thanks
Klaus
My environment:
Oracle 10.2.0.1 EE on XP
Oracle 10.2.0.1 EE on SuSE 9
Script from "PL/SQL Packages and Types Reference", "88 DBMS_RLMGR"
CREATE or REPLACE TYPE AddFlight AS OBJECT (
CustId NUMBER,
Airline VARCHAR2(20),
FromCity VARCHAR2(30),
ToCity VARCHAR2(30),
Depart DATE,
Return DATE);
CREATE or REPLACE TYPE AddRentalCar AS OBJECT (
CustId NUMBER,
CarType VARCHAR2(20),
CheckOut DATE,
CheckIn DATE,
Options VARCHAR2(30));
CREATE or REPLACE TYPE TSCompEvent AS OBJECT (Flt AddFlight,
Car AddRentalCar);
BEGIN
dbms_rlmgr.create_rule_class
rule_class => 'CompTravelPromo',
event_struct => 'TSCompEvent',
action_cbk => 'CompPromoAction',
rslt_viewnm => 'CompMatchingPromos',
actprf_spec => 'PromoType VARCHAR2(20)',
rlcls_prop => '<composite/>'
END;
SQL ERROR CODE :-41661
BEGIN
ERROR at line 1:
ORA-41661: the system generated rule class package has errors
ORA-06512: in "EXFSYS.DBMS_RLMGR", line 569
ORA-06512: at line 2

I am trying to execute following script but i am getting error
pls let me know the details....
SQL> BEGIN
2 DBMS_RLMGR.CREATE_RULE_CLASS(
3 rule_class => 'LawEnforcementRC',
4 event_struct => 'LawEnforcement',
5 action_cbk => 'LawEnforcementCBK',
6 actprf_spec => 'actionType VARCHAR2(40), act
7 rslt_viewnm => 'MatchedCriteria',
8 rlcls_prop => '<composite
9 equal="bank.subjectId, transport.subjectId,
10 ordering="rlm$rule.rlm$ruleid, bank.subjectI
11 END;
12 /
BEGIN
ERROR at line 1:
ORA-38401: synonym XMLTYPE not allowed
ORA-06512: at "EXFSYS.DBMS_RLMGR", line 569
ORA-06512: at line 2

Similar Messages

  • Upgrading Oracle from 11.1.0.7 to 11.2 INVALIDATES Rules Manager ?Any Idea

    Operating system is HP UX ia64 and I used Automatic upgrade method using DBUA
    SQL> select substr(comp_name,1,40) comp_name, status, substr (version,1,10) version from dba_registry order by comp_name;
    COMP_NAME STATUS VERSION
    JServer JAVA Virtual Machine VALID 11.2.0.1.0
    Oracle Database Catalog Views VALID 11.2.0.1.0
    Oracle Database Java Packages VALID 11.2.0.1.0
    Oracle Database Packages and Types VALID 11.2.0.1.0
    Oracle Enterprise Manager VALID 11.2.0.1.0
    Oracle Expression Filter VALID 11.2.0.1.0
    Oracle Real Application Clusters INVALID 11.2.0.1.0
    Oracle Rules Manager INVALID 11.2.0.1.0 ---------------------------------------have anybody encoountered this Plz help
    Oracle Workspace Manager VALID 11.2.0.1.0
    Oracle XDK REMOVED 11.1.0.7.0
    Oracle XML Database VALID 11.2.0.1.0
    Thanks for Help in advance
    Gagan

    Hello EveryOne!
    I also have the same problem.
    I tried to run the rulpatch script but the problem still the same.
    I'm on AIX 5.3
    the script output says:
    .. loading the Expression Filter/BRM Java library
    call sys.dbms_java.loadjava(' -v -f -r -schema exfsys rdbms/jlib/ExprFilter.jar')
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception:
    oracle.aurora.server.tools.loadjava.ToolsError:
    Error during loadjava: Failures occurred during processing.
    Check trace file for details
    ORA-06512: at "SYS.DBMS_JAVA", line 655.
    The Oracle Components :
    COMP_NAME STATUS PROCEDURE
    Oracle Expression Filter VALID VALIDATE_EXF
    Oracle Rules Manager                     INVALID VALIDATE_RUL
    Oracle XML Database VALID DBMS_REGXDB.VALIDATEXDB
    Oracle Enterprise Manager VALID
    Oracle Database Catalog Views VALID DBMS_REGISTRY_SYS.VALIDATE_CATALOG
    Oracle Database Packages and TypesVALID DBMS_REGISTRY_SYS.VALIDATE_CATPROC
    JServer JAVA Virtual Machine VALID INITJVMAUX.VALIDATE_JAVAVM
    Oracle Database Java Packages VALID DBMS_REGISTRY_SYS.VALIDATE_CATJAVA
    Thanks for the answers.
    Zs

  • How to install and run Rules Manager in XE

    I tried using Rules Manager in XE. Soon realized it is not installed. I ran the install scripts. Now it complains that java is not installed. Could not find initjvm scripts in XE. Has any one tried running Rules Manager on XE?

    Hi
    Notice that Java in the database is not available. See http://download-uk.oracle.com/docs/cd/B25329_01/doc/license.102/b25456/toc.htm#BABDDIAE...
    HTH
    Chris

  • NW BRM, Rules Manager and transport the BRM project through the landscape.

    Hello,
    I have a question about the working with Rules Manager and the possible difficulties of the changes management.
    The scenario is simple.
    We have created a BRM project in software component with decision table and initialized it with some values. Then we transported it to the QA and Prod system through the CMS. Note: in the SC not only the BRM project but also a WDJ, for example.
    Then business user changes the values in the decision table in Prod system by using Rules Management functionality. Everything is OK till now.
    But then we changed something in the WDJ component in the same SC and then transported it to the Pros system. After that transport the changes of the business user are lost. How can we fix it?
    Of course we can download the runtime content from the prod system, but it's bit complicated. Any ideas?

    Dear Kirill,
    SAP NW Business Rules Management web UI tool for business users (Rules Manager) has a feature "Download Rules Content" from CE 7.3 onwards.
    Please find the details of the feature in the below link:
    http://help.sap.com/saphelp_nw73/helpdata/en/42/89a408c265402dbaf1c39ea423d816/frameset.htm
    Using the above "Download Rules Content" feature of RulesManager, you should be able to import the latest version of the Rules Project, which contains the changes done by the business user, into NWDS. Once you have the modified rules project in NWDS you should be able to transport it to QA and Prod systems without the data loss.
    But this feature is only available from NW CE 7.3 onwards.
    Hope this helps resolve your problem.
    Thanks and Regards,
    Santosh Giri

  • Oracle Rules Manager vs Oracle Business Rules

    Hi
    Can someone explain the difference between Oracle Rules Manager and Oracle Business Rules.
    Is Oracle Promoting both the products?
    What I understand is that Oracle Rules Manager comes a part of the Oracle Database 10g R2 (and 11g) and Oracle Business Rules is a part of the SOA suite.
    Is there any difference in the positioning of both these products?
    Our client is evaluating various Rules engines in the market and we want to make sure that we choose the correct product.
    Thanks, Srini

    Igor S. wrote:
    He solves the same problem with rules and without. My question was what would be better? Why would you chose one over the other. I prefer rules that is easy to state, easy to read, and easy to implement. Clear text rules in Prolog being a firm favourite. :-)
    Using a rules engine, with a fairly complex API, in order to define rules? I would want very sound and very robust justification for that.
    Taking this EMP table example. If there is a single AddEmp() PL/SQL procedure interface for adding employees, it is simple matter to see what it does, how it does that, and test and debug that. The only knowledge needed is the ability to read and understand the source code. The same cannot be said of rules engines.
    As for the issue of updating AddEmp() with new rules. Edition redefinition takes care of versioning database objects. And in a far more controlled fashion than dealing with a rules engine that is dynamically update now! while the database is in use - and you have no real idea or real control over when exactly now! was.

  • New to Business Rules Management

    Hi All,
    I am really new to Business Rules Management and trying to model rules in the SAP Netweaver Composition Environment.
    Could someone let me know if they have any sort of document to do the same.
    Thanks & Regards,
    Sushanth Hulkod

    Hi Suskanth,
      Check out the BRM section on SDN http://www.sdn.sap.com/irj/sdn/nw-rules-management as well as the SAP NetWeaver BRM section SAP NetWeaver Business Rules Management Resources Center [original link is broken] where you can find tutorials.
    O.

  • Data conversion rule manager & repository

    Hi All,
    We are running a fairly large legacy data conversion project from IMS and DB2 to Oracle which will involve quite a variety range of conversion/mapping rules (complex data manipulation to simple mapping). These requirement and rules involve both tech and business collaboration. Are there any data conversion rule managers tool out there that provide these type of capabilities:
    1. Data conversion rule repository and version control
    2. collaboration features (e.g. collaboration editing, commenting, decision capture, approval...etc)
    We have check someed of the tools out there, and they are either generic requirement gathering tools, which is basically a few tabs with drop downs and a big text box, or some end-to-end data conversion automation solutions, which focus the execution of the data conversion instead of managing & tracking conversion rules.
    Can anyone you help? please let me know if there is anything comes close that is practical and useful. Thank you.

    Tubby, thank you for the info. Yes, we actually use ODI as a DEV tool for data conversion rule implementation and execution between our staging DB and target DB. However, ODI does not really have the capability to allow our tech and business to collaborate together and focus on "getting all these rules defined correctly". Having say that, ODI does have many very useful side features for our DEV to leverage and share information such as knowledge module and data mapping...etc
    We would hope to have a practical data rule management tool & repository that allows tech and business to work together and gather all the rules and build up all the knowledge base in 1 single place. DEV/QA can then take away and focus on the implementation and validation.
    Please let me know. Thank you very much.

  • ORA-14551 when using rules manager inside a SELECT * FROM TABLE(myFunction)

    Hello
    I want to return rows from a pipelined function, and map this to a view, or a BC4J an query this in my application.
    I want to populate the rows based on many evaluations, to achieve this, I want to include the rules manager functionality.
    I have defined my event, rule class and result view successfully, but... when I run my query, I have the following error:
    ORA-14551: cannot perform a DML operation inside a query
    We believe this is caused when the engine tries to populate the results view with the matching rules.
    Is there a workaround for this?
    Please help
    Thnks in advance.
    Alex.

    Alex,
    I cannot think of any workaround that would allow you to evaluate the rules and return the results with a single query. A Rules Manager application with composite events modifies the state of the database (for maintaining incremental state as well as the results view) when some events are processed. So, you will not be able to pipeline the results to a SQL query. If you can at least separate the ADD_EVENTS call from the rest of the logic this may be possible.
    Hope this helps,
    -Aravind.

  • Separate release of SAP Business Rules Management component

    I am evaluating the possibility of using the SAP Business Rules Management for the company. What I have seen till now in SAP is that it is part of the SAP Netweaver composition environment which consists of lot of other components also. I don't want to use the other components. Is is possible to download a trail copy of only the Business Rules management component ? (I don't want to use the BPM and others.)

    Hello Prashanth,
    You can just select the usage type (functional unit) Business Process Management and Business Rules management for installation.
    You can find more information on installation in the guide provided at the SAP service marketplace - https://websmp105.sap-ag.de/installnw73
    Installation guide - SAP Systems Based on SAP NetWeaver 7.3 Application Server Java on Windows: MS SQL Server- https://websmp105.sap-ag.de/~sapidb/011000358700001259982010E
    Best Regards,
    Arti

  • Decision table rules manager content disappearing

    Hi Experts,
    We have BRM decision table deployed . I can access that from Portal and Rules manager . I can modify the content of that table . No Problem till now .
    The problem is :
    Every time transport happens to P  for any thing (not related to table ), that content of table is removed automatically .And i have to do the entries again Manually .
    this is very difficult and unreliable . Please suggest how we can make that content persistent even we deploy something .or how can i upload content fast after deployment . say from some excel or file .

    Hi Govind,
    Well it could be a real problem but I suspect you are missing a couple of steps... to check...
    Before making any changes in your NWDS, you should be downloading the current active version of the Rules Project and importing that into your NWDS.  Suggest you read the SAP Library help on this one and you'll need to get security to give you BRM Download access - there's a security action for this that they need to add to your security role in the production environment.
    This is the link you need:
    http://help.sap.com/saphelp_nw73/helpdata/en/4d/9d62f71ede478e9496a29fe1533976/frameset.htm
    As for how to upload the decision tables content en masse... that's that the export/import (to/from MS Excel) buttons are for in the decision table section of Rules Manager and where you, or better still your business user (these are business rules after all ), should be doing this.
    Hope that helps,
    Jocelyn

  • Differences Rules Manager actual and last version

    Hello,
    what is the difference between the actual (Oracle 10.2/11) and the last version (Oracle 10.2) of the Rules Manager?
    thanks.

    Hello,
    Some of the key Rules Manager enhancements for 11g include
    - Support for collections and aggregate predicates in rule conditions,
    - Support for text predicates in rule conditions,
    - Support for shareable rule conditions,
    - DELETE and UPDATE support for DMLEVENTS configuration and
    - Support for change notification events
    You will find more information about these enhancements in the 11g White paper at
    http://www.oracle.com/technology/products/database/rules_manager/index.html and also in the Application Developer's Guide.
    From the above link, you can also download the new Ajax based Development tool for creating and managing CEP applications in the database. This tool will work with existing 10.2 applications as well. You will find the tutorial for this tool in the Training section.
    Regards,
    -Aravind.

  • Rules Manager and Expression Filter

    I was wondering if someone could shed light on “Rules Manager and Expression Filter”.
    How will the use of “Rule Based Development” be efficient compared to today’s
    Programming paradigm ?

    Zahir and Michael,
    The Wikipedia entry for "Rules Engine" summarizes the key benefits of using rule-based development approach in dynamic environments.
    Also see a brief discussion on "Developing Rules Applications" in the Application Develeoper's Guide http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14288/exprn_intro.htm#sthref22
    Please contact me through Rules Manager forum (Rules Manager & Expression Filter if you need additional help.
    Regards,
    -Aravind.

  • Com.bea.p13n.rules.manager.RuleSetNotFoundException: The rule set with URI /segments/GlobalClassifications.rls could not be located by the class named com.bea.p13n.rules.manager.internal.RuleSetPersistenceManager

    Hi,
    I am getting below exceptions in weblogic portal 10.3.5 which is upgraded from 10.3.4 portal. I have a datasync project .when try to run from workshop(eclipse IDE) getting below error.
    com.bea.p13n.servlets.jsp.JspException: DivTag: The retrieved advice is incomplete. See the processing error list for more information.
    com.bea.p13n.advisor.internal.AdviceImpl@299d48
    Identifier: 1377808035572
    Complete: true
    Last Result: null
    ProcessingError List:
    (1) com.bea.p13n.advisor.internal.ProcessingErrorImpl@1504ee
    Description: Exception evaluating ruleset.
    Source: com.bea.p13n.rules.advislets.RulesAdvisletImpl@e6d518
    Advisor: com.bea.p13n.advisor.internal.AdvisorImpl@b04a4e
    Metadata: com.bea.p13n.common.internal.MetadataImpl@1de62ee
    Name: UnmappedRulesAdvislet
    Description: Advislet that can evalaute a ruleset and return the instantiated objects.
    Author: BEA Systems
    Version: com.bea.p13n.common.internal.VersionImpl@13130a2 Description: WLP 9.2 Number: 9.2, Build Number 1.
    Parameters: {ruleset-name=/segments/GlobalClassifications.rls, ignore-rule-name=false}
    User data: null
    Exception: com.bea.p13n.rules.manager.RuleSetNotFoundException: The rule set with URI /segments/GlobalClassifications.rls could not be located by the class named com.bea.p13n.rules.manager.internal.RuleSetPersistenceManager.
    at com.bea.p13n.rules.manager.internal.RuleSetPersistenceManager.getRuleSet(RuleSetPersistenceManager.java:408)
    at com.bea.p13n.rules.manager.internal.ContextPool.<init>(ContextPool.java:149)
    at com.bea.p13n.rules.manager.internal.ContextPoolFactory.getContextPool(ContextPoolFactory.java:214)
    at com.bea.p13n.rules.manager.internal.RulesManagerImpl.getContext(RulesManagerImpl.java:480)
    at com.bea.p13n.rules.manager.internal.RulesManagerImpl.evaluate(RulesManagerImpl.java:353)
    at com.bea.p13n.rules.manager.internal.RulesManagerImpl.evaluateRule(RulesManagerImpl.java:194)
    at com.bea.p13n.rules.manager.internal.RulesManager_jswjkk_EOImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    at com.bea.p13n.rules.manager.internal.RulesManager_jswjkk_EOImpl.evaluateRule(Unknown Source)
    at com.bea.p13n.rules.advislets.RulesAdvisletImpl.getAdvice(RulesAdvisletImpl.java:190)
    at com.bea.p13n.advisor.internal.AdvisorImpl.getAdvice(AdvisorImpl.java:74)
    at com.bea.p13n.advisor.internal.CompoundAdvisletImpl.getAdvice(CompoundAdvisletImpl.java:88)
    at com.bea.p13n.advisor.internal.AdvisorImpl.getAdvice(AdvisorImpl.java:74)
    at com.bea.p13n.advisor.internal.EjbAdvisorImpl.getAdvice(EjbAdvisorImpl.java:62)
    at com.bea.p13n.advisor.internal.EjbAdvisor_t707wa_EOImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    at com.bea.p13n.advisor.internal.EjbAdvisor_t707wa_EOImpl.getAdvice(Unknown Source)
    at com.bea.p13n.servlets.jsp.taglib.DivTag.includeBody(DivTag.java:103)
    at com.bea.p13n.servlets.jsp.taglib.DivTag.doStartTag(DivTag.java:169)
    at jsp_servlet._portlets._footerlinks.__footerlinks._jspService(__footerlinks.java:247)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at org.apache.beehive.netui.pageflow.PageFlowPageFilter.continueChainNoWrapper(PageFlowPageFilter.java:455)
    at org.apache.beehive.netui.pageflow.PageFlowPageFilter.runPage(PageFlowPageFilter.java:432)
    at org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:284)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at com.bea.netuix.servlets.filters.IncludeSecurityFilter.doFilter(IncludeSecurityFilter.java:103)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:524)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:444)
    at com.bea.netuix.servlets.controls.content.JspContent.beginRender(JspContent.java:558)
    at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:485)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:518)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:529)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:529)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:529)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:220)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:399)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:326)
    at com.bea.netuix.nf.UIControl.render(UIControl.java:582)
    at com.bea.netuix.servlets.controls.PresentationContext.render(PresentationContext.java:488)
    at com.bea.netuix.servlets.util.RenderToolkit.renderChild(RenderToolkit.java:152)
    at com.bea.netuix.servlets.jsp.taglib.RenderChild.doStartTag(RenderChild.java:62)
    at jsp_servlet._framework._skeletons._ceoportal.__flowlayout._jspService(__flowlayout.java:139)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:444)
    at com.bea.netuix.servlets.controls.application.laf.JspTools.renderJsp(JspTools.java:148)
    at com.bea.netuix.servlets.controls.application.laf.JspControlRenderer.beginRender(JspControlRenderer.java:72)
    at com.bea.netuix.servlets.controls.application.laf.PresentationControlRenderer.beginRender(PresentationControlRenderer.java:65)
    at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:481)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:518)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:529)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:220)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:399)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:326)
    at com.bea.netuix.nf.UIControl.render(UIControl.java:582)
    at com.bea.netuix.servlets.controls.PresentationContext.render(PresentationContext.java:488)
    at com.bea.netuix.servlets.util.RenderToolkit.renderChild(RenderToolkit.java:152)
    at com.bea.netuix.servlets.jsp.taglib.RenderChild.doStartTag(RenderChild.java:62)
    at jsp_servlet._framework._skeletons._ceoportal.__gridlayout._jspService(__gridlayout.java:357)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:444)
    at com.bea.netuix.servlets.controls.application.laf.JspTools.renderJsp(JspTools.java:148)
    at com.bea.netuix.servlets.controls.application.laf.JspControlRenderer.beginRender(JspControlRenderer.java:72)
    at com.bea.netuix.servlets.controls.application.laf.PresentationControlRenderer.beginRender(PresentationControlRenderer.java:65)
    at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:481)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:518)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:529)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:529)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:529)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:529)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:529)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:529)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:529)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:529)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:220)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:399)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:465)
    at com.bea.netuix.servlets.manager.UIServlet.processControlTree(UIServlet.java:373)
    at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:993)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at com.bea.content.manager.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:178)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at com.bea.portal.tools.servlet.http.HttpContextFilter.doFilter(HttpContextFilter.java:60)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3729)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3695)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2285)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2184)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1459)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    The following document describes about how datasync data is deployed in various scenarios.
    http://download.oracle.com/docs/cd/E13218_01/wlp/docs100/prodOps/preparing.html#wp1029497
    Assuming you are making use of workshop for creating the user segment and deploying to a single server which is in development mode, I would recommend you check if you have hit any OOM issues on the server or not, and try restarting the server, and redeploying your app. Generally this should resolve the issue.
    If the server to which you are deploying is running in production mode / deploying as an EAR then the above referred doc will guide you on the next steps.

  • Rules Manager and Expression filer on XE

    Has any one installed Rules Manager and Expression filter on an XE database? Would love to check it out on XE. Looks like it is not pre-installed. I was able to run the install scripts. I noticed one error though. It seemed to indicate jvm is not installed on XE. Tried to locate initjvm scripts. Either the script name has changed in XE or it is not there. This is a quick question in case somebody has gone down this path. I will post more details soon when I get sometime to look at the full log.

    Read the post about javavm. I could not find the post where Tom has said it would be very problematic to install javavm on XE. I guess Rules Manager and Expression filter on XE is not possible or very difficult.

  • Migrating Rule manager from Endeca version 2.1.2 to Endeca V 11.0

    Hi All,
    I am trying to migrate rules in Rule manager from Endeca version 2.1.2 to Endeca v11.0.
    After migration, all the rules show up correctly in Rule Manager in 11.0.
    Rules on 11.0 are using cartridge type "LegacyRule" which was created by migration script.
    But when I check supplemental objects in endeca_jspref, I do not see any properties from the cartridge.
    Only properties which are displayed are endeca's internal properties. I have pasted one such supplemental object below.
    Does anybody have idea on why MDEX in v11.0 is not returning cartridge properties?
      On 3.1.2, all the cartridge properties and record IDs are coming in property called "endeca.internal.content.embedded" property. This is property is coming in v11.0.
    Here is what I see in endeca_jspref.
    Supplemental Object # 2
    NAVIGATION REFERENCES:
    http://localhost:8006/endeca_jspref/controller.jsp?sid=14759D256CD8&enePort=15002&eneHost=localhost&N=0
    RECORDS:
    (No Records Specified)
    PROPERTIES:
    Title:
    Test
    Style:
    Zone:
    xmgr_zone
    endeca.internal.date.created:
    2014-07-21T16:56
    endeca.internal.created.by:
    admin
    endeca.internal.last.modified:
    2014-07-21T16:57
    endeca.internal.last.modified.by:
    admin
    endeca.internal.workflow.state:
    ACTIVE
    endeca.internal.priority:
    1
    endeca.internal.resource.path:
    /content/Test/Test
    endeca.internal.templateType:
    RecordSpotlightTest
    endeca.internal.templateId:
    RecordSpotlightTest
    DGraph.SeeAlsoPivotCount:
    5684
    DGraph.SeeAlsoMerchId:
    12
    TIA,

    You will need to use the Assembler.  The payload of the triggered rules is no longer returned in the Supplemental Objects.

  • No 'Upload' option in Rules Manager

    Hi All,
    I am trying to edit Decision table from Rules Manager but I am not getting any 'Upload' option in Rules Manager. Hence no rules are getting updated through Rules Manager. Can anyone please guide me through this issue? Is there any role that the user needs to be assigned or any other reason?
    Please help.
    Please find the below screen shot.
    Regards,
    Adrija

    Hi Tobias,
    I am able to import/export the excel to update the decision table and save it. But it is not getting activated. As on testing it through the Web Navigator, I find the changes are not reflecting there. Also the table is not getting updated in NWDS.
    After searching through various post, got the link:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b00e9df0-1e9a-2c10-fbaf-98cb3b1793e0?QuickLink=index&…
    Please refer page 11 of the same where it is said how to update the changes. In that page, to activate the changes they are using the 'Upload' button. So is there any version difference or do I need to assign some roles to the user or is there some other way to activate the changes in the Rules Manager.
    Please suggest.
    Regards,
    Adrija

Maybe you are looking for