Display of data after Business Rule Execution

Hi Gurus
We are using 11.1.2 and experiencing few problems with some of out Business Rules. The problem is, BR executed successfully and the resultant data is not displaying in the target form. As a workaround, we put a dummy value in any of the target's combination and re-execute the BR, this time BR gets populate the target cell. Pls advice what sort of problem is this???
Thanks in advance,
SNK

It could be down to the business rule not creating blocks, by entering dummy data then you are creating the blocks and the rule will run as expected.
Have a look at this post :- Re: Busines rule Issue
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Calculate Data Form - Business Rule

    I am a little confused on how the default "Calculate Data Form" business rule works which is available when we create a new data form.
    When run, does it calculate the entire cube as in it works like - CALC ALL; ? Or does it just calculate the dimensions/members specific to the form. I always thought that it is specific calculation for the data form - which considers the selection that we have in our POV, Page and rows and columns and it doesn't calculate the entire cube. Please correct me if I am wrong.
    If anyone has any resourse that has more about it, please share the link or information. It will be a big help.
    Please let me know.
    Thank you!
    ~ Adella

    Thank you so much John for responding to my question.
    So, if I understood it right you were telling me that it doesn't calculate the entire database, but it only calculates the subtotals for those specific member combinations that are there on the dataform and displays it on the form after the business rule is launched. Hope now I understood it right.
    Actually, I am running into an issue where I am just changing two cells on my dataform, then running the "Calculate Data Form" to see the totals changing accordingly but it is taking way too long than expected and also it is not rendering the right result. I am not sure what is causing this delay if it were only to calculate things specific to the data form and show the results.

  • How to submit the Data with Business rule auto executed with VBA in excel?

    Anyone knows how can I submit the data into planning with the business rule auto executed in planning?
    Currently, I am using HypExecuteCalcScriptEx () + HypSubmitData() in my program that auto executed the business rule prior saving the data into planning.
    However when it try to run HySubmitData(), the Business rule window pops up again and ask user to run the business rule again.
    Therefore, is there a way that I can submit the data with auto execute the business rule?
    many thanks, highly appreciate !!!!!!

    Hi Rafeek,
    One solution is to set the column width after manually or programmatically refresh the PivotTable, for example:
    Private Sub Worksheet_PivotTableUpdate(ByVal Target As PivotTable)
    Dim ws As Worksheet
    Set ws = Application.ActiveWorkbook.ActiveSheet
    ws.Columns("A").ColumnWidth = 10
    End Sub
    Another option is to set the column width, then protect the columns from been updated by the user, before refreshing the PivotTable, unprotect the worksheet. For example:
    Public Sub LockColumnA()
    Dim ws As Worksheet
    Set ws = Application.ActiveWorkbook.ActiveSheet
    ws.Columns("A").ColumnWidth = 10
    ws.Columns("A").Locked = True
    ws.Protect "123"
    End Sub
    Public Sub UnprotectWorksheet()
    Dim ws As Worksheet
    Set ws = Application.ActiveWorkbook.ActiveSheet
    ws.Unprotect ("123")
    End Sub
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • FRM-40207 supressed after Business Rule violation

    Situation:
    - Form based on table with column A number(1)
    - Item width in form = 2 (automatic, to enable negative sign)
    - Business rule on column: value must be > 0
    - Try saving record with column A = -2: Business Rule is violated --> error message (as expected)
    - Changing value to 22, no error, not possible to leave record/item: 'FRM-40207 Must be in range -9 to 9' is not shown
    - Trying to type 22 first time leads to the 'FRM-40207: Must be in range -9 to 9' message as expected
    - Generating the form with teh preference set QMS_DEBUG_MODULE: FRM message is also shown after violation of BR (negative value) (thus it is a Headstart problem?)
    - Setting a format mask of 9 on the field does not solve the problem, in that case 'FRM-40209 Must be of format 9' is supressed
    It looks like the rule frame/headstart code suppresses the FRM message after violation of a Business Rule,
    anybody experienced the same problem or knows a solution?
    tia
    Geert

    I think we came across the same problem as you are describing. We created a temporary workaround for our problem by creating a custom library object using both the <maximum length> and <format mask> properties. This may not be feasible if you have are having the problem with several columns of varying lengths.
    [email protected]

  • IC data/booking - business rule

    Hi BPC masters,
    I am new with BPC and I have a couple of questions about IC data/booking and its business rule. I am sorry if it seems too basic.
    1) In the guide BPC440 and other guides available on the internet, we could see they are using ICDIFF01 in debit account in the IC business rule (see picture). What is that account ? Its hierarchy/parents ? Is there any screenshot to see what is its structure ?
    2) How does ICDATA retrieve records ? Does it simply find data for AR/AP and P&L where an intercompany dimension is recorded ?
    3) ICBOOKING posts the difference between IC for AR/AP. What about P&L ?
    Thank you in advance for any reply !
    Dat

    Hi Dat,
    1. ICDIFF01 is the specific dimension base member user need to create to store the result data of ICBOOKING.
    2. ICDATA calculate the results based on the business rule you defined and the source data in intercompany.
    3. You can create your owne business rule & dimension members to meet your specific requirement(P&L). BPC440 is simply an example.
    The guide BPC440 is simply an example. You need to customize all the dimension/business rule and logics according to your customer's fact business. So I suggest you not focus on the financial meaning of the account name or rule name too much in the example.
    Best Regards,
    Arjen

  • Business rules execution error

    Hi,
    I am facing an error with business rules and forms.
    We are having 6 folders and each folder relating to different departments and each department (folder) contains 5 forms.
    The same environment is in UAT server and Production server.
    The same UAT server is migrated to Production.
    Here the problem is example: In each folder, form 2 is tagged with 3 business rules like rule1, rule2 and rule3.
    These 3 rules are same for the form 2 in all folders, except the legal entity, code, prduct will be vary as per the user selection.
    but the code is same.
    In these 3 rules, the first 2 rules rule1 and rule2 are not working. While double clicking the rule, its says that, error while executing the calculation script. Please check the log file. The same error coming for form 2 in all folders with the same rules which are tagged.
    But the same rules are working with the same form in UAT environment. I have tried to change the rules from UAT to Production.
    After changing the rules also, the same error is coming while executing the business rule.
    So can any one suggest me what to do and how to resolve this.
    Thanks & Regards
    RREDDY

    The same error when executing the business rule after opening the form.
    " Error executing the calculation script. Check log for details"
    I have checked the log also, but its also showing the same sentence.
    While validating the rule, I have checked the same thing and I have compared with the UAT settings also. Its all are fine.
    Only these 2 rules with the same form in all the folders are getting the error.
    I have done one more thing that copying the content of Business rule code in UAt and paste the same in Production and saved it.
    I have checked all other settings they are remain same and no changes. Then I have detached the rules from web form and saved it and log-off from planning.
    Again logged in and tagged the BR's to the form and tried to execute, even then also the same error coming.
    thanks
    rreddy
    Edited by: user4483519 on Sep 21, 2009 4:39 AM

  • Smartview Forms - Business Rule Execution

    Users edit data within Planning, but don't see changes when refreshing in SmartView until a user executes business rules {Aggregation rule} on the Plan2 cube within Planning [via internet explorer].
    Once the form where the business rule is attached is loaded/saved [set to both on the form / business rule property] - the data in SmartView has the calculation updated.
    Do business rules NOT run from SmartView?

    buiseness rule can be executed from smart view as well but before that i would like to tell you that smart view can be connected to
    1)Essbase using the URL http(s)://<servername>:13080/aps/SmartView
    2)Planning using the URL http(s)://<servername>:8300/HyperionPlanning/SmartView
    here 13080 is the default smart view port for Essbase and 8300 is the default port for Planning.
    Now if the user makes a connection to planning then he can view the data forms and the buiseness rules but not the normal grid view that was visible otherwise in essbase.
    for Forms : Hyperion tab -> Forms -> Select Forms
    for HBR/Calculation Scripts : Hyperion tab -> Calculation options -> Buiseness rule
    if you are connected through Essbase then you can not view the HBR and forms but if you are using the calculation scripts for aggregation then they are visible
    Hyperion tab -> Calculation options -> Calculate

  • Business Rule Execution

    Hi
    We have a aggregation Rule which works on 3 dimensions. It was taking too much time for execution, for this we have removed number of records from 2 dimensions and the size of dimension reduced from 11000 members to 100 members. But still same business rule taking same time for execution.
    Any Idea, how can we improve performance of Business Rule??
    Thanks
    Jiya

    Hi,
    It depends upon the hierarchy to be aggregated, since you have reduced the members to very few, you can do like:
    1.Try to aggregate the dimension using single AGG command.
    like AGG(DIM1,DIM2, DIM3) rather than writhing separate AGG commands for each dimension.
    2. SET CALCPARALLEL n; for parallel calculation if you are just aggregating the dimensions.(n is the number)
    Hope this works as pointers for your issue..
    Thanks,
    Sourabh

  • Form Performance Degrades after Business Rules are added to Run on Save

    Has anyone ever seen an instance where adding business rules to a form (run on save only) makes the form open twice as slow?
    We have some large forms that were opening in about 20 seconds that suddenly started taking twice as long (40 seconds). When we remove the association of the business rule, they are opening quickly again. Because the business rules are set to run on save, I'm not sure why they would affect the form open performance.
    Any ideas are appreciated.
    - Jake

    I am guessing here a bit.
    But a question. Is your calc complicated? does it have a lot of variable in the calc?
    My guess is that even though the calc is run on save when you open it it compiles the calc as you open it. A check is to create a really simple calc one line that basically does nothing and see if that changes your performance. Also if you click off "run on save" does the performance return?
    Just theory guessing here.

  • Error in Business Rule execution

    Dear Gurus,
    I have two base planning applications whihc are having lot of business rules. I have created Duplicate application for those two application by using LCM and EPMA. I have migrated each and every artefact.
    I am able to see all the Business Rules in planning application and able to launch those but one business rule is giving problem.
    That business rule is having 6 runtime prompts but in error it is stating only one RTP name.
    The Error is - Unable to retrieve variable RTP_LAST_ACT_WK deployed in application PROPTEMP in Planning instance Default
    I am clue less why the application is throwing this error.
    Thanks
    Giri Prasad

    Hi Rahul and Endy,
    I have created another duplicate application now and migrated all the artefacts and I set the default value for RTPs which i got from validation of particular business rule. Now its running fine with default instance.
    The problem is i have created some more applications on different instance than the base application where the business rule validation is throwing different error.
    I can stongly say that the instance is making the difference.
    can you please let me know how to change the instance of existing planning applications.
    Thanks
    Giri

  • MI CLIENT(SIMULATOR) IS NOT DISPLAYING ANY DATA AFTER SYNC

    Hi ,
    I am facing a problem in displaying the data in the mobile client(Simulator).
    STEP1: I have created the data objects in the MI7.1 server and then updated the CDS(CDS is having values ) and the created the devices in the Mobile administrator .
    STEP2: Created the client UI (Composite Development) deployed ,no errors and able to view the application.
    STEP3: Device queue i filled up,Tried to sync the client with the DOE (SYNC Successful). checked the C\:....IDE\CE\eclipse\plugins\com.sap.tc.mobile.dt.oca.rt\MI\data\dba this is having the databases for the device.(MINDB and the corresponding tables)
    But when I opened up the client to run the application again then also no data i appearing in the client (Simulator). When i Checked the log file it is giving an java.util.MissingResourceException. trace show like this.
    <?xml version="1.0" encoding="utf-8"?>
    <l>
    <h n="..\log\trace_0.trc" v="1.5" d="2009-03-05" t="18:53:50">
    <f n="BuildVersion" v="71505"/>
    <f n="BuildDate" v="2008-11-11"/>
    <f n="BuildTime" v="02:08:00"/>
    <f n="MI" v="71"/>
    <f n="SP" v="5"/>
    <f n="Patch" v="05"/>
    <f n="DeviceType" v="PDA"/>
    </h>
    <rs>
    <r id="1236259430817" t="18:53:50" d="2009-03-05" s="E" c="000" u="" g="" m="java.util.MissingResourceException: Can&apos;t find resource for bundle com.sap.ip.me.api.services.MEResourceBundle$MEPropertyResourceBundle, key START_MOBILE_CLIENT">
    <f n="LocationName" v=" (com.sap.ip.me.api.services.MEResourceBundle:handle get object missing resource exception )"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259430989" t="18:53:50" d="2009-03-05" s="I" c="000" u="" g="" m="Logging initialized">
    <f n="LocationName" v=" (com.sap.tc.mobile.logging.impl.FileLogger:)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259430990" t="18:53:50" d="2009-03-05" s="I" c="000" u="" g="" m="Logging initialized">
    <f n="LocationName" v=" (com.sap.tc.mobile.logging.impl.FileLogger:)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259431942" t="18:53:51" d="2009-03-05" s="D" c="000" u="" g="" m="SELECT C_VALUE FROM CFS_COUNTER WHERE C_ID = 0">
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259432036" t="18:53:52" d="2009-03-05" s="D" c="000" u="" g="" m="UPDATE CFS_COUNTER SET C_VALUE = 591 WHERE C_ID = 0">
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259432051" t="18:53:52" d="2009-03-05" s="D" c="000" u="" g="" m="SELECT * FROM CFS_CONFIGURATION">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259432208" t="18:53:52" d="2009-03-05" s="I" c="000" u="" g="" m="Database: Embedded MinDB/1.1.08.22 Windows XP (Make-Version: 2007-12-28 16:02)">
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManager:logDatabaseInfo)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259432209" t="18:53:52" d="2009-03-05" s="I" c="000" u="" g="" m="Database driver: Embedded MinDB JDBC Driver, com.sap.sdb.minDB.DriverEmbeddedMinDB/1.1.08.22 Windows XP (Make-Version: 2007-12-28 16:02)">
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManager:logDatabaseInfo)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259432210" t="18:53:52" d="2009-03-05" s="I" c="000" u="" g="" m="set db.name = Embedded MinDB ">
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.conf.Configuration:setConfiguration)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259432489" t="18:53:52" d="2009-03-05" s="D" c="000" u="" g="" m="SELECT * FROM M13AGENT WHERE CFS_STATUS &lt; 16384 AND (AGENT_ID=&apos;CONFIG&apos;)">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManager:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    </r>
    *<r id="1236259447023" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;3440261DA6540CA00000011FD49B5315&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447024" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;353062DE978F9C170000011FD49B5325&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447025" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;353062DE978F9C170000011FD49B5325&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447026" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;463F48C8533E632C0000011FD51502B7&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447027" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;463F48C8533E632C0000011FD51502B7&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447028" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;47E3F9952E4ADDAE0000011FD49B5306&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447029" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;47E3F9952E4ADDAE0000011FD49B5306&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447030" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;57DE1F0E1E4EAA4A0000011FD5A49451&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447031" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;57DE1F0E1E4EAA4A0000011FD5A49451&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447032" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;A79E36195B3ACA7C0000011FD5A49460&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447033" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;A79E36195B3ACA7C0000011FD5A49460&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447034" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;E3FF3F9A3B1F5E6E0000011FD49B5325&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447035" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;E3FF3F9A3B1F5E6E0000011FD49B5325&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447036" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;F8C6E8FDB201E6E10000011FD49B5306&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447037" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;F8C6E8FDB201E6E10000011FD49B5306&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447038" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M1COMPONENT_DEPENDENCIES WHERE CFS_STATUS &lt; 16384 AND (PSYNCKEY=&apos;0B0BE741EA189E100000011FD5A49403&apos;)">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManager:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447039" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M0ARCHIVE WHERE CFS_STATUS &lt; 16384 AND (MCD_NAME=&apos;flight_details&apos; AND MCD_VERSION=&apos;1.0&apos;)">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManager:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447040" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;A79E36195B3ACA7C0000011FD5A49460&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447041" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;A79E36195B3ACA7C0000011FD5A49460&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447042" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M1COMPONENT_DEPENDENCIES WHERE CFS_STATUS &lt; 16384 AND (PSYNCKEY=&apos;A79E36195B3ACA7C0000011FD5A49460&apos;)">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManager:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    .I do not know what is the exact problem.could anyone help me out.

    Hi Muhammed,
    I've followed every steps you mentioned but the problem persists.
    My JDK version is JDK1.5.0_17.
    I've just tried to use as data object in my application the USERDETAILS standard data object but no data is shown in my table in the application.
    If it could be useful, I'm using NW Mobile 7.1 SP7 but I'm still using eclipse plugins for SP4 because when I tried to update them to SP7 I got several errors in NWDS. I wasn't able to see exisitng components in the mobile prospectives.
    Thanks, Beatrice

  • How can I display historical data after moving a PLC to another port?

    I have a system that has Modbus type devices on serial ports. Each device has a number of values logged (perpetually) to Citadel. Over the years the number of devices has grown and I'd like to move some of the load to other com ports. In fact I'll probably use an OPC server. What I really need is an elegant method and/or sequence to implement the changes. In particular I'm concerned about hypertrends that need to show both the before and after traces. The traces will be the same physical points, but the names will change with the new paths.
    How do others handle this?
    Thanks,
    Bob Lockert

    Upon reflection, I see the first part of your comment to be valid. I chose tag names that indicated port and RTU addresses. Thus Mod6_35.4xxx was device 35 on com port 6. I can in fact move some of those devices to another port by simply changing the configuration of the devices to be moved. I just can't revise the tags to show the new port and address numbers.
    However, I do want to run through an OPC Server so the tag name won't and/or can't follow. They'll be different device types. I have considered changing the hypertrends to display an expression which is the sum of two separately logged items.
    ie Temperature = OldLoggedTemp + NewLoggedTemp
    Comments???
    Bob

  • Changing Business rule execution time

    Hi,
    I'm working on EPMA 11.1.1.3 when i'm launching BR on dataform after certain time the dataform is opening in a new window.when i'm looking in logs it shows that
    BR launching execution time has exceeded now the BR is running in the background.
    can you gurus tell me where can i change the default BR execution time.....
    thanks in advance
    Edited by: kailash on Sep 14, 2011 4:15 PM

    Have a read of - http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch02s07s06.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Calendar List not displaying all dates after iOS 5.0.1 OTA update

    Following the recent iOS 5.0.1 OTA update, in list mode my calendar now only displays days on which I have entries.  Previously it showed a list of all days.  Can this be changed by a setting somewhere or is this a bug in the iOS? 

    All was good, My battery and SIRI were working fine, then my bad luck that i updated my phone to iOS 5.0.1 (which is promissing better battery life and Siri funcionality). After updating all went crazy, SIRI is not working any more (it says cant do any thing right now and try later, and i am now trying from 2 days), Battery is not lasting longer then 12 hrs as it was better before. I am seriously thinking to go back to my iPhone 4 and distroy iPhone 4S
    APPLE????? i need answers????

  • Displaying detail data after clicking the link in h:dataTable

    Hi All,
    I have following requirement.
    h:dataTable displays the list of addressList like my homeAddressList workAddressList and so on. As soon as I click on one of these I need to display list of all addresses shown in this list. My problem is how to identify in the jsf bean which link was clicked.
    I use hibernate for persisitense and hence directly iterate over hibernate transient domain object collection to display the list. For e.g User has AddressList
    Any help. Thanks in advance.

    Bind the datatable to a HtmlDataTable (or UIData) property in the bean and use HtmlDataTable#getRowData() to obtain the row object associated with the UICommand action.
    Also see this article for examples (and much more): [http://balusc.blogspot.com/2006/06/using-datatables.html].

Maybe you are looking for

  • How do I revert back to my itouch iTunes account?

    I purchased an iPhone this weekend and when I plugged it in iTunes gave me the option of using existing account or setting up a new account. I set up a new account using the same username and password as my old account thinking my apps from iTouch wo

  • How to make subforms editable in ADOBE forms

    Hello All,    The 'Pagination' for few of the subforms are editable, and for few of the subforms are not editable. Actaully i have to set the 'overflow' for one subform, but the whole pagination is dispaly mode. (i can edit pagination for other subfo

  • TREX Preparation Failed exception

    Hello All, I am facing an issue with TREX wherein the documents not being indexed properly. The TREX monitor shows all status as green but when I check the 'Display Queue Entries' from System Admin -> Monitoring -> Knowledge Management -> TREX Monito

  • BI for NW04S: Concatenating multiple chars into one field in BI query

    Hi,   We have BI for NW04S. We have a requirement of concatenating multiple characteristics into one field in the BI report. This single field should have the usual drill down and other olap functionalities that a single characteristic usually enjoy

  • Preview external css stylesheet

    I open two pages, both linked to the same external stylesheet .In design view, the first appears with the CSS stylesheet's specs, the other without. How do I set the second one so it appears too with the stylesheet specs? Thanks for the help. Mark