Business Rules Validation when validating from Calc Manager

When I try to validate a business rule that has been migrated to calc manager, it throws an error:
Error compiling formula .... Operator expected after ... brname.
What could be the reason it is throwing such error.
Thanks

The thread points to having a file "CDF_STRING.JAR" in  <MIDDLEWARE_HOME>/EPMSystem11R1/products/Essbase/EssbaseServer/java/udf folder.
However, I do not have this file in this location. There is a file "CALCMGRCDF.JAR"
Do we need to have the "CDF_STRING.JAR" file as well or just the "CALCMGRCDF.JAR" is good in version 11.1.2.3 calc manager.
Thanks

Similar Messages

  • Enable/select/change to Business rules from Calc Manager in App settings

    Hi all,
    Somehow we are Unable to Expand the Planning Node in Essbase Administration Services (EAS) Console When Creating Business Rules. I am not sure is it
    I am not sure, is it because of one of the application has calc settings as calc manager in under application settings in dev environment, but in other environment all applications set it as Business Rules.
    I was trying to change from Calc Manager to Business rules in App settings, but it is grayed out and not able to change to Business rule from calc manager.
    Please suggest me.
    Thanks,

    If it say been set incorrectly then you may need to update one of the relational tables for the application.
    Table - HSP_SYSTEMCFG
    Field - CALC_ENGINE_OPTIONS
    Values - 1=HBR, 2=CalcMgr
    Restart the planning application web app service after making changes.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Serial number not valid when upgrading from LR4 to LR5 [was:leewayphotography]

    J’ai acheté LR 4 il y a 1 an avec le n° de série sur la boite. J’ai acheté l’upgrade pour LR 5 et je n’ai jamais pu installer la version définitive avec ce n° de série.Ce n° de série n'est pas valide. La durée version d’essai est terminée et donc je dois retourner à LR 4 pour continuer à travailler ? Pourquoi cela ne fonctionne pas?

    Bonjour.
    J'ai bien compris votre réponse qu'il fallait utiliser un nouveau n° de série. J'ai bien téléchargé LR5 le 18 mars 2014, j'ai bien reçu une facture
    n° IEE2014000174985 mais je n'ai pas de trace d'un nouveau n° de série. Il n'est pas sur la facture, ni dans le logiciel?
    Que faut-il faire
    Leewayphotography
    From: John Waller
    Sent: Monday, April 21, 2014 10:14 PM
    To: leewayphotography
    Subject: Serial number not valid when upgrading from LR4 to LR5 was:leewayphotography
          Re: Serial number not valid when upgrading from LR4 to LR5 was:leewayphotography
          created by John Waller in Photoshop Lightroom - View the full discussion

  • Extract BR's from calc manager database

    Does any one have a SQL code to extract the Business rules from calc manager database in 11.1.1.3?
    I need this for Backup/Restore purpose.

    I don't think you can get it easily Calc manager stores rule as XML file and if you look at the xml file the code starts from something called as !CDATA (I don't know how close i'm, but it is something with CDATA).
    I would recommend to backup all the tables and if you are interested in exporting the code part only, then you'll need a OS based script or even use Oracle XMLTable (I've not tried it)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Cannot publish Business Rules because supposedly Validation is still running

    Hi All
    I am trying to exclude business rules (ticking the Exclude flag on the UI) on a certain entity.  When I try to publish the changes the message that I'm greeted with states:
    "Business rules cannot be published or refreshed while validation is running for the entity's model. Wait until validation is completed then republish the rules".
    The entity is validated when new data is staged in via stored procedures that run on a schedule in SQL Agent.  I have turned SQL Agent off to halt any data updates/validation.  I still get this message.
    What tells it that validation is still running.  Is there a flag in the database that could be corrupted? Or a suspended instance perhaps?  Has anyone else encountered such as error?
    Any help is appreciated.
    Thanks, Mihir

    Is the version large enough that validation can take more time. Can you check if any validation is running by executing
    [mdm].[udpValidationIsRunning]
    Also can you confirm validation process is running in Service Broker by checking
    SELECT 1 FROM sys.dm_broker_activated_tasks WHERE procedure_name = N'[mdm].[udpValidationQueueActivate]'
    -Nithesh Shetty Software Engineer, C & E -> IMML -> MDS, Microsoft.

  • Business Rule - Problem with Validation Execution

    I'm running into an issue where conditional Validation Execution is not working as expected. The background is that i have an Entity Object containing a few string attributes on which i must apply Regular Expression business rules to make sure only characters in a certain range is set. I am using a Not Matches regex on the following:
    .*[^\u0020-\uD7FF].*1 attribute is required, 2 are optional. The problem I am experiencing is with the 2 optional attributes.
    Since these are optional, I intended to use the Validation Execution tab so that the Rule is executed only when the attribute is not null. For example, here is what i tried for an attribute named Comments:
    Comments != nullNo validation occurred when I entered an invalid value, such as a string containing line breaks, in a corresponding ADF Faces page. For the heck of it, i experimented by setting the validation execution to the opposite of what i should be - in other words, trigger validation if the attribute is null, such as:
    Comments == nullWith this, the validation occurred as expected.
    Is this a bug, or am I misunderstanding something? I'm not particularly good with RegEx - is it possible this is due to some nuance of the expression?
    Version: JDeveloper 11.1.1.6.
    Thanks-
    -george

    i'm not sure if this is the correct answer or a workaround to the issue i had asked about. Given that caveat, if anyone else ever runs across this thread, what i found worked was to not use the attribute name in the Validation Execution tab's expression, but instead to just newValue as in the following:
    newValue != null

  • Business Rules Error when Decision Function surfaced as WebService in BPM

    To use a BusinessRule as from a Business Rules activity,it needs to be surfaced as a WebService.
    I've run into an issue where as soon as I check that box and save, the BusinessRule in question goes into a error mode when viewed from the BPM Project Manager (which is why this question is posted here).
    The scenario is this:
    My types are defiend in XSD. There is a SimpleType - FooStepTypeType - which is a retricted xs:string, the common way top create an enumeration. I import this as an XML fact, it creates a Enum bucketset, which is perfect. I create a decision function - DecisionFunction1 - which has an input parameter of this type and a boolean output. I set up a simple decision table to use the input and assert the output. The editor is happy.
    At this point, I can't use the DF in my process, as it's not exposed a service, and won't be selectable via the the Properties/Implementation of a Business Rules activity.
    A soon as I mark the DF as a WebService and save it, an the rule disappears from the Rules section of the Business Catalog and reappears at the root of the catalog in error. In some cases it can't be edited.
    Hovering over the error file produced this error message:
    The argument ‘step’ of decision function ‘DecisionFunction1’ could not build because of ‘BPM-71517: Unable to identify the parameter QName. Cause: ‘FooStepTypeType. Action: Make sure that the decision function parameter is of XML type and exactly one XML Schema Element exists that represents the parameter’.
    My XSD previously did not contain a freestanding element of this type, but had elements defined in another complex type of this type. Adding a freestanding element didn't change anything. In fact it seems that elements are not avaialble to be imported as XMLFacts, only types.
    At this point, if the Rules editor is still open, the DF can be "unserviced" and after saving may be recoverable with a JDev restart. If not, manually removing the DF from the .rules xml file can help recover the file so that it can be edited again.
    SO: THE QUESTIONS.
    Why can't I use a simpleType as an input parameter for a DF exposed as a WebService? What is BPM-71517 asking me to do exactly? I can't find any references to it via searching. Why does eveything seem fine until I expose it?
    Addendum - using JDev 11.1.1.4.0 with BPM tools 11.1.1.4.0.5682
    Addendum2 - upgraded to 11.1.1.5.0 and the problem is still there.....
    TIA,
    Bill
    Edited by: wylderbeast on May 20, 2011 9:38 AM
    Edited by: wylderbeast on May 20, 2011 10:09 AM
    Edited by: wylderbeast on May 31, 2011 3:22 PM

    Further invesitgation bears this problem out.
    Oracle support recommend wrapping the SimpleType in a ComplexType. This does work, but now I have an extra wrapper element to deal with. I either have to use the wrapped type in my other complex, composed Types and/or add an external wrapping element when trying to create Business Services in BPM to call the BusinessRules I've created.
    This is a bit messy.
    To be clear, this does not seem to be an issue with Business Rules; the BR editor and generation of Facts (including simple restricted types -> JAXB 2.0/Java Enumerations) seems to work correctly. There seems to be an issue exposing DFs as Services. The code which generated the WSDL and its supporting types seems to choke on restricted SimpleTypes.
    As a side note, it seems that HumanTasks have a similar limitation
    Edited by: wylderbeast on May 31, 2011 3:27 PM

  • Error seeing business rule ( to be assocated with)in Manage Data forms list

    HI,
    I have a business rule, I see it in EAS console, but when I try to associate it with my Data form in Planning, i do not see this business rule in the list fo business rules that appear in Manage Data forms-> business rules tab. I hae associated thsi Business rule with my planning applicatiosn outline still I am not seeing it. Can someone please help.

    How does this relate to the Oracle Forms product?
    Craig...
    Edited by: CraigB on Feb 15, 2012 8:43 AM

  • Business Rules error when creating new classic planning application in 9.3.

    Im trying to create a new planning application using classis planning application wizard in Workspace. everything seems alright untill i gets an error saying "Business rules cant connect to Planning"
    other than this Business rules working fine and i can open business rules in other applications and i can access business rules repository in EAS.
    Any thoughts on this ?

    Further invesitgation bears this problem out.
    Oracle support recommend wrapping the SimpleType in a ComplexType. This does work, but now I have an extra wrapper element to deal with. I either have to use the wrapped type in my other complex, composed Types and/or add an external wrapping element when trying to create Business Services in BPM to call the BusinessRules I've created.
    This is a bit messy.
    To be clear, this does not seem to be an issue with Business Rules; the BR editor and generation of Facts (including simple restricted types -> JAXB 2.0/Java Enumerations) seems to work correctly. There seems to be an issue exposing DFs as Services. The code which generated the WSDL and its supporting types seems to choke on restricted SimpleTypes.
    As a side note, it seems that HumanTasks have a similar limitation
    Edited by: wylderbeast on May 31, 2011 3:27 PM

  • DB Call from Oracle Business Rule +Java Method call from OBR

    Hi,
    1.We have a requirement in project where we need to make DB Call from Business rule.
    We are using ORACLE SOA11g.
    Is this possible.Any pointers on this will be helpfull.
    2.Can we call java method from Oracle Business Rule.If so pls suggest how it can be done.
    Thanks In Advance,
    Oracle SOA User

    You can implement java class to make database updates using JDBC. You can add Java class as fact in business rules and invoke methods as actions of the business rules.
    Hope this will help.
    Jayesh Patel
    http://jayesh-patel.blogspot.com/
    http://www.yagnasys.com/

  • Action 'is not valid' used in Business rule, but when rule condition met variable set to "unassigned"

    I have used "is not valid" in the action and set the action as " Manager is not valid" . But when the condition is met, the Manager field is assigned with "unassigned" value. I do not have other rules, which use default to "unassigned".
    Still for the records satisfying the condition, i see that the value of Manager column for those records is becoming "unassigned".
    I do not want the manager value to be reset to unassigned. I just want the validation failure to be reported over mail.
     

    Swap, is this still an issue?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • RD Client and RDWeb 2012 - RDP file is not valid when run from chrome browser on Android

    After signing into the RDWeb using Android Chrome, I see the published remoteapp.  If I click to
    run remoteapp, it tries to open the RDP file with the installed RD Client but I got this error "Import Error - The RDP file is not valid.  Notify your network administrator."
    I have google about this error. One of the forum suggest to use RD client remote resources tab to access the apps but in our environment our user want to use their
    own web browser to access the apps. Is there any way we can solve this issue?.

    Hi,
    I’m afraid that we have to configure Remote Resource.
    Thanks for your understanding.
    Jeremy Wu
    TechNet Community Support

  • Invalid Object Name When Executing from Report Manager

    I ran some code to create a modified view of ExecutionLog3 on a SQL Server 2012 instance.  The ReportServer and ReportServerTempDB were transferred from a 2005 instance and are still on that compatibility level. After creating the new view, I 
    created a report in SSDT and it runs fine.  I deployed the dataset followed by the report.  I went to Report Manager to test it and the report fails with the following:
    An error has occurred during report processing. (rsProcessingAborted)
    The execution failed for the shared data set
    'ExecutionLog'. (rsDataSetExecutionError)
    Query execution failed for dataset ''. (rsErrorExecutingCommand)
    Invalid object name 'ExecutionLog3_Modified'.
    The code for the view is below and it came from MSSQLTips.  Why does the report run fine from SSDT and fail in Report Manager?
    USE [ReportServer]
    GO
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    CREATE VIEW [dbo].[ExecutionLog3_Modified]
    AS
    SELECT
    EL.InstanceName,
    COALESCE(C.Path, 'Unknown') AS ItemPath,
    EL.UserName,
    EL.ExecutionId,
    CASE(EL.RequestType)
    WHEN 0 THEN 'Interactive'
    WHEN 1 THEN 'Subscription'
    WHEN 2 THEN 'Refresh Cache'
    ELSE 'Unknown'
    END AS RequestType,
    -- SubscriptionId,
    EL.Format,
    Parameters,
    CASE(EL.ReportAction)
    WHEN 1 THEN 'Render'
    WHEN 2 THEN 'BookmarkNavigation'
    WHEN 3 THEN 'DocumentMapNavigation'
    WHEN 4 THEN 'DrillThrough'
    WHEN 5 THEN 'FindString'
    WHEN 6 THEN 'GetDocumentMap'
    WHEN 7 THEN 'Toggle'
    WHEN 8 THEN 'Sort'
    WHEN 9 THEN 'Execute'
    ELSE 'Unknown'
    END AS ItemAction,
    EL.TimeStart,
    YEAR(EL.TimeStart) AS Start_Year,
    MONTH(EL.TimeStart) AS Start_Month,
    DATENAME(MONTH,EL.TimeStart) AS Start_Month_Name,
    DATENAME(DW,EL.TimeStart) AS Start_Day_Of_Week,
    DATEPART(WEEKDAY,EL.TimeStart) AS Start_Day_Number_of_Week,
    EL.TimeEnd,
    EL.TimeDataRetrieval,
    EL.TimeProcessing,
    EL.TimeRendering,
    CASE(EL.Source)
    WHEN 1 THEN 'Live'
    WHEN 2 THEN 'Cache'
    WHEN 3 THEN 'Snapshot'
    WHEN 4 THEN 'History'
    WHEN 5 THEN 'AdHoc'
    WHEN 6 THEN 'Session'
    WHEN 7 THEN 'Rdce'
    ELSE 'Unknown'
    END AS Source,
    EL.Status,
    EL.ByteCount,
    EL.[RowCount],
    EL.AdditionalInfo,
    C.Name,
    C.CreatedByID,
    C.ModifiedByID,
    C.Description,
    C.CreationDate,
    C.ModifiedDate,
    CASE
    WHEN C.TYPE=1 THEN 'Folder'
    WHEN C.TYPE=2 THEN 'Report'
    WHEN C.TYPE=3 THEN 'XML'
    WHEN C.TYPE=4 THEN 'Linked Report'
    WHEN C.TYPE=5 THEN 'Data Source'
    WHEN C.TYPE=6 THEN 'Model'
    WHEN C.TYPE=8 THEN 'Shared Dataset'
    WHEN C.TYPE=9 THEN 'Report Part'
    END AS Type_Description
    FROM
    ExecutionLogStorage AS EL
    LEFT OUTER JOIN Catalog AS C ON (EL.ReportID = C.ItemID)
    GO
    Lee Markum

    Hi Lee,
    According to your description, you can't process the dataset when viewing the report on report server. Right?
    In this scenario, as you can see the dataset name in error message is empty, and it says "Invalid Object Name". Because you have already created a view in your database. When you run this report again, this query be executed again so that you can
    not create another view with same name. So you just need to query the view directly when creating dataset. 
    Select * from ExecutionLog3_Modify
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Variables export from Calc Manager

    Hi,
    I have a list of run time prompts which I need to export from Dev server to Test server. When I take the export, I cannoy see the option for rtp as TRUE in the exported .xml file.
    For example, here I defined a rtp with checking both the RTP and the Use Last Variable. The output came as below.
    <variable id="4" name="testvar2" product="Planning" type="member" usage="const">
    <property name="application">PLab13</property>
    <property name="plantype">Plan1</property>
    <property name="useLastValue">false</property>
    <property name="group"></property>
    <property name="dimension">Period</property>
    <property name="prompt_text">Please enter</property>
    <value>"Jan"</value>
    <limits type="list">
    <property name="value">"YearTotal"</property>
    </limits>
    </variable>
    Afetr that when I am trying to import the same into a different server, RTP is not showing as checked. Therefore, I cannot use the same in rules unless manually I am checking the RTP checkbox.
    Please suggest what needs to be done in this case.
    Thanks.

    Thanks a million for guiding towards the right path. Just tested the export-import data template. And it worked like a charm!

  • Oracle Business Rules - Bucket Set - Sourced from Table

    How do I specify a bucket set data source be values from an existing table?
    I searched and have been unable to find out how to do this.
    It seems like a massive design gap if this in not possible.

    i have to create around 2000 to 3000 rules.i ll explain you a sample rule.
    if IDCode in 100,200,300,400,500
    then
    Assign(here i ll update some response element here)
    if you notice in my sample rule i have some values like 100,200....this values ill be placing in the bucket set.so if i want to place around 5000 values in bucket set it s very difficult to enter manually.
    so im asking , is there any automated way where i can load the values into bucket set directly from a database or excelsheet.
    Thanks,
    karthiik
    Edited by: karthik !! on May 19, 2010 5:17 PM

Maybe you are looking for

  • Why is the mainscreen/stage moving all over?

    Hello All, it's me Mr. Whinie again with yet anouther "problem" CP6 Mac when I duplicate an item or save, the "stage" moves to a different part of the open window, many times leaving only a small bit visible and forcing me to reposition it to see the

  • Create a seperate Via socket754/KT800 forum

    Hi mods if you are looking, kindly create a seperate forum for the above mention as there are no proper place for us K8T owners to post our topics and issues and often have to use the socket A forum. Thank you very much.

  • How to get Exception detail

    Hi, I have attached Catch all activity to my process. Inside process calling database procedure that throws no data found exception. I want to capture in catchAll fault. I tried ora:getFaultAsString and ora:getFultName xpath function. But first one r

  • Can I restore using an external DVD drive?

    Hey everyone, I've got a unibody MacbookPro with a broken internal disc drive. My roommate has a new external USB super drive. Can I reinstall my OS using his external CD drive? Or will I need to make a DMG of my original install disc and do it that

  • Is there any problem with installing the Listener with APEX 4.1

    Hi Udo, With your help, I have already installed the listener on apex 4.0.2. Now I tried doing the same steps, but as I click apply, in the "listenerConfigure" page, I get an empty page... I visited : http://localhost:5555/apex/apex_admin http://loca