Problem with table space

Hello,
Today suddenly our XI test server stopped working.
An investigation I found in TOC DB02 that Table space PSAPXITDB is full. I saw the other day was filled with an extreme.
I looked at a table filled in the table saw that the problematic table is SYS_LOB0000042210C00020 $ $
With table type LOBSEGMENT
What could be causing the problem? How do I continue to research the subject?
Thank you
Elad

Hi Elad,
Go thru the below threads for some workaround about the tablespace issue...
xi full tablespace
Re: SAP<SID>DB TableSpace is filling up fast
Regards,
Pinangshuk.

Similar Messages

  • Problem with table formatting

    I'm having a lot of problems with tables not reflecting their formatting when I open them in a browser. I've tried opening in Safari, Firefox & Camino with the same results. For example, a row with the following html content has a much larger height & aligns the text to the top when opened in a browser:
    <tr>
              <td height="15" colspan="3" valign="middle"><h6 align="center">Summer 2009</h6>
              </td>
            </tr>
    If it matters, this is a row in a table nested in another table. Here's the code down to the row in question (all tags are closed properly in the remaining code):
    <table width="600" border="2" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td align="center" valign="top"><img src="images/events.jpg" width="250" height="35"></td>
        </tr>
        <tr>
          <td align="left" valign="top">
          <table width="100%" border="0" align="center" cellpadding="1" cellspacing="0">
            <tr>
              <td height="15" colspan="3" valign="middle"><h6 align="center">Summer 2009</h6>
              </td>
            </tr>
    I am using a style sheet for text. Here's the code for "h6" if that matters:
    h6 {
    font-family: Verdana, Geneva, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #660099;
    Any ideas is appreciated. This is driving me nuts. Spacing and alignment sometimes work and sometimes don't work. Dreamweaver is supposed to make such things easier!
    Kevin

    Header tags are usually used round a bit of text, not parts of a table, and if you don't specify the margins on them, can force different amounts of space below in different browsers. Try making the bottom margin on h6 zero, and confine it to text within a cell.
    Also, if you can upload your page somewhere and let us have the url it will be easier to troubleshoot.

  • Problem with tables -- need help!

    I am having problems with table formatting, when using
    Preformatted text. The tables look fine in the WYSIWYG editor, but
    have lots of extra space above and below the text when looking at
    the output files.
    I will attach the code from one of the HTML files from my
    project, so you can see what I'm talking about.
    Thanks.

    Well, if you're talking about the single-celled table with
    the line:
    <p class=Preformatted>[assembly:
    Ace.AceAssembly]</p>
    </pre>
    ... you can eliminate the <P> tags. that will give you
    one line less. Otherwise, your remaining space is the result of the
    <PRE> tag. It, like the <XMP> tag, gives it one line of
    space beneath as well.
    Your alternative beyond that would be to, when needed, wrap
    up the script in Javascript. That line, for instance, wouldn't need
    it.

  • What could be the problem with table REGUH

    Hi exprts
    i developed a report . its wrking ok in developemt system
    but in Quality system ,
    the below query is taking more time.
    in quality even  i have taken slection criteria which is very less than devlopment selection.
    please tell me the below query is performance wise not good or
    is there any problem with table REGUH in quality system?
      IF NOT ( t_bsak_aux[] IS INITIAL ).
        SELECT laufd laufi xvorl zbukr lifnr rwbtr kunnr empfg"
               vblnr ausfd rzawe
          FROM reguh
          INTO TABLE t_reguh
          FOR ALL ENTRIES IN t_bsak_aux
          WHERE laufd <> space
            AND laufi <> space
            AND zbukr = t_bsak_aux-bukrs
            AND lifnr = t_bsak_aux-lifnr
            AND vblnr = t_bsak_aux-augbl.
    thanks in advance
    regards
    neeru

    Hi,
    Using SPACE against the keys (LAUFI, LAUFD - specifically LAUFD) will most likely return no results. LAUFD, being one of the keys and the date which the program is supposed to run (considering that this is settlement data - it has already run) - implies that this field will be populated.  Putting " = SPACE" in your where clause is saying that you want to find records from the table where those fields are not populated.  That is fine for LAUFI, considering it is the indicator for a proposal only. In my requirement, my client did not want to see proposals but only real payment runs - therefore, LAUFI = SPACE is correct. 
    The reason you are having poor performance while selecting form this table is because it is a cluster table like bseg.  This thread explains a little bit of why cluster tables are a performance nightmare when trying to select - although it is about bseg, you will get the idea:
    http://blogs.ittoolbox.com/sap/db2/archives/select-from-bsegrfblg-performance-problem-14247
    I'm trying to find an alternative to get bank account information regarding payments - I will post a reply if I am lucky to find one! 
    Good luck

  • Office Web Apps Server 2013 - Word Web App - Problem with Tab space

    Hello We have Office Web Apps Server 2013 running with SharePoint 2013.  Users Editing a Word document with Office Web Apps, can't use "Tabs", any Word document with Tabs; the tabs are replaced with a single space.
    Has anyone noticed this?  Is this a bug?
    -thanks
    thomas
    -Tom

    Yes, currently the Word Web App does not support
    Tab Keyboard shortcut for editing document content .
    For more information, you can have a look at
    the article:
    http://office.microsoft.com/en-us/office-online-help/keyboard-shortcuts-in-word-online-HA010378332.aspx?CTT=5&origin=HA010380212
    http://social.technet.microsoft.com/Forums/en-US/3f5978d3-67a1-4c8c-981f-32493d72610b/office-web-apps-server-2013-word-web-app-problem-with-tab-space?forum=sharepointgeneral

  • Problem with table MBEWH

    Hello SAP experts , im having a little problem with table MBEWH because the data i whant to extract isnt the correct one, i saw that this table stores all the prices for the materials and it groups them by year and by month but when i check to see what was the price for a specific material the price i had on that time periord inst the same as the one on the system, also i manage my material with baches and when i check to  see if that batch was in that period of time it isnt so im really confused as to how the system saves the historical data on this table, thank you in advanced.
    kind regards

    read OSS note 193554 , it explains everything

  • Problem with Table control lines

    Hi Friends,
    This is the problem with table control lines:
    I have screen with table control and I would like change the table control lines dynamicaly.
    Exp:
    In my PBO the Internal table which I am using to loop the TC is havig 7 records and its displayed with 7 records, now I have added one more record into my ITAB and now ITAB is having 8 records, when I am looping this ITAB with TC its taking the TC lines 7 only.
    here is the code:
    Initial values in gt_scr400 = 8
    Initial values in tc_scr400 = 8
    Now added one more recor into gt_scr400 , now gt_scr400  = 9.
      LOOP AT   gt_scr400
           INTO wa_scr400
           WITH CONTROL tc_scr400
           CURSOR tc_scr400-current_line.
      ENDLOOP.
    I have used this logic :
      DESCRIBE TABLE gt_scr400 LINES g_rec_300 .
      tc_scr300-lines = g_rec_300.
    but its not modifying the lines in my table control.
    How to change the TC lines based on ITAB total records.
    Thanks,
    Sridhar

    there is a field in TableViewName-xxx
    don't remember the exact field name for (total no of records)
    you can check it in debug.  when you add records in Internal table, u need to modify this field which is set at the first time when table control is populated.

  • Problem with table paging [PDK for NET]

    Hi All,
    I have a problem with table paging in PDK for .NET (ver 2).
    The Table has 14 visible rows.
    The lead selection is set to "SINGLE"
    When the user selects a row I can use
    Table1.SelectedKeys(0) Mod Table1.VisibleRowCount
    in order to get the info of the selected row.
    If I will page using the "Prev/Next" page of the Table UI element it will also work.
    However, when I press "Prev/Next" item and then select a row it chooses the wrong row.
    (See picture: http://img509.imageshack.us/img509/3882/table5tq.jpg)
    What can I do in order to solve the problem?
    Thanks,
    Omri

    Hi Omri,
    how are you doing ?
    The SAPTable is similar to a DataGrid control and need to be bound to the datasource on every postback
    a good idea is to keep the dataset available in the page or on the server ( so that you dont need to keep making expensive fetch operations
    The selected row is affected by the recordset (dataset) and needs additional programming
    A work around for the selected row issue is to save it in a server side hidden variable (or anything that will persist) and read and set the value in the page / next button handler
    with respect,
    amit

  • Bex analyzer - internal error problem with table c_t_variable

    HI All,
         When ever I try to refresh a query in Bex-Analyzer ,Iam getting "internal error problem with table c_t_variable".
         Please advise
    Edited by: Aparna Duvvuri on Jan 13, 2010 10:53 AM

    Hi Aparna,
    try to open the query in RSRT and debug the query.the error is due to some  customer exit variable so try to debug the code for the variable and rectify it.
    Thanks,
    Ashok

  • Error "DATABASE PROBLEMS WITH TABLE MC11VA0HDRSETUP"

    Hi Friends,
    I got the following message when am trying to delete the setup tables.
    " Error DATABASE PROBLEMS WITH TABLE MC11VA0HDRSETUP"
    Am trying to delete the setup tables for application '11', but it gives me the above error. I have gone throug similar threads but it did not solve my issue.
    Please can anyone provide a solution.
    system detials:
    R/3 release    - 4.6c
    PI                 - 2004_1_46c
    SAP_BW      - 30B
    PI_BASIS     - 2003_1_620
    Any information will be appreciated
    Thanks,
    VBR

    Hi Kishor,
    Thanks for your reply.
    I have gone through that SAP Note 456102 and it was not of much help for our issue because we are ahead of PI that is mentioned in the note.
    Can you send your email id so that i can forward the error screenshots.
    Regards,
    VBR

  • Problems with table TEVEN

    Hi experts,
    After doing the upgrade system from 4.7 to 6.0 we have problems with table Teven. Trying executing RPTIME00 when the instruction update (table teven) is executed the program stay updating and never finished
    Does anybody know why that happens?
    Thanks a lot,
    Regards,
    Rebeca

    Did you update your database statistics after the ugprade?
    Try to catch an SQL Trace for the statement using ST05.
    Markus

  • Problem with 'Filling Space' described in Tim's Blog

    Dear Experts,
    I am using the Invoice Template described in the excellent Blog by Tim Dexter (Anatomy of a Template) to produce my own version. However, I am having problems with the 'Filling Space' described here: http://blogs.oracle.com/xmlpublisher/2007/03/anatomy_of_a_template_ii_heade.html
    My template is almost identical to the example, when I import XML data where there is only one record, the Filling Space does not pad out with enough empty rows so that the Total table is not at the bottom of the page, aligned with the watermark that I have. The code in the 'Filling Space' field is as in the Blog:
    <?if:not(count($invLines) mod $lpp=0) and ($start+$lpp>count($invLines))?><?for-each:$invLines?><?if:position()<$lpp - (count($invLines) mod $lpp)?>
    If the number of records is greater than half a page or more, then the padding is correct. This is even if, say on the third page there is just one record. Therefore, it seems the padding does not work if the number of records are less than half a page in total.
    Is this correct and does anyone have a solution - would be greatly appreciated.
    Many thanks,
    Mark

    "If the number of records is greater than half a page or more, then the padding is correct. This is even if, say on the third page there is just one record. Therefore, it seems the padding does not work if the number of records are less than half a page in total."
    This statement is wrong.
    Leave the if conditions logic,
    This is how it works,..
    xml contains 43 rows...
    each page you need 10 rows..
    after every 10th rows [using position mod 10 ,] , you put a page break...
    if the mod returns greater than 0, that means row filler has to come into effect now.
    what is the logic now to have row fillers is , 10 - 3 [position mod 10] , comes to 7... so seven blank rows should be inserted..
    this is how , it works...
    so the statement, saying, less than half of page, or something, wont come into this :).
    http://winrichman.blogspot.com/2008/09/limit-row-per-page.html

  • Problem with table size (initial extent)

    Hi,
    I have imported a table from my client's database, which shows the following size parameters as displayed from the user_segments table :-
    bytes : 33628160
    blocks : 4105
    extents : 1
    initial_extent : 33611776
    next_extent : 65536
    The number of rows in the table is 0 (zero). I am wondering how the table size could become so large, while other tables in the schema in the same tablespace have normal initial extent size.
    I then created a tablespace with an initial and next extent of 64k each, and imported the data into the tablespace, after which the table size and the initial extent for the table remained to be 33611776. This is the problem with 4-5 other tables out of a total of 500 tables.
    Of course if i drop and recreate the table, there is no problem, and the initial extent size and the table size becomes 64k, same as per the tablespace.
    Any suggestions? I do not want to drop the tables and recreate them.
    Because of this problem, even an attempt to import a blank database is consuming 2 GB of hard disk space.
    Thanks in advance
    DSG

    I don't think you can stop the extent from being allocated when you import the table.
    Even if you try to let the table inherit storage parameters from the tablespace, it will still allocate as many 64K extents as it needs to get to the 33M size in the table's (imported) storage parameter. I have also seen that when trying to change storage during an import like that, you can look in dba_tables and see the table has an ititial setting of 33M even though when you look in dba_segments you'll see that every extent allocated was in fact 64K. The dba_tables table is getting populated directly from the import and will therefore report the wrong number.
    Perhaps you can import then create table as... to put the tables in a better storage set up. (Letting tables inherit from the tablespace is the best way to go...no fragmentation that way). You might want to get the client to let you revamp the storage since theres no good reason to have one huge extent like that.

  • Problem with table called User?

    Hi!
    I get the following error message. The error is that there should be a
    space after the table name.
    com.solarmetric.kodo.runtime.FatalDataStoreException:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=INSERT INTO User(COUNTRYX, EMAILX, FIRSTNAMEX, JDOCLASSX, JDOIDX,
    JDOLOCKX, LASTNAMEX, PASSWORDX, PREFERREDLANGUAGEX, STATEX, USERNAMEX,
    WANTSNEWSX) VALUES (null, '[email protected]', 'Mr.',
    'com.everwhere.idiomatica.app.security.User', 0, 0, 'Admin', '**admin**',
    0, null, 'admin', 0)]
    [PRE=INSERT INTO User(COUNTRYX, EMAILX, FIRSTNAMEX, JDOCLASSX, JDOIDX,
    JDOLOCKX, LASTNAMEX, PASSWORDX, PREFERREDLANGUAGEX, STATEX, USERNAMEX,
    WANTSNEWSX) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]
    Syntax error or access violation: You have an error in your SQL syntax.
    Check the manual that corresponds to your MySQL server version for the
    right syntax to use near 'User(COUNTRYX, EMAILX, FIRSTNAMEX, JDOCLASSX,
    JDOIDX, JDOLOCKX, [code=1064;state=42000]
    Shouldn't the
    com.solarmetric.kodo.impl.jdbc.DictionaryClass:
    com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
    setting know how to write the sql statement? or is it a problem with the
    table being called user?
    Thanks,
    Nic.

    It is fully dependent on your kodo.properties file:
    See:
    http://solarmetric.com/Software/Documentation/2.5.0/docs/ref_guide_conf_kodo.html#com.solarmetric.kodo.impl.jdbc.DictionaryProperties
    On Wed, 18 Jun 2003 14:52:02 +0000, Nic Cottrell wrote:
    Hi Stephen!
    I changed the table name and everything works. As far as the InnoDB table
    type goes - why does the schematool with ant build MyIsam tables if we
    should be using InnoDB type tables?
    Nic.
    Stephen kim wrote:
    I'm not 100% sure as I personally haven't played with mysql recently,
    but I would suggest moving to a different table name as IIRC, it is
    reserved for MySQL access info. If that doesn't resolve the problem, we
    can reinvestigate the situation.
    Also, be sure to use InnoDB table type if you expect any transactional
    integrity in MySQL (see our docs)
    On Wed, 18 Jun 2003 09:54:10 +0000, Nic Cottrell wrote:
    Hi!
    I get the following error message. The error is that there should be a
    space after the table name.
    com.solarmetric.kodo.runtime.FatalDataStoreException:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper: [SQL=INSERT
    INTO User(COUNTRYX, EMAILX, FIRSTNAMEX, JDOCLASSX, JDOIDX, JDOLOCKX,
    LASTNAMEX, PASSWORDX, PREFERREDLANGUAGEX, STATEX, USERNAMEX,
    WANTSNEWSX) VALUES (null, '[email protected]', 'Mr.',
    'com.everwhere.idiomatica.app.security.User', 0, 0, 'Admin',
    '**admin**', 0, null, 'admin', 0)]
    [PRE=INSERT INTO User(COUNTRYX, EMAILX, FIRSTNAMEX, JDOCLASSX, JDOIDX,
    JDOLOCKX, LASTNAMEX, PASSWORDX, PREFERREDLANGUAGEX, STATEX, USERNAMEX,
    WANTSNEWSX) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] Syntax error
    or access violation: You have an error in your SQL syntax. Check the
    manual that corresponds to your MySQL server version for the right
    syntax to use near 'User(COUNTRYX, EMAILX, FIRSTNAMEX, JDOCLASSX,
    JDOIDX, JDOLOCKX, [code=1064;state=42000] -----------
    Shouldn't the
    com.solarmetric.kodo.impl.jdbc.DictionaryClass:
    com.solarmetric.kodo.impl.jdbc.schema.dict.MySQLDictionary
    setting know how to write the sql statement? or is it a problem with
    the table being called user?
    Thanks,
    Nic.
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • Problem with tables in pdf

    Hey,
    I converted my final master's thesis to pdf with the Adobe Acrobat Pro. Everything worked out fine, even all the graphs etc... but there's a small problem with my tables: I only have horizontal lines to separate the heading from the rest, but there are small marks where the hidden vertical lines cross the horizontal lines....they don't show in the word-file, only the pdf. Anybody know this problem and a solution to it?
    Thanks a lot in advance
    OH

    This is likely a result of the display resolution you used when you created the PDF (under advanced in the properties). The default is 1200, that creates problems on a 96 dpi screen. If you zoom, you will likely see the lines. A fix is to change the setting to about 300 dpi or so.

Maybe you are looking for

  • Purchase requisitions and contracts

    Hello, How can I generate Purchase requisitions automatically when a contract is created (WV: Service and Maint.)? The material type is u201CServicesu201D (DIEN). If it is possible, how can I customize the number of purchase requisitions? Thanks in a

  • Webi to excel with filters in excel on

    Is it possible to save BO XI R2 webi report to excel with filters for all columns in excel on?

  • Problem with minus

    Hi , I am facing a strange issue with the MINUS operator in Oracle. Select count(1) from (query 1); COUNT(1) 5298 Select count(1) from (query2); COUNT(1) 5285 I am doing a minus to try to get the extra rows fetched by query 1 (both are selecting the

  • Auto-Id Cockpit Link Issue

    Hi I am using SAP AII 4.0. When I open the Auto-Id Cockpit link this error message is displayed 500 Internal Server Error The initial exception that caused the request to fail, was:   com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Faile

  • I Phone & outlook 2003 not syncing

    When attemping to sync my Outlook 2003 calendar& contacts I am getting an error message that says " cannot connect because iphone has disconnected" I went in and unchecked addin that was not apple and I did a re sync history. Help!