Issue after patching after SQL instance with SP3

Hi All,
I have recently patched one of 2008 SQL instance in my environment with SP3 and after applying the patch I can see that the version got changed to 10.0.5500, but when checked summary logs I'm seeing below message. Could some one please let me know what are
the steps to be followed to get this issues fixed.
I have checked few things from my end and was able to see that uninstalling the sp3 which is applied should fix this and roll it  back to its previous version which was sp2, but what I'm concerned is the missing .msi file. How can i fix this missing
msi file thing?
Error Message logged in summary.txt file
Overall summary:
  Final result:                  The patch installer has failed to update the shared features. To determine the reason for failure, review the log files.
  Exit code (Decimal):           -2068709373
  Exit facility code:            1202
  Exit error code:               3
  Exit message:                  The cached patch file "C:\Windows\Installer\6c1c7e81.msp" is missing. The original file for this cached file
is
"sql_engine_core_inst.msp", which can be installed from "Service Pack 3 for SQL Server 2008 (KB2546951) (64-bit)", version 10.3.5500.0.  For more information about how
to resolve this problem, see “Steps to resolve missing media issue with SQL Server 2008” (http://go.microsoft.com/fwlink/?LinkId=144387) in the Microsoft Knowledge
Base.
  Start time:                    2015-03-21 12:31:47
  End time:                      2015-03-21 12:32:39
  Requested action:              Patch
Thanks in Advance, Kranthi

Hi All,
Got the fix for this issue from the below video which is very much in detail.
http://blogs.msdn.com/b/sqlserverfaq/archive/2012/05/08/missing-msi-s-msp-s-error-during-sql-server-patching.aspx

Similar Messages

  • Trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.

    I am trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    WSUS Server : Windows Server 2012 R2
    Remote SQL Server: 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Please let me know if anyone has experienced this issue.

    We were trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    Same error even after rebooting the server multiple times.
    WSUS Server : Windows Server Standard2012 R2
    Remote SQL Server: Windows Server 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Event ID 7000:
    The Windows Internal Database service failed to start due to the following error:
    The service did not start due to a logon failure.
    Event ID 7041
    The MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID with the currently configured password due to the following error:
    Logon failure: the user has not been granted the requested logon type at this computer.
    Service: MSSQL$MICROSOFT##WID
    Domain and account: NT SERVICE\MSSQL$MICROSOFT##WID
    This service account does not have the required user right "Log on as a service."
    User Action
    Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this. If this computer is a node in a cluster, check that this user
    right is assigned to the Cluster service account on all nodes in the cluster.
    If you have already assigned this user right to the service account, and the user right appears to be removed, check with your domain administrator to find out if a Group Policy object associated
    with this node might be removing the right.
    I found following article:
    "MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID" error when you install WID in Windows Server 2012
    http://support.microsoft.com/kb/2832204/en-us
    To work around the issue, use one of the following methods:
    Assign the Log on as a service user right to NT SERVICE\ALL SERVICES in the GPO that defines the user right.
    Exclude the computer from the GPO that defines the user right.
    We moved the SCCM server to OU where no policies were getting applied and then applied the new GPO to that OU. Restarted the server and we were able to install WSUS role.
    Regards
    PR

  • Best Practice to troubleshoot a Crawler Issue after SQL Server restarts

    Hi Everyone
    I am after some general advice or a suggested place to start when troubleshooting crawler issues after an unplanned, out-of-sequence server restart.
    Specifically, the SQL Database in the SharePoint 2010 farm. Better yet, is there a standard practice way of resolving such issues?<o:p></o:p>
    So far articles I have found suggest options from reviewing the crawl logs, creating a new crawl component, right through to using fiddler to monitor the crawler.
    Are these sufficient places to start / methodologies to follow, what else should be considered?
    Any advice greatly appreciated.
    Thanks,
    Mike

    Well, as I said before, there are lots of different potential issues & resolutions for crawlers.  It really depends on the issue.  I would say that the base troubleshooting steps start the same no matter which service/feature you are looking
    at.  So, I'll try to keep this sort of generic, but beyond finding the details of the problem, the SOP or process will vary greatly based on what the error is.  I hope this helps, and sorry if it's not specific enough.
    1 - check the ULS logs
    2 - check the windows application logs
    3 - verify related services are running (get-spserviceinstance), possibly stop/start them to reprovision the instance on the affected server
    4 - clear the config cache (this alone will clear about 30% of your basic problems)
    6 - verify disk space & resource consumption on affected server (& SQL, SQL is always the potential to be the true "affected" server)
    7 - iisreset
    8 - verify connectivity between all servers in the farm and SP
    9 - verify requir3ed features activated
    10- check if any changes were made to environment recently (new hardware, updates to OS or apps, updates to GPOs, new solutions, etc)
    11- check if the issue is reproducible in another environment (only reliable if this is a similar environment, i.e. same patch level test farm or dr farm).  see if it occurs in other site collections within the web app, different web apps, different
    servers/browsers, etc, basically just try to nail down the scope of the problem
    There is a whole slew of thiings you could check from verifying certificates & perms, to rerunning psconfig, to checking registry keys, again I go back to it depends.  hopefully this can get you started though.  in the end ULS is where all
    the real info on the issue is going to be, so make sure you check there.  don't go in with tunnel vision either.  if you see other errors in ULS, check them out, they may or may not be related; SharePoint is an intricate product with way more moving
    parts than most systems.  fix the little quick ones that you know you can handle, this will help to keep the farm clean and healthy, as well as crossing them off the list of potential suspects for your root cause.
    Christopher Webb | MCM: SharePoint 2010 | MCSM: SharePoint Charter | MCT | http://christophermichaelwebb.com

  • Issues after upgrade to Exchange sp3

    hello,
    i have exchange 2010 SP2 CAS/HUb+builtin antispam  jut after upgrade to Exchange SP3  owa not working and display the following Message :-
    also the event log repeat the following id's :-
    2268 & 2214
    also the EMC not working
    Please Advise 

    Hi There,
    It looks like IIS Issue.
    did you try to reset the IIS Virtual directory ?
    You do it from:
    EMC > Server configuration -> Client access -> Reset virtual directory
    Also, please check that all services are running.
    Exchange Blog:
    www.ntweekly.com
    MCSA, MCSE, MCITP:SA, MCITP:EA, MCITP:Enterprise Messaging Administrator 2010,MCTS:Virtualization

  • Can DPM share a remote SQL Instance with other System Centre Products?

    Firstly, apologies if this has been answered elsewhere but I can't seem to find a definitive line on it.
    I am about to install and start implementing DPM 2012 R2 and have restricted access to SQL instances and the creation of. Can DPM share a SQL instance? Mainly can it share an instance shared with other System Centre products?
    Does it really need a dedicated DB engine and Reporting services instance?

    Hi,
    No, Each DPM server requires it's own dedicated instance name.  You can have a single remote SQL server, but with seperate instances for each DPM server, or other System Center products.
    Make sure that names of your instances does not contains an underscore in the instance name.
    http://technet.microsoft.com/en-us/library/dn554221.aspx
    Hope this helps.
    Note: This posting is provided 'AS IS' with no warranties or guarantees, and confers no rights. Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable. This helps the community, keeps the forums tidy, and
    recognises useful contributions.

  • Has anyone had any issues after syncing 4s with ford sync

    I do not recieve any notifications on my text messages after i paired my phone with my ford sync.

    I am not trying to text......I have issues with my iphone not sending me alerts when i get a text after i paired it with my Ford. I know it cant send or read text messages. But now i dont get alerts even when it isnt paired. I dont know if this is a problem with the iphone or with the Ford Sync.

  • Issues after waking up with low battery-  FileVault?

    Hello,
    Its not a problem - its rather description of a problem that Ive encountered .
    Recently Ive migrated my MacBook Pro 15inch mid 2012 to Yosemite. Meanwhile started to use FileVault.
    Two days ago Ive put to sleep MacBook with a about 5 % of battery.
    On the saturday morning Ive open by laptop and wait...wait...wait and nothing happened. Connected power and wait( but it never was the case in previous releases!!)
    After few minutes of waiting Ive push power button - I can hear sound of fans but nothing happen.
    Then once again after 5 minutes pushed power button for a 5 sec  and Ive heard Startup sound and still nothin appeared on the screen.
    Ive left box and for about 5 minutes Ive received on the screen window with message like " please choose which method of reset password you would like to use " (or something similar )
    Ive been quite surprise as Ive did not request pass reset:/
    SO Ive reset password and after reboot still nothing appeared ! Ive tried to boot in safe mode, reset pram etc.. and since then with no help.
    With broken heart Ive tried to run reinstall mode  (cmd +R) and it got me to the menu - then it once again prompted me with the message " please choose pass reset method " and then reboot and after that Ive been able to get into disk utility ! Ive made disk scans ( both for boot partition and main disk) - no errors, then run a few times repair on both disks - also - prompted " all fine " and then reboot my Macbook.
    Ahhh- that was triumph ! My mac was up and running !
    My educated guess is that something happened with password stored for my disk volume. After my laptop drain battery in sleep mode  password was lost but due to some bug it did not ask to enter pass by hand so it initiated something strange!

    Oh, I wasn't thinking power iteruptions outside your Mac, I was suspecting internal problems... it's the only thing I can think of that covers your symptoms.
    Hibernation saves the state of the computer from top to bottom, & since it's fine after a short sleep, we can assume I think that it's being saved to Disk fine, & not likely changing on the Disk, but I think the RAM must be getting flaky waking after a long sleep.
    I think I'd give this a try, then reboot without reinstalling...
    http://www.northernsoftworks.com/mountainlioncachecleaner.html

  • 1 SQL instances with several archive Databases using all AWE RAM memory of server

    Hello,
    I just migrated my accounting system to a new SQL Server deployment of the software.
    We just purchased the expensive SQL Server enterprise to accomodate.
    I have some replicated databases to of lower priority that I put on the same instance that we occasionally query.  I also imported a 70GB old archive DB that we on very rare occasions.  We are not concerned about performance on these databases
    as we are about the accounting DB on the same instance.
    The MAX memory was set to unlimited on that instance.  As soon as I put in this monster 70GB archived databases the AWE memory usage used up my full 30GB of RAM.
    Is there a way to set the memory usage so the archive databases do not get loaded into the AWE but still the critical accounting system DB on the same instance is taken care of?
    Or do I have to shell out another $3-6k for a separate instance?  SQL Server Express has a 4GB limitation and one of the backup DB we don't really care about is 20GB replicated from Azure.

    Hi,
    >>70GB archived databases the AWE memory usage used up my full 30GB of RAM.
    How did you checked that Archived database is using 30 G did you used sys.dm_os_buffer_descriptor.Do SQL server have locked pages in memory
    SQL Server bring pages in memory if it is requested ,if you access Archived database heavily its bound to take memory but if yous top accessing it and access your other database SQL server will flush out pages of archive IF REQUIRED.
    SQL server manages memory dynamically so I guess you do not need to worry
    >>s there a way to set the memory usage so the archive databases do not get loaded into the AWE but still the critical accounting system DB on the same instance is taken care of?
    No ,there is no way buffer pool is shared region
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Steps performed first time any UPDATE is issues after instance start ?

    Which two steps are performed the first time any UPDATE statement is issues after the instance is started ? Choose two.
    A. Creating the parse tree of the statement.
    B. Writing the modified data blocks to the data file
    C. Writing the modified data to the archived redo log files
    D. Updating the control file to indicate the most recent checkpoint
    E. Updating the data file header to indicate the most recent checkpoint
    F. Reading the blocks to database buffer cache if they are not already there

    What is it? Some OCP question is it? Rather than we tell you what would be the two steps, I suggest you tell us which two would be there?
    Aman....

  • SQL Cluster with FQDN only (no instance names)

    Is it possible to setup a SQL failover cluster with multiple instances but basically be named the "default instance".
    Right now I have three instances: AAA, BBB, and CCC. With failover clusters you associate each SQL instance with its own Drive, its own cluster name, etc. So right now this is how you connect:
    aaa.db.domain.com\AAA
    bbb.db.domain.com\BBB
    ccc.db.domain.com\CCC
    Is there a way that you can make it where people can connect by not providing an instance name? Because there is always only one instance per virtual server / fqdn:
    aaa.db.domain.com
    bbb.db.domain.com
    ccc.db.domain.com
    I hope I explained well enough. Thanks in advance!

    So Azure is not using a regular SQL server? I figured they were just using SQL 2014 or such because they offer Azure services for on-premisis now in your own datacenter.
    SQL Azure is definitely not the same as an on-premises SQL Server.
    For features and limitation for Azure SQL Database, please see:         
    http://msdn.microsoft.com/en-us/library/azure/ff394115.aspx
    http://msdn.microsoft.com/library/azure/jj879332.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Disable discovery for non remotable agents (SQL instance)

    Hello,
    I do have SQL clusters monitored by SCOM. "Operations Manager" on each cluster node is filled with plenty of Warning like ones below:
    Rule/Monitor "Microsoft.AD.ClientPerspective.Discovery" running for remote instance "<SQL INSTANCE>" with id:"<ID>" will be disabled as it is not remotable. Management group "XXX".
    Rule/Monitor "Microsoft.SystemCenter.Apm.ApmAgent.Discovery" running for remote instance "<SQL INSTANCE>" with id:"<ID>" will be disabled as it is not remotable. Management group "XXX".
    Rule/Monitor "Microsoft.SystemCenter.Apm.CsmAgent.Discovery" running for remote instance "<SQL INSTANCE>" with id:"<ID>" will be disabled as it is not remotable. Management group "XXX".
    How can I disable above discovery to run on any SQL instance ?
    Regards.

    Hi,
    Please try to make all the workflows you want to execute against a VS be tagged as remotable=”true”, more details:
    http://nocentdocent.wordpress.com/2009/11/07/failover-cluster-monitoring-quick-insight/
    Hope this helps.
    Regards,
    Yan Li
    Regards, Yan Li

  • Having issues after installing Essbase V9.3.1,configuring the SQL interface

    I am having issues after installing Essbase V9.3.1 and configuring the SQL interface. we are using UNIX/AIX box for our Essbase server and UDB DB2 9.1 SP6 as our SQL Interface.
    When tried to run an ESSCMD script to perform BUILDDIM operation on Essbase application using the load rule (with the SQL interface), got the error as recorded in the application log file and is attached at the bottom and the .odbc.ini file on the server looks as follows.
    Can somebody tell me whether .odbc.ini needs any correction or what else should I do to correct the issue and able to work thru using SQL interface? Appreciate any help provided in this regard. Thanks,
    .odbc.ini
    [ODBC Data Sources]
    DOLU003=IBM DB2 ODBC DRIVER
    [DOLU003]
    Driver=/home/db2inst1/sqllib/lib/libdb2.a
    Database=DOLU003
    [ODBC]
    Trace=0
    TraceFile=odbctrace.out
    InstallDir=/home/db2inst1/sqllib/odbclib
    [Mon Apr 20 15:16:29 2009]Local/New_Bud/Budget/Olapadm/Info(1021020)
    Cannot read SQL driver name for [] from [home/hyperion/.odbc.ini]
    [Mon Apr 20 15:16:43 2009]Local/New_Bud/Budget/Olapadm/Info(1013091)
    Received Command [SQLRetrieve] from user [Olapadm]
    [Mon Apr 20 15:16:43 2009]Local/New_Bud/Budget/Olapadm/Info(1021020)
    Cannot read SQL driver name for [] from [home/hyperion/.odbc.ini]
    [Mon Apr 20 15:16:43 2009]Local/New_Bud/Budget/Olapadm/Info(1021004)
    Connection String is generated
    [Mon Apr 20 15:16:43 2009]Local/New_Bud/Budget/Olapadm/Info(1021041)
    Connection String is [DSN=DOLU003;UID=...;PWD=...]
    [Mon Apr 20 15:16:43 2009]Local/New_Bud/Budget/Olapadm/Info(1021006)
    SELECT Statement [SELECT * FROM DB2OLADM.BD_DIMENSION_DEF_PC WHERE DIMENSION_ID
    = 12 ORDER BY TREE_NODE_NUM, PARENT_NODE, CHILD_NODE] is generated
    [Mon Apr 20 15:16:44 2009]Local/New_Bud/Budget/Olapadm/Info(1021013)
    ODBC Layer Error: [7] ==> [[DataDirect][ODBC 20101 driver]6013]
    [Mon Apr 20 15:16:44 2009]Local/New_Bud/Budget/Olapadm/Info(1021014)
    ODBC Layer Error: Native Error code [0]
    [Mon Apr 20 15:16:44 2009]Local/New_Bud/Budget/Olapadm/Error(1021001)
    Failed to Establish Connection With SQL Database Server. See log for more information
    --------------------------------------------------------------------------------------------------------------------------------------------

    I had similar errors when first setting up the SQL interface. Are you on a 64 bit operating system on the essbase server? If so Essbase needs to use the 32 bit odbc driver, not the default 64 bit driver.
    The 32 bit driver is still available here SysWOW64\odbcad32.exe <-----This is the 32 bit (Use)
    The Administrative tools by default uses system32\odbcad32.exe <----This is the 64 bit (Don't Use)
    Once I opened the 32 bit driver interface directly and set it up the errors went away.

  • Invoices Issue After applying patches of 11i Extended Support

    Platform: Windows 2003 R2 32-bit
    EBS: 11.5.10.2 (with 11i Extended Support Patches)
    DB: 10.2.0.4
    After completing the 11i Extended Support Patching activity we are receiving a complain from users' side that:
    while user run autoinvoice program, auto invoice validation report shows following error
    Please define all periods in which revenue is to be recognized
    I have also check period in GL as well as receivable period is open status.

    1.
    Metalink Note:550572.1 says:
    Specifically, the parameter btree_bitmap_plans should be set to False
    And parameter is alreadt set as per note.
    2.
    Metalink Note:369437.1 says:
    FYI: One-off Patch 4587470 on top of 11.5.AR.O is available
    Which contains following file version:
    ar patch/115/sql ARTECMMB.pls 115.67.15104.2
    and we are already on version
    ar patch/115/sql ARTECMMB.pls 115.67.15104.8
    above AR.O.

  • Problems after convergence updating with 137632-09 patch

    Hi
    I have install communication suite 6 in my test machine on Solaris 10 OS. Output of imsimta version is as below:
    Sun Java(tm) System Messaging Server 7.0-0.04 32bit (built Jun 20 2008)
    libimta.so 7.0-0.04 32bit (built 01:01:00, Jun 20 2008)
    Using /opt/sun/comms/messaging/config/imta.cnf
    SunOS fe 5.10 Generic_120012-14 i86pc i386 i86pc
    I have upgraded convergence with patch 137632-09 but I have much error as below:
    1.     File Attachment icon not working while composing mail.
    2.     Clicking on “To”, “cc” “bcc”; address book is not open, while pointer symbol change as hand shape.
    3.     Clicking on “Create Link” icon while composing mail, it create link top of window instead of current location in compose windows.
    4.     In spell check box- any button such as replace, replace all, ignore, ignore all, cancel etc. not working.
    5.     Creating group is not working. Other button (all, create group, cancel etc) not working
    6.     After importing address it does not overwrite existing entries
    7.     In Address book “Edit” button not working
    8.     To change password, while clicking on “Save Preference” it show popup box with error message : Invalid Request one or more parameter is missing
    9.     In Global General option, convergence startup first time showing “undefined” parameter. After changing it with another parameter “undefined” become disappear.
    10.     In mail General option while clicking on any “select” button it automatically redirected to home page.
    11.     Clicking on mail filter option button like “New Filter”,etc it redirected to home page.
    12.     Clicking on ‘Subscribe to Folder’ option it show error message popup: WMAP protocol error, invalid compact WMAP response.
    13.     If spell check is on it stop sending mail without checking spelling and any button are not working
    Please suggest any stable convergence patches or help me in changing parameter if required as per above problem in messaging end.
    Regards
    Prem

    pks2512 wrote:
    For convergence I have used Firefox to check previous problem.There are a large number of known issues with IE8 and Convergence which have been resolved in the upcoming -10 patch.
    Some features are working as below:
    1. File Attachment icon not working while composing mail.This is a known IE8 and Convergence bug which is fixed in patch -10:
    bug #6832343 - "IE8:Can not attach file to message"
    2. Clicking on "Create Link" icon while composing mail, it create link top of window instead of current location in composeI couldn't find an existing bug for this issue so I created a new one as the problem still appears in a pre-release-build of patch -10:
    bug#6879497 - "IE8: "Create Link" causes link to be added to top of page rather then in compose window"
    Pl. help me regarding tentative date of second phase release of IPv6 for sun messaging.Exactly what IPv6 functionality/feature(s) are missing from Sun Messaging 7u2 that you urgently require?
    For the other issues you raised:
    2. Clicking on “To”, “cc” “bcc”; address book is not open, while pointer symbol change as hand shape.Are you clicking on the left-hand "To:" or on the (+) button on the right of the email address entry section?
    4. In spell check box- any button such as replace, replace all, ignore, ignore all, cancel etc. not working.I can't reproduce this problem with Convergence patch -09 and Firefox 3. What browser are you using to test this?
    5. Creating group is not working. Other button (all, create group, cancel etc) not workingI can't reproduce this problem with Convergence patch -09 and Firefox 3. What browser are you using to test this? Do you see any errors in the javascript Error Console in Firefox?
    6. After importing address it does not overwrite existing entriesDo you mean you are trying to import an address-book, if so what format (e.g. vcard/ldif/csv)?
    Do you have "ab.pstore.allowdupentry = true" set?
    7. In Address book “Edit” button not workingI can't reproduce this problem with Convergence patch -09 and Firefox 3. What browser are you using to test this? Do you see any errors in the javascript Error Console in Firefox?
    8. To change password, while clicking on “Save Preference” it show popup box with error message : Invalid Request one or more parameter is missingI can't reproduce this problem with Convergence patch -09 and Firefox 3. What browser are you using to test this?
    Does this occur every time you test (for all users etc.)?
    Did you try to use a new password that had any non-alphanumeric characters?
    9. In Global General option, convergence startup first time showing “undefined” parameter. After changing it with another parameter “undefined” become disappear.This looks like bug #6828234 - '"Start up" service is shown as "undefined" if user does not have mail service' but may be some other issue. I suggest re-testing after applying Convergence patch -10.
    10. In mail General option while clicking on any “select” button it automatically redirected to home page.I can't reproduce this problem with Convergence patch -09 and Firefox 3. What browser are you using to test this?
    11. Clicking on mail filter option button like “New Filter”,etc it redirected to home page.I can't reproduce this problem with Convergence patch -09 and Firefox 3. What browser are you using to test this?
    12. Clicking on ‘Subscribe to Folder’ option it show error message popup: WMAP protocol error, invalid compact WMAP response.Do you still see this problem after upgrading mshttpd to MS7u2?
    13. If spell check is on it stop sending mail without checking spelling and any button are not working I can't reproduce this problem with Convergence patch -09 and Firefox 3. What browser are you using to test this?
    Regards,
    Shane.

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

Maybe you are looking for