Upgrading from 8.4 to 9.1 issues (Transparent firewall)

Firewall is in transparent mode.  At this time permit any any on trust to untrust and untrust to trust.  It works great in 8.4;  when I update the version to 9.1 it blocks all traffic yet nothing shows up in the monitoring mode.  Downgrade to 8.4 and all is fine again.  This is the simplest setup at this time and have it running in a lab.  ICMP is blocked.  All traffic is blocked and only occurs in 9.1

Saved
ASA Version 9.1(1)
firewall transparent
<--- More --->
hostname ciscoasa
enable password
xlate per-session deny tcp any4 any4
xlate per-session deny tcp any4 any6
xlate per-session deny tcp any6 any4
xlate per-session deny tcp any6 any6
xlate per-session deny udp any4 any4 eq domain
xlate per-session deny udp any4 any6 eq domain
xlate per-session deny udp any6 any4 eq domain
xlate per-session deny udp any6 any6 eq domain
passwd
names
interface Ethernet0/0
nameif TRUSTED
bridge-group 1
security-level 100
interface Ethernet0/1
nameif UNTRUSTED
bridge-group 1
security-level 0
interface Ethernet0/2
<--- More --->
shutdown
no nameif
no security-level
interface Ethernet0/3
shutdown
no nameif
no security-level
interface Management0/0
management-only
shutdown
nameif MGT
security-level 100
ip address 10.10.10.212 255.255.255.0
interface BVI1
ip address 10.10.2.250 255.255.255.0
boot system disk0:/asa911-k8.bin
ftp mode passive
object-group network Trusated1
object-group network Untrusted1
object-group network Trusted
<--- More --->
object-group network Untrusted
object-group network Call_MGR
object-group network Trusted2
object-group network Untrusted2
object-group service DM_INLINE_SERVICE_1
service-object ip
object-group service DM_INLINE_SERVICE_2
service-object ip
access-list UNTRUSTED_access_in extended permit ip any any
access-list UNTRUSTED_access_in extended permit ip any4 any4
access-list TRUSTED_access_in extended permit ip any any
pager lines 24
logging enable
logging asdm informational
mtu TRUSTED 1500
mtu UNTRUSTED 1500
mtu MGT 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
access-group TRUSTED_access_in in interface TRUSTED
access-group UNTRUSTED_access_in in interface UNTRUSTED
<--- More --->
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
user-identity default-domain LOCAL
aaa authentication enable console LOCAL
aaa authentication ssh console LOCAL
http server enable
http 10.10.10.156 255.255.255.255 MGT
http 10.10.10.211 255.255.255.255 MGT
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
crypto ipsec security-association pmtu-aging infinite
crypto ca trustpool policy
telnet timeout 5
ssh 10.10.10.156 255.255.255.255 MGT
ssh timeout 5
console timeout 0
<--- More --->
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
tftp-server MGT 10.10.10.162 C:\asa841-k8.bin
username cisco password privilege 15
class-map inspection_default
match default-inspection-traffic
policy-map type inspect dns preset_dns_map
parameters
  message-length maximum client auto
  message-length maximum 512
policy-map global_policy
class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
<--- More --->
  inspect skinny 
  inspect sunrpc
  inspect xdmcp
  inspect sip 
  inspect netbios
  inspect tftp
  inspect ip-options
service-policy global_policy global
prompt hostname context
call-home reporting anonymous prompt 1
call-home
profile CiscoTAC-1
  no active
  destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
  destination address email [email protected]
  destination transport-method http
  subscribe-to-alert-group diagnostic
  subscribe-to-alert-group environment
  subscribe-to-alert-group inventory periodic monthly
  subscribe-to-alert-group configuration periodic monthly
  subscribe-to-alert-group telemetry periodic daily
Cryptochecksum:d41d8cd98f00b204e9800998ecf8427e
: end

Similar Messages

  • 4.2.2 upgrade from 4.1 and images location issue

    I've just upgraded from 4.1 to 4.2.2, and am having an issue with the referenced location of the images directory (/i/) resources. I am running apex listener on weblogic server, and have copied the new images into the i.war that I use. I have an unusual reverse proxy situation where my base URL includes a path, i.e., https://www.my.website.com/mysite/ is the URL that the proxy returns to the user, so my APEX addresses look like https://www.my.website.com/mysite/apex/f?101:1:::::, and my image directory references get put together like https://www.my.website.com/mysite/i/image.jpg.
    However, with the upgrade, one of the things that popped up was all of the datepickers in my application were changed to classic datepickers, which worked and displayed fine. When I change them to the new datepicker, the small calendar image doesn't show next to the field (red x), and when I look at the properties of the image, it's URL is https://www.mywebsite.com/i/asfdcldr.gif (no "/mysite/" path offset). ALL of the other images directory references seem fine, but not this. Has 4.2.2 changed how it composed the #HOST# when it's generating these new controls (same result when I make a datepicker from scratch)? Why do all of my other images directory references work? The only other problem that I'm seeing is that my charts no longer work, either. I used to have to hardcode my URL into the XML of the charts for them to work, but I don't see the URL referenced in the code anymore. Not sure if that's related, but that has always been an issue with my reverse proxy situation (I don't control the proxy server).
    Thanks in advance for any light anyone can shed on this,
    -warren

    Hi Warren,
    +> The only other problem that I'm seeing is that my charts no longer work, either. I used to have to hardcode my URL into the XML of the charts for them to work, but I don't see the URL referenced in the code anymore. Not sure if that's related, but that has always been an issue with my reverse proxy situation (I don't control the proxy server).+
    With APEX 4.2, we've changed how charts are initialized to be JavaScript only, and as part of the changes, we no longer expose the region source for charts. See *4.8 Updated AnyChart Flash Charts* in the APEX 4.2 Release Notes, here: http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35121/toc.htm#CACEJBCD. So it's no longer feasible to hardcode a reference to your URL in the region source for a chart. If you have a reverse proxy, the CGI environment variables REQUEST_PROTOCOL, HTTP_HOST, SERVER_PORT, and SCRIPT_NAME, have to be correctly set to the public facing web server and not to the internal forwarding connection. If you execute the following query in SQL Workshop on your APEX instance, do you see the settings for the public facing web server?
    select owa_util.get_cgi_env('REQUEST_PROTOCOL'), owa_util.get_cgi_env('HTTP_HOST'), owa_util.get_cgi_env('SERVER_PORT'), owa_util.get_cgi_env('SCRIPT_NAME') from dual;Regards,
    Hilary

  • Upgrade from CS3 to CS6 font compatibility issues...

    i recently upgraded from cs3 to cs6. my old true type font library does not show up in the new software. question: what type format must i buy to be compatible with the cs6 master collection?

    Okay...it's a brand new computer (Dell XPS 8500) and I just bought one of the products before I realized that the CS3 wasn't compatible with Windows 7.  Do I delete the CS3 and reinstall the after-market product?  Or do I delete the after-market product and reinstall and it automatically finds CS6? 
    I've been trying to get this running for three days!  LOL  I'm ready to throw it out the window....
    Thanks for your speedy reply and thanks in advance for any more light you can shed on my situation! 

  • Upgraded from Elements 9 to 12 since upgrading from Windows 7 to 8.1 - Issues with my old psd's.

    Hi - in regards to moving up to the newer version of Elements, I find that all the psd files I was in the middle of working with (all of them multi-layered) don't seem to be associated with photoshop anymore.  When I double-click them, windows asks me what app I'd like to open them with.  If I open photoshop I can open the psd files from there, however.
    I made the change from Elements 9 to 12 because after installing Windows 8.1 the older Elements got weird and "buggy."  I actually would've preferred to keep 9 (so if anyone's aware of "fixes" or "upgrades" for 9 that help it to work better with Windows 8.1, please let me know)!
    Also, I see that the old layers panel, where I can see all my different layers and move them around to front or back, isn't there.  I did see that it's possible to select "Layers" from the menu, but it's greyed out. 
    I'm wondering if I somehow "lost" something switching over, and I wonder if there's something I can do to get my psd's to open in Elements more-or-less like they used to.
    I should say that I jumped from Elements 9 up to 11, so I do realize there have of course been many many changes in the interim (I'd previously made the jump from 5 up to 9) and it'll take time for me to relearn, but this particular issue seems like it might be more of a glitch than me not knowing the new version yet.
    I should also mention that the psd files don't have an Elements icon anymore - just a white square.
    Thanks!!!

    If Layers is greyed out it possibly means that you are in Quick Mode. Select 'Expert' and all the options should become available.
    Try permanently associating psd files with C:\Program Files (x86)\Adobe\Photoshop Elements 12\PhotoshopElementsEditor.exe and see if that fixes the issue. Instructions here - http://windows.microsoft.com/en-gb/windows-8/choose-programs-windows-uses-default.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Upgraded from Snow Leopard to Lion, SMB issues - incorrect password

    This is a very frustrating issue, and its affecting my work now.
    Basically I used to use the SMB sharing quite a lot in work, it was an ideal way for our clients to get to data off my MBP and worked like a dream in OSX 10.6
    I was an early adopter, and upgraded to Lion on release date. Problem is now, I have SMB sharing switched on, but no user accounts enabled. When I tick to enable one I get "Incorrect password" (see picture)
    I tried disabling SMB and it again prompted me for my password, and to no avail, I got "incorrect password" again.
    I updated to 10.7.1, and STILL unresolved. I am very disappointed that this, as well as the Guest account being disabled if you have FileVault enabled (which is a requirement of my employer due to the sensitive nature of the data we handle). I experience persistent Kernel panics triggered by my MBP switching from the Intel HD graphics to the Nvidia chipset, I am extremely frustrated and disappointed overall.

    I mistakedly posted this to another topic. It's something that worked for me, I hope it to be of help to others as well.
    Try the following:
    1. Create a Sharing Only account through "Users & Groups" preference pane, assign a password to the account. Suppose we you create an account named "mike".
    2. In Network select your interface, go to Advanced and then WINS. Under Workgroup set the default WORKGROUP and under NetBIOS Name set whatever suits you (let's assume you put "imac").
    3. Now go to Sharing select a folder to share and add the "mike" user account you just created for sharing-only purpose, go to Options tick the checkbox for SMB and then for the "mike" account and enter its password when asked for it.
    4. When accessing the shares from Windows box enter username in format "imac\mike" and the password for the account.
    This should set you up for accessing your Mac shares from your Windows machine.
    There still is a problem with adding ad hoc sharing account from the Sharing preference pane, a bug hopefullly resolved in some of the upcoming updates.

  • Upgrade from windows to windows 10 wifi issues

    I have a HP Pavilion DV6-1355dx with windows 7 64 original installed on the laptop. I upgraded to the technical previows Windows 10  build 9926. It runs fast and not problem yet with the exception that the Intel WiFi Link 1000BGN driver installed it was change to the windows 10 drivers and doesnt work. I downloaded the drivers from hp support website Intel WiFi Link 1000BGN (sp44948.exe) and instaled and still is not working. I have an usb wifi adapter that it works. Any advise.  

    Hi All, I'm new to the community and am hoping to get the word out. I was having this problem till last night. I have a brand new HP laptop and the wireless card worked for Windows 8.1 and not Windows 10. Obviously a driver or Win-10 problem right? ..... Wrong. I used the HP assistant and updated the bios. Problem solved. I suggest that all who are having this problem (no matter the computer brand) update their bios and see if that works. HP Models 15-ac020ds, 15-ac021ds, 15-ac022ds, 15-ac023ds, 15-ac024ds I'm loving Windows 10 now after refusing to use Windows 8. I hope this helps. Tim

  • Database upgrade from March 2013 to October 2013 Issue

    Hiya,
    Am I missing something completely obvious trying to upgrade a March 2013 PU content database to a October 2013 CU and it's failing, using Mount-SPContentDatabase.
    The farm account and my install user has the DB_Owner and SPDataAccess roles, however I still get the "schema versions does not match".
    The March is Production and the Dev is October. The plan is to upgrade Production, atlas not right now now.
    As far as I can see there is no CU requirements between March 2013 and October 2013?

    1: Hard to get access to Production server right now.
    2: Yes, however any custom components should not prevent the attach/upgrade. It might render the site unusable or create warnings in the upgrade process. But not prevent it.
    3:
    Microsoft.SharePoint.Upgrade.SPUpgradeException: This content database has a schema version which is not supported in this farm.     at Microsoft.SharePoint.Administration.SPContentDatabaseCollection.Add(SPContentDatabase database, Boolean
    provision, Guid webApplicationLockId, Int32 addFlags)     at Microsoft.SharePoint.Administration.SPContentDatabaseCollection.Add(Guid newDatabaseId, String strDatabaseServer, String strDatabaseName, String strDatabaseUsername, String strDatabasePassword,
    Int32 warningSiteCount, Int32 maximumSiteCount, Int32 status, Boolean provision, Guid lockId, Int32 addFlags)     at Microsoft.SharePoint.Administration.SPWebApplication.AddContentDatabase(SPWebApplication application, String strDatabaseServer,
    String strDatabase, String strDatabaseUser, String strDataba...    916c6142-9501-42b6-a1e9-5d9418588008
    ...sePassword, Int32 cSiteWarning, Int32 cSiteLimit, Boolean bAssignDatabaseId, Int32 iAddFlags)     at Microsoft.SharePoint.PowerShell.SPCmdletNewContentDatabase.InternalProcessRecord()     at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()  
     916c6142-9501-42b6-a1e9-5d9418588008
    Error Category: InvalidData    Target Object  Microsoft.SharePoint.PowerShell.SPCmdletMountContentDatabase  Details  NULL  RecommendedAction NULL    916c6142-9501-42b6-a1e9-5d9418588008

  • Upgrade from SAP Training & Event Management (TEM) to SAP LSO

    What are the best practices to follow when you upgrade from TEM to LSO. Any issues to look-out for, avoid, etc

    Hi.
    I have a document from SAP related with CRM upgrade and CRM migration.
    I just don1t know how to insert it here on SDN. Yesterday I displayed my address on a message and I received a message from the moderator complaining about that.
    If you know were can I put this docs please forward.
    I get them from service.sap.com
    Migration guide has 280 Kb and Upgrade guide has almost 9 Mb.
    Kind regards,
    Susana Messias

  • Issue with list saving data after sites upgrade from sharepoint 2010 to sharepoint 2013

    Issue with list saving data after sites upgrade from sharepoint 2010 to sharepoint 2013 
    Newform.aspx of list:-
    Custom List is not saving data sometimes in the new form after 15 minutes and only blank entry record got created without saving data, even though some columns are mandatory fields?

    Hello dcakumar,
    Sounds like a strang issue. If you can reproduce this can you see some errors in the ULS logs?
    - Dennis | Netherlands | Blog |
    Twitter

  • Issues faced in MDM 7.1 SP07 upgrade from SP05

    Dear Experts,
    We have a requirement to upgrade the SAP MDM 7.1 SP05 to SP07.
    For this Could you all please list out the various issues, which could be faced in doing this upgrade and what could be the Possible Solutions for these issues.
    And if anyone has done the upgrade from SAP MDM 7.1 SP05 to SP07, then Please share you experience for the same related to the issues faced and any other relevan tinformation which could be helpful.
    Thanks in advance for the valuable inputs.
    Regards
    Gaurav Kumar Sharma

    Read this SAP Note - Note 1487853 - SAP NetWeaver MDM 7.1 SP07 Release
    or refer the link
    http://help.sap.com/saphelp_mdm71/helpdata/en/4d/885f32b97d14aee10000000a42189c/content.htm
    Similaryly read for SP06 fixes at - http://help.sap.com/saphelp_mdm71/helpdata/en/be/e0048b426b4c20957078b61ec71e46/content.htm
    These links gives you an idea of what all changes are going to come into your new system. So unless you upgrade to SP07 i.e. the latest version and test it in DEV/Sandbox environment you should not plan to move ahead in Production. This is always recommended but there is very less chance that the already working solution will not work as expected after the upgrade.
    Thanks,
    Shambhu.

  • Issue: Upgrading from 11i to R12 - zxmiggltaxopts.sql

    Hi,
    we are upgrading from 11.5.10.2 to 12.1.1. During upgrade patch, one of the worker zxmiggltaxopts.sql has failed with below errors:
    sqlplus -s APPS/***** @/orafinx/apps/apps_st/appl/zx/12.0.0/patch/115/sql/zxmiggltaxopts.sql
    declare
    ERROR at line 1:
    ORA-20001:
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.ZX_MIG_GL_TAX_OPTIONS_PKG", line 131
    ORA-06512: at line 8
    We are unable to find any hits for this particular error in MOS. Have any one else on the forum faced this particular issue? any known issues or workarounds that might help us ?
    Thanks a lot for your help.
    Regards,
    Kai

    Similar issue is reported in (Bug 8608790: APPLYING PATCH: ADWORKER FAILED /ORA-06512: AT) but it is not much helpful.
    I would suggest you log a SR.
    Thanks,
    Hussein

  • Usage type issue with PI upgrade from 7.01 to 7.11

    Hi guys,
    We are currently performing an upgrade on our PI system.
    We are upgrading from PI 7.01 to PI 7.11 and we've come cross an issue during the prepare phase of the install.
    An error has occurred during the execution of the CHECK_SUPPORTED_SOURCE_USAGES phase.
    This upgrade doesn't support upgrade of sap.com/MI usage detected on the source system.
    You can find more information in the log file /usr/sap/PI3/upg/java/log/CHECK_SUPPORTED_SOURCE_USAGES_SSU_01.LOG.
    Use the information provided to troubleshoot the problem. An SAP Note may provide a solution to this problem. Search for SAP Notes with the following key words: com.sap.sdt.j2ee.phases.PhaseTypeCheckSupportedSourceUsages com.sap.sdt.j2ee.tools.check.NegativeResultException This upgrade doesn't support upgrade of sap.com/MI usage detected on the source system. CHECK_SUPPORTED_SOURCE_USAGES INIT PREPARE NetWeaver Upgrade SAPJup Java Upgrade
    When reporting problems to SAP Support, attach the trouble ticket file /usr/sap/PI3/upg/java/log/TroubleTicket_01.txt to your message.
    We've looked through the main upgrade notes and they mention which usage types are supported, but they do not mention explicity what usage are not supported, and how to proceed with the upgrade if your system does have one of these non-supported usage types.
    Considering our system does contain usage type MI, does this mean that we cannot upgrade our current PI system to 7.11?
    Please help!
    Thanks,
    Steph

    Hello
    Please see note #1247043 Release Restrictions for EHP 1 for SAP NetWeaver PI 7.1 - section "Upgrade: source system must be a dedicated PI system".
    It is not possible to upgrade an existing system with the usage type MI. Even if you delete the usage type MI (if this is possible) the upgrade will not be possible.
    Regards
    Mark

  • Stability issues after upgrading from OS 10.2.6 to OS 10.2.8

    Hey to all the Mac experts,
    I'm new to the Macs. I recently purchased a 2nd hand Power Mac G3 Beige Desktop for really cheap to learn and get a better understanding of Macs. It currently has 256 mb ram, G3 300 mhz cpu, 10 gig WD HD, 4.7 gig Mac DVD drive, 10 mb NIC, floppy, original mouse and keyboard, an USB add-on card, and video port adapter to use with SVGA monitors. It came with Mac OS 10.2 Jaguar loaded on and cd's. From the info, this older unit can't support or run 10.3 or 10.4. So, I'm fine with 10.2.
    My main concern is issues when I use the Software update feature and upgraded from 10.2.6 to 10.2.8. This MAC should run 10.2.8 according to the specs. After the update and restart, I sometimes get a blank screen, or can't move the mouse, lockups and random keyboard issues. I ended up reinstalling from scratch with just cds. I didn't load any 3rd party software. I reran the software update feature again. Same thing as before. After erasing and reloading a 2nd time. I only did the updates for everything but up to 10.2.8. I searched the apple site and downloaded the updates from 10.2.0 to 10.2.6. So, no problem with that. The only 3rd party software currently installed is Firefox 1.5 and adobe reader 6.01 plus all software updates for Quicktime, Safari, etc.
    Now my question is, what is the reason why it can't properly run version 10.2.8? Is there a workaround or solution to this problem? I know I could get by with 10.2.6, but what's the point when it should load and run 10.2.8 according to the specs here?
    http://docs.info.apple.com/article.html?artnum=43124
    Thanks in advance for any info.
    PS> I read about sometimes Macs need a firmware update to properly run Mac OS 10. So, this is the only firmware I found for this MAC and it turns out I don't need it.
    http://docs.info.apple.com/article.html?artnum=25176
    Mac G3 Beige Desktop   Mac OS X (10.2.x)   256 mb ram, 10 gig hd, 300 mhz

    Hi macsoprano,
    Hello
    First of all, welcome to the Apple discussions.
    I don't think that this is a Firmware issue.
    Download the combo updater via this link: Combo Updater
    Don't forget repair permissions before and after the update
    Disk Repair Permissions
    * Good luck ...
    Dimaxum

  • OIM Upgrade from 9.1.0.1 to 9.1.0.2 - issue

    I performed upgrade from 9.1.0.1 to 9.1.0.2. All diagnostic dashboard tests are passed with exception of two tests.
    The following checks failed (diagnostic dashboard):
    1. Oracle Identity Manager Libraries and Extensions Version report
    java.lang.NullPointerException
    at com.thortech.xl.systemverification.tests.ReportAppLibrariesExtensionsVersion.addLibraries
    2. Oracle Identity Manager Libraries and Extensions Manifest Report
    java.lang.NullPointerException
    at com.thortech.xl.systemverification.tests.ReportAppLibrariesExtensionsManifest.addLibraries
    Questions:
    1. Documentation states that you have to copy files from PATCH/xelerate/lib to OIM_HOME/xelerate/lib. Does this mean that I have to remove the files from OIM_HOME/xellerate/lib and then to copy them from PATCH/xellerate/lib or just copy (overwrite)? Or the effect is the same either way?
    It looks like there is a problem with libraries
    2. I noticed that product version is 9.1.0.1860.16
    Build 1860.16
    I would expect it to be 9.1.0.2. Please confirm.
    3. Oracle Identity Manager with OC4J - Best Practices article on metalink suggests the following patches for OAS:
    If 10.1.3.3 is used
    Patch number 6685235
    Patch number 5389650
    Patch number 6454278
    Patch number 6880142
    Patch number 6808170
    I have not applied 5 additional patches for OAS. Could these errors be related to missing patches?
    Your feedback is very important. Thank you for your time
    Edited by: user13295875 on Jun 29, 2010 8:41 AM

    Did you still get the same product version after resolving your issue?

  • 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

  • I'm no longer able to manually arrange my albums

    Recently I have "lost" the ability to manually arrange my photo albums in the left-hand list. PReviously, I could grab an album, then drag it to the spot I wanted. iPhoto would idicate whether I was about to drop the album onto another by highlightin

  • Community VLAN or Isolated VLAN (determine type)

    Hello, How to determine if a VLAN should be Community or Isolated ? I know what they are and do, but not sure how to choose for one to another. VLAN for students...Isolated or Community ? VLAN for Teachers...Isolated or Community ? VLAN for administr

  • Refresh Business Object

    Hi, I am currently working in CHARM in solman. I am developing a work flow for it. I use the  BO BUS2000116. I use the transactions CRMD_ORDER and CRM_DNO_MONITOR .  I trigger mail when the user status changes in the BO. The status when changed in th

  • I can't get a 'real' file excel using jsp

    I have a page as this: <%      response.setContentType("application/vnd.ms-excel");      response.setHeader("Content-Disposition","attachment;filename=c.xls"); %> <html><head></head><body> i'm writing on a excel file </body></html> when the browser e

  • Troubleshooting Ethernet socket

    My Airport card's been giving me fits, so I've tried to connect an ethernet cable to my router, but get no connectoin. The G4 keeps telling me there's no cable connected. When I connect the same cable to another device (Xbox), it works fine. This lea