Calcmanager rules are not working

Hello there,
we have existing EPM environment 11.1.2.1, We just Installed a new EPM environment 11.1.2.3. After the installation and configuration I exported Calc manager rules from 11.1.2.1 and imported them in to 11.1.2.3 environment.
It looks like Business rules are not working there. Below are the symptoms of the problem.
(1) Rules keeps giving random validation errors. (Same rule validates in 11.1.2.1 fails in 11.1.2.3)
(2) If I create a new rule for my planning application (lets say Test_Rule) and check the DB table I don't see any object being created. (Select * from HSP_OBJECT where OBJECT_NAME = 'Test_Rule')
(3) Any updates I make to the rules in 11.1.2.3 is not being saved.
It looks like Calc Manger is having hard time talking to planning DB.
Any help will be appreciated.
Thanks!

If you have upgraded from 11.1.2.1 to .3 you would need to upgrade the planning application. Assuming that you have done that, for validation, you would need to provide validation value for all your Run Time Prompts.
This can be done in the variables tab of the Rule Designer.
Let me know if you have issues after these steps.
Sree Menon
Calc Manager Team

Similar Messages

  • Navigation Rules are not working

    Hi
    I had written my application in Java Creator.
    Now i am shifted to -- NetBeans
    Here my Navigation Rules are not working.
    I am unable to navigate between pages.
    can anyone please help me, why navigations are not working.
    and how to write navigation rules in Netbeans.
    Thanks
    Praveen

    Could you explain more about your problem?
    -Do you have the navigation rules in your faces-config.xml?
    like:
    <navigation-rule>
    <from-view-id>/page1.jspx</from-view-id>
    <navigation-case>
    <from-action>#{Controller.toPage2}</from-action>
    <from-outcome>success</from-outcome>
    <to-view-id>/page2l.jspx</to-view-id>
    </navigation-case>
    </navigation-rule>

  • Rules are not working correctly in OCS 10.1.2

    Hi,
    A few days ago we have encountered a problem in which the BCC rules or any other rules are not processed out of the user's mailbox.
    For example, a user goes to Oracle Mail (the web access, but not WAC), goes to Filters and creates a new rule for dealing with incoming mail (delivered or read, doesn't matter). The rule is processed ONLY if the the user asked to move/copy the mail to a subfolder IN HIS MAILBOX.
    If the user asks to forward ("Send a blind copy to") the delivered mails to a different mailbox (e.g. in OCS or to externally to gmail), the mail is NOT processed by the filter.
    Other than that mails are treated normally, incoming and outgoing. Manually forwarding to other OCS users also works, as well as forwarding to external mail systems such as gmail. Only the 'automatic' forward rule does not work.
    We have checked that the rules/filters are created with " oesrl -p" - and they are created.
    How can we troubleshoot this issue? Has anyone encountered it?
    System details:
    OCS 10.1.2
    Platform: Red Hat AS 4
    DB version: 10.1.0.4.2
    Thanks,
    -- Itay.

    Update:
    Problem resolved. restarted the SMTP-out service.

  • Form load rules are not working on display and edit forms

    Hi
    I have customized SharePoint 2013 list form using InfoPath 2013. I want to hide certain fields based on user group. I created rules on form load for that. These rules are working fine on New Form but are not working on display and edit form.
    What can I do?

    It could be because the value might have not changed ie, you might be checking for a particular value, the values might have got overwritten when the new form is saved, see if that value is blank or overwritten in display and edit forms.
    I would first check the form load rules and check those values again in Display form and edit form, if the values are not getting cleared/overwritten.
    It would be better if you could upload the screenprint.
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Global rules are not working after installing CS10gR35CoreUpdate component

    Hi,
    I am facing a problem in content server with Global rules. They are working fine previously but after installing CS10gR35CoreUpdate in content server they stop working.
    Got No errors in logs, And now if i try to uninstall this component then content server is not working. Do i need to uninstall this component or can we have some type of patch to fix this issue, Can anybody help me in this case?
    when i try to start Idcserver then got below errors
    Failed to initialize the server.
    (internal) 04.06 01:39:17.805 main !csFailedToInitServer (intradoc/data/DatabaseTypes)-exception stack
    intradoc.common.ServiceException: intradoc/data/DatabaseTypes
    at intradoc.server.IdcServerManager.init(IdcServerManager.java:148)
    at IdcServer.init(IdcServer.java:64)
    at IdcServer.main(IdcServer.java:37)
    Caused by: java.lang.NoClassDefFoundError: intradoc/data/DatabaseTypes
    at entoracle.shared.QueryModifier.modifyQuery(QueryModifier.java:38)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeStaticMethodEx(ClassHelperUtils.java:176)
    at intradoc.common.ClassHelperUtils.executeStaticMethod(ClassHelperUtils.java:155)
    at intradoc.jdbc.JdbcQueryUtils.parseSQL(JdbcQueryUtils.java:673)
    at intradoc.jdbc.JdbcWorkspace.parseSQL(JdbcWorkspace.java:2352)
    at intradoc.jdbc.JdbcWorkspace.createResultSetSQL(JdbcWorkspace.java:796)
    at intradoc.server.IdcExtendedLoader.getDBConfigValue(IdcExtendedLoader.java:2486)
    at intradoc.server.IdcExtendedLoader.userSecurityUpgrade(IdcExtendedLoader.java:314)
    at intradoc.server.IdcExtendedLoader.extraBeforeCacheLoadInit(IdcExtendedLoader.java:129)
    at intradoc.server.IdcSystemLoader.loadCaches(IdcSystemLoader.java:928)
    at intradoc.server.IdcServerManager.init(IdcServerManager.java:79)
    ... 2 more
    intradoc/data/DatabaseTypes
    intradoc.common.ServiceException: intradoc/data/DatabaseTypes
    at intradoc.server.IdcServerManager.init(IdcServerManager.java:148)
    at IdcServer.init(IdcServer.java:64)
    at IdcServer.main(IdcServer.java:37)
    Caused by: java.lang.NoClassDefFoundError: intradoc/data/DatabaseTypes
    at entoracle.shared.QueryModifier.modifyQuery(QueryModifier.java:38)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeStaticMethodEx(ClassHelperUtils.java:176)
    at intradoc.common.ClassHelperUtils.executeStaticMethod(ClassHelperUtils.java:155)
    at intradoc.jdbc.JdbcQueryUtils.parseSQL(JdbcQueryUtils.java:673)
    at intradoc.jdbc.JdbcWorkspace.parseSQL(JdbcWorkspace.java:2352)
    at intradoc.jdbc.JdbcWorkspace.createResultSetSQL(JdbcWorkspace.java:796)
    at intradoc.server.IdcExtendedLoader.getDBConfigValue(IdcExtendedLoader.java:2486)
    at intradoc.server.IdcExtendedLoader.userSecurityUpgrade(IdcExtendedLoader.java:314)
    at intradoc.server.IdcExtendedLoader.extraBeforeCacheLoadInit(IdcExtendedLoader.java:129)
    at intradoc.server.IdcSystemLoader.loadCaches(IdcSystemLoader.java:928)
    at intradoc.server.IdcServerManager.init(IdcServerManager.java:79)
    ... 2 more

    You are most certainly are in the wrong forum. I don't know a CS10gR35CoreUpdate of whatever Product of whatever company, and most certainly this has nothing to do with oracle forms.
    cheers

  • Email notifications are not working anymore

    Hi guys,
    I use Grid Control 10.2.0.2 on Windows, and email notifications for critical alerts are not working anymore.
    I didn't change anything to the OMS configuration, it just stopped one day, and when I ask for a test email (in "Setup -> Notifications methods" of in "Preferences") it is successfully delivered.
    I didn't find anything related to this in log files, and nothing that could help here or on metalink.
    Can anyone help about that weird issue ??
    thanks in advance
    Antoine

    Have you gone back over your notification rules?
    have you tried just creating a new notification rule and testing it?
    Also take a look at Note:356774.1. If you've applied any patches (or done partition maintenance) you may have inadvertently lost all your jobs, which will break the email notications.
    If still no joy, then try Note:285093.1.
    let us know how you get on.

  • The UniquekeyValidator Rule is not working in the EO edit dialog.

    The UniquekeyValidator Rule is not working in the EO edit dialog. We have Jdeveloper9i V. 9.0.3.2. The unique flags are checked in the primary key attribute and the custom message is never showed.
    Is there a Known bug about that? if yes.. does exist any patch to fix that?
    Thank u

    Thank u for your answer.
    Yes, of course .. i�ve already apply the unique key validator for the entity.. so that custom error message is the error im trying to get in the application.
    Other issue is when im trying to edit that error message: when im going to edit the message the previous error im entered is not there. Is it normal?

  • Substitution rule is not working correctly

    Hi PS Gurus,
    We have a problem in one of the newly created projects that the substitution rule is not working correctly; the data is not copied to the WBS element Cust. Enhancement tab.
    Project 1 is working fine and the data is copied & Project 2 and Project 3 are not getting all the data copied to the WBS element,
    In that project profile (substitution rule is given), substitution rule is also maintained 
    So please help why in one project substitution rule in working & other isnu2019t.
    Many Thanks in Advance.
    MM

    Hello Menaka,
    Select the WBS element in the project builder.
    Cleck on Edit --> Validation Substitution --> Substitution
    You will get the list of Substituitions, Double click on the required Substition rule.This action will generate a log, whether substitution has been succesfully caried out or with some error.
    Kindly provide us that error log to guide you further.
    Regards
    Ravi

  • HT4972 the apps weve downloaded are not working.  please help,  extremely frustrated with our ipod 4

    the apps we have downloaded are not working,  please help,  extremely frustrated with our ipod 4

    See my previous reply for for the apps closing.
    For the wifi problem:
    Does the iOS device connect to other networks?
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect OK before?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network       
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • My EarPods are not working so can I have a replacement?

    Hello, my EarPods are not working that much and everytime I put them in the headphone jack, only the right is working and the left one doesn't. Sometimes when I stand and shake a little bit of my earpods, the left one is working sometimes for a little bit. so please help and give me a replacement on these headphones I still have warranty on it.

    First verify that the problem is the headphones and not the iPod's jack.
    Try another pair of headphones. If those work then Apple will exchange the headphones at not cost if they have not been abused
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar
    Otherwise:
    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so. There is a little switch in the headphone jack that disconnects the speaker when the headphone jack is inserted.
    Try the following to rule out a software problem
    - Reset the iOS device. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iOS device.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack.
    Apple Retail Store - Genius Bar

  • BI content -- Transfer rules are not mapping automatically

    Have  any one come across with this issue.
    We have connected R/3 system  to multiple BI systems.
    Eg:  we have 1 ECC6 & 2 BI systems.
    Business Scenario is .
    I have two different Companyu2019s  A & B in two different Network Domains ( Domain 1 & Domain2 ).
    u201C A u201C Have Ecc6 & BI  in the Network Domain1
    u201C B u201C Have ECC6 & BI in the Network Domain2.
    With in the Individual Domain ECC6 & BI is working Fine.
      Issue : -
    When I connected Company u201C A u201C Ecc6 ( Domain1 ) to Company u201C B u201C BI system ( Domain2 ).
    The connection is showing OK.
    Replication is also OK,
    But  BI content installation have issue, Transfer rules are not mapping automatically with Standard Data sources ( Eg: 0HR_PA_0 ).
    Thanks in Advanceu2026
    @Shaik...
    Pls this is critical issue ... Basis people is saying this is not the issue of Basis..Connection is OK ...SO . it is the issue of BI only.
    any one Advice me ....
    Edited by: shaik on Aug 24, 2008 5:39 PM

    Hi Raghavendra,
    Thanks for Replay,
    Can you explain me how to check the  data mart Connection  ?
    what i am doing is ....
    step 1: Connection is OK.
    step 2 : Replication is OK.
    step 3 : I am going to Install BC Infosource ( Eg: 0HR_PA_1 )
    Grouping -
    In data flow before.
    source system -
    i check the Ecc6 system which is in different domain.
    then i drag the infosource ..... the transfer rules are not mapping ( Not coming )
    pls Advice....
    @ SHAIK...
    Edited by: shaik on Aug 27, 2008 12:41 PM

  • (fn+F2 and fn+F3) for brightness are not working

    (fn+F2 and fn+F3) for brightness are not working, while the other function working properly... help me plz
    DJanoon

    What is the product number?
    Did anything change before this started happening?
    Power the system on and press F10 about once a second to get into BIOS.  Once you are in BIOS, go to the configuration tab (typically next to last tab) and set Action Keys to enabled.  Save the changes, exit, and the system should reboot automatically.  Test the brightness keys wihtout pressing the Fn key.  I suspect they will not work in this state, but I want to rule out the possibilities while awaiting the product number.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • COPA Derivation Rules are not assigning the correct values

    COPA Derivation Rules are not assigning the correct values when we process billing documents in batch.  We currently have derivation rules defined to take the ship to country and refer to custom tables were we identify custom geographic groups (INT/DOM and EAM, AP, etc.).  The derivation rules work accurately when the billing documents are created individually, and more than 75% of them are accurate when generated in batch, but in some circumstances, it populates the derived values with the wrong field and we can not identify where or why that's happening.  It looks like it may have something to do when the ship to customer number account group is different, but that's not consistent..  Does anyone know how or where these values get populated, or have any ideas why incorrect values are appearing sporadically throughout the billing run?  Thanks!!!

    Leigh,
    Apparently the function module is changing the values for some billing docs. Check one of the following user exits, if it gets triggered and the values are changed:
    COPA0001  Enhancement for derivation in Profitability Analysis (CO-PA)
    Function Module: EXIT_SAPLKEDRCOPA_001
    COPA0002  Enhancement for valuation in Profitability Analysis (CO-PA)
    Function Module: EXIT_SAPLKEAB_001
    COPA0003  Enhancement for assignment to profitability segment (CO-PA)
    Function Module: EXIT_SAPLKEAK_001
    COPA0005  Enhancement for actual data update (CO-PA)
    Function Module: EXIT_SAPLKEII_001
    Function Module: EXIT_SAPLKEII_002
    Award suitable points if the above helps. You can also reach me at [email protected]
    Thanks
    Ajay

  • Rules are not allowed for jobs with set 'archive edited messages only' flag.

    Hi,
    We are on AEX 7.4 and have enabled user defined search and also setup archiving. Even though the retention period has expired but still the messages are not being
    archived.
    We see following issues:
    1. Unable to setup archiving rule in Runtime Work Bench, we are getting following error:
    Rules are not allowed for jobs with set 'archive edited messages only flag.
    2. Unable to set the expiration of messages using the following link.Each time we specify the number days it shows the same number of
    messages expired.
    http://XXXXX:50000/MessagingSystem/job/reorgdb.jsp
    3. However if we click on "remove messages" button the messages are getting deleted which tells me that the messages are not matching any
    archiving rule hence are being removed.
    Any pointers to the above issue are appreciated!!!
    Thanks,
    Rajeev

    Hi,
    Please check the [link|http://www.****************/Tutorials/XI/Archiving/Index.htm]
    Also check this
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/402fae48-0601-0010-3088-85c46a236f50?quicklink=index&overridelayout=true
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=147266890
    Regards,
    Naveen.

  • 2 Skype Numbers are not working

    I have two Skype number, and both of them are not work, and you guys keep debit from my credit account, I would like to know what is going on, if I have not got a proper response I have to cancel my all my subscription, as I am paying for nothing,  and so so difficult to ask for help, thanks.

    Hi, Juicyjuicejudyju, and welcome to the Community,
    Please contact Skype Customer Service to enquire why your Skype Numbers are not working as they should.  Here is a link to the instruction on how to contact Skype Customer Service via their secure portal: Contact Customer Service
    As you know you intend to contact Customer Service, skip past Step 2 of the instruction where several articles from the FAQ library will appear for you to review, and proceed to Step 3, Continue Support Request (the "button" appears at the lower right corner of the website page). You may also skip past in Step 4 where you will be referred back here to the Community; no need to do this as the Community is where you started.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

Maybe you are looking for

  • Macbook battery life,  is there a problem If I keep it plugged almost all the time?

    Hello. New Mac user here, so I was wondering if there's a problem if I keep my MBP plugged all the time. Most of the time I'm on my room using my MBP fully charged and I don't disconnect it. Is there a problem with my batter life if I do that? Or it'

  • Open Connections on database

    I would like to know the number of open connections from OAS to database. I quired v$session and v$session_connect_info, this gives number of active, inactive sessions. We have Java memory leak on OAS, so I would like to investigate connection poolin

  • Create new JTable based on selection of previous table

    Hello All, I want to create a sort of selection table. I have a fairly large JTable that is row selectable. I want the user to be able to select some rows, and then create a smaller table just displaying the selected rows. The current problem I am ha

  • Mac Mini (Mid 2011) AirPlay to Apple TV

    Hi, everyone. First, thanks for reading my post. My question is about the Mac Mini and the new AirPlay feature that comes with OS X Mountain Lion. I've got a Mac Mini that I use as my media center. It has all of my movies, music, photos, etc. I use m

  • Working with the Portal Error Stack in PL/SQL

    Hi, In brief, this is a question about the persistence of errors on the stack, as they appear to disappear without warning. Any help would be appreciated, if you'd like background, read on. I'm writing PL/SQL web applications and as ever one of the r