BIC tables with @[at]k1 in the end

Hello gurus,
I have a problem in customer's system - database analysis in transaction DB02 shows that following tables takes very much space: /BIC/B0000091@k0, /BIC/B0000091@k1, /BIC/B0000091@k2 and /BIC/B0000091@k3.
I know that these are some kind of PSA tables, but they do not exist in transaction SE11. I tracked down the DataStore object for table /BIC/B0000091000 and deleted all the PSA contents for the object, but these tables with @k in the end are not deleted and keeps using the database space...
Any ideas what are these tables and how to delete them?
Thank you in advance!
Br,
Juris

Solution
There are two main steps you must perform:
(1) fix the reason why the table drop fails and then
(2) remove the shadow tables so processing can continue.
To determine why the partition drop failed, we recommend checking:
1. The SQL Server Error Log u2013 this will tell you if the transaction log ran out of space. The log can be seen via SQL Server tools or transactions ST04/DBACOCKPIT.
2. The Blocking Lock Monitor u2013 as long as you have the monitor job active, this transaction will show if there is blocking occurring. This monitor is in transactions ST04/DBACOCKPIT.
3. The Deadlock Monitor u2013 will show if there was a deadlock at the time of the partition drop. This monitor is in transactions ST04/DBACOCKPIT.
After you have determined the root cause, you must correct it before removing the shadow tables. If the log ran out of space then you must move it to a drive with enough space or add another log file on a different drive with enough space. If the root cause is blocking or deadlocks then first search SAP Notes for known solutions or, secondly, open a customer message in BC-SYS-DB-MSS if you need help. In all other cases, open a BC-SYS-DB-MSS customer message so the development support team can assist you in finding the cause.
After you have corrected the root cause, you must remove the shadow tables. You can do this with the latest version of the SAP ABAP program RSDD_MSSQL_CUBEANALYZE (install the latest version which is attached to SAP Note 991014). After the program is installed, execute it with SE38 and choose Settings -> Expert Mode. Acknowledge the warning, press the Detail button under the Determine All Shadow Objects item and press Start Check. Then select each shadow table and press Delete Clone Table.
For more information regarding SAP BWu2019s use of SQL Server table partitioning, read the white paper titled u201CTable Partitioning in SAP BI on Microsoft?SQL Server# 2005/2008u2033. The paper is currently available for download at:
http://www.microsoft.com/isv/sap/technology/interop/bi.aspx
via http://www.bw2048.com/db-shadow-tables-with-k-name-e-g-bicb0000201k0-201.htm

Similar Messages

  • Is there a way to rename multiple form field names with a "b" at the end?

    I have a two page form, both are identical.  I need to rename all the field names on page 2 with a "b" at the end of the file name so they dont conflict with that of the first page.  Is there any fast way of doing this without renaming each individual one at at time?  I have a LOT to do!

    It's not possible with JavaScript. The name property of a field is read-only.
    I would suggest making a template from the first page and then spawn a new page from it.
    If you do it from a script make sure you set the bRename property to true and the form fields will be automatically renamed, but you can't specify the name, it will be in following pattern:
    P<Page Number>.<Template Name>.<Original Field Name>

  • Attempting to download a wmv file. I keep getting the message: "You cannot save this document with extension ".wmv" at the end of the name. The required extension is ".webarchive" --if I save it this way, i just get a web address rather than the wmv

    Attempting to download a wmv file. I keep getting the message: "You cannot save this document with extension “.wmv” at the end of the name. The required extension is “.webarchive” --if I save it this way, i just get a web address rather than the wmv

    Find the URL for the WMV, paste it into Safari's address bar, and press the Option and Enter keys.
    (66873)

  • Everytime I save a file from chrome it wants to save it with a (1) at the end of the file name. It i

    Everytime I save a file from chrome it wants to save it with a (1) at the end of the file name. It is extremely frustrating since I save hundreds of pdf files every month.
    It is the first time opening the file so it shouldn't be reverting to adding a (1) every time.
    I have chrome Version 28.0.1500.95 m

    Chrome does not use Adobe Reader to view or save PDF files. It does it all itself.
    Similarly FireFox, though it can be told to use Adobe Reader to view PDF files, doesn't do so by default. And Adobe Reader has nothing to do with saving.

  • HT5312 How can you fix a email with a .con at the end

    Well, everytime i try to reset my security questions, the password is sent to a email with a .con at the end. Does anyone know how to change the email, because it won't let me.

    You need to contact Apple to get the questions reset. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (94610)

  • How can I best create a movie in flash ( .flv ) with a link in the end?

    I use iMovie and have QT pro. I want to make a movie with a link in the end of the video: " See more here". Clicking it ( on the video window) would open my website.
    Then I want publish it in flv. format, because some people can't use Quicktime.
    Yours truly my Friends forever,
    Antti

    AnttiS wrote:
    .. I want to make a movie with a link in the end of the video: " See more here". Clicking it ( on the video window) would open my website.
    I assume, this is easier done as an html-task.. like that:
    (example is a still, forum software doesn't allow embedding of 'videos')
    define the player as an playercode

  • HT201210 i want to update my iphone 3g but it keeps coming up with an error at the end, how do i go about solving this problem?

    hi all,
    im having lots of difficulties updating my iphone 3g. i have plugged it into itunes, it goes ahead with updating and restoring. it goes through all the process but right at the end it tells me it was unable to do it and that there was an error. my phone now cant be used as it keeps telling me to connect to itunes which i cant do as the phone needs restoring.
    please could you advise me on how to solve this problem?
    thankyou

    and error code or the exact msg would help

  • Logical table with data restrictions from the physical table

    Hello, I have a question about the relationships between the Logical Tables in Business Model and Mapping and The Physical table in the physical layer. The problem is the next one:
    I have a Physical Table named T1 that contains the attributes: Id, DateChangeState, State,…
    T1
    DateChangeState| ID |State     | Other columns….
    01/01/2011 | 1 | 03 |     …
    02/01/2011 | 1 |     11 |     …
    03/01/2011 | 1 |     02 |     …
    02/02/2011 | 2 |     01 |     …
    03/02/2011 | 2 |     02 |     …
    I need filter this table and extract only one row per ID. The row that I need is the row who contains the Max(DateChangeState) per ID. I don’t know how extract only the rows selected from the physical table to the Logical Table.
    I need that the logical table contains the next rows:
    T1_Logical
    DateChangeState |ID |     State     Other columns….
    03/01/2011 | 1 | 02 |     …
    03/02/2011 | 2 | 02 |     …
    How can I extract only the rows with the Max(DateChangeState) grouped by ID in the BMM?
    I thought put this condition in the column mapping (CASE WHEN DateChangeState=Max(DateChangeState)) but the Max(DateChangeState) was not grouped by ID.
    Any idea about how solve this problem?
    I can not use the group by in the answer and I can not change the physical layer.
    Thank you,
    Best Regards.

    Hi Rajeevagrl your solution is very good but I dont´t know why obiee is applying twice the max condition, The select is the next one:
    select distinct D1.c1 as c1,
    D1.c2 as c2,
    D1.c1 as c3
    from
    (select D1.c1 as c1,
    D1.c2 as c2
    from
    (select D1.c1 as c1,
    D1.c2 as c2,
    max(D1.c3) over () as c3
    from
    (select T379.ID as c1,
    T379.DATE as c2,
    max(T379.DATE) as c3
    from
    T1 T379
    group by T379.ID, T379.DATE
    ) D1
    ) D1
    where ( D1.c2 = D1.c3 )
    ) D1
    order by c2
    Edited by: 848497 on 14-abr-2011 3:58

  • Search with a Star at the end

    Hi All,
    I'm making a parameter on the Customer name, and my client want to have an "intelligent search engine" like putting only the first letters of the name and having all the names starting with theses letters.
    For example, if i type "pa" i want that all the name starting with "pa" are displayed and not only the exact search.
    I'm looking for a kind of formula that put automatically a start at the end of my search.
    Somebody can help me for that or have another ideas ?
    Thanks
    ps: sorry for my poor english
    edit: in Crystal Report 2008 server edition
    Edited by: Crystal_sophie on Jun 1, 2009 11:07 AM

    you can make use of startswith or create your own logic.
    using crystal function startswith:
    create a string parameter "{?name starts with}" for input and put this formula for record selection
    {Customer.Customer Name} startswith {?name starts with}
    a simple logic could be like this:
    Left ({Customer.Customer Name}, len({?name starts with})) like {?name starts with}
    let me know if it works well.

  • I am fairly new to iPhone and noticed yesterday that up by the bluetooth icon there is a small circle with a point on the end and a lock in the middle.  I cannot find out what this is in my manual

    I am fairly new to the iPhone and noticed yesterday up by the Bluetooth icon a small circle that is 90% complete and has an arrow at the end and a small lock in the middle.  I have made no changes in my settings and cannot figure out what this is.  Any help would be appreciated. 
    Thanks

    Orientation lock.  See p. 13 of the iPhone User Guide.
    You can turn this On/Off with Control Center (swipe up from off the bottom of the screen).  See p. 30 of the user guide.

  • Pass the internal table with different structures to the class module

    Hi ,
    I have created a class method to fill up the data in XML format. the method can be called from various programs with internal table with different structures. I want to pass it as dynamic How can I do that.
    I tried to declare that as type any.
    but not working.
    regards,
    Madhuri

    Hi,
    You could work with data reference.
    Use GET REFERENCE OF itab INTO data_ref for passing the internal table to your method, and dereference it within the method with ASSIGN statement...
    DATA: lr_data TYPE REF TO data.
    GET REFERENCE OF itab INTO lr_data.
    CALL METHOD meth EXPORTING pr_data = lr_data.
    METHOD meth.
      FIELD-SYMBOLS <fs> TYPE ANY TABLE
      ASSIGN pr_data->* TO <fs>.
    ENDMETHOD.
    Kr,
    Manu.

  • Problem with a slash (/) at the end of contextPath

    Hi,
              Weblogic server version 8.1.3.
              We just moved an existing application from tomcat to weblogic. The application context path is "/cm".
              In tomcat the request.getContextPath() returns "/cm"
              in weblogic the request.getContextPath() returns "/cm/" and it causes problems with our external caching product because URL results are double cached "http://server.com/cm/uri" and "http://server.com/cm//uri".
              How can I specify to weblogic web server not to add the "/" at the end ?
              thanks

    This is a bug in 81sp3. Please contact [email protected] in reference to
              bug id CR239600

  • Media Encoder CC 14 renders with black frame at the end

    Hello,
    my Media Encoder running on Mac Yosemite makes a black frame at the end of h264 clips...
    How can i fix this?
    Thanks

    I just figured out - it might be a quicktime viewer problem...

  • When I mail merge a message that incudes a table with an excel spreadsheet, the table disappears and the data appears in list form

    I've tried both creating the table using Thunderbird, as well as creating the table in Word first and the problem is the same. I've reinstalled and updated both the mail merge add on and Thunderbird.

    If you do not need all the excel specific items you can just write it to a spreadsheet using the write to spreadsheet file vi's.
    If you want to go the excel route you will have to use active x. you can see a lot of examples on the excel board under the breakpoint forum. please post a sample of how you want your data to look and I can maybe help explain what options you have. and also oyu do not necesarily need the report generation toolkit.
    Joe.
    "NOTHING IS EVER EASY"

  • Need to create orders in bulk with one commit at the end

    Hello,
    I need to be able to create service orders or (compatible unit orders) in bulk where i call either 'BAPI_ALM_ORDER_MAINTAIN' or 'IM_SM_CREATE_ORDER' multiple times without commit. As far i understood after testing and reading documentation, it is not possible i always need to do commit after calling those function modules. Is there any other API in PM which can create orders in bulk where i can do a commit only at the end.
    Best Regards,
    Yevgen

    Yevgen,
       Check if ALM_ME_ORDER_CREATE would help.You would need to call CO_ZV_ORDER_POST to commit.If looking for CU order, have a look at /***/BAPI_CUORDER_CREATE.You may have to copy this and call the ALM_ME_ORDER_CREATE  instead of the BAPI_ALM_ORDER_MAINTAIN, if looking to do a mass commit.
    Hope it helps.
    Regards
    Narasimhan

Maybe you are looking for

  • Multiple attachment using SO_NEW_DOCUMENT_ATT_SEND_API1

    HI geeks,           Can anyone pls tell me how to attach multiple files using function module SO_NEW_DOCUMENT_ATT_SEND_API1.           I have seen example of multiple attachments using same file type.I mean 1 or more files are same type like PDF or E

  • JDK 5.0 or coding issues?

    The following code works for JDK 1.3 but not for JDK 5.0... any ideas? (Essentially, the sound does not play when compiled with JDK 5.0). import java.applet.*; import java.net.*; import java.io.*; class Test { public static AudioClip siteSoundClip; s

  • Files are not applying in Stand by server.

    Hi All, We are getting the bellow error in standby server while applying log files. Media Recovery Log /oracle/DB7/saparch/DB7arch1_97211_627008903.dbf Errors with log /oracle/DB7/saparch/DB7arch1_97211_627008903.dbf ORA-310 signalled during: ALTER D

  • SQL Developer 1.5.0.53.38 Fails to save preferences

    Options set under Tools->Preferences are not persisted between sessions. Assuming that the persistence of options is a part of the normal Exit processing, this is probably related to the Failure to Exit problem that I posted.

  • Positioning external flv files on stage??

    Hy, i am loading 3 flv files so that the first file plays once and the other two loop afterwards. Now i am interested is it possible to position the flv files on the stage to certain coordinates when they start to play (so for example that the first