Data row does not have a matching index row in index

Dear All,
While checking Database Consistency, i m getting following error.
Please Advice
reagrds,
Hiten.
Microsoft SQL Server 2005 - 9.00.2047.00 (Intel X86)
     Apr 14 2006 01:12:25
     Copyright (c) 1988-2005 Microsoft Corporation
     Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 2)
Msg 8951, Sev 16, State 1, Line 17 : Table error: Table 'fsg.JEST' (ID 451949132). Data row does not have a matching index row in index 'JEST~I' (ID 2). Possible missing or invalid keys for the index row matching: [SQLSTATE 42000]
Msg 8955, Sev 16, State 1, Line 17 : Data row (3:3447709:85) identified by (MANDT = '009' and OBJNR = 'OR015000015467' and STAT = 'I0010') with index values (MANDT = '009' and STAT = 'I0010' and INACT = ' ' and OBJNR = 'OR015000015467'). [SQLSTATE 42000]
Msg 8951, Sev 16, State 1, Line 17 : Table error: Table 'fsg.JEST' (ID 451949132). Data row does not have a matching index row in index 'JEST~I' (ID 2). Possible missing or invalid keys for the index row matching: [SQLSTATE 42000]
Msg 8955, Sev 16, State 1, Line 17 : Data row (4:3526223:65) identified by (MANDT = '009' and OBJNR = 'OV000005347300000001' and STAT = 'I0010') with index values (MANDT = '009' and STAT = 'I0010' and INACT = ' ' and OBJNR = 'OV000005347300000001'). [SQLSTATE 42000]
Msg 8951, Sev 16, State 1, Line 17 : Table error: Table 'fsg.JEST' (ID 451949132). Data row does not have a matching index row in index 'JEST~I' (ID 2). Possible missing or invalid keys for the index row matching: [SQLSTATE 42000]
Msg 8955, Sev 16, State 1, Line 17 : Data row (4:3526223:66) identified by (MANDT = '009' and OBJNR = 'OV000005347300000001' and STAT = 'I0052') with index values (MANDT = '009' and STAT = 'I0052' and INACT = ' ' and OBJNR = 'OV000005347300000001'). [SQLSTATE 42000]
Msg 8951, Sev 16, State 1, Line 17 : Table error: Table 'fsg.S022' (ID 1022587377). Data row does not have a matching index row in index 'S022~A' (ID 2). Possible missing or invalid keys for the index row matching: [SQLSTATE 42000]
Msg 8990, Sev 16, State 1, Line 17 : CHECKDB found 0 allocation errors and 3 consistency errors in table 'fsg.JEST' (object ID 451949132). [SQLSTATE 01000]
Msg 8955, Sev 16, State 1, Line 17 : Data row (3:3369530:8) identified by (MANDT = '009' and SSOUR = ' ' and VRSIO = '000' and SPMON = '000000' and SPTAG = '20080913' and SPWOC = '000000' and SPBUP = '000000' and WERKS = '7100' and ARBPL = 'METALST4' and KAPAR = '003' and MATNR = 'JGR0500236G0WL8JH' and AUFNR = '015000015467' and PLNUM = '00000000' and POSNR = '0001' and PLNFL = '000000' and VORNR = '0020') with index values (MANDT = '009' and SSOUR = ' ' and VRSIO = '000' and WERKS = '7100' and ARBPL = 'MMsg 8951, Sev 16, State 1, Line 17 : Table error: Table 'fsg.AFRU' (ID 1166000397). Data row does not have a matching index row in index 'AFRU~ZA1' (ID 31). Possible missing or invalid keys for the index row matching: [SQLSTATE 42000]
Msg 8955, Sev 16, State 1, Line 17 : Data row (3:3409400:2) identified by (MANDT = '009' and RUECK = '0000223395' and RMZHL = '00000001') with index values (MANDT = '009' and BUDAT = '20080913' and ARBID = '10000042' and AUFPL = '0000053473' and AUFNR = '015000015467' and STOKZ = ' ' and STZHL = '00000000' and RUECK = '0000223395' and RMZHL = '00000001'). [SQLSTATE 42000]
Msg 8990, Sev 16, State 1, Line 17 : CHECKDB found 0 allocation errors and 1 consistency errors in table 'fsg.S022' (object ID 1022587377). [SQLSTATE 01000]
Msg 8990, Sev 16, State 1, Line 17 : CHECKDB found 0 allocation errors and 1 consistency errors in table 'fsg.AFRU' (object ID 1166000397). [SQLSTATE 01000]
Msg 8989, Sev 16, State 1, Line 17 : CHECKDB found 0 allocation errors and 5 consistency errors in database 'FSG'. [SQLSTATE 01000]
Msg 8958, Sev 16, State 1, Line 17 : repair_rebuild is the minimum repair level for the errors found by DBCC CHECKDB (FSG). [SQLSTATE 01000]
Job 'SAP CCMS Check Database FSG [20080802184156]' : Step 1, 'Step1' : Began Executing 2008-09-16 03:00:39
DBCC CHECKDB (FSG) started at Sep 16 2008  3:00AM with Logfile: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\CCMS_CHECK_DB_HIST_2008.txt [SQLSTATE 01000]

Hi,
1. Go SE14
2. Enter table name JEST and press Edit
3. Click on Indexes Button
4. Double click on index JEST~I
5. Click "Delete Database Index" it will delete the index
6. Now Click "Create Database Index", it will create Database index
7. Click "Activate and adjust Database" button.
This way Index recreated as per the table field.
Repeate above steps for all the indexes which gives error.
This way you can repair all the indexes which gives error

Similar Messages

  • Output Column does not have a matching source column in the schema

    Hi Everyone,
                           Can you please help me in this. Already an ETL is loading the data from AS400 TO SQL server. I need to add a new
    column. In the Source (OLEDB source) am pulling the data from AS400 using ADO.NET connection manager.
    New column is added in AS400. To bring the new column from AS400, I added column name in the query in OLEDB source. Test connection is good. In the Source editor, when I click on preview it gives me the values of the new column and if I click on build
    new query also it gives me values for the new column.
    After mapping the columns and refreshing the data in OLEDB destination, I don't see any errors or warnings.
    But when I start executing the package it throws me the below error.
     Error: The output column  (4659) does not have a matching source column in the schema.
    [SSIS.Pipeline] Error: "component  (2861)" failed validation and returned validation status "VS_NEEDSNEWMETADATA".
    I need suggestion on this.
    Thanks
    Veeresh

    Hi Veeresh,
    As per my understanding, this error happens when the OLE DB Source component cannot find the corresponding source column in the database table. Possible reason is the the column name in the external database table has changed or
    the column has been removed.
    To verify this issue, please go to the Advanced Editor for OLE DB Source Input and Output Properties tab to see the External columns and Output columns. To fix it, please refresh the data or recreate the Source.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • HT2953 If i purchase CD that does not have iTunes match...how do i get it to play on my devices(e.g.. phone, iPad)

    If i purcharse CD that does not have itunes match...how do i get it to play on other devices(eg. phone, ipad)?

    I go to amazon.com, look up the album in the search bar, the do a copy (right click, copy) on the artwork that shows up.  Then you go to iTunes and right click the album you want to update with that artwork, click "get info" click in the artwork square and press the 'command and V' keys for paste (fyi right click paste does not work here) you must just click in the square and press command-V which will paste it.  It should then place that artwork in the square to update all songs in that album.  Hope this helps...

  • The data object does not have a component

    Prior to making change to Z program, I did syntax check and got:
         The data object "WA_D003" does not have a component called "ZSHIFT".
    This Z program is in the End Routine of a transformation from a PSA to DSO. I get the error when syntax checking, but when executing the DTP, there is not an error and ZSHIFT gets populated as expected.
    I am hesitant to make a program change and transport up.
    This is all in our BW Development box.  I checked the code against what is in BWQ & BWP and the code is exactly the same as is the DSO InfoObjects.  However, in BWQ and BWP, I do not receive the error when doing a syntax check.
    I've searched customer messages and have had no luck.  I also treid to add an attachment to this question, but it won't allow me to.  Thanks for any help.

    pretty hard to help you as we have no clue what you're actually doing with WA_D003 and ZSHIFT, no?
    so you're calling a z-program in an end routine?
    what does that program do? what are it's parameters/select options?
    what are you doing with the results of that program in the end routine?
    what are WA_D003 and ZSHIFT? I'm assuming the first one is a work area and the latter a field you're trying to fill in the end routine?

  • Data Object does not have a component called MATNR

    Hi Everyone,
    I am battling with a small program for 2 days as to why any output is not getting on to the list.
    On CHECK, the error being shown is the
    'THE DATA OBJECT "WA_ITAB" DOES NOT HAVE A COMPONENT CALLED "MATNR".
    Report ZTR_REP1.
    tables:mara.
    select-options:s_matnr for mara-matnr.
    types:begin of itab,
            matnr like mara-matnr,
            ersda like mara-ersda,
            ernam like mara-ernam,
           ekgrp like marc-ekgrp,
          end of itab.
    data: wa_itab like  itab,
          itab1 like itab occurs 0 .
    select matnr ersda ernam
           from mara
           into wa_itab
           where matnr in s_matnr.
      append wa_itab to itab1.
      loop at itab1 into wa_itab.
        write:/ wa_itab-matnr,
      endloop.
    Edited by: Alvaro Tejada Galindo on Apr 21, 2008 5:34 PM

    Hi Ranjith,
    Use this code it will work fine:
    tables: mara.
    select-options : s_matnr for mara-matnr.
    types: begin of itab,
    matnr like mara-matnr,
    ersda like mara-ersda,
    ernam like mara-ernam,
    ekgrp like marc-ekgrp,
    end of itab.
    data: wa_itab type itab,
    itab1 like itab occurs 0 .
    select matnr ersda ernam
    from mara
    into corresponding fields of wa_itab
    where matnr in s_matnr.
    append wa_itab to itab1.
    Endselect.
    loop at itab1 into wa_itab.
    write:/ wa_itab-matnr.
    endloop.
    <REMOVED BY MODERATOR>
    Regards
    Hemant Khemani
    Edited by: Alvaro Tejada Galindo on Apr 21, 2008 5:35 PM

  • My adobe indesign cs6 is up to date but does not have the qr code generator. Can someone tell me why?

    help

    Not sure why staff members wouldn't have mentioned it, but I'm pretty sure integrated QR Code creation wasn't introduced until the CC version debuted.
    There is a free "module" available that works in earlier versions of InDesign, including CS6, here: DesignMerge Bar Code Module

  • I have trouble creating a pdf portfolio from Outlook: the result does not have "From" or "Subject"

    I have trouble creating a pdf portfolio from Outlook: it creates the portfolio, but the result does not have "From" or "Subject" in the index.  Please help!

    Thank you, I am aware of this function.  The fields are present, but blank.  (It seems that the data is not getting exported…)
    Please keep trying to help me!
    -Nancie

  • Getting error when view - Requested data type does not match with existing

    I have the siebel web service
    In the BI publisher as mentioned in the 'Siebel_BI_Publisher_Integration_Concepts.pdf', I have imported the siebel web service
    BI can recognize the 'Web service' and methods.
    I have created the paramters. The data type is 'String'
    When I try to view the report using the BI publisher, I am getting teh following error in th UI
    "Requested data type does not match with existing data type"
    This is the first time I am using BI publisher to call the Siebel web service. I don't know what this error means
    I don't know whether any log file generated wit the details of this erro message
    Any help is much appriciated
    Thanks,
    Kavitha

    Hi all,
    have you find a fix for this issue? Im facing the same situation, using Complex type, and String data type both in the service and Bi publisher. We are consuming CC&B services, and we have noticed this error appears when BIPublisher is running on WebLogic (10.3) but it does not appear when BIPublisher is running on OC4J , of course running the same report on both application servers.
    Any idea?
    Thanks a lot, regards
    Nestor

  • I have changed computers and installed iTunes on my new computer. I want to sync my iphone now but the "sync" program indicates that it will remove all data on my phone and replace it with the newly installed itunes that does not have my information.

    I have a new computer and have installed iTunes on it.
    Now I want to sync my iphone but the new itunes on the new computer wants to remove everything on my niphone and replace it with what's on the newly installed itunes data but it does not have my data.
    How can I sync the new itunes with my iphone and not have my phone data wiped out?
    Thanks,
    hscllc

    hscllc wrote:
     How can I sync the new itunes with my iphone and not have my phone data wiped out?
    There is no way to stop iTunes from doing exactly what it is designed to do.
    The iPhone is designed to sync with one and only one computer.
    If you have moved/copied your iTunes library from your old computer to your new one, then iTunes wiping your device is no problem.  You would simply sync and iTunes will put all the content back.

  • HT203167 My iTunes library on laptop is correct/up to date with recent purchases and downloads; however, our desktop computer does not have any of these when logged into Itunes.... how do I add these so both computers have current info?

    The iTunes library on our laptop is correct and up to date with recent purchases and downloads; however, our desktop does not have any of these when using it.  Home sharing is turned "ON" with both computers. Why is the desktop not showing the same content and how do I resolve this?

    From your OLD computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Full Details Here  >  http://support.apple.com/kb/HT1751
    Also see this migrate iTunes library post by turingtest2

  • Received ipad2 synced to itunes and uploaded my backup, now I find out it does not have WiFi 3G and need to return it, is there a way of getting all of my data off the ipad2?

    Received ipad2, synced to itunes and uploaded my backup from my Ipad, now I find out that it does not have Wi-Fi+3G, need to return it, is there a way to get my data off the ipad2 so I can return it?

    if you mean restore it to factory default then you can choose that while having it connected to the computer and using itunes

  • The data object "BSEG" does not have a component called "ZZREGION"

    Hi Friends,
    Getting ABAP runtime error while doing MIGO-Goods receipt .
    The data object "BSEG" does not have a component called "ZZREGION".
    Regards
    Ashu

    check/activate  table bseg in se11
    A.

  • The data object "FP_FORMOUTPUT" does not have a component called "XML"

    Hello All,
    When i tried to run a simple report with ADOBE form i got this message:
    The data object "FP_FORMOUTPUT" does not have a component called "XML"
    I saw that the field XML is really missing in structure fpformoutput!
    Also in structure sfpoutputparams the field GETXML is missing!
    Is there a note to fix this?
    The system status is:
    Database system      ORACLE
    Release              10.2.0.2.0
    SAP_BASIS     700     0012     SAPKB70012     SAP Basis Component
    SAP_ABA     700     0012     SAPKA70012     Cross-Application Component
    ST-PI     2008_1_700     0000          -     SAP Solution Tools Plug-In
    PI_BASIS     2005_1_700     0012     SAPKIPYJ7C     PI_BASIS 2005_1_700
    SAP_BW     700     0013     SAPKW70013     SAP NetWeaver BI 7.0
    SAP_AP     700     0009     SAPKNA7009     SAP Application Platform
    SAP_HR     600     0016     SAPKE60016     Human Resources
    SAP_APPL     600     0009     SAPKH60009     Logistics and Accounting
    EA-IPPE     400     0009     SAPKGPID09     SAP iPPE
    EA-HR     600     0016     SAPKGPHD16     SAP Enterprise Extension HR
    EA-GLTRADE     600     0009     SAPKGPGD09     SAP Enterprise Extension Global Trade
    EA-PS     600     0009     SAPKGPPD09     SAP Enterprise Extension Public Services
    EA-RETAIL     600     0009     SAPKGPRD09     SAP Enterprise Extension Retail
    EA-FINSERV     600     0009     SAPKGPFD09     SAP Enterprise Extension Financial Services
    EA-DFPS     600     0009     SAPKGPDD09     SAP Enterprise Extension Defense Forces & Public Security
    EA-APPL     600     0009     SAPKGPAD09     SAP Enterprise Extension PLM, SCM, Financials
    FINBASIS     600     0009     SAPK-60009INFINBASIS     Fin. Basis
    ECC-DIMP     600     0009     SAPK-60009INECCDIMP     DIMP
    ERECRUIT     600     0009     SAPK-60009INERECRUIT     E-Recruiting
    FI-CA     600     0009     SAPK-60009INFICA     FI-CA
    FI-CAX     600     0009     SAPK-60009INFICAX     FI-CA Extended
    INSURANCE     600     0009     SAPK-60009ININSURANC     SAP Insurance
    IS-CWM     600     0009     SAPK-60009INISCWM     Industry Solution Catch Weight Management
    IS-H     600     0009     SAPK-60009INISH     SAP Healthcare
    IS-M     600     0009     SAPK-60009INISM     SAP MEDIA
    IS-OIL     600     0009     SAPK-60009INISOIL     IS-OIL
    IS-PS-CA     600     0009     SAPK-60009INISPSCA     IS-PUBLIC SECTOR CONTRACT ACCOUNTING
    IS-UT     600     0009     SAPK-60009INISUT     SAP Utilities/Telecommunication
    LSOFE     600     0009     SAPK-60009INLSOFE     SAP Learning Solution Front-End
    SEM-BW     600     0009     SAPKGS6009     SEM-BW: Strategic Enterprise Management
    ST-A/PI     01L_ECC600     0000          -     Application Servicetools for ECC 600
    Thank you all In advance,
    Eran FOX

    Hello Otto,
    Thank you for your reply...
    If i enter se11 to see the structure of FPFORMOUTPUT for example... i get the following structure:
    PDF     FPCONTENT     RAWSTRING     0     0     Form Processing: Content from XFT, XFD, PDF, and so on
    PDL     FPCONTENT     RAWSTRING     0     0     Form Processing: Content from XFT, XFD, PDF, and so on
    PAGES     FPPAGECOUNT     INT4     10     0     Form Processing: Number of Pages Created
    LANGU     LANGU     LANG     1     0     Language Key
    can you see any XML field here?
    This is OLD as you said - but how can i get the proper one?
    Thanks again,
    Eran

  • Viewset does not have data passed from GenIL

    Hi All,
    We have a custom component in which data is not getting passed from a ViewSet to the Overview page. The details of the issue are given below:
    There is a detail view zsoEF and a table view zsoChild. These 2 views are housed in a viewset zsoVS. This view set has an event Eh_OnBack which requires the data from views zsoEF and zsoChild to be passed to overview view zsoOV.
    We recently upgraded to CRM 7.0. After the upgrade, the values entered on the views zsoEF and zsoChild are processed in the ZGenIL. The context nodes and the custom controllers are filled correctly with the screen values and some auto added data based on validations..
    When we click on the Back button, then Eh_OnBack does not have data in the Custom Controller. I am not able to pin point the reason for this missing data in the Back event. From the way i understand, when we do data binding in the views, we don't have to do that in ViewSet. Has there been any change in this design in CRM 7.0?
    I would like to know if there is any workaround for this issue.
    Thanks,
    Rini

    Hi Rini,
        Did you try to bind the context nodes with the component controller. Can give it a try whether it resolves the problem. Any way it is difficult to say anything as we don't have an idea what exactly you did in the component. Lets take it forward. In the mean time have a look in the below link.
    History navigation and context initialization calls - CRM - SCN Wiki
    Thanks,
    Javed.

  • Trying to access row values in a table which does not have any rows yet

    try{
                             MappedRecord importParams = recordFactory.createMappedRecord("CONTAINER_OF_IMPORT_PARAMS");
                             IFunction function1 = client.getFunctionsMetaData().getFunction(funModGetDet);
                             IStructureFactory strucFact = interaction.retrieveStructureFactory();
                             response.write("try2 :"+pnumber);
                            IRecord structure = (IRecord) strucFact.getStructure(function1.getParameter("PERNR_TAB").getStructure());
                             response.write("try111 :"+pnumber);
                             structure.setString("PERNR",pnumber);
    I am getting the following error "Trying to access row values in a table which does not have any rows yet " where PERNR_TAB is a table containing field "PERNR".
    Can anybody help me out?

    Please re-post this question in the appropriate forum. It seems to have nothing to do with Web Dynpro.

Maybe you are looking for