JDev 11.1g Table gets lopped.

I come across a problem, when some action is made and page is refreshed the table gets stucked into infinite loop (slide bar is jumping up and down until the browser crashes).
I get some data where this problem ocuurs:
x161 is null
AdfDhtmlPage.prototype.scheduleTimer= function(x157,x158,x159,x160)
AdfAssert.assertFunction(x158);
AdfAssert.assertNumber(x160);
var x161=AdfDhtmlPage._timers;
var x162=AdfDhtmlPage._nextTimerId++;
var x163={context:x157,state:x159,callback:x158,timerId:x162};
x161[x162]=x163;
x163.domTimerId=this.getDomWindow().setTimeout(
"AdfDhtmlPage.__callTimerCallback(" + x162 + ");",x160);
return x162;
too much recursion
AdfDhtmlTablePeer.prototype._getElemBySubId= function(x598,x599)
var x600=this.getDomElement();
if (x600==null)
x600=x599;
return AdfDhtmlTablePeer._getChildBySubId(x600,x598);
}On page is simple table in which in one column are go links, which commits a action (there is no problem with actions).
Thank you for your help, Rok

Can you check your faces-config.xml file, are navigation rules correct? Check the action property of the component which submits the page..
Regards,
Vikram

Similar Messages

  • How and when does a dimension table gets generated

    Hi Gurus,
                     I am new into BI and I will be put into a project within 2 months. I have learned that dimension table contains the sid's of all the charateristics in the dimension table. My conclusions are like
    1. Dimension table contains the dim id as the primary key.
    2. Dimension table contains sid's of the characteristics.
    3. Though sid's in the dimension table are primary keys in thier 'S' table they are not key in the dimension table.
    My question is
    1. Is there any chance to generate new dim id's for the same combination of sid's because sid's are not part of the key?
    2. I got confused when and how does the dimension table gets generated ?
    I have searched in the forum and google but still my doubts didnt get clarified. If anyone could throw some light on this topic I would really appreciate it.

    HI,
    All your conclusions are correct.
    Now for your questions the answers are in line:
    1. Is there any chance to generate new dim id's for the same combination of sid's because sid's are not part of the key?
        No new dim id's will be generated, dim Id is unique for the same combination of sid's .
    2. I got confused when and how does the dimension table gets generated ?
        They get generated when you activate the info provider.
    Hope this helps.
    thanks,
    Rahul

  • Unable to update when executed, table gets lock Execution does not stop Execution even for an hour

    Following is my Query unable to update when Executed table gets lock Execution does not stop even for an hour.
    update Employees 
          set Status = 'Close'
          where statusid IN (select statusid 
                                             from MyView 
                                              where DownloadedDate ='2014-07-27 00:00:00.000'
    here Employee contains 3,00,000 of records and Subquery return 1,50,000 Empid 
    i tried in various ways but not able to solve, statusid  column have no index on,  i tried using cursor but it does not work.
    plz let me know how to solve this Issue, THANKS IN ADVANCE.

    Hello,
    You should better post your question to a more related Forum, like Transact-SQL or SQL Server Database Engine; this Forum is for samples & community Projects.
    Have you checked the execution plan if indexes are used?
    You could update the data in chunks, e.g. 10.000 rows per execution. For this you have to add a TOP clause and a filter to update only those, who are not updated yet.
    update TOP (10000) Employees
    set Status = 'Close'
    where statusid IN
    (select statusid
    from MyView
    where DownloadedDate ='2014-07-27 00:00:00.000')
    AND Status <> 'Close'
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Unable to update, when executed table gets lock and Execution does not stop even for an hour.

    Following is my Query, which unables to update. When Executed, table gets lock and Execution does not stop even for an hour.
    update Employees 
          set Status = 'Close'
          where statusid IN (select statusid 
                                             from MyView 
                                              where DownloadedDate ='2014-07-27 00:00:00.000'
    here Employee contains 3,00,000 of records and Subquery return 1,50,000 Empid 
    i tried in various ways but not able to solve, statusid  column have no index on,  i tried using cursor but it does not work.
    plz let me know how to solve this Issue, Its very Important to get solve as all my further work depends on Updation
    , THANKS IN ADVANCE.

    See also your other thread with the same question:
    http://social.msdn.microsoft.com/Forums/en-US/80243625-fc3b-4ee1-bce1-4adcdbc16c14/unable-to-update-when-executed-table-gets-lock-execution-does-not-stop-execution-even-for-an-hour?forum=sqlserversamples
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Query to find out list of the tables getting selected frequently

    Hi All,
    Please tell me Is there any way to find out list of the tables getting selected frquently, ( please exclude the insert+updates+deletes+truncate+drop).
    Regards

    Hi Sameer
    You can check V$SQL_PLAN to see the objects being accessed by your SQL statements. If you have diagnostic licence, you can also check DBA_HIST_SQL_PLAN
    select distinct object_owner, object_name from v$sql_plan;
    select object_name, count(*) from v$sql_plan group by object_nameRemeber, this is only a crude way of finding this information.
    Regards
    Venkat

  • More info about Jdev 10g, where to get

    Hi all,
    I have done some jDev 10g tutorials for jsp, j2ee, struts. When i started to write some code on my one many problems appeared. So i am interested, where to get info, documentation or how to work with jdev 10g.
    To get questions like :
    -What is diferent between struts action and action data?
    -How to develop with modules? If i'd like to have login, forum, calendar modules and use them in difrent application.
    - ...what can be done with jdev 10g an also how
    Any links or book titles would be fine or suggestions how to learn developing j2ee applications with jdev 10g.
    By the way I am studen who'd like to learn as much as possible to be a good developer for j2ee applications.
    Hope it's not to late.
    Thanks for help

    Check out ADF Data Binding primer on Steve Muench blog
    http://radio.weblogs.com/0118231/2003/09/08.html#a149
    Did you check out the help system in JDeveloper 10g ?
    raghu
    JDev Team

  • What fact tables get affect in open hub services whether E or F

    hi,
    what fact tables get affect in open hub services whether E or F when an info provider is accessed.
    regards,
    -a

    Hi Ajay,
    Depends whether the cube is compressed or not. If not compressed then F fact table and if fully compressed then E fact table.
    Bye
    Dinesh

  • How does the MDKP table gets updates

    Dear PP Guru's,
    I am new to SAP PP,
    We have a query that how does the MDKP table gets updates,
    Some time If we create new material by coping the material which is showing in table MDKP,
    But new material is not showing in table MDKP,
    Based on table MDKP we are fetching some data, due to above problem we are not able to fetch the data for some materials,
    Please suggest what could be the reason,
    Any help will be highly appreciated,
    Thanks in advance,
    Sachin.

    Thanks Thaila,
    I have checked the same by doing MRP through MD02 & the entry is getting update in MDKP,
    But for some of our materials MRP (MD02) is done earlier, but these materials are not showing in MDKP,
    Please suggest, when the entries in MDKP are removed, are there any conditions for removing the entries from MDKP.
    please pour some light on the issue,
    Thanks once again,
    Sachin.

  • Updating MDM table when another table gets updated

    Hi Guys,
    We use MDM catalog for SRM we have a table Catogories and Hierarchy, Our requirement is when ever Catogories table gets updated we have to update the Hierarchy table using some logic, So please let me know whether it is possible to do this and How to do it.
    Regards,
    Prabhu

    Hi Adrivit
    Thanks for ur idea, Could you please help me for the below questions,
    1. Currently we use Import manager to create a Catogories table, Now we want to do via PI, So we create a OUT file and drop it in the MDM OUT FTP directory but I want to know how the system picks it and process.
    2. When the MDM picks the file to upload it in Catogories table whether i will do duplicate check??? Or Is there any way I can code to check whether the give data record exist in the MDM data base then exclude or Ignore those entries.
    Regards,
    Prabhu

  • What are the tables getting updated

    Dear,
    can anybady tell me the what are the table getting updating while doing J1IEX (CAPTURE AND POST). like RG23A, RG23C,RG1,PLA.......
    THANKS
    MRS

    Thanks Ravi,
    Can u help me some more input like how to see the RG23A value and RG23C,PLA.
    what Is the any t code to the know the status?
    Thanks
    mrs

  • How many minimum tables get Populated once Employee Created in People scree

    Hi
    how many minimum tables get Populated once Employee Created in People screen ?
    thanx

    per_all_people_f
    per_periods_of_service
    per_person_type_usages_f
    per_all_assignments_f (as a primary assignment is mandatory for employee)

  • Tables get affected when creating idoc

    hi,
            Tell me the tables get affected when creating idoc, for example in which
            table idoc error logs get stored etc

    Hi,
    EDIDS - stores the Status of the IDOcs..There you can find the message type, message number and message id
    EDID4 - where the idoc data is stored
    EDIDC - where the control record for the idoc is stored
    Thanks
    Naren

  • Last column in HTMLB table gets truncated

    Hi,
       The last column in a HTMLB table gets truncated,i.e, only part of the column is visible. The table's border (along the column) is also not visible.
          I've tried by reducing the number of columns, but the last column always gets truncated.
         This iView has the same properties as other iViews with HTMLB tables, but those iViews display correctly all the HTMLB tables, even when they have much more number of columns.
         I'm new to this and don't have much idea.Does anyone has suggesstions regarding this?

    Hi Sagar,
    First, welcome on the SDN forum!
    About your question: Strip down your code to the absolute minimum required to reproduce your problem. This way maybe you can analyse the problem by yourself. If not, you can still submit this example here (this is also a reason why to strip down the code to a minimum, cause otherwise nobody will read the code if it's longer the necessary).
    Hope it helps
    Detlev

  • When MSKA (Sales Order Stock) table get updated?

    Hi,
    May I know when MSKA(Sales Order Stock)  table get updated?
    Regards,
    thiyagu

    suppose a sales order has been created of 10 MTS and Production Person give me 5 MTS against the sales order by creating Planned Order& Production Order wrt Sales Order,then 5 MTS will be updated into Unrestricted - Use.
    If suppose Material is Return Delivery ,then after MIGO , it goes to Quality Inspection,then this Quantity will Updated in to Stock in Quality Inspection .
    Hope ,it will help you.
    Best Regards,
    Ankur

  • Table gets maintained via Zprogram although it is locked

    Hi Experts,
    I have one doubt ,i am maintaining one table suppose z22_ekko via SM30. As soon as i go to sm30 ,an entry gets created in Central Lock table by SAP
    As you can see this entry (Transaction SM12)
    Table is locked in 'Write Mode (E)' means no other user can maintain same table same time. In other session when i am trying to maintain via 'SM30' it is ok showing error 'Table is locked'. But when i try to maintain z22_ekko via a Z program with modify or Insert statement ,table gets modified although it is locked . How is it possible? If table is locked it should not allow user to modify via Zprogram also.
    please clarify this doubt.
    Regards,
    A.Trivedi

    Hi Ashish,
         If we try to visualise the SAP as a product deeply, we will realise that SAP is nothing but the same existing java .net c c++ technology where in it stores data using the similar RDMS concepts. Then what makes it different, Standardization of not only business process but also the way a developer diggs into the code. If using some standard function module we try to update a table it wont update it will say object is locked.
         Standard Procedure
              1.   Check object(table) is locked or not
              2a. If locked then show message
              2b. if not locked then lock the object
              3.   update/insert into table
              4.   unlock the table.
         Non Standard way(directly to step 3)
              update/insert into table
         So physically the tables are not locked using SM30. These are conceputally locked by lock objects using ENQUEUE and DEQUEUE. Hence we check these locks we will find the table as locked and we will not read it. Logically its always open.
    For details try out this link
    http://help.sap.com/erp2005_ehp_06/helpdata/EN/91/01274dc2e048d4b473fe5c45ae4e29/frameset.htm
    I hope this might help you
    HAPPY ABAPing
    -VIshal

Maybe you are looking for

  • SafariBlock? unable to access Google (and many more)

    On Launching Safari today got message <SafariBlock received the following error while trying to download the feed: Incorrect format for ABP file (magic not found) Any explanations for this? on Safari 4.0.3 cannot access GMAIL, Amazon's OK - those sit

  • In Ver 4.0, what happened to the drop down selections for previous windows for the current tab?

    In the previous versions of Firefox, in any open tab that had multiple windows open, i. e. from a search where you would go to many different windows, there was a drop down selection to the right of the "back/forward" button that would let you select

  • Fm9p237, probs with Save As PDF, turns *some* anchored frames blue

    I am using Save As PDF because have to create CMYK PDF. I know how to do that. The issue now is that FrameMaker is sticking blue boxes around only *some* of the graphics. They are all EPS graphics imported by reference into anchored frames. These box

  • SetContentType, Header or ??

    Hi, first post so kid gloves please! OS debian sarge tomcat 5.0.19 j2sdk1.4.2_04 I have a minor but irritating problem. I have a servlet which produces a CSV file and prompts to save, and it works OK. The problem is that an unwanted blank browser win

  • Topfield 5500 PVR to iDVD 08

    I'm currently using MPEG streamclip to download and convert the .rec files from my Toppy 5500 PVR. I am trying to get the files onto DVD to play in a DVD player connected to my TV without loss in quality but everytime I write a DVD using iDVD 08, it