WRT54GS - Random Errors, etc...

I have a WRT54GS and have 3 computers linked to it through Wi-Fi. Currently, only one of them has a Wireless G card so its a mixed connection. The router itself runs pretty good most of the time, except it randomly locks up.
When I say locks up, I mean it just stops working period. No reason, even after I reboot my system thinking its something on my computer its not, as it wont let anybody connect to it at all.
*sometimes* the problem can be fixed by unplugging the router, and turning it back on, this will usually fix the problem. But lately, it disconnects me randomly which irritates me, and I can usually SEE the wireless router signal when I go to detect it, but it won't let me connect to it at all.
I finally fixed the problem by resetting the entire router, but there has to be a better solution than to have to reset the entire router everytime something goes wrong. Which seems like every few days.
I'm *VERY* dissappointed in this product. Yes, I have updated all the firmware, including software drivers on my own computer and still same problems. I have turned off firewalls, made sure nothing will interfere. It just seems all the problems go away with a simple unplug and turning it back on.

Hi, changing a couple of wireless settings might do the trick:
Channel - either 1, 6, 11
RTS Threshold - 2304
Fragmentation Threshold - 2304

Similar Messages

  • IPHONE 5: can't receive calls & random error messages, such as "could not activate cellular data network" and "no connection - network unavailable, please connect to wifi or cellular network."  This occurs even when signal strength or wifi is operational.

    IPHONE 5:  can't receive calls and random error messages, such as "could not activate cellular data network" and "no connection - network unavailable, please connect to wifi or cellular network."  This occurs even when signal strength or wifi is operational, and it does not matter whether wifi is on or off.  ATT went through the standard protocol - resetting network, resetting sim card, etc.  No changes.  Other phones working fine in same region with same carrier.  Apple's solution is to restore software, but haven't gone there yet.  Anyone successfully addressed this/these issues?   

    I should point out that it worked when the iPhone was set back to factory settings, but when restored with the backup, data/internet no longer works again, and I get the "Could not activate cellular data network" error message yet again.

  • C++ application with pro*c generating random errors

    Hi there,
    As described, I have a C++ application with a pro*c module to access the DB. The problem is that it produces random errors.
    Randomly, it fails executing a query, but other times it fails in other modules, or just opening a cursor. I list you two examples of queries that fail:
    ================================================================
    CHECK_CONNECTED
    EXEC SQL BEGIN DECLARE SECTION;
    long Id_db;
    long startValidityMicroseconds_db;
    long stopValidityMicroseconds_db;
    VARCHAR name_db [LEN_NAME + 1];
    VARCHAR creationDate_db [LEN_DATE + 1];
    VARCHAR startValidityDate_db [LEN_DATE + 7 + 1];
    VARCHAR stopValidityDate_db [LEN_DATE + 7 + 1];
    short name_db_ind;
    EXEC SQL END DECLARE SECTION;
    // Set the key
    Id_db = Id
    EXEC SQL SELECT NAME,
                             TO_CHAR(CREATION_DATE, :DATE_FORMAT),
                             TO_CHAR(START_VALIDITY_DATE, :DATE_FORMAT),
                             TO_CHAR(STOP_VALIDITY_DATE, :DATE_FORMAT),
                             NVL (START_VALIDITY_MICROSECONDS ,0),
                             NVL (STOP_VALIDITY_MICROSECONDS ,0),
    INTO :name_db :name_db_ind,
         :creationDate_db,
         :startValidityDate_db,
         :stopValidityDate_db,
         :startValidityMicroseconds_db,
         :stopValidityMicroseconds_db,
    FROM ROP_TB
    WHERE ID = :Id_db;
    ================================================================
    ================================================================
    CHECK_CONNECTED
    EXEC SQL BEGIN DECLARE SECTION;
         long objectId_db;
         VARCHAR objectName_db [LEN_OBJECT_NAME + 1];
    EXEC SQL END DECLARE SECTION;
    strncpy ((char *) objectName_db.arr, object_db.c_str (), LEN_OBJECT_NAME);
    objectName_db.len = object_db.length ();
    EXEC SQL DECLARE CU_OBJECT_TB CURSOR FOR
    SELECT OBJECT_ID INTO :objectId_db
    FROM OBJECT_TB
    WHERE OBJECT_NAME = :objectName_db;
    EXEC SQL OPEN CU_OBJECT_TB;
    ================================================================
    It keeps failing randomly and I don't know really know what my eyes are missing. Sometimes I get a "simple" seg fault because a query returned invalid values and my application crashes, other times I get oracle errors.
    I really hope someone could help me here :)
    Kind regards!

    Well, random because it is not always the same nor the error code.
    - Sometimes I get segmentation fault on "sqlcxt";
    - "ORA-01024: invalid datatype in OCI call" on queries that usually work
    - "ORA-03114: not connected to ORACLE" on queries that usually work
    I have run valgrind and the only "place" where there could be an issue is reported to be caused by oracle libs:
    ==27055== 8,214 bytes in 1 blocks are possibly lost in loss record 193 of 206
    ==27055== at 0x40046FF: calloc (vg_replace_malloc.c:279)
    ==27055== by 0x43E2975: nsbal (in /home/oracle/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1)
    ==27055== by 0x42F04E6: nsiorini (in /home/oracle/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1)
    ==27055== by 0x4300FD2: nsopenalloc_nsntx (in /home/oracle/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1)
    ==27055== by 0x42FFD73: nsopenmplx (in /home/oracle/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1)
    ==27055== by 0x42F91FD: nsopen (in /home/oracle/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1)
    ==27055== by 0x42BDAFE: nscall1 (in /home/oracle/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1)
    ==27055== by 0x42BB0D7: nscall (in /home/oracle/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1)
    ==27055== by 0x435F653: niotns (in /home/oracle/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1)
    ==27055== by 0x43F9E40: nigcall (in /home/oracle/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1)
    ==27055== by 0x436AD4B: osncon (in /home/oracle/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1)
    ==27055== by 0x41EAA31: kpuadef (in /home/oracle/app/oracle/product/11.1.0/db_1/lib/libclntsh.so.11.1)

  • Random error IN RFC sender channel

    Hi all,
             Please note that in two different scenarios Same busness system is used but different Sender RFC channels and different Functional modules. In spite of this a random error is occuring. At times scenario works fine and some times it gives error.
    "Wrong Sender Agreement:The Sender agreement doe
    ot have channel Func_sender_cc"
    No error report in SXMP_MONI.
    Any clue please.
    Regards
    venkat

    Hi,
    Now it is clear very much there is no need of registaring programID specifically any where. Any programID first mentioned in Comunication channel and actived and then defined rfc destination using SM59 with same programID gives successfull test result.
    Also for different RFC senders Different ProgramID shall be used to avoid the type errors faced by me.
    Hope this helps all
    cheers
    Venkat

  • List View webpart from subsite to Top site shows random error "List Does not exist"

    Hi All,
    We have a list in subsite and we are creating a view for that list which we are showing in one of the top site home page. We have taken care of changing the web and list guid of list view webpart when we added on top site. Its working fine but some time
    shows error "list does not exist" but when we refresh the error goes. Is it known issue or if there is any workaround for this? because we cannot go live with this random error.
    Rohit Pasrija

    try these links:
    http://mroffice365.com/2012/01/sharepoint-display-a-list-or-library-from-subsite-to-the-top-level-site/
    http://sharepoint.stackexchange.com/questions/37140/display-list-or-library-on-another-site-as-webpart

  • Oracle client 9.2.0.7 ora-01403 random error

    I updated my Oracle Client to 9.2.0.7 version and since this time I have a random error.
    It seems that the transaction abort some time, because I have ORA-01403 when I create the insert and just after the select into clause has the error.
    I don't want to trap error for security.
    Is anybody has the same type of error and how to resolve it?
    Thanks

    "No No No pl/sql codes are changed in the Db and No line of code are changed in .Net application"
    But all of the errors you have listed so far are data errors. Has any data changed in the last 3 years?
    ORA-02291 means that you are trying to insert a record into a child table that has no corresponding record in the parent table.
    SQL> CREATE TABLE t (id NUMBER NOT NULL PRIMARY KEY,
      2                  descr VARCHAR2(10));
    Table created.
    SQL> CREATE TABLE t1 (id NUMBER NOT NULL REFERENCES t(id),
      2                   other_desc VARCHAR2(10));
    Table created.
    SQL> INSERT INTO t1 VALUES (1, 'One');
    INSERT INTO t1 VALUES (1, 'One')
    ERROR at line 1:
    ORA-02291: integrity constraint (OPS$ORACLE.SYS_C0099966) violated - parent key not foundNo triggers, not even an Oracle client since I am logged into the database server.
    One more time, your random errors have nothing to do with the client version, and everything to do with the data in your database (or the lack of it for the 1403), or the data you are trying to put in (for the 2291).
    John

  • Geotagging - how can I edit new places that I have previously created but with typos, errors etc?  How do I delete a place I have set up?

    Geotagging - how can I edit new places that I have previously created but with typos, errors etc?  How do I delete a place I have set up?  Then I could create a new, correct entry.  I'm using iPhoto '09.

    Is it OK to reply to my own question?? Thanks to the related posts that appeared AFTER I'd made the post above, I learnt about the 'Manage my places' item under the Windows menu. I felt a bit dumb not knowing this.
    BUT it doesn't completely resolve the issue.  The info shown in the EXIF (using opt-cmd-I) under Places has the place name I choose, but it is followed by a few other lines that are incorrect and do not seem to be anything to do with any data I can see under 'Manage my places'.
    Can anyone explain where these other entries might come from, and how to edit them?

  • Random errors on Flash Builder 4.5.1 mobile project: FXG elements

    I'm kind of frustrated because Flash Builder is starting to report random errors on some mxml components that include FXGs. It's reporting the following errors:
    1. 'MyFXG' declaration must be contained within the <Declarations> tag, since it is not assignable to the default
    property's element type 'mx.core.IVisualElement'.
    2. In initializer for 'mxmlContent', type es.domain.application.skin.assets.fxg.MyFXG is not assignable to target Array
    element type mx.core.IVisualElement.
    Code example:
    <s:Group height="100%"
                 left="10" right="10" top="40" bottom="10">
            <fxg:MyFXG width="100%" height="{content.height+20}"/>
    </s:Group>
    The curious thing (and frustrated one): these fxgs are included on others components and are working fine. There's no problem with the FXG themselves. If I comment all lines where I get an error, my project starts to compile fine (remember that I got included those very same fxgs in other components in the same project).
    Even more curious: if I uncomment those lines my project continues to compile fine! But If I make a clean, It starts to complain again on the very same lines and fxgs.
    It is driving me crazy!
    Anyone could give me a clue? Has anybody experienced something like this?
    Thanks in advance.

    Well, finally I've managed to solve the issue:
    I've deleted one of the mxml components that contained false fxg errors.
    I've created another mxml component with a different name.
    I've copied&pasted the content of the first mxml into the new one.
    et voila, everything has started to compile again, even if I clean the project.
    Really weird and strange issue :S

  • RANDOM ERROR on BAPI_QUOTATION_CREATEFROMDATA2 and BAPI_SALESORDER_CREATEFR

    Dear Forum,
    We are having random errors working with those Bapis.
    We need to reasign materials from one salesorder / quotation to another and those bapis seemed to work fine, but latelly (specially after a hard testing) random errors may occur, having the following Return Code on the RETURN TABLE:
    V1 392: "Material &1 does not exist in storage location &2 &3". and consecuentelly, error V4 248.
    The problem is that I check table MCHB for material &1 on storage location &2 and param &3 and I can DO find it! and the second time I run the Bapi it successfully creates the document!
    Do you any of you have a clue of what is going on and how can i solve this problem? A coworker of mines told me that maybe is a buffer issue but I couldn't find anything on internet about cleaning the buffers.
    Thank you and
    regards,
    Juan Pablo

    Hi Ansberry Kevin,
    Pass QUOTATION_PARTNERS-ITM_NUMBER = '0000000'.
    And pass customers like this.
    QUOTATION_PARTNERS-PARTN_NUMB = '1000000'.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
       EXPORTING
         INPUT         = QUOTATION_PARTNERS-PARTN_NUMB
      IMPORTING
        OUTPUT        = QUOTATION_PARTNERS-PARTN_NUMB

  • (OS 10.6.8 Imac)I cannot open an adobe file on wels fargo online getting Session-1.cgi could not be open unknowe error etc.. on othe browsers it works (safari,Chorme)

    Question
    (OS 10.6.8 Imac)I cannot open an adobe file on wels fargo online getting Session-1.cgi could not be open unknown error etc.. on othe browsers it works (safari,Chrome)

    If anyone is reading this still looking for what caused the issue and how to fix it here is what I discovered.
    The antivirus program our company uses, Bitdefender Antivirus Plus, was causing some of the PDF files not to open. After troubleshooting the different modules and settings the culprit was..
    Scan SSL in Privacy Control Settings. Turning it OFF solved the problem and all the PDF files that previously would not open now open just fine. This issue has been sent to Bitdefender for them to review. If you use a different antivirus program and are having this issue try locating the Scan SSL setting and see if turning it off solves the problem.

  • WTC random error (there's any pathc for WTC)

    Hi everyone!
    I'm having this error randomly, any BEA developers of this product knows how to
    solve this, There will be any patch for WTC sometime?
    TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0:ERROR: getConnection can only run
    on a node where WTC has been configured
    at weblogic.wtc.gwt.TuxedoConnectionFactory.getTuxedoConnection(TuxedoConnectionFactory.java:26)
    at weblogic.wtc.tbridge.tBexec.jmsQ2tuxQ(tBexec.java:674)
    at weblogic.wtc.tbridge.tBexec.run(tBexec.java:198)
    <Nov 7, 2001 11:59:42 AM CST> <Debug> <WTC> <]tBexec<run/t#1: exited.>
    <Nov 7, 2001 11:59:42 AM CST> <Debug> <WTC> <]/tBexec/10/>
    <Nov 7, 2001 11:59:42 AM CST> <Info> <WebLogicServer> <weblogic.wtc.gwt.WTCStartup
    reports: WTC started...>

    Thanks Bob.
    Best Regards.
    Bob Finan <[email protected]> wrote:
    Mauricio,
    This looks like a tBridge random error that occured in the 1.0 version
    of WTC
    with WLS 6.0(WTC as a separate .jar file). A fix was made for this and
    was
    available when WTC was released with WLS 6.1(WTC fully integrated into
    the weblogic.jar). The current release available is WLS 6.1 SP01.
    Bob Finan
    Mauricio Del Moral wrote:
    TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0:ERROR: getConnection canonly run
    on a node where WTC has been configured

  • Random Error 'No Error'

    Hi
    We are Developing with VS2008 (Visual Basic) and are using the Crystal Reports 2008 SP 1 runtime.
    Our Report Display Code works fine, most of the time, but somtimes we get random errors (System.Runtime.InteropServices.COMException (0x80000000):  Kein Fehler (No Error).)
    These OMExceptions ocure in different places, sometimes wenn we call 'CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToDisk' or 'CrystalDecisions.CrystalReports.Engine.ReportDocument.Export'
    these are rater easy to fix/hack, since we only need to catch then, and retry in order to successfully execute the command.
    But there are other places this error occures witch we cann't catch, like when the user clicks on the Button for NextPage or Find.
    Here an Stacktrace of this kind of error:
    Exception: 'System.Runtime.InteropServices.COMException (0x80000000):  Kein Fehler.
         bei CrystalDecisions.Windows.Forms.MainReportDocument.FindGroupFromEngine(FindGroupContext context)
         bei CrystalDecisions.Windows.Forms.ReportDocumentBase.FindGroup(TotallerNodeID nodeID)
    Stack:
         bei System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
         bei System.Environment.get_StackTrace()
         bei ITS.Reports.frmShowReport.crv12_Error(Object source, ExceptionEventArgs e)
         bei CrystalDecisions.Windows.Forms.CrystalReportViewer.FireHandleExceptionEvent(Object eventSource, ExceptionEventArgs ev)
         bei CrystalDecisions.Windows.Forms.CrystalReportViewer.HandleExceptionEvent(Object eventSource, Exception e, Boolean suppressMessage)
         bei CrystalDecisions.Windows.Forms.CrystalReportViewer.HandleExceptionEvent(Object eventSource, Exception e)
    Maybe anyone knows how to fix this, or how an workaround ?

    More Stacktraces:
    Exception: 'System.Runtime.InteropServices.COMException (0x80000000):  Kein Fehler.
         bei CrystalDecisions.Windows.Forms.ReportDocumentBase.GetPage(Int32 pageN)
         bei CrystalDecisions.Windows.Forms.DocumentControl.ShowNthPage(Int32 PageNumber)
         bei CrystalDecisions.Windows.Forms.DocumentControl.ShowNextPage()
         bei CrystalDecisions.Windows.Forms.PageView.ShowNextPage()
    Stack:
        bei System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
         bei System.Environment.get_StackTrace()
         bei ITS.Reports.frmShowReport.crv12_Error(Object source, ExceptionEventArgs e)
         bei CrystalDecisions.Windows.Forms.CrystalReportViewer.FireHandleExceptionEvent(Object eventSource, ExceptionEventArgs ev)
         bei CrystalDecisions.Windows.Forms.CrystalReportViewer.HandleExceptionEvent(Object eventSource, Exception e, Boolean suppressMessage)
         bei CrystalDecisions.Windows.Forms.CrystalReportViewer.HandleExceptionEvent(Object eventSource, Exception e)
         bei CrystalDecisions.Windows.Forms.PageView.ShowNextPage()
         bei CrystalDecisions.Windows.Forms.PageView.nextPageButton_Clicked(Object sender, EventArgs e)
         bei System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
         bei System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
         bei System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
         bei System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
         bei System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
         bei System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
         bei System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
         bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
         bei System.Windows.Forms.Control.WndProc(Message& m)
         bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
         bei System.Windows.Forms.ToolStrip.WndProc(Message& m)
    Exception: 'System.Runtime.InteropServices.COMException (0x80000000):  Kein Fehler.
         bei CrystalDecisions.Windows.Forms.MainReportDocument.GetLastPageNumberFromEngine(ReportPageRequestContext context)
         bei CrystalDecisions.Windows.Forms.ReportDocumentBase.GetLastPageNumber()
    Stack:
         bei System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
         bei System.Environment.get_StackTrace()
         bei ITS.Reports.frmShowReport.crv12_Error(Object source, ExceptionEventArgs e)
         bei CrystalDecisions.Windows.Forms.CrystalReportViewer.FireHandleExceptionEvent(Object eventSource, ExceptionEventArgs ev)
         bei CrystalDecisions.Windows.Forms.CrystalReportViewer.HandleExceptionEvent(Object eventSource, Exception e, Boolean suppressMessage)
         bei CrystalDecisions.Windows.Forms.CrystalReportViewer.HandleExceptionEvent(Object eventSource, Exception e)
         bei CrystalDecisions.Windows.Forms.ReportDocumentBase.GetLastPageNumber()
         bei CrystalDecisions.Windows.Forms.ReportDocumentBase.GetLastPage()
         bei CrystalDecisions.Windows.Forms.DocumentControl.GetLastPageNumber()
         bei CrystalDecisions.Windows.Forms.PageView.GetLastPageNumber()
         bei ITS.Reports.itsCrystalReportViewer.GetLastPageNumber()
         bei ITS.Reports.itsCrystalReportViewer.PrintReport()
         bei ITS.Reports.itsCrystalReportViewer.PrintButton_Clicked(Object sender, EventArgs e)
         bei System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
         bei System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
    Exception: 'System.Runtime.InteropServices.COMException (0x80000000):  Kein Fehler.
         bei CrystalDecisions.Windows.Forms.MainReportDocument.FindGroupFromEngine(FindGroupContext context)
         bei CrystalDecisions.Windows.Forms.ReportDocumentBase.FindGroup(TotallerNodeID nodeID)
    Stack:
         bei System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
         bei System.Environment.get_StackTrace()
         bei ITS.Reports.frmShowReport.crv12_Error(Object source, ExceptionEventArgs e)
         bei CrystalDecisions.Windows.Forms.CrystalReportViewer.FireHandleExceptionEvent(Object eventSource, ExceptionEventArgs ev)
         bei CrystalDecisions.Windows.Forms.CrystalReportViewer.HandleExceptionEvent(Object eventSource, Exception e, Boolean suppressMessage)
         bei CrystalDecisions.Windows.Forms.CrystalReportViewer.HandleExceptionEvent(Object eventSource, Exception e)
         bei CrystalDecisions.Windows.Forms.ReportDocumentBase.FindGroup(TotallerNodeID nodeID)
         bei CrystalDecisions.Windows.Forms.DocumentControl.FindGroupInReport(TotallerNodeID nodeID)
         bei CrystalDecisions.Windows.Forms.PageView.Navigate(TotallerNodeID nodeID)
         bei CrystalDecisions.Windows.Forms.PageView.OnGroupTreeNode_Clicked(Object sender, GroupTreeEvent e)
         bei CrystalDecisions.Windows.Forms.ReportGroupTree.FiredGroupTreeNodeClicked(TotallerTreeNode node)
         bei CrystalDecisions.Windows.Forms.ReportGroupTree.handleMouseDown(Object sender, MouseEventArgs e)
         bei System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
         bei CrystalDecisions.Windows.Forms.TotallerTreeView.OnMouseDown(MouseEventArgs e)
         bei System.Windows.Forms.TreeView.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
         bei System.Windows.Forms.TreeView.WndProc(Message& m)
         bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    I will post more of them, once they ocure ...
    Edited by: Alexander Wurzinger on Dec 5, 2008 12:16 PM

  • After loading the internet using Firefox AND then selecting NEWS and a delay the Error "The MSN toolbar has encountered an error. etc" occurs. Also, when browsing some searches are "REDIRECTED"!

    After loading the internet using Firefox AND then selecting NEWS and a delay the Error "The MSN toolbar has encountered an error. etc" occurs. Also, when browsing some searches are "REDIRECTED"!
    == This happened ==
    Every time Firefox opened
    == Hard to say but have been trying to diagnose for at least a week.

    Original message wouldnt post with attachments - trying again....
    Attachments:
    secondclickheredialog.jpg ‏40 KB
    FirstDialog.jpg ‏19 KB
    Firstclickheredialog.jpg ‏16 KB

  • Random error notification that goes on then disappears in a millisecond

    Just a random error that goes on every time i go on my computer and goes of in a millisecond.

    Does the error have any wording?
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.

  • ODS activation process random error in process chain

    Dear All,
    In my process chains, the process of ODS activation is sometimes in error. It is a random error, it is not always the same ODS and process chain.
    The message error is DBIF_RSQL_SQL_ERROR.
    I noticed that, on right-clic -> Change variant to the process of ODS activation, I have the following message:
    "Not all infoobjects can be read".
    For information, in the processes of activation of the ODS, the unique parameter is the name of the ODS to be activated.
    Thank you very much for your help,
    Arnaud

    Hi......
    Check SAP Note : 631668......
    According to this note :
    Symptom
    This note applies only to BW systems under ORACLE.
    Loading data into InfoCubes terminates with an error: ORA 60, "deadlock detected". The monitor log displays the entry "CALLER 70 missing" and the request is flagged as red.
    Other terms
    Caller 70, DEADLOCK, ora0060, bitmap, indexes, DBIF_RSQL_SQL_ERROR
    CX_SY_OPEN_SQL_DB
    Reason and Prerequisites
    In SAP BW, there are two fact tables for including transaction data for Basis InfoCubes: The F and the E fact table.
    Unlike the E fact table, the F fact table contains the information about the request from where the transaction data originates.
    Therefore, transaction data is always written to the F fact table and the package dimension contains the request to which the loaded data belongs.
    Using 'Request compression', the system reads the data of a request from the F fact table and writes it to the E fact table without request ID and compresses.
    For good reporting performance, you must keep only the data of a few requests in the F fact table since the F fact table is partitioned according to the key of the package dimension and the data of all requests is always read. Therefore, you should compress the request if you are sure that the loaded data is correct and that you no longer have to delete the request.
    When you install BW on an ORACLE database, BITMAP indexes are created on the fact tables to improve the reporting performance of the system.
    These have a negative effect on the performance when loading data and the deadlock mentioned above (ORA 60) may occur as a result. The DEADLOCKs occur during parallel insert operations because ORACLE does not support a blocking concept for BITMAP indexes at data record level.
    Solution
    Before loading movement data, delete secondary indexes from the F fact table and create them again after the loading process. If the F fact table is small, no performance problems occur.
    Alternatively, you can also load requests serially into InfoCubes by first loading the data only into the Persistent Staging Area (PSA) and then serially into the InfoCube. If you use the data transfer process (DTP) for loading in BW 7.0, this option is no longer available.
    NOTE
               This avoids the deadlock problem. However, you should note that after some loading processes, it is necessary to reorganize the BITMAP indexes because they degenerate very heavily and, therefore, the read and writing performance deteriorates dramatically.
    Hope this helps you.....
    Thanks==Points as per SDN.........
    Regards,
    Debjani..........
    Edited by: Debjani  Mukherjee on Sep 29, 2008 3:14 PM

Maybe you are looking for

  • Price Control for Material Type

    Hi How to configure a default price condition for a particular material type and should greyed off and not allowed manual change. Regard MM Edited by: Csaba Szommer on Nov 4, 2011 8:15 AM

  • File in docroot write protected

    Hello, I have a web program that uploads images into a directory in docroot. The program also displays the images on a web page and allows the user to delete the images. I have noticed that even after the server displays the images, they are still wr

  • Where can I download VersionCue.framework for CS4?

    Its missing from my computer. I have 4.0.1, but not 4.0.0 that is being requested.

  • Delete data in psa

    hi masters any one tell me deeply how to delete the psa tablae data

  • VISA Problem

    Hi all, I have tried to start with VISA, at this time serial communication (COM-Port). At first i´ve put a VISO open to the diagram then i´ve tried to connect a resourcename constant and that´s the problem. LV say something about differend classes...