Confuse E1 concept

What is different about two commands of E1?
first : pri-group timeslots 1-31
second : channel-group 0 timeslots 1-31
Pls help and ref
Thank in advance

Hi
The primary difference between the commands :
(1)Channel-group is used to configure data channels
(2)Pri-group is used to configure voice channels.
Regards
JD

Similar Messages

  • Bit confused with concept of deleting from BTrees ..

    Hi guys,
    I am bit confused with the BTree deleetion of nodes. I am looking for some Visual example of BTree to help me understand the concept. Any applet or online resource will be appreciated.
    abdul

    You might try the link below. At the bottom there are some links to some applet demonstrations.
    http://www.public.asu.edu/~peterjn/btree/
    Also nist has a good site for finding information on data structures:
    http://www.nist.gov/dads/

  • I am confused with concept of recursion ...help plz

    Hi all,
    I am bit confused with the concept of recursion. I am looking for a good online resource
    to learn more about it. If anyone knows abt it and recommend, i 'd be grateful.
    abdul

    Recursion is no more no less than the decomposition of a problem into smaller parts
    that happen to be identical to the original problem but just smaller. Finally, the
    decompostion boils down to a trivial problem. Allow me to give you an example:
    The towers of Hanoi problem is defined as follows: far away in a monastry in
    Hanoi, monks face the following puzzle: there are three large poles, next to each
    other,erected vertically. The leftmost pole is populated with 64 millstone disks
    (round with a whole in the centre). The smallest disk is on top, the next disk
    is below the smallest disk etc. while the largest disk resides at the bottom.
    The monks have to transfer this 'tower' to the rightmost pole, one disk at the
    time. There is just one rule: no larger disk may be placed on top of a smaller disk
    and all three poles may be used for placing disks on them.
    The question is: how to solver this problem? Recursion is your friend here.
    Here's the recursive reasoning: suppose you are able to transfer the entire
    tower (except the largest disk at the bottom) to the middle pole. Then you
    can transfer the largest disk to the rightmost pole and you ask yourself again
    to transfer that 'sub' tower (situated at the middle pole) to the rightmost pole.
    (read this again and again ;) This efffectively solves the puzzle. Of course,
    (and this is the trivial part) when there are no disks to transfer, nothing has
    to be done.
    Here's some pseudo code that implements the reasoning above:
       void Hanoi(Pole left, Pole mid, Pole right, int size) {
          if (size > 0) { // anything to do?
             Hanoi(left, right, mid, size-1); // move 'sub' tower to the middle pole
             System.out.println("from "+left+" to "+right); // move the disk
             Hanoi(mid, left,  right, size-1); // move from the mid pole to the right
       }Are you dizzy yet? ;-)
    kind regards
    ps. Blaim any typos to the sun; I'm typing this in my garden, using a wireless connection from my
    little laptop. Call me a happy camper ;-)

  • Confused bout concept of Overloading Constructor

    Hi all...
    hope someone can clear this doubt of mine...
    I'd thought that Java supports overloading constructors but why is it that when I created two constructors for a class, the editor is telling me things like unresolved symbols for the second constructor?
    Although both constructors takes in 4 parameters, they are actually of different type and I can't understand why it won't work..
    can someone please clarify this with me?
    Thanks in advance! :D

    Thanks
    //this is the constructor classes
    public class ConnectionList extends JPanel{
        public ConnectionList(ObjectPanel initOPanel, int lt, JFrame parentPanel)
            oPanel = initOPanel;
            listType = lt;
            parent = parentPanel;
            objectName = oPanel.getCurrentObjectName();
            objectType = oPanel.getCurrentObjectType();
        public ConnectionList(String OName, int OType, int lt, JFrame parentPanel)
         listType = lt;
         parent = parentPanel;
         objectName = OName;
         objectType = OType;
    //I call to the class constructors using these:
    //no problem for this one (first constructor):
    inputList = new ConnectionList(oPanel, inputType, parentPanel);
    //oPanel is the ObjectPanel object
    //parent Panel is JFrame
    //inputType is an integer
    //somehow this one gives the error of unresolved symbols (2nd constructor)
    checkList = new ConnectionList(objectN, objectT, 1, parentPanel);
    //objectN, objectT are all string objects
    //parentPanel is the JFrame object
    //and this...Thanks again!

  • Uplink and downlink concept

    Hi,
    I have confused the concept of 802.11n uplink and downlink. Grateful if you could enlighten me.
    1. Does the uplink and downlink are co-existing and co-operating? similar to ethernet switch full duplex?
    2. The max. through put of 802.11n is 540M, why some document mentions to be 200M?
    rdgs

    rdgs,
         To answer your questions and hopefully provide some clarity to the information out there regarding 802.11n technology.
    >1. Does the uplink and downlink are co-existing and co-operating? similar to ethernet switch full duplex?
    All wireless has an uplink and downlink in the same manner as a hub does 802.11n is no different (exception to this will be clarified below), but why are they shown seperately in many specs sheets and marketing stuff well it's because it was discovered that some manufacturers access points had a slower uplink speed than the downlink speed. This issue is well documented on many different brands, it is for that reason that some now market the connections seperately.
    >2. The max. through put of 802.11n is 540M, why some document mentions to be 200M?
    This discrepancy is easy to explain, First lets remember that 802.11 can run in two different modes - 20Mhz Channels or 40Mhz Channels.
    bascially a wireless access point is a hub it has a shared bandwidth that is no different with 802.11n when it's a 20Mhz channel, but if you enable the 40Mhz channel with Channel bonding you get a higher data rate since it spreads the transmission and reception across the 40Mhz span. it is not full duplex like a switch supports. The other factor in the throughput can be the M-Drive or Client Link piece which means that the access point can dynamically adjust transmit time, power level, and antenna to optimize a signal to a particular client. The number of clients that any given access point will support varies by model and manufacturer. Right now Cisco is the only one that truly has M-Drive although others have something similar.
    Hope this helps.

  • Automatic item addition in a PM notification

    Hello there!
    I'm trying develop an automatically item addition in a PM notification... But I have to do it during a dialog process (via IW21/22 transaction)!
    I mean, when user adds a new item in a notification, some other items must be automatically added, via INTRO push button or, maybe, via some other user action. I've tryed with the following (disappointed) ways:
    1.- QQMA0021 Enhacement (QM/PM/SM: Function "User data" in "Goto" menu): It doesn't work because user exit interface is not a table (it's actually a working area): I can only modify the selected item, and I want to add a different one...
    2.- QQMA0014 Enhacement (QM/PM/SM: Checks before saving a notification): It works fine when I use IQS0_ADD_ITEM Function Module, but I can't be satisfyed with this solution because, after SAVE process, the system closes the notification visualisation/modification (and it takes the user to IW21/22 initial screen): My client wants to 'remain inside' the transaction, in order to check the added items...
    3.- Action Box push button: This is my favourite one (although it doesn't work, either!) because it's the most 'elegant'... I've placed an Action Box Activity in my Notification Screen and I've assigned a Function Module to it (which dequeues the current notification number, calls IQS0_ADD_ITEM Function Module and, finally, enqueues the document again, it makes no sense to directly modify the values of the tables interfaces, because they are set as 'Table Will Not Be Exported').
    Anyway, system triggers a short dump (ABAP program SAPLDMEE2):
    Quote:
    Runtime Error OBJECTS_OBJREF_NOT_ASSIGNED_NO
    Exception CX_SY_REF_IS_INITIAL
    It's not an interface problem (I've copyed this interface from the dinamic call to the Action Box Activity assigned Function Module). Furthermore, if I asterisk my Function Module code, system doesn't dump at all (but it obviously doesn't work as it's supossed to!): That's why I think I won't reach a customizing solution (I mean, this dump is not raised because of the customizing, I guess: It seems to be a because of the Function Module inserted code)...
    I've set the Documentation fiield of my Action Box Activity customizing as 'N None'.
    Can anyone suggest me any new idea? I'll welcome each and every suggestion!
    Thanks in advance, greetings from Locarno (Switzerland)!

    Hi Mutale,
    I see some confusion in concept about Catalog Code Tabs.
    What you referred in the initial post are the Sub-Tabs inside a Catalogs & codes Main tab of a Notification.
    What you have referred to in the later post are the Main Tabs of Catalogs. like this
    The Difference
    The Sub-Tabs of Catalogs will display information corresponding to the line item of the first tab (Object part & Damage Tab). Here you are not free to enter a Cause, Task or Activity without filling an Item line (Object part or Damage)
    The Main Tabs are independent Catalog Tabs. You can maintain the line items here independently  without any conditions as above.
    Lastly:
    I hope your initial query has been cleared by looking into the picture, that you can have a separate Causes Tab.
    In configuration, you need to have tab 10/Tab16 for this.
    Best of Luck
    Jogeswara Rao K

  • Adding a Tab in a PM notification

    Experts,
    How do I go about adding a tab in a PM notification? I have a requirement of adding a 'causes' tab for capturing of the object part, damage etc. and also for entering user defined codes for capturing an RCA in SAP. see screen below

    Hi Mutale,
    I see some confusion in concept about Catalog Code Tabs.
    What you referred in the initial post are the Sub-Tabs inside a Catalogs & codes Main tab of a Notification.
    What you have referred to in the later post are the Main Tabs of Catalogs. like this
    The Difference
    The Sub-Tabs of Catalogs will display information corresponding to the line item of the first tab (Object part & Damage Tab). Here you are not free to enter a Cause, Task or Activity without filling an Item line (Object part or Damage)
    The Main Tabs are independent Catalog Tabs. You can maintain the line items here independently  without any conditions as above.
    Lastly:
    I hope your initial query has been cleared by looking into the picture, that you can have a separate Causes Tab.
    In configuration, you need to have tab 10/Tab16 for this.
    Best of Luck
    Jogeswara Rao K

  • Camera Profile in Lightroom (X20)

    Hi, I'm just beginning with a fujifilm X20 camera and .raf files.
    I'm trying Lightroom 5.0 and still not sure if I should use Photoshop instead, here is why :
    I tryied to found my camera profile, and it's not in lightroom, found X100 not X20.
    I tried by the adobe lens profile downloader, I found 5 profiles for the X10, none for the X10.
    Googling about that, I found out that the X20 is supported by Camera Raw, but I can't see how I could get that without Photoshop.
    So my question is : what should I do :
    - don't care about lens correction ?
    - do care and chose one of the five available X10 profiles (but how to chose.. between them)
    - switch to Photoshop + Camera Raw wich is supposed to support the X20
    Thanks for any help

    You may be confusing two concepts.
    RAW file support for you camera means that LR will open the RAW file.  LR has the Adobe ACR (Adobe Camera Raw) system built in and you don't see it.  Photoshop uses the same ACR system, but you do see it as a separate function. 
    There are two ways you can see if your camera is supported by Lightroom or ACR.  One is to find the list of cameras.  The other is to see if it works.
    The second concept is lens profiles.  For fixed lens cameras like yours, the lens corrections are built into the data in the RAW file the camera makes.  Unless you have a DSLR with multiple lenses, you can leave the "Lens Corrections" disabled or set to "Default". 

  • DRM Import, Action Script

    Hi All,
    I am new to Hyperion DRM 11.1.2, I am confused about concepts such as metadata and data still not able to understand difference between them. What I understand is all Versions hold is set of independent hierarchies which have nodes and their property values, which is nothing but metadata.
    Please help me understand difference between data and metadata?
    There are different task groups like Import, Action script and Migration Utility all the these are essentially used for importing metadata and data in the DRM Application.
    Migration Utility - Provides the ability to bulk load metadata and security objects in DRM applications. Other operations which can be performed in migration utility are extract and difference.
    Import- It provides a way to import data in DRM Applications, but it creates new version after import
    Action Script - Used to process a bulk set of changes in an automated fashion.
    Can anyone help me understand best case scenario for when to use which utility to import metadata and data?
    Thanks in advance.
    Regards,
    Aniket

    Migration Utility: When you are trying to Export/Import Properties, Validations, Export Definitions, Import Definitions etc to an XML or from another server.
    Import: This function Imports a whole new Version once you have the load file in a specific Import format that you define.
    Blendor: The Version you imported Can be blended with the Actual current existing version
    Action Script: This is used when updating the current Hierarchies. Like Adding nodes, updating Properties etc.

  • Hi ,Maximum line size in the report

    What is the maximum line size inthe report.Some are saying 1023.Some are saying 255 characters.I am full confusing this concept.
    And if the line size mentiones in less than the length of the data in the write statement ,what happened?
    Sometimes it is coming in the next line , sometimes it is coming in the next line
    Please anyone provide the solutin

    hi,
    The line width determines the number of characters in the line buffer as well as the number of columns in the list displayed. The value width must be a positive numeric literal. The maximum line width is 1,023 characters.
    When the LINE-SIZE is not specified, the line width of the basic list is set to a standard width based on the window width of the current Dynpro, but is at least as wide as a standard size SAP window. For the standard width, the contents of sy-linsz is 0. The LINE-SIZE overwrites the value of the like-named LINE-SIZE addition to the statement SUBMIT and can be overwritten during list creation with the like-named LINE-SIZE addition to the statement NEW-PAGE.
    For screen lists, you should use the standard value since, as a rule, page breaks defaulted through LINE-COUNT are not adjusted to the window size.
    You should also use the standard value for print lists, so that you can still select the page size on a printer-specific basis. A print list should be created in such a way so that it can handle every page size.
    Specifying a fixed line count is only useful for form-type lists with a fixed page layout. Here, however, you should always check whether such forms can be created by other means, such as SAPScript forms.
    when line size is more than your data... your ouput screen will be dragging after all your output display..So bettery ou should use the standard value .
    Regards,
    Muhammed Safel

  • Mobility Group Requirements for Guest Anchor WLC

    Hello -
    I've alway assumed you can't create a guest tunnel between a local WLC and an anchor WLC that are in different mobility groups.   However, I was told recently (without much detail) that this is possible.  So I have set out to test this.  
    I am trying to point one of my local WLCs guest SSIDs to a guest anchor WLC in a different mobility group.   I have a maintenance window coming up and I am looking to anchor the clients on one campus to the anchor WLC on the other campus so guest service does not go down.   Each campus is it's own mobility group.   In trying to set this up I went to the "mobility anchors" screen for the guest SSID on one of the local WLCs and I am unable to add the anchor WLC from the other campus because it's non in the drop-down menu.  This is because it's not in the same mobility group.   So my question is how do I anchor clients coming through a local WLC in one mobility group to an anchor WLC in another mobility group?
    To me it doesn't seem possible without significant configuration changes.   I don't want to reconfigure/recreate mobility groups. 
    Thanks
    Chuck

    Not only is it possible, I would recommend it. However, you may be confusing some concepts.
    The Mobility Group is different than the Mobility Domain.  I generally refer to the Mobility Group as those WLCs with the same Default Mobility Group Name, and the Mobility Domain as the entire Mobility List (where you can define up to 72 controllers from various mobility groups).
    The point is that if WLCs 1-10 are GroupA, and WLCs 11-20 are GroupB, for anchoring to work you at least need to add the anchor to the mobility list of the foreign wlc, and vice versa.
    If you notice, when you add a mobility entry to the list, it should ask you for mobility group. If you leave it blank, it should default to that of that WLC,  but on GroupA controllers, you could define GroupB controllers (and specific GroupB) and then you should now have mobility established between your controllers and the Anchor configuration will have your anchors in the drop-down....
    Does that make sense?

  • Dynamic memory and GC.

    Hi,
    I have bad memory problems and I would like to
    know what is the proper way to handle the following
    scenario (The object that will be created will be called
    Obj1and each time before using this object I need to
    call his constructor ):
    1.a. There is a global declaration in main class
    Obj1 ObjectItem;
    b. When I want to use ObjectItem I do:
    ObjectItem = new Obj1();
    c. When I finished working with ObjectItem object:
    ObjectItem = null;
    My question is:
    1.1 Is the GC will perform the cleanup of ObjectItem
    object ?
    1.2 What will happened if before the GC activation
    There will be another use in this object and we
    call the constructor again ? will the old object
    memory will be free ?
    1.3 What will happened if I will not write null in
    object ? Is every constructor call will increase
    the memory usage even though we have only
    one object?
    1.4 Will there be any problems if the object is
    declared in local procedure.
    Thanks a lot,
    Lior Cohen.

    Hi,
    I have bad memory problems and I would like to
    know what is the proper way to handle the following
    g
    scenario (The object that will be created will be
    e called
    Obj1and each time before using this object I need to
    o
    call his constructor ):
    1.a. There is a global declaration in main class
    Obj1 ObjectItem;
    b. When I want to use ObjectItem I do:
    ObjectItem = new Obj1();
    c. When I finished working with ObjectItem object:
    ObjectItem = null;
    My question is:
    1.1 Is the GC will perform the cleanup of
    up of ObjectItem
    object ?ObjectItem is a variable (really a field) and not an object. However, any object that is no longer reachable will be available for garbage collection. So, after you set ObjectItem to null, that object is available for GC.
    1.2 What will happened if before the GC
    he GC activation
    There will be another use in this object
    this object and we
    call the constructor again ? will the old
    will the old object
    memory will be free ?You are confusing variables and objects. variables are slots into which references to objects can be placed. Variables only hold the reference, not the storage associated with the object and its fields. If you create a new object it uses some bit of the heap that is distinct from any other live object. Exactly when a garbage collector will identify an object as unreachable and therefore collectable and when the storage will be releases is not controllable or knowable by you. It will occur before out of memory errors will be thrown so don't worry with it.
    1.3 What will happened if I will not write null
    null in
    object ? Is every constructor call will
    r call will increase
    the memory usage even though we have only
    e have only
    one object?Again you are confusing different concepts. Ys, every time you consruct an object it will consume a new bit of the heap. Reuse of heap storage only occurs after garbage collection. But don't worry about that. The JVM only needs space for all live, reachable objects. Other will be GC'ed before the JVM refuses to honor your request to construct an object.
    If you do not set the variable to null, the the object will remain referenced until the variable goes out of scope or the object that owns it (assuming it is a field) is no longer reachable. You need not set variable to null except for in unusual cases where large nets of objects would remain referenced and thus consume heap space for much longer than desired and that cause heap size problems. Most of the time scope is sufficiently small to handle it for you.
    1.4 Will there be any problems if the object is
    ect is
    declared in local procedure.
    Objects are not declared, they are constructed. Variables (fields, arguments, locals) are declared, but no constructed. You can construct an object anywhere you'd like to and associate it with what ever variable of any scope you can reach at the time of assignment.
    Thanks a lot,
    Lior Cohen.

  • Just edited 20 film in FCPx all about 6 mins long all on 1 x 250gb flash drive Now i have another 10 to do but have no room on that drive.  So i have been using my new 2tb drive to do the next 10 films with the footage on that drive, but i need elements f

    Just edited 20 film in FCPx all about 6 mins long all on 1 x 250gb flash drive
    Now i have another 10 to do but have no room on that drive.
    So i have been using my new 2tb drive to do the next 10 films with the footage on that drive, but i need elements from the first 20 films ie; graphics, common film elements etc to be added to the new 10 films.
    So I have copied all the footage, events and project folders from the 20 edited films over to my 2tb drive in a separate folder - ejected the 250gb drive (as i only have 2 thunderbolt slots and one is used for a 27 inch monitor on my macbook pro)
    .......my question is how do i load all of the 20 films into my project library so i can see all of the 30 films at once so i can copy and paste form one film to another - is this possible? and withlout messing up lol

    // any reason, why you color your post to 'invisible' low contrasted colors?? //
    I'm confused:
    by concept, there's Events and there's Projects.
    Events and Projects can be internal or on any ext. drive.
    You can use any Event in any Project.
    … so, why is the 'location' of your files on any relevance for your Projects ??
    Or, do you want to re-import done-Projects as 'Events'? Export,Import, done… (??)
    … sorry, maybe I'm just lost intranslation

  • Clearing historical WSUS approvals for computers groups

    Hi there,
    I have inherited a messy WSUS environment that I have to use until 2015.
    We patch in quarterly cycles Jan/Apr/Jul/Oct and split out systems out into Computer Computer Group then sub-group Dev/Prod/QA.
    I have updates that have been missed over the past year that I'd like to get installed on the handful of servers that missed it in previous quarter patching
    for whatever reason. However, when I approve the update, it also installs on any needed server in previously approved Computer Groups.
    I have approved an update for BI Production Servers and BI QA Servers earlier in the year. I now wish to approve the same update to BI Test Servers. In
    the mean time, an additional server has been added to BI Production Servers that does not have this update, but as being production I do not wish to install it, just yet.
    I approve the update for BI Test Servers. The GPO sets patches to install on Sundays at 0300. This time comes
    around and both the server in BI Test Servers and BI Prod Servers have received the update.
    My assumption, as mentioned earlier, is that because BI Productions Servers had had approval for this update at an earlier time, it applied to the server in this group and installed automatically.
    I had thought deleting any old Update Views would have mitigated this, but I guess they are just views.
    What I would like to do, is to clear all previous approvals in WSUS, so the system thinks no updates have never been approved. Is such a thing possible?We're
    running the system on SQL so a query that can amend this would also be an option.
    The system is also running a downstream server, so any changes would need to propogate downwards. Unsure if SQL would cope with this.
    Sorry for such a long post!
    Any help gratefully received!
    Lewis

    What I would like to do, is to clear all previous approvals in WSUS, so the system thinks no updates have never been approved. Is such a thing possible?
    Sure! Open the All Updates View. Ctrl-A. Right-Click. Select NotApproved for "All Computers" and inherit to all groups. If you're lucky, the UI won't timeout trying to complete the task.
    Kinda radical, though, if you ask me.
    It might be more productive to back up a step and make sure that you fully understand the association between approvals, groups, and members, and what behaviors will occur as a result, and simply set the approvals the way they should be, and remove the approvals
    from updates that shouldn't be.
    In the mean time, an additional server has been added to BI Production Servers that does not have this update, but as being production I do not wish to install it, just yet.
    If you put a machine in a group that has approved updates, that machine is going to get ALL of the approved updates that are not yet installed -- particularly if it is *configured* to do that. Part of the challenge here seems to be confusing the concept
    of *Approval* (permission/authorization) with the actual *Deployment* (action) of the updates. A second part of the challenge here is that your servers should not be able to *automatically* install updates if you wish to expressly control when they do that.
    My assumption, as mentioned earlier, is that because BI Productions Servers had had approval for this update at an earlier time, it applied to the server in this group and installed automatically.
    This is absolutely correct.
    I had thought deleting any old Update Views would have mitigated this, but I guess they are just views.
    Also correct. Views are views -- just a collection of updates with common attributes.
    Approvals are approvals.
    The system is also running a downstream server, so any changes would need to propogate downwards.
    Important point! All changes WILL propgate downwards, but removing the approvals from hundreds (if not thousands) of updates will functionally break the downstream server. This forum is replete with conversations about people who have declined hundreds of
    updates in one pass. The server-to-server synchronization task is just not equipped for that volume of event transactions.
    If you truly feel the need to remove all of the approvals, it would likely take less time to build a new downstream server and sync after the approvals have been removed.
    For that matter, it would likely take less time to rebuild the UPSTREAM server, than to try to remove every approval in the system!
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • "cookie secondary" problem

    Hi,
    our customer would like using http cookie stickiness and Ace module would learn cookie from url web page.
    For expample during this get http request:
    http://172.16.211.69:85/UNIX_PS/?ONWEB_InfoRule=UNIX_PS.U_LISTA_AUTORIZZAZIONI('xxxx,'xxxx','xxxx')&PSONWEBID=172017242064START20090914143000
    ace must be use "172017242064START20090914143000" such as cookie.
    So I Configured this sticky serverfarm:
    sticky http-cookie &PSONWEBID ONWEB-STICKY-CRM
    cookie offset 0 length 32
    cookie secondary &PSONWEBID
    timeout 30
    replicate sticky
    serverfarm ONWEB-SFARM-2
    I leave out Layer 3 and Layer 4 SLB beacuse I haven't problem with it.
    Questions are:
    1. why "show sticky database group ONWEB-STICKY-CRM" is empty?
    2. stickiness doesn't work: i try to send two request with same url and ace balance on two different server.
    3. what's mean "You can configure an alternative cookie name that appears in the URL string of the web page on the server." rif cisco documentation ? I'm confusing alternative concept.
    Regards.
    Arduino

    Hi Arduino,
    In your http-cookie definition don't use the & prefix. The "&" isn't part of the cookie name but part of the glue that holds the HTTP request/response together. In this case I don't think you need a secondary cookie.
    Check the example at http://docwiki.cisco.com/wiki/Session_Persistence_Using_Cookie_Learning_on_the_Cisco_Application_Control_Engine_Configuration_Example
    HTH
    Kind Regards
    Cathy

Maybe you are looking for

  • Metadata of Controller EMPTYVIEW Is Not Consistent.

    Hi, After upgrading NW04s from SP07 to SP11, one of my web dynpro for ABAP application gives the following error on execution. I am also getting a system dump. I have checked all the necessary services in SICF & most of the required services are acti

  • How to uninstall Safari 4.0.3

    I've been getting a lot of problems with the newly updated Safari... hanging pages (on facebook, onion and etc... all you get is a turning wheel, no crash windows, have to force quite and start again, the second time always works). And it also genera

  • Pages and dropbox

    Im using dropbox and I'm able to open a file from the dropbox folder using numbers or pages on my iPad but then the changes i make to the files don't sync back to the copy of the file in dropbox, it just saves as a new file in the numbers or pages ap

  • Problem Defining Source in CS5 for Clone Stamp and Healing Brush

    I am struggling to define the source point for clone stamp or healing brush in Photoshop CS5. When I first installed the program it was working just as the instructions were set out in the help menu (e.g. alt click to define the source and then move

  • Weblogic's jDriver for Oracle

    Hi! I get the following exception when I run utils.dbping. (I have added %WL_HOME%\bin\oci817_8 and %ORACLE_HOME%\bin to the path. I have an evaluation copy of weblogic and I use the driver that comes along with the server download.) C:\javapgms\java