On Drilling down between ADF Pages we get Row currency has changed error

We have developed an Application using JDeveloper 10.1.3.2, you can login to
http://ap6002fems.us.oracle.com:7778/SetupTaskList
login with sso,
On Top Right corner you have a global link 'Select', click it and select Business Process Home
Click Detailed Business Process Link for 'Field Service and Depot Repair' Business Process and in Detailed Business Process Page, change Fusion Release to All, and select Activities Link for any Detailed Business Process and you will get
Error:
JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key0
I tried checking the logs but log doesnt show up anything.
I also tried changing Enable Token Validation to false in Page Definition and this Row Currency Issue doesnt come up, but it doesnt navigate to the next page, it reloads the existing Detailed Business Process Page.

Hi,
I would be surprised if anyone outside of Oracle can run your sample application because its behind the firewall.
The error message is caused by changes that are applied to the underlying iterator without refreshing the UI in which case the two are out of synch. What helps is to PPR the UI (e.g the table as a result of a command action)
Frank

Similar Messages

  • Getting row currency has changed error and JBO-28010

    Hi Not sure if these two errors are connected
    I am using Jdeveloper 10.1.3.2 and OAS 10.1.3.1
    I have 4 -5 application modules connected to 3 different dB. Two days back i change the database connection to another and released to production because our db was shifted to another machine.
    Since then getting 2 errors randomly:
    oracle.jbo.PCollException: JBO-28010: Error while getting next sequence value for PS_TXN_seq from database
    java.sql.SQLException: ORA-02289: sequence does not exist
    oracle.jbo.JboException: JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[]
    Not sure how to solve this. I don't even know how PS_TXN_seq was created. How can i debug this
    The log file is too large
    Thanks

    I found a solution from section 19.4.1 in the 10.1.3 DEV Guide using partialSubmit and partialTriggers - the issue seems to be (from reading other posts) that the cursor in the iterator changes when validation fails.
    ----code example from the dev guide---
    <af:outputText value="#{bindings.AssignedToFirstName.inputValue}"
    partialTriggers="staffLOVLink"/>
    <af:outputText value="#{bindings.AssignedToLastName.inputValue}"
    partialTriggers="staffLOVLink"/>
    <af:commandLink id="staffLOVLink" action="dialog:StaffSearch"
    useWindow="true" immediate="true"
    partialSubmit="true"
    returnListener="#{backing_SREdit.handleStaffLOVReturn}"
    partialTriggers="status"
    disabled="#{bindings.Status.inputValue==2}">

  • ADF error-"Row currency has changed since the user interface was rendered"

    Hi,
    I have created a ADf page and then created entity and view object for a table.
    I have created fields which are binded to the the view object .
    when i open the page after deploying it i get the following error
    "Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[]"
    Please help me
    Edited by: 798554 on Sep 28, 2010 10:45 PM

    That's a common exception in ADF. If you click the browser back button, you can get this message. You could search for a solution in other posts, perhaps like that:
    JBO-35007: Row currency has changed.. when Rollback fom a Dialog page
    http://cn.forums.oracle.com/forums/thread.jspa?messageID=3913201
    http://programming.itags.org/development-tools/68191/
    You should also mention your JDev version!
    NA
    http://nickaiva.blogspot.com/

  • JBO-35007: Row currency has changed.. when Rollback fom a Dialog page

    Hi All,
    From a page with an ADF Readonly table, I press 'Edit' button to edit some fields (not all) in an edit page as a Dialog page. Both page use same View Object Instance. Edit page has Commit and Rollback button.
    Since it is a dialog page , I add af:returnActionListener to the Rollback button
    If I press Commit its fine. But If I press Rollback, when I back to originating page I get this error :
    1. JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[IV 2107 SIU01 ]
    2. JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[IV 2107 SIU01 ]
    How to solve this problem ?
    Thank you for your help,
    xtanto

    Doing a rollback by default clears the caches. This causes view objects to be requeried the next time they are needed, and causes the current row to be reset to the first row in the view object instance's default row set.
    This error means that the row that was current when the browse page was rendered is now no longer the current row. Token validation is set on the page definition for a JSF page. By default, token validation is on.
    To adjust the setting for token validation:
    1. Open the page definition file for the page.
    2. In the Structure window, select the root node for the page definition itself.
    3. In the Property Inspector, use the dropdown list for the
    EnableTokenValidation attribute to set validation to true to turn on token
    validation, or false to turn off token validation.
    Alternatively, if you cause a partial-page update on the base page, it should update it's notion of the current row and that is another way to avoid this error.

  • Drill Down between 2 stacked column chart with multiple rows.

    Hi,
    Can anyone please help me.
    1) i have to create stacked column chart with Region and cout of calls for previous 3 quarters.
    2) the 2nd stacked column should display the priority with the count of calls for the respective selection of region on the 1st chart..
    to achieve this,
    i'm using 2 stacked column charts and 1 lebel baseb menu.
    from this i can able to get the drill down from label based menu to 2nd stacked column chart but i couldn't able to done the same from 1st stacked coumn chart.
    Becoz my data is multiple row for each quarter.
    please suggest me to achieve the drill down between 2 stacked column charts.
    assume that my data like below.:
    coulmns for 1st stacked column chart : Region, Q2,Q3 &Q4
    Region                Q2                Q3               Q4
    Other              3658              3497               497
    NA - North
    America                3               3               1101
    APJK     1     4     597
    UK               324
    EMEA North     1     1     288
    CORPORATE     1     5     215
    LA -
    Latin America1     2     208
    EMEA     1          199
    EMEA South     1     1     169
    Coulmns for 2nd coumn chart:  Region, Priority, Q2,Q3,Q4 ()which is derived from 1st table.
    Region     Priority     Q2     Q3     Q4
    Other     D: End of Next Day     1568     1613     239
    Other     C: End of Day     983     893     119
    Other     A: 2 Hour     631     610     70
    Other     B: 4 Hour     396     318     56
    NA -
    North AmericaD: End of Next Day     2     2     514
    APJK     D: End of Next Day          3     297
    NA -
    North AmericaC: End of Day               284
    NA -
    North AmericaA: 2 Hour     1          170
    UK     D: End of Next Day               157
    APJK     C: End of Day     1     1     152
    Other     E: 3 - 5 Business Days     68     58     13
    EMEA North     D: End of Next Day          1     136
    CORPORATE     D: End of Next Day          4     107
    NA - North America     B: 4 Hour          1     104
    LA - Latin America     D: End of Next Day     1     1     86
    EMEA     D: End of Next Day               86
    UK     C: End of Day               85
    APJK     A: 2 Hour               79
    EMEA South     D: End of Next Day               72
    EMEA North     A: 2 Hour               69
    EMEA North     C: End of Day               56
    APJK     B: 4 Hour               55
    EMEA     C: End of Day     1          53
    LA - Latin America     C: End of Day               54
    UK     A: 2 Hour               49
    EMEA South     C: End of Day     1          44
    CORPORATE     A: 2 Hour          1     43
    CORPORATE     C: End of Day               44
    LA - Latin America     A: 2 Hour          1     42
    EMEA South     A: 2 Hour          1     32
    EMEA     B: 4 Hour               30
    UK     B: 4 Hour               30
    EMEA     A: 2 Hour               27
    EMEA North     B: 4 Hour     1          26
    NA -
    North AmericaE: 3 - 5 Business Days               25
    LA - Latin America     B: 4 Hour               23
    EMEA South     B: 4 Hour               20
    CORPORATE     B: 4 Hour               17
    APJK     E: 3 - 5 Business Days               13
    Other     F: 6 - 10 Business Days     6     4     
    Other     G: 11 - 20 Business Days     6     1

    Hi Srinivas,
    I'm using label based menu "filterd rows" only but i couldn't bind the drill down with the 1st stacked column chart.
    for mor details:
    1) i'm having 2 stacked coumn charts & 1 lebel based menu but eventhough i couldn't able to achieve.
    if i select the lebel based values then the 2nd stacked column charts is giving detailed valus but if i keep my mouse on the 1st stacked column chart the there is no changes on the 2nd chart..
    somewhere i'm mising the binding data between 1st stacked coumn chart & lebel based menu on drill down part.
    Becoz i'm having multiple rows. so can you please try your and send me the xlf file using your concept.

  • How to Drill Down Between Queries

    Hi Experts,
    I am fairly new to developing reports, so at the current system there are 2 queries Summary(on a Cube) and Detail(on ODS). These are independent queries rt now. I want to pass Cost center and fiscal Period as parameters from Summary to Detail queries and make it a drill down report so that for each cost element we can get the document details.  I have read the other posts relavant to how to drill down while passing parameters but dint understand much out of those.
    Can anyone please lay down a step - step approach in doing this? Or  share any kind of explanatory documents.
    Thanks
    Sarah

    Hi Sarah,
    Each response you have received so far is recommending the Report-Report Interface (RRI).  It is a powerful and useful technique.  It is simple to do (minutes) and it works in all current and future front-end environments.
    The problem with using is that users need a little bit of training.  And the results they get are ALWAYS exactly as the "receiver" query is displayed in its Global Definition.
    If your users are using Excel and you want them to use a standard template workbook for the receiver, this is difficult (not impossible) to obtain because you need to "touch" each of their PCs and ensure that they have the correct settings on their PC each time you have an upgrade of the front-end (either BW upgrade or PC upgrade).
    In most peoples' opinion, the benefits of RRI outweigh the disadvantages.
    There is another option if you are using Excel.  You can put both queries in a single workbook and use the Business Explorer Analyzer's API functions to create a "Jump" from query 1 to query 2. 
    You can set this up to occur every time that query 1 is refreshed.  Or, your user can select one (or several) results from query 1 to make the jump to query 2.
    The great disadvantage of this alternative approach is that it requires use of both Visual Basic and the BEx API functions.  Not very many people are good at either one of these.  But, they are simple to learn and once you do, there is no end to the amount of customization that can be obtained.
    If you want more information about this approach, post again.  Or, do a search on previous posts that I have made (from these you will find the names of others who are very knowledgeable in this approach as well.)
    Also, here is a link to some examples of BEx API functions that accompany an article written by Joerg Boeke
    http://www.bwexpertonline.com/downloads/boeke04.doc
    - Pete

  • Drill Down on one page (as opposed to two)

    Can a drill-down be done on one page, rather than two? I'd like to create a simple report with counts and have those counts be hyperlinks. When the hyperlink is clicked, I'd like to show the detail that make up those counts.
    Hope this simple question makes sense.
    Thanks!
    Steve

    Sergio,
    Thanks for the reply - I do appreciate it. I guess what really confuses me then is how to create a region (I'm assuming my page would be constructed of two regions - one that shows summary data with hyperlinks, and one that will show dynamic detail - based on which item they want to run details for) that can be hidden and shown? I have this problem on another page I'm working on - I just haven't figured out how to hide a region until a submit button or hyperlink is pressed?
    Hope this makes sense.
    Thanks!
    Steve

  • Got the Exception in ADF page while getting BPM task list

    Hi,
    My requirement is i,n ADF page i need to display BPM human task list in ADF region.
    while Deploying my applciation server got the below exeption and it's taking the more time too.
    Please find details of Exception below.
    06:56:08 PM] [Deployer:149192]Operation 'deploy' on application 'ADFResources_application1 [Version=V2.0]' is in progress on 'AdminServer'
    [06:56:09 PM] [Deployer:149193]Operation 'deploy' on application 'ADFResources_application1 [Version=V2.0]' has failed on 'AdminServer'
    [06:56:09 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application ADFResources_application1 [Version=V2.0] on AdminServer.: .
    [06:56:09 PM] Weblogic Server Exception: weblogic.application.ModuleException:
    [06:56:09 PM] Caused by: java.lang.ClassNotFoundException: oracle.bpm.web.security.faces.AuthenticationPhaseListener
    [06:56:09 PM] See server logs or server console for more details.
    [06:56:09 PM] weblogic.application.ModuleException:
    [06:56:09 PM] #### Deployment incomplete. ####
    [06:56:09 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    is any thing i missed out to include the jar files.?
    Thanks,
    madhava

    Search which library you are missing from Jdeveloper ->Tools -> Manager Libraries by using the missing class name
    oracle.bpm.web.security.faces.AuthenticationPhaseListener

  • Drill down on all values of a row from bex universe

    Hi
    We had developed BO universe on bex query, and as in web i the whole row will come as a single object.
    so when we drill  on the row the drill is not performing on the whole row rather its happenig on a single value of the row
    Ex:- if we have rows named as US, china, America, Japan, Gross sales, invoice etc
    when wen i drill on any row for lets say US, and i drilled on currecy type the drill is happening only us from the row.
    But we need this drill on whole values of the row,
    if aware of bex analyser, we need the same drill down future as in bex.
    Any help in this regards is appreciable.
    Thanks in Advance,

    Hi,
    Your code seems to be right.
    Try writing the code as the below format.
    CASE SY-UCOMM.
    * CHECK FUNCTION CODE
    WHEN '&IC1'.
    * CHECK FIELD CLICKED ON WITHIN ALVGRID REPORT
    IF SELFIELD-FIELDNAME = 'LIFNR'.
    * READ DATA TABLE, USING INDEX ROW USER CLICKED ON
    READ TABLE IT_FINAL INTO WA_FINAL INDEX SELFIELD-TABINDEX.
    * SET PARAMETER ID FOR TRANSACTION SCREEN FIELD
    SET PARAMETER ID 'BES' FIELD WA_FINAL-LIFNR.
    * EXECUTE TRANSACTION 'XK03',AND SKIP INITIAL DATA ENTRY SCREEN.
    CALL TRANSACTION 'XK03' AND SKIP FIRST SCREEN.
    ENDIF.
    ENDCASE.
    Thanks
    Arbind

  • Diplaying matrix with drill down (toggle visibility) enabled for 4 row groups

    Hello,
    I have a matrix in SSRS 2012 with 4 row groups representing a product hierarchy.   Product Sub Group, Product, Sub Product and Account Number are the levels of the hierarchy.  I have enabled drill down (toggle item visibility) on the first
    3 of these levels. 
    This works great, but my matrix is very wide when it is first rendered.  Ideally I want my matrix to expand horizontally as I expand/drill down into each grouping.  So when the report is first rendered, and 3 of the groups are invisible, the
    matrix will be thin.  Is this possible?
    Thanks,
    Gabe

    Hi Gabe,
    Based on my test, it cannot achieved in SQL Server Reporting Services (SSRS).
    We can hide these column contents in matrix, however, we cannot hide the space in the report. In this situation, I recommend you use table to display these data.
    Alternative, we can add a drill-down in the column group to hide the column group when it is first rendered. Please refer to the following screenshot:
    If you have any questions, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Getting the "Page Has Changed" error.

    I'm using InContext Editing and am getting this error:
    Page Has Changed
    The page you are trying to edit or duplicate could not be found on the server. You can check if the page was deleted or moved in the meantime.
    The page does exist, I can view it in the browser and thru includes/ice/ide.html. I can Duplicate the page, and the page gets duplicated on the server, but  I can't edit the duplicated page either.
    My pages are pretty simple, but do have a few include files in them. So I deleted the includes, uploaded a straight .html file, and I still get the error.
    In the "Configure Site" section, I can connect to my ftp site. I can browse the directories, etc., so I'm definitely connecting.
    The weird thing is, I upload this exact same site to a test server (on Linux), configure a new site in the admin, edit the same files and it works perfectly. But once I upload these files to a Windows/IIS server, I get this error.
    Any ideas?
    Thank you in advance.

    Please send the url of the site,  the FTP server, username and password to [email protected] and we'll investigate this issue; also include a link to this forum post in your message.
    Regards,
    Dan Popa

  • BPC 7.5 MS Drill Down works on one dimension in rows but not the other

    Good day,
    Working in BPC 7.5 MS.  I have a piped report with 3 dimensions in rows.  Members in the first dimension are hard-coded in the expand range.  The second dimension is a combination of SELF and DEP members.  The third is set to SELF.  In our original AppSet, I can double-click drill down on both the second and third dimensions without issue.
    I've re-created this report in a new AppSet (same BPC version).  All settings are essentially identical (I've double and triple checked).  The drill down works on the second dimension, but not the third.  I've run out of places to look to find the problem.  Any thoughts?
    Thanks in advance.
    Kim

    It took a while but I finally found some quiet time to re-visit this issue.  Thank you for the suggestions above.  Ultimately I verified that the hierarchy, member selection and tables were all ok.
    My next step was to create a new EVDRE with the same members and slowly factor in the piping, membersets, etc.  Drill down worked appropriately.  So that told me something else was at work.
    Turns out the problem was with one of the 'display' columns to the right of the row key range.  These columns use formulas to display a triangle if the member isn't calc, thus giving the end user a visual clue that you can drill down on the member.  Long story short, BPC just didn't like that formula.  A minor change (along with some conditional formatting to replace the piece of formula that was removed) eliminated the problem.  Drill down is now working.

  • Page Has Changed ERROR! Help please!

    I am trying to edit an ICE site but I keep getting the error:
    PAGE HAS CHANGED-
    A new version of this page has been detected. The new page will be loaded.
    It loads the "new page" even though nothing has changed, only to happen again. I have used ICE on multiple other sites but this is the only one giving me trouble. The url is http://www.mainsqueezemusic.com.
    Can anyone help?

    I was able to edit and save the draft for the http://www.mainsqueezemusic.com/includes/ice/ide.html#page=home.html page and then edit the draft again with no problems.
    Is this issue still happening?
    On what page?
    Could you give more details?
    Regards,
    Dan Popa

  • Page has changed error

    I have created an editable region on a very simple page -- a list of names that I would like to be able to change in the browser rather than launch Dreamweaver every time I want to add a name.  I added editable region and uploaded it with the ICE files.  When I hit the Edit Page I get the "Page has Changed" message:  "A new version of this page has been detected. The new version will be loaded" with an OK box.  However, it reverted to the unchanged page. Page Status (at the bottom left of the screen) says Published.   Once I could actually edit the page and it Page Status said Draft, but I could not publish it -- I received the same error as mentioned above.

    No, I use Transmit for OSX.
    The only other clue I have is that I have a reseller account at my host. The site that works in InContext is on the primary domain for the account. The sites that don't work with InContext are on other domains. And the site that works was setup in a subdirectory with a different FTP account than the primary FTP account.
    The site that works at the second host is just a standard shared hosting plan. So this seems to have something to do with the way my server is setup. Perhaps the way the reseller account is setup.
    For the time being, I've gone back to using Contribute because I needed a quick solution.

  • Drill Down Reporting - Same Page

    Hello,
    New to Apex here. I'm wondering if Apex can create reports like this:
    http://www.c-sharpcorner.com/UploadFile/MohanKumar.R/DrillDownReport02212008083910AM/DrillDownReport.aspx
    Any help is appreciated. Thanks!

    Hello:
    A tree report might work for you. Here's a tutorial that you can follow
    http://www.oracle.com/technology/products/database/application_express/howtos/howto_tree.html
    Varad

Maybe you are looking for

  • IPhone 4 froze and can't connect to iTunes or turn off.

    My iPhone 4 froze and wont connect to iTunes due to  an invalid response recived from the device. I already tried Apple support but I can't exactly call them when my phone is froze and wont work, now can I? It's stuck on the unlock screen with the sl

  • Droid 3 camera - how to use it?

    I'm unable to find instructions on how to use the camera feature and it's not very intuitie. All the videos I found onine were "removed by user" and the instruction booklet doesn't even mention the camera. Can someone point me to a post or article th

  • In Firefox 18.0.2..when I hit the Home button it opens a new tab. Why?

    This did not always occur but only recently started. I have tried resetting my home page to no avail.

  • Adobe Presenter asking for serial number

    Hi.  We bought eLearning Suite 2 a few weeks ago and for the most part it is working great.  We have had 1 issue though. Our user has said that when trying to start Adobe Presenter, it is requesting a serial number.  We have tried the serial number w

  • Running CS2 Premium on Windows 7

    Hello. Does Adobe CS2 Premium install and run under Windows 7 Windows XP Mode on a PC?