WAAS Optimization problem

Hello experts,
I have a problem about the WAAS optimization.
The topology is...
Center: 7200 Router working with WCCP (512 WAE)
Edge: 2800 Router working with WCCP (612 WAE)
When i tried to reach the Database (behind the 7200 Router) from the Edge site. its working! but during this time, when i look the Current Connection status, there is no optimization traffic(you can see the attach file).
I have done this setup, demo etc. too many times, but the first time i encountered such a problem.
you can see the configuration at the below.
By the way, when i look the "show ip wccp" command output. there is no traffic on Service identifier 62. Do we  need to see increased this traffic?
Thanks in advance for  your help.
BM-7206-METRO#show ip wccp
Global WCCP information:
    Router information:
        Router Identifier:                   10.200.200.193
        Protocol Version:                    2.0
    Service Identifier: 61
        Number of Service Group Clients:     1
        Number of Service Group Routers:     1
        Total Packets s/w Redirected:        37207
          Process:                           0
          Fast:                              0
          CEF:                               37207
        Service mode:                        Open
        Service access-list:                 -none-
        Total Packets Dropped Closed:        0
        Redirect access-list:                199
        Total Packets Denied Redirect:       1074214
        Total Packets Unassigned:            0
        Group access-list:                   -none-
        Total Messages Denied to Group:      0
        Total Authentication failures:       0
        Total Bypassed Packets Received:     0
    Service Identifier: 62
        Number of Service Group Clients:     1
        Number of Service Group Routers:     1
        Total Packets s/w Redirected:        0
          Process:                           0
          Fast:                              0
          CEF:                               0
        Service mode:                        Open
        Service access-list:                 -none-
        Total Packets Dropped Closed:        0
        Redirect access-list:                -none-
        Total Packets Denied Redirect:       0
        Total Packets Unassigned:            0
        Group access-list:                   -none-
        Total Messages Denied to Group:      0
        Total Authentication failures:       0
        Total Bypassed Packets Received:     0
CORE_WAE
configure terminal
primary-interface gigabitEthernet 1/0
device mode application-accelerator
central-manager address 10.10.10.10
cms enable
wccp version 2
wccp router-list 1 2.2.2.1 (ROUTER IP add)
wccp tcp-promiscuous router-list-num 1
EDGE_WAE
configure terminal
primary-interface gigabitEthernet 1/0
device mode application-accelerator
central-manager address 10.10.10.10
cms enable
wccp version 2
wccp router-list 1 1.1.1.1
wccp tcp-promiscuous router-list-num 1
CORE_ROUTER
ip wccp version 2
ip wccp 61
ip wccp 62
interface gi 2/0 (LAN)
ip wccp 61 redirect in
interface gi 3/0.26 (WAN) (Note: also this interface have a Tunnel int. connect to edge router tunnel int.)
ip wccp 62 redirect in
interface gi 1/0 (WAE LAN)
ip wccp redirect exclude in
ip cef
EDGE_ROUTER
ip wccp version 2
ip wccp 61
ip wccp 62
interface gi 1/0 (LAN)
ip wccp 61 redirect in
interface ATM 2/0.1 (WAN) (Note: also this interface have a Tunnel int. connect to central router tunnel  int.)
ip wccp 62 redirect in
interface gi 2/0 (WAE LAN)
ip wccp redirect exclude in
ip cef

Hi Zach
Center router IOS version is c7200-advipservicesk9_li-mz.124-11.T.bin
Edge router IOS version is c2800nm-adventerprisek9-mz.124-9.T2.bin
Also you can see the configurations at the attach
Thanks,
My best.
CORE WAE CONFIG:
Based on the input, the following configurations will be done:
       central-manager address 10.166.0.10
       interface GigabitEthernet 1/0
         ip address 10.166.0.20 255.255.0.0
         autosense
       exit
       ip default-gateway 10.166.0.1
       ip name-server 10.201.0.201
       ip domain-name  tcmb.gov.tr
       primary-interface GigabitEthernet 1/0
       hostname CORE
       clock timezone UTC 0 0
       wccp version 2
       wccp router-list 8 10.166.0.1
       wccp tcp-promiscuous router-list 8
       cms enable
EDGE WAE CONFIG:
Based on the input, the following configurations will be done:
        central-manager address 10.166.0.10
        interface GigabitEthernet 1/0
          ip address 10.126.2.20 255.255.255.0
          autosense
        exit
        ip default-gateway 10.126.2.1
        ip name-server 10.201.0.201
        ip domain-name  tcmb.gov.tr
        primary-interface GigabitEthernet 1/0
        hostname EDGE
        clock timezone UTC 0 0
        wccp version 2
        wccp router-list 8 10.126.2.1
        wccp tcp-promiscuous router-list 8
        cms enable

Similar Messages

  • Query Optimization Problem

    Hi
    I have a optimization problem and wondering if you can help me, The problem is I am getting two diffrent costs for two diffrent users, when I login and run as the object owner the cost is normal but when I login and run the query as a diffrent user I have a dramatic increase in the costs.
    For example to retrieve the rows from Work_Order_Coding_Tab as the object owner the cost is 1 while logged in as the other user the cost is 26070 :(.
    views such as xxx_work_order_coding, active_work_order has got more than 2 million records.
    The query is
    SELECT a.wo_no "AOnr", a.customer_no "Kundnr", c.name "Kundnamn",
    a.contact "Kontakt", a.reference_no "Referens",
    a.err_descr "Kort_beskrivning", replace(a.err_descr_lo, chr(13) ||
    chr(10), ' ') "Lång_beskrivning", a.mch_code "Objektnr",
    b.mch_name "Objektnamn", replace(a.performed_action_lo, chr(13) ||
    chr(10), ' ') "Utfört arbete", sum(b.amount) "Kostnad", sum(
    b.sales_price_amount) "Kundpris", a.reg_date "Regdatum",
    a.real_f_date "Utf_datum", a.work_master_sign "Arbetsbefäl",
    a.work_type_id "Arbetstyp", a.state "Status"
    FROM objown.active_work_order a, objown.xxx_work_order_coding b,
    objown.cust_ord_customer c
    WHERE b.work_order_account_type = 'Kostnad'
    AND a.wo_no = b.wo_no
    AND a.mch_code = b.mch_code
    AND a.customer_no = b.customer_no
    AND a.customer_no = c.customer_no
    AND b.customer_no = c.customer_no
    AND a.mch_code = b.mch_code
    AND b.order_no IS NULL
    AND a.agreement_id IS NULL
    AND (a.work_type_id = 'L'
    OR a.work_type_id = 'U'
    OR a.work_type_id = 'S'
    OR a.work_type_id = 'T'
    OR a.work_type_id = 'UF')
    AND a.customer_no < '5%'
    AND a.customer_no LIKE '10027'
    AND a.org_code LIKE '510'
    AND a.state LIKE 'Av%'
    GROUP BY a.wo_no, a.customer_no, c.name, a.contact, a.err_descr,
    a.err_descr_lo, a.mch_code, b.mch_name, a.performed_action_lo,
    a.work_master_sign, a.work_type_id, a.reference_no, a.state,
    a.reg_date, a.real_f_date
    When Running as the object owner I get the following costs, is
    Step # Description Est. Cost Est. Rows Returned Est. KBytes Returned
    1 This plan step retrieves a single ROWID from the B*-tree index CUST_ORD_CUSTOMER_PK. 1 1 0,007
    2 This plan step retrieves one or more ROWIDs in ascending order by scanning the B*-tree index ACTIVE_WORK_ORDER_IX4. 1 1 --
    3 This plan step retrieves rows from table ACTIVE_WORK_ORDER_TAB through ROWID(s) returned by an index. 1 1 0,198
    4 This plan step loops through the query's IN list predicate, executing its child step for each value found.
    5 This plan step joins two sets of rows by iterating over the driving, or outer, row set (the first child of the join) and, for each row, carrying out the steps of the inner row set (the second child). Corresponding pairs of rows are tested against the join condition specified in the query's WHERE clause. 2 1 0,205
    6 This plan step retrieves one or more ROWIDs in ascending order by scanning the B*-tree index WORK_ORDER_CODING_PK. 1 1 --
    7 This plan step retrieves rows from table WORK_ORDER_CODING_TAB through ROWID(s) returned by an index. 1 1 0,053
    8 This plan step joins two sets of rows by iterating over the driving, or outer, row set (the first child of the join) and, for each row, carrying out the steps of the inner row set (the second child). Corresponding pairs of rows are tested against the join condition specified in the query's WHERE clause. 3 1 0,258
    9 This plan step retrieves a single ROWID from the B*-tree index ACTIVE_WORK_ORDER_PK. 1 1 --
    10 This plan step retrieves rows from table ACTIVE_WORK_ORDER_TAB through ROWID(s) returned by an index. 1 1 0,014
    11 This plan step joins two sets of rows by iterating over the driving, or outer, row set (the first child of the join) and, for each row, carrying out the steps of the inner row set (the second child). Corresponding pairs of rows are tested against the join condition specified in the query's WHERE clause. 4 1 0,271
    12 This plan step has no supplementary description information.
    13 This plan step designates this statement as a SELECT statement. 5 1 0,271
    AND Running as end user brings the following costs!
    1 This plan step retrieves a single ROWID from the B*-tree index CUST_ORD_CUSTOMER_PK. 1 1 0,007
    2 This plan step retrieves one or more ROWIDs in ascending order by scanning the B*-tree index ACTIVE_WORK_ORDER_IX4. 1 360 --
    3 This plan step retrieves rows from table ACTIVE_WORK_ORDER_TAB through ROWID(s) returned by an index. 29 10 1,982
    4 This plan step loops through the query's IN list predicate, executing its child step for each value found.
    5 This plan step represents the execution plan for the subquery defined by the view ACTIVE_WORK_ORDER. 29 1 4,095
    6 This plan step joins two sets of rows by iterating over the driving, or outer, row set (the first child of the join) and, for each row, carrying out the steps of the inner row set (the second child). Corresponding pairs of rows are tested against the join condition specified in the query's WHERE clause. 30 1 4,102
    7 This plan step retrieves all rows from table WORK_ORDER_CODING_TAB. 26 070 10 0,527
    8 This plan step retrieves a single ROWID from the B*-tree index ACTIVE_WORK_ORDER_PK. 1 1 --
    9 This plan step retrieves rows from table ACTIVE_WORK_ORDER_TAB through ROWID(s) returned by an index. 1 1 0,014
    10 This plan step joins two sets of rows by iterating over the driving, or outer, row set (the first child of the join) and, for each row, carrying out the steps of the inner row set (the second child). Corresponding pairs of rows are tested against the join condition specified in the query's WHERE clause. 26 071 3 0,199
    11 This plan step represents the execution plan for the subquery defined by the view XXX_WORK_ORDER_CODING. 26 071 3 17,748
    12 This plan step accepts two sets of rows, each from a different table. A hash table is built using the rows returned by the first child. Each row returned by the second child is then used to probe the hash table to find row pairs which satisfy a condition specified in the query's WHERE clause. Note: The Oracle cost-based optimizer will build the hash table using what it thinks is the smaller of the two tables. It uses the statistics to determine which is smaller, so out of date statistics could cause the optimizer to make the wrong choice. 26 102 1 10,018
    13 This plan step has no supplementary description information.
    14 This plan step designates this statement as a SELECT statement. 26 103 -- --

    AND a.customer_no < '5%'
    AND a.customer_no LIKE '10027'
    AND a.org_code LIKE '510'
    Does the query bring back the expected results? There appears to be an issue with your customer_no logic. The only customer_no that will meet your criteria is '10027', the < '5%' appears redundant.
    with a as (
       select '10027' customer_no from dual union all
       select '10027x' customer_no from dual)
    select *
    from a
    where a.customer_no < '5%'
    and a.customer_no like '10027';Also, your LIKE operators can be rewritten as '=' if you do not use wildcards, ie '%' or '_'.
    If the active_work_order table is larger than the others, you may want to use the smallest table when comparing the customer_no column as it may assist in the execution path.

  • What kind of mathematical optimization problems exits in SAP? (NP problems)

    What kind of mathematical optimization problems exits in SAP?
    I don't use SAP and don't have any experience with SAP but I would be interested what complex optimization problems, preferably "NP problems", exits or where a fast solution (semi-solution) to such problems would be beneficial.

    I think that no exists standard routines about NP problems in SAP.
    OK. But this is not what I asked for.
    What kind of mathematical optimization problems exits in SAP? (NP problems) 
    Hence, if you have such an algorithm, where can it be applied in SAP? Where is it useful? 
    I would especially be interested in problems where the space is so big that can not be completely tested.

  • Waas caching problem with zip files

    hi,
    When we send same zipped file to branches, waas does not cache that file, without zipping waas caches the file. Is there any restrictions for zip file?

    Hi Muhammed,
    When you say that WAAS is not caching, I guess you mean that the optimization achieved is much lower than without zipping the file. Am I correct?
    If that is the case, then, I'm afraid it's the expected behavior. The cause for this is DRE
    In general terms, the way DRE works is by caching small chunks of a file. Later on, when these chunks are seen again in the file (either in the same connection or subsequent ones), they will not be transferred through the WAN link and instead, a chunk identifier (very small) will be sent. The problem is that all compression algorithms work in a similar way, removing repeating parts of the file to make it smaller.
    The result is that, any file that is encrypted/compressed has almost no repeating patterns in it, and therefore, even though DRE is applied, the reduction ratios are minimal, sometimes even getting to the point of making transfer even slower than without it.
    As a general good practice, if you are using WAAS to optimized your data transfers, make sure that the files you are transferring are neither compressed nor encrypted. This way you will get the maximum optimization ratios out of WAAS.
    I hope this answers your question
    Daniel

  • Optimization problems in downloading data of greater size from any URL.

    Hi everyone !
    I'm trying to download some resource from the internet by providing valid URL. My code takes almost 50-55 minutes to download. The same resource is downloaded within 3-5 minutes by using Internet Explorer and 3-4 minutes using Fire Fox at the same network and Kbps. The sample code is as under:
    //I'm using apache's HTTP APIs
    public static String url = "http://www.sk.ee/crls/esteid/esteid.crl"; //file size is approx: 10 MB
    //httpMethod is instance of HttpMethodBase and I have initialized it with GET method
    obj_httpMethod = new GetMethod( obj_httpUrl.getEscapedURI()
    InputStream obj_is = obj_httpMethod.getResponseBodyAsStream();
    ByteArrayOutputStream obj_data = new ByteArrayOutputStream();
    //above code is working fine and giving proper input stream got from response.
    //problem start from here....although this code is working ok but it is not optimized
    //Is there any way to optimize the code
    MyHttpTransporter.copyStream(obj_is, obj_data, 524288); //Buffer Size: 512K [512*1024]
    //This method is working fine with files of small sizes but it is not doing well with greater file sizes e.g. 10MB
    public static void copyStream(InputStream a_objIs, OutputStream a_objOs,
                                    int a_iblockSize) throws Exception{
        System.out.println( "Buffer Size..: " +  a_iblockSize);
        byte [] byte_Buffer = new byte[a_iblockSize];
        int i_byteRead = -1;
        while ( (i_byteRead = a_objIs.read(byte_Buffer, 0, a_iblockSize)) > -1) {
          System.out.println( "reading stream...." );
          a_objOs.write(byte_Buffer, 0, i_byteRead);
          System.out.println( "writing stream...." );
          System.out.println( i_byteRead );
    System.out.println( i_byteRead );
    The one thing found in the above code is that, it is ignoring my provided buffer size and always fetching max 2047 bytes from the resource.
    Please help me in this regard as I'm unable to progress further in it.
    br,
    KS

    ASC_KS wrote:
    Thanx for the help.
    It makes some difference.
    the sample code is:
    //iblockSize = 524288 [512K]
    //1
    BufferedInputStream bis = new BufferedInputStream(a_objIs, a_iblockSize);
    BufferedOutputStream bos = new BufferedOutputStream(a_objOs, a_iblockSize);
    //2
    BufferedInputStream bis = (BufferedInputStream)a_objIs;
    BufferedOutputStream bos = (BufferedOutputStream)a_objOs;
    //what do you suggest 1 or 2 ? BTW I'm using 1
    If (2) works then behind the scenes the Apache code is already using Buffered streams (otherwise you would get a class cast exception) so there is going to be little advantage to using further buffering. Also, casting to buffered streams does not offer any performance advantage since any reading/writing you do will already be using the methods on the Buffered streams.
    Do I need to concentrate on the block size [reduce or increase what is good practice]. Because again it is fetching maximum 5387B and on average it is fetching the 2047B. But it is improved a little bit.Though the buffer size of the Buffered streams can be set when constructed they cannot be changed later so if the Apache code is not setting the buffer size when it constructs the buffer then you are stuffed. Check the Apache documentation to see if you can change the buffering.
    P.S. Of course, since it is open source, you can always modify the Apache code to increase the buffer size.
    P.P.S. I always use HttpURLConnection for this and it seems pretty quick though I have never downloaded anything beyond a few hundred KBytes.
    Edited by: sabre150 on Nov 21, 2007 11:18 AM

  • Oracle 11.2.0.2 and nchar optimizer problem

    Hello,
    sorry in advance for not being able to give all details to narrow better this possible problem.
    I admit it could be elsewhere.....
    I have a complex query where in particular an nchar(2) field (say col1) of table tab is involved
    I'm experimenting a sort of problem in optimizer estimating the number of rows it will get from this condition and so the corresponding overall cost of the query
    the table contains about 300k records and this field has at this moment 2 different values
    blankblank --> almost all records
    AA --> about 30 records
    there is at the moment a single index IND1 defined on this column (not a bitmap index)
    Both table and index are analyzed
    if my query contains the condition
    AND TAB.COL1 = ' ' ---> single blank
    Then the optimizer erroneously thinks with explain plan to get about 30 rows
    |* 5 | INDEX RANGE SCAN     | IND1 |     29 |     |     3 (0)
    | 00:00:01 |
    and the overall about 98, but the query actually doesn't come to an end ... (waited 10 minutes)
    if my query contains the condition
    AND TAB.COL1 = ' ' --->double space
    it doesn't use that wrong path and completes in about 1 second.
    If I replicate the query with single space on a test db with 11.2.0.1 it behaves correctly.
    If I force it to behave as the default wrong query in 11.2.0.2 (I have to use 3 hints to duplicate it)
    I get
    |* 5 | INDEX RANGE SCAN     | IND1 | 135K|     | 306 (1)
    | 00:00:04 |
    and overall cost is 304K so it is not used as a possible path...
    ANyone knows if anything changed between 11.2.0.1 and 11.2.0.2 for nchar and these possible different behaviours?
    (BTW: also in another 11.1.0.6 db I don't have this problem)
    The query is created by application and I cannot put the amount of necessary spaces.....
    And I'm afraid this problem could exist also for other tables where I have nchar(N) fields with N >2 too....
    Thanks in advance,
    Gianluca

    1) do you have a frequency histogram on this column?
    and
    2) is the client application using bind variables or string literals when querying?

  • Hasmap.put,get infinite loop, 27.6 optimizer problem

    Helo,
    We have a very busy (3000 users) Weblogic Portal and Weblogic Integration instance.
    We found that some times (once a week) weblogic server threads go to infinite loop doing hasmap.get, hashmap put or hashmap remove operations.
    Our developers found that there are synchronization problems with hashmap operations in the portal and wli code, (in 5 classes until today) they patched (synchronized) it and now the instances are stable.
    We contacted oracle support, but they only recommended us some wlw.. setting, none of them worked.
    The strange thing that the code that we patched is existed in weblogic server for years, so I tried to exclude the hasmap class from the optimizer in jrockit.opt file. Now the instances are also stable without the inhouse patches.
    So I suspect theh the jrockit optimizer optimize the hasmap class after some time in a wrong way; how can I find some evidence about it?
    The thead dumps showing only the hasmap operations and very high cpu usage.
    We are on Jrockit 27.6, JVM 1.5, Portal and WLI 9.2MP3
    Regards,
    LJ

    Not sure if it is relevant to the issues you describe in this thread, but a common problem with HashMaps is incorrect (missing) synchronization on concurrent operations. If you do have several threads concurrently accessing a HashMap without synchronization, it might mess up the internal data structures in the HashMap object. This can lead to infiinite loops when trying to iterate through the HashMap at some later time. This problem is not JVM-specific but changes in timing due to different JVM versions, JIT compilation/optimization or different HW etc can cause a previous "stable" program to become "unstable".
    I've seen a number of JRockit support issues related to this problem over the years, and in almost all cases it's been a problem in the Java code (which could be WLS, or the user application).
    Unfortunately it's far from trivial to troubleshoot concurrency issues. One (slow) way of checking your own code is to wrap all HashMaps in a SynchronizedMap. This will slow down your application but if the problem goes away then it's a good indication of the root cause. Not very useful if the problem is in 3rd party code that you don't have the source for, of course. In that case you have to open a ticket with the vendor (Oracle or other 3rd party).
    Cheers,
    Henrik

  • Acrobat XI - PDF Optimizer problems

    In Acrobat XI, I know that the PDF Optimizer moved to the Save or Save As function. The problem that I am facing is that on one (out of 30) of the Macs that I support, when I choose PDF Optimizer, the Optimizer window does not appear. I uninstalled and re-installed Acrobat, but it still does not work. HELP!

    Rave,
    Thanks for the suggestion, but I was able to answer my own question this morning. I found that 2 of the PDF Optimizer settings, which are located in the PDF Optimizer folder in the Application Support folder for Acrobat were corrupt. Once I eliminated the settings from the PDF Optimizer folder the Optimizer window worked properly again.
    Thank you,
    Jeff

  • Full Optimize Problem

    Hi Guys,
    I am getting the following error when doing a full optimize with database compression:"Error message:Arithmetic overflow error converting numeric to data type numeric.
    The statement has been terminated."
    I am guessing this has a lot to do with the performance issues i am having with system at the moment. Everything is slow at the moment and I am getting SendGovener issues as well.
    Any help will be appreciated.
    Regards,
    AvdB

    Hi all,
    We are having that same problem and really need to solve it.
    So, reading the thread and the note, it seems that we can have that error due to 2 different problems:
    1) numbers too big in the fact tables.
    2) a wrong entry in the tbl.Defaults table (using a comma notation in a "version" entry instead of a dot notation).
    So, we would need help with the following:
    1) about tbl.Defaults, in our case we only have values with commas in an entry like this:
    UserId        Type        App         KeyID                Value
    _GLOBAL     SYSTEM      PARAMETROS    SIGNED_DATA_FORMAT      20,15
    All the ones about version look like this:
    UserId        Type        App         KeyID          Value
    _GLOBAL    VERSION      PARAMETROS                    1.022
    So, is the entry about the Key "Signed_Data_Format" supposed to be causing the problem? Should we either change it or erase that entry?
    2) we don't have numbers too big in the database (in this case), but how are we suppose to prevent that from happening?
    Thank you,
    Rafael

  • SLM maintenance optimizer problems

    Hi guys,
    Into the maintenance optimizer, i can't update my systems.
    Error : "System has not been registred in the SLM"
    Procedure
    1. Run transaction code /TMWFLOW/MOPZCFG;
    2. Start the Multiple Software Lifecycle Manager Configuration Assistant;
    3. Select an SLM or create a new SLM;
    4. Choose "SLM Configuration" and register these systems in the SLM.
    When i do this procedure,when i saved i had this message :
    ICF Error when receiving the response : ICM_HTTP_CONNECTION_FAILED
    When i do an SLM check :
    The SLM Web services are unavailable.
    In the sm59 my RFC HTTP created automaticlly doesn't work...
    Could someone help me to correct my problem step by step ?
    What shall i have to do first?
    thanks

    No problem for the help.
    I'm glad to have help someone who can give me my first 6 or 10 points !
    We had many problems in EHP1 SP18 and we found many notes that explain us that our problems will be solved in SP19 only, but i don't remember wich one...
    I try to apply the documentation but i cannot configure the https accept because of the librairy libsapcrypto. The documentation tell us to go to download it on the website but we don't have the rights and you have to request this librairy to waldorf only !
    With the sp19, the solman_setup appears and correct many problems, but not the SLM problems : services are unavailable !
    Do you test your services in VA like i said ? Mine doesn't works...

  • IMovie optimization problems

    To select the Fast Forward effect on iMovie, the Help manual said I had to optimize my video. After optimizing the video, without adding a Fast Forward effect, the video has become extremely fuzzy. How can I undo optimization and get it's back to it's normal clarity? When I go to select Optimization again to return it to another option, the tabs are blanked out. Please help!

    Anyone else experience this problem?
    yepp, many, try the Forum's Search feature..
    look inside ~/Library/Quicktime.. search for any files 'DivX 5'... drag into trash, relaunch Mac ...

  • Optimizer problems

    I have Photoshop elements 9.
         1.  The Optimizer is very, very slow.
         2.  The Find, Edit, View, etc. are not showing on the Menu bar.
         3.  In the window the thumbnails are not showing overlapping folders
              like Photoshop Elements 8.
             Your help will be appreciated.
                                                                   Thank you,
                                                                   Albert F Schwartz, Jr.
                                                                   Email - [email protected]

    Thanks for the help.
    You solved the problem for the #2 question I asked, however the
    #1 and #3 have yet to be solved.
                                                Thanks again,
                                                    AFS

  • Maintanance Optimizer Problem

    Hi All,
    I have installed solman 7.0 and configure maintanance optimizer.When I go to use mantanance optimizer and create a new transaction and enter basic data e.g ECC 6.0 and go to next step , Select Files.In this step he gives me an error "No customer numbers in transaction AISUSER".
    When I go for error log :
    Diagnosis
    There are no entries with a customer number in the 'Customer Number' field in the table AISUSER.
    System Response
    You cannot get customer number-specific RFC destinations.
    Procedure
    Maintain these entries manually or start the report
    SMBI_AISUSER_VAR_MIG to copy any existing customer number from the table AISDK_CF_OSS_USR.
    I have run this report but the same problem exists.
    In T-code section  when I have run AISUSER ,it show me 3 fields :
    user :soltest
    sap customer no:  ???   ( How I removed this field ?)
    Contact person : S0044xxxxx
    Thanx,
    Amit
    Kindly help me for this problem sortout.
    Regards,
    Amit

    Ok,
    you need your service marketplace number to load down the support packages and sps.
    Log in your normal development client in for your productive client in your productive system.
    0.
    1. call SPRO
    2. call transaction scpr20
    activate :
    SOLMAN40_MOPZ_TTYP_SLMO_000
    SOLMAN40_CHARM_PROXYFACT_001
    3. Call SPRO  Action:
    SOLMAN_MAINT_OPTIMIZ (Check the help there is a link to combining USer with marketplace user.
    or call transaction AISUSER in your dev client.
    Define your  Solution and combine your SAP User with your  SAP Marketplace User
    Check also note 1024932.
    Then it should be work.
    For installing SPS you must get a maintenance certificate.
    /greetings nico
    Edited by: Nico Effenberger on Jan 20, 2009 7:57 AM

  • WAAS / CIFS Problems

    Hello all,
    We recently deployed WAAS (4.1) system in our datacenter / remote office.  The setup is fairly basic from what i'm being told.  2 application accelerators, and one central management device, nothing too tricky.  We've opted to use WCCP redirection instead of inline mode.
    All WAE's are registered to my CM, the problem i'm running into is at my remote site, after turning on WCCP redirection on my routers, all CIFS file shares stop working between sites.  I have file servers at both locations, and after redirecting the traffic to my accelerator, I can no longer access file shares from my remote site to my central office, and vice versa.
    The configs are very much default on the WAE's, everything is using automatic discovery, which I was assuming wouldn't cause any problems like this, and I admit that i'm not up to speed on the in's and out's of WAAS.
    Any help is appreciated as always!
    Thanks -
    Jon                       

    Sure:
    The servers are Windows Server 2k3, no DFS here at all.  These are dell SAN's that we use for storage.
    I did see traffic hitting the WAE's, before I stopped redirecting traffic at my remote site, http / https, & domain services & exchange traffic were being optimzed.  Basically what happens is after I start redirecting traffic to my remote site WAE's, file shares stop working, so I can't leave them running very long :).
    I can post some of the config requests below, but since I'm no longer redirecting traffic to my WAE's, this is going to "skew" the results of the commands.
    I did find a post in this forum that said I should upgrade my WAE's to 4.1.5(f), because an MS hotfix KB980232 possibly breaks CIFS accelerated connections.  I'm working on downloading & upgrading my accelerators now & will let you know if this fixes my issue.
    "We have seen the problems first hand and I would recommend against this patch if accelerating CIFS connections."
    http://www.microsoft.com/technet/security/bulletin/MS10-020.mspx
    Attached are the show commands you requested.
    Thanks!
    Jon

  • Urgent ! Router-WAAS WCCP problem

    I have dot1q enabled 7507 connecting frame relay branch to data centre.
    Core WAAS sits on a VLAN subinterface.
    As soon as I enable "ip wcccp redirect 61 in" on VLAN trunked interface, I am loosing connection to the branch.
    the config is here..
    interface GigabitEthernet4/0/0
    description Core Data Centre Trunk VLAN 3,120 to SWDC03 3/16
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    load-interval 30
    negotiation auto
    no cdp enable
    interface GigabitEthernet4/0/0.3
    description Core Data Centre VLAN
    encap dot1q 3
    ip address xxxx
    ip wccp 61 redirect in
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nbar protocol-discovery
    ip route-cache flow
    no cdp enable
    standby 3 ip 10.64.205.17
    standby 3 priority 150
    standby 3 preempt
    interface GigabitEthernet4/0/0.120
    description Core WAAS VLAN120
    encap dot1q 120
    ip address yyyyyyy
    ip wccp redirect exclude in
    no ip redirects
    no ip unreachables
    interface Serial0/0/3.64 point-to-point
    ip wccp 62 redirect in
    The IOS version is rsp-jsv-mz.123-17b and WAAS version 4.0.13.I have tested this before without VLAN trunking on another router using a seperate interface and it was working.Any idea ?
    thanks

    thanks guys. I will explain the problem a bit more.When WAAS sits on a seperate i/f on WAN router, it works fine. i.e "wccp redirect 61 in " on interface connecting WAN router to Data Centre and "wccp redirect 62 in" on WAN frame relay. Then I configured the i/f connecting WAN router to Data Centre as dot1q trunk and a dedicated VLAN is created for WAAS. The default gateway for WAAS is HSRP address in 6509s. The WCCP router address configured in WAAS is the loopback0 address of the WAN router. The "wccp redirect 62 in" on WAN frame relay stays same. However, " wccp redirect 61 in " carried to a new subinterface on the same access as WAAS VLAN.
    All WCCP commands show that there is a connection between WAAS and WAN router, packet count goes up. However, all TCP sessions to the brach (initiated from the Data Centre) fail. I have also tested with and without "wccp redirect exclude in" on WAAS VLAN subinterface without success. Since I had to install the branch the WAAS on the weekend, I moved WAAS back to dedicated interface on WAN router. It works fine but I can not implement redundancy.
    The suggestion was to make WAN router subinterface HSRP active rather than 6509 MSFCs.So WAAS talks to WAN routers loopback address and default gateway also points to the same router rather than MSFC. I have not had a chance to test this but I will test in the coming weeks. I was also suggested to use layer2 redirection on 6509 but did not have any chance to look at it closely.
    thanks
    Serhat

Maybe you are looking for

  • Replace a character in a string

    Hi, I've been tearing my hair out trying to do something very simple, replace a backslash character in a string with an underscore. I've searched online and discovered the -replace parameter which you would think would work fine but no, it seems to g

  • Display item description when manually entering a journal

    Is it possible to display the item description when users enter and/or display a manual journal? (it already has been discussed on this forum that one cannot display the item description easily in the master data list, I assume that my query will be

  • ICloud log in

    Trying to log into iCloud on my Mac but getting message "unablke to sign in because of a problem communicating with iCloud" Any ideas? Also can't receive or send mail as incoming mail server details seem to be blank for some reason- is it something t

  • Timing of pictures and audio

    Hello, Help me PLEASES! I'm trying to make a slideshow for my friend's wedding. I successfully added pictures and audio. However, I want certain pictures to show during a certain song. How do I make certain pictures go with a certain song without hav

  • Disable autostart on an html 5 canvas?

    I have a loop animation with a "Start" and "Stop" button. What I want is for the animation to open up and not start playing until they push start but then keep looping until they push stop. I have used the stop function on frame 1 but then it doesn't