OnTouch event about to Listfield

I did a listfield by extending a Vertical Manager where I add number of horizontal Manager. The HFM contains an image and a Text.Now of the thing is I want to get the index of the line when I click it. The problem is that for the first line, it gives me 0 which is correcnt, but for the 2nd it gives me 2 instead of 1, even for the 3rd it gives 4 instead of 2. Please help

Just to avoid confusion, what you seem to have created is not a ListField, who is a completely different UI component that a series of HFMs added to an optimization of resources.

You seem to be using getFieldIndex() on the optimization of resources.  If all you had added were the HFM, so I expect the index to go up by one. The fact that they are of 2 indicates that you have added something else, like a NullField.  So I would check your code to confirm the manager who you get the index of the fields of the and what you add to this Manager.

Tags: BlackBerry Developers

Similar Questions

  • movable control problems and onTouch event

    Hi guys

    In my last question, I posted about how can I make a movable control and it works fine, but now I have another question, when I drag a control and put on another control, which moves another control I guess that the elements are mixed with the OnTouch event.

    Here's an example I want to:

    But instead, the control move another decline of the level controls (when I drag control too close to a third party):

    I don't know how I can fix, I use a DockLayout, so that shouldn't happen.

    I use the following code on my movable controls:

    ImageView {
             id: watermark1
             imageSource: watermark.imageSource
             opacity: watermark.opacity
             translationX: 0
             translationY: 100
             attachedObjects: [
                 ImplicitAnimationController {
                     id: translationControllerY
                     propertyName: "translationY"
                 },
                 ImplicitAnimationController {
                                         id: translationControllerX
                                         propertyName: "translationX"
                 }
             ]
             property real iniX : 0;
             property real iniY : 0;
             property real posicionY: 100;
             property real posicionX: 0;
             onTouch: {
                 translationControllerY.enabled = false;
                 translationControllerX.enabled = false;
    
                 if (event.isDown()) {
                     iniX = event.windowX;
                     iniY = event.windowY;  
    
                 }
                 if (event.isMove()) {
                    guide.opacity = 0.6
                    guide1.opacity = 1.0
                    watermark1.translationX = posicionX + event.windowX - iniX;
                    watermark1.translationY = posicionY + event.windowY - iniY;
                    console.debug(iniX, iniY)
                    console.debug(watermark1.translationX + " and " + watermark1.translationY)
    
                 }
                 if (event.isUp()){
                     guide.opacity = 0
                     guide1.opacity = 0
                     posicionX = watermark1.translationX
                     posicionY = watermark1.translationY
                     console.debug("item left")
                 }
                 if (event.isCancel()){
                     guide.opacity = 0
                     guide1.opacity = 0
                     posicionX = watermark1.translationX
                     posicionY = watermark1.translationY
                     console.debug("Cancel)
                 }
               }
             }
    

    Hope you can help me

    Bravo and thank you!

    If you have this movement attached to each 'widget' code, then you will need to cover the event notecard for each other widget outside that you drag.

    The simplest but not the most elegant way is to set a global variable because everyone can see who puts a simple if statement around the code onTouch.

  • onTouch event

    Hi all

    I want to make an area safe as an image and drawing to capture something.

    Is there an API or something?

    I need the event that could happen onTouch, onLeaveTouch or so... maybe he's the other?

    Agreed. In fact, there are 2 years, I've written this example that uses canvas + touch events to produce a drawing "sketch pad".

    https://github.com/BlackBerry/WebWorks-community-samples/tree/master/sketchPad

  • In a tool such as Foglight events about APM-driven alerts

    Hi all

    Our company is currently having an internal debate whether Foglight can replace IBM Netcool Omnibus.  I had a conference call with Gartner last week to discuss the surveillance as a whole and one gentlemen on the phone said that "Foglight can replace Omnibus' which has left me a bit confused because I know that we have had these discussions with Dell, who said that they are not a replacement for Netcool Omnibus. Unfortunately, we ran out of time and I couldn't get their probe on this statement.

    We currently use the functionality of Netcool Omnibus in 5 ways that are:

    Event command line injection

    There is a binary called postzmsg which is drawn from the command line with parameters that contain the severity, summary, on call group and so on.

    Syslog monitoring
    Omnibus has a probe called syslog that we use for monitoring Oracle database log files and trigger events in Omnibus if specific events are found in the newspaper.  This is done in real time.

    SNMP traps
    Omnibus currently listening to breaks SNMP of some of our products like CA Autosys and cypress trees of the ASG.


    E-mail

    Omnibus was an electronic probe that monitors a specific e-mail (Google) for specifically formatted e-mail account and then turns them into an Omnibus event.  We use usually this method as a last resort because it is dependent on the e-mail.

    Automation of self-correction
    Omnibus contains what is called "Actions".  We can search for specific events, and then take corrective action with Automation in Omnibus to fix what caused the event. An example of this would be with our product CA Autosys.  Omnibus search specifically for events 'pulse' every 5 minutes. These heartbeats are sent directly by a job in Autosys which in turn proves Autosys is running.  If Omnibus does not see the heart beat, she considers as inactive Autosys and run scripts which then try to restart Autosys save.  Omnibus then reports if this attempt succeeded or failed and worsens the severity according to its conclusions.

    Please keep in mind that all of these methods are with an event-driven approach rather than a performance-based approach.

    I really need to have a clear picture on whether and how the Foglight can cope with the event focused on issues.

    I asked Dell technical support who said the follow-up:

    You may be able to use a script agent to meet your needs.  The script agent could return data to the FMS and you could have a rule that fires based on the data returned.You would be responsible to creating the script used by the agent.  There is a "Builiding Script Agents" section under the "Customizing Your Environment with Tooling | Building Script Agents" in the Foglight Administration and Configuration guide.
    

    Has anyone had experience with this? What was the result? Do you use today? Advantages vs disadvantages?

    If anyone has the source code example that it would be really appreciated! I am also very interested in hearing other thoughts which have Foglight and another tool such as Omnibus or other tools and how they use with Foglight or if they withdrew these tools after having long Foglight.

    Thanks to you all! Looking forward to your answers!

    Larry Roberts

    Larry,

    Foglight can be configured to monitor the applications where an out of the box cartridge (module) was not developed and delivered with the product. There are several ways to customize Foglight.

    Event command line injection

    Looks like you want to send alarms foglight via a command line program. It is feasible because there are available with Foglight APIs to create alarms.

    Syslog monitoring

    Foglight monitoring logs with the logfilter agent. You can set the strings that need to be searched (when a log file is updated by your applications), then specify the corresponding string (based on regular expressions) is a warning, critcal or a fatal alert.

    For monitoring of log files from the database, which is available with the cartridges of the database (DB2, Oracle, SQL Server, MySQL, Sybase) delivered with Foglight.

    SNMP traps

    Foglight can receive (out of the box) SNMP traps and convert them to Foglight alarms.


    E-mail

    I study further on this request. Basically, it takes an e-mail player that puts the emails in a log file that will read the Foglight LogFilter agent and search for error conditions.

    Automation of self-correction Foglight rules have actions that can be performed in the cases where the rule detects specific conditions as the processor high as a basic example and then run the scripts commands, scripts remotely, send SNMP traps, invoke a JavaEE trace, etc. A custom agent could be developed to run your heartbeat AutoSys and then search for an answer to a file or stdout and update a Foglight table that is being tested in a rule.

    David Mendoza

    Foglight Consultant

  • Custom development/unfocus listfield problem

    Hi guys,.

    I followed and adapted a few custom listfield and produced the code below. The layout fields works exactly as I intended, however, I ran into problems to repaint when the focus changes as I scroll around the fields.

    Scroll down the first elements in the list, focus changes as it should. When the focus switches to the listfield, who is at the bottom of the screen (as in the last field that is displayed, not necessarily the last field in the list), the target element is displayed correctly, but the text of all the other fields is preparing to the color that the target text must be. The fuzzy text remains then the color targeted until I do scroll up even once, when he again changes in how it should be.

    Sorry if it is not very clear... I can post screenshots if it's not understandable!

    The code used is the following:

    ListField custom

    public class MatchListField extends ListField implements FieldChangeListener
    {
        private boolean hasFocus;
        private static final int LIGHT_TEXT  = 0xe6ce03;
        private static final int DARK_TEXT  = 0x054b93;
        private final int[] cols = new int[]{ 0xe6ce03, 0xf9f1af, 0xf9f1af, 0xe6ce03 };
    
        public MatchListField()
        {
            super();
            setRowHeight( 50 );
        }   
    
        public int moveFocus(int amount, int status, int time)
        {
            invalidate();
            return super.moveFocus(amount,status,time);
        }
    
        public boolean isFocusable()
        {
            return true;
        }
    
        //Invoked when this field receives the focus.
        protected void onFocus(int direction)
        {
            hasFocus = true;
            super.onFocus(direction);
            invalidate();
        }
    
        //Invoked when a field loses the focus.
        protected void onUnfocus()
        {
            hasFocus = false;
            super.onUnfocus();
        }
    
        protected void paint( Graphics graphics )
        {
            //Get the current clipping region as it will be the only part that requires repainting
            XYRect redrawRect = graphics.getClippingRect();
            if(redrawRect.y < 0)
            {
                throw new IllegalStateException("Clipping rectangle is wrong.");
            }
    
            //Determine the start location of the clipping region and end.
            int rowHeight = getRowHeight();
    
            int curSelected;
    
            //If the ListField has focus determine the selected row.
            if (hasFocus)
            {
                 curSelected = getSelectedIndex();
            }
            else
            {
                curSelected = -1;
            }
    
            int startLine = redrawRect.y / rowHeight;
            int endLine = ( redrawRect.y + redrawRect.height - 1 ) / rowHeight;
            endLine = Math.min( endLine, getSize() );
            int y = startLine * rowHeight;
    
            //Setup the data used for drawing.
            int[] yInds = new int[]{y, y, y + rowHeight, y + rowHeight};
            int[] xInds = new int[]{0, getPreferredWidth(), getPreferredWidth(), 0};     
    
            //Draw each row
            for( ; startLine <= endLine; startLine++ )
            {
                if (startLine != curSelected)
                {
                    //Draw the non selected rows.
                    graphics.setColor( LIGHT_TEXT );
                    super.paint( graphics );
                }
                else
                {
                    //Draw the selected rows.
                    graphics.drawShadedFilledPath( xInds, yInds, null, cols, null );
                    graphics.setColor( DARK_TEXT );
                    super.paint( graphics );
                }
                //Assign new values to the y axis moving one row down.
                y += rowHeight;
                yInds[0] = y;
                yInds[1] = yInds[0];
                yInds[2] = y + rowHeight;
                yInds[3] = yInds[2];
    
            }
        }
    }
    

    Custom ListFieldCallback:

    public class MatchListCallback implements ListFieldCallback {
    
        private Vector _listElements = new Vector();
    
        public void drawListRow(ListField listField, Graphics graphics, int index, int y, int width)
        {
            MatchListField matchList = ( MatchListField ) listField;
            MatchListRowManager rowManager = ( MatchListRowManager ) _listElements.elementAt( index );
            rowManager.drawRow( graphics, 0, y, width, matchList.getRowHeight() );
        }
    
        //Returns the object at the specified index.
        public Object get(ListField list, int index)
        {
            return _listElements.elementAt(index);
        }
    
        //Returns the first occurence of the given String, bbeginning the search at index,
        //and testing for equality using the equals method.
        public int indexOfList(ListField list, String p, int s)
        {
            //return listElements.getSelectedIndex();
            return _listElements.indexOf(p, s);
        }
    
        //Returns the screen width so the list uses the entire screen width.
        public int getPreferredWidth(ListField list)
        {
            return Display.getWidth();
        }
    
        //Adds a String element at the specified index.
        public void insert( String homeTeam, String awayTeam, int homeGoals, int awayGoals )
        {
            MatchListRowManager row = new MatchListRowManager();
            Bitmap badge1 = Bitmap.getBitmapResource( homeTeam + ".png" );
            Bitmap badge2 = Bitmap.getBitmapResource( awayTeam + ".png" );
    
            row.add( new BitmapField( badge1 ) );
            row.add( new LabelField( homeTeam, LabelField.USE_ALL_WIDTH | LabelField.ELLIPSIS ));
            row.add( new LabelField( homeGoals + " - " + awayGoals, LabelField.USE_ALL_WIDTH | LabelField.ELLIPSIS | DrawStyle.HCENTER ));
            row.add( new LabelField( awayTeam, LabelField.USE_ALL_WIDTH | LabelField.ELLIPSIS | LabelField.RIGHT ));
            row.add( new BitmapField( badge2 ) );
    
            _listElements.addElement( row );
        }
    
        //Erases all contents.
        public void erase()
        {
            _listElements.removeAllElements();
        }
    
    }
    

    The manager used for individual fields of page layout that make up each listfield:

    public class MatchListRowManager extends Manager
    {
    
        public MatchListRowManager()
        {
            super( 0 );
        }
    
        public void drawRow( Graphics g, int x, int y, int width, int height )
        {
            layout( width, height );
            setPosition( x, y );
            g.pushRegion( getExtent() );
            subpaint( g );
    
            g.popContext();
        }
    
        protected void sublayout(int width, int height )
        {
            int preferredWidth = getPreferredWidth();
    
            //badge 1 field
            Field field = getField( 0 );
            layoutChild( field, 40, 40 );
            setPositionChild( field, 0, 5 );
    
            //home team field
            field = getField( 1 );
            layoutChild( field, ( preferredWidth - 160 ) / 2, 40 );
            setPositionChild( field, 42, 10 );
    
            //score field
            field = getField( 2 );
            layoutChild( field, 80, 40 );
            setPositionChild( field, 42 + ( preferredWidth - 164 ) / 2, 10 );
    
            //away team field
            field = getField( 3 );
            layoutChild( field, ( preferredWidth - 160 ) / 2, 40 );
            setPositionChild( field, 42 + 80 + ( preferredWidth - 164 ) / 2, 10 );
    
            //badge2 field
            field = getField( 4 );
            layoutChild( field, 42, 40 );
            setPositionChild( field, preferredWidth - 40, 5 );
    
            setExtent( preferredWidth, getPreferredHeight() );
        }
    
        public int getPreferredWidth()
        {
            return Display.getWidth();
        }
    
        public int getPreferredHeight()
        {
            return 50;
        }
    
    }
    

    I've tested this using the Bold 9700 Simulator with the API 5.0.

    I had a quick glance at some of the other posts about personalized listfields and have had no joy to find a solution so far. I would be grateful if someone could point me in the right direction here.

    I only have a few months of experience with Java programming, and very little experience developing for BlackBerry, so if there are no other pointers of how I could put this implementation, then that would be most appreciated.

    Thanks in advance!

    Suddenly appeared to me...

    Use this.getCallback () to get the instance of MatchListCallback and then replaced two calls super.paint (graph) with:

    callBack.drawListRow (this, graphics, startLine, xInds [0]);

    Problem solved.

    Thanks for the help, he led me on the right track!

  • m251nw: garbage prints m251nw characters randomly

    I have a small home network with a HP Color Laserjet m251nw.  It has been in place for several years and works very well.  It is configured as a network printer.

    The last week or so, I had events where the printer is out of paper after printing the tray corrupt character set.

    I thought that protected by some kind of print job failed.  I power cycle the printer, went to the one on the network and makes computer so that no print jobs are waiting. (Went up to check that NO printer defined had all print jobs).

    This doesn't seem to help.  Even if no print jobs are waiting, it will always print pages garbage after sitting idle for a while. (As little as 10 minutes, for as long as a few hours).

    I updated the firmware from 20150212, but I had an event about 15 minutes after finishing.

    On a whim, I just cut the e-services, (maybe someone was emailing a bad impression?)

    Really, I have two questions.

    1. is there a newspaper that tells us where the last print job came? (IP, online services, etc.) ?

    2 other things I can try?  I don't have the money to replace the printer right now.

    I think I solved this problem.

    For reasons I do not understand the IP address of my printer changed to the IP that I used for my office.  (Can be any number of reasons, I had problems with my router that required me to reboot several times, probably wiped the database of the DHCP lease)

    I have several camera that saved JPGs and AVI on the desktop via FTP.

    I forced to change the IP address of the printer, and I have not had an event repeat since.

  • The following text has been a constant problem with WINDOWS UPDATE

    Problems found Details of detection
    5
    The search for updates failed Detected
    Windows Update has encountered an error, search for updates online.
    Details of connectivity
    Events about the problems of connectivity to the Windows Update servers.
    Level:
    Warning
    Journal: Microsoft-Windows-WindowsUpdateClient/Operational
    Date: 21/12/2015-15:38:01
    Message: Lost connectivity Windows Update.
    Scan details
    Windows Update has encountered an error when searching for updates.
    Error code: -2147012721

    Details of detection
    Network Diagnostics log
    Other newspapers and Network Configuration
    Name of the file: NetworkConfiguration.cab
    Collection information
    Computer name: PAULETTE-LT
    Version of Windows:
    6.1
    Architecture:
    AMD64
    Time:

    Tuesday, January 5, 2016 20:26:20

    In this case, it is recommended first to check if your Internet connection is working properly. To do this, open a browser (such as Internet Explorer, Google Chrome, Mozilla Firefox, etc.) and type in any website (such as www.google.com, www.yahoo.com, etc.) in the address bar. Press the Enter key on your keyboard to start the Web page. If the Web page does not load, then it may be a problem with your Internet connection. We recommend that you follow the troubleshooting options mentioned on the links below to solve this:
    http://Windows.Microsoft.com/en-us/Windows/cant-connect-Internet#1TC=Windows-8
    http://Windows.Microsoft.com/en-us/Windows/network-connection-problem-help#network-problems=Windows-81&V1H=win81tab1&V2H=win7tab1&V3H=winvistatab1

    If the Web page loads successfully, then your Internet connection works well. In this case, run the tool in troubleshooting Windows Update from the link below and see if it works:
    http://Windows.Microsoft.com/en-us/Windows7/open-the-Windows-Update-Troubleshooter

    Hope this will help you.

  • HELP in drawing and adding captions to picture

    Please forgive my English and my beginner skills. I am really new to QT, QPainter and graphics programming.

    I develop the application snap2chat.  And I badly need help with drawing and add captions to Images.

    I tried QPainter paint brushes in the picture and save it. But it's really slow. I also added onTouch event on the image and passed the localX and localY and this is the position that I also used for the QPainter to paint on and does not have the right position for painting too.

    and also the image GET bluish when I start painting.

    QImage theimage = QImage(imagePath);
    
        QPainter painter(&theimage);
        painter.setRenderHint(QPainter::Antialiasing, true);
        painter.setPen(QPen(Qt::transparent, 3, Qt::SolidLine, Qt::RoundCap)); // stroke
        painter.setBrush(QBrush(Qt::green, Qt::SolidPattern)); // fill
        painter.drawEllipse(x, y, 10, 10);
    
        //theimage.save(imagePath, "JPG"); // I also tried uncommenting this
    
        const bb::ImageData imageData = bb::ImageData::fromPixels(theimage.bits(), bb::PixelFormat::RGBX, theimage.width(), theimage.height(), theimage.bytesPerLine());
    
        m_image = bb::cascades::Image(imageData); // this is the image I show in the ImageView
    

    Also drawing with QPainter texts it blocks with the reason for the QFontDatabase. I saw a solution in another thread to add this line , but nothing helped.

    Any suggestions please?

    I didn't know he jumped a dialogue... the alternative is to write the screen to a bitmap image and then save it, works with 10.0 api and does not require a permission to screen capture or guest

    I wrote an example that shows how to do this.

    https://github.com/slashkyle/Cascades-samples/tree/master/CaptureThis

  • NavigationPane Query

    Hello

    I use a NavigationPane in my application. My main screen consists of headers and labels and labels have onTouch {} events that will grow to a specific page in the stack.

    As each page a WebView, I was wondering if it is possible to create a dynamic WebView? (so the actionBar is identical every time) and I don't have to create a new WebView on each page, and I'm a little confused by the WebStorage; I tried to give a key that caches all WebViews then a button to clear the cache.

    Furthermore, I leaned to create a button to increase/decrease the police size; I created this in JavaScript and named the file TextResize.js

    function resizeText(multiplier) {
        if (document.body.style.fontSize == "") {
            document.body.style.fontSize == "1.0em";
        }
        document.body.style.fontSize = parseFloat(document.body.style.fontSize) + (multiplier * 0.2) + "em";
    }
    

    I then imported in one of my pages QML

    import "TextResize.js" as TextResize
    
    actions: [
    ActionItem {
                title: "Increase Font Size"
                ActionBar.placement: ActionBarPlacement.InOverflow
    
                onTriggered: {
                    TextResize.resizeText(1)
                }
            },
            ActionItem {
                title: "Decrease Font Size"
                ActionBar.placement: ActionBarPlacement.InOverflow
    
                onTriggered: {
                    TextResize.resizeText(-1)
                }
            }
    ]
    

    Yet the buttons do not seem to do anything when the increase or decrease of the police in a WebView, so I was wondering if there is another way to increase or decrease the police in a WebView using ActionItems?

    Also, I use a MapView - with visibility set to false - and then, when the user clicks on "View map" (in the menu "more"), the plan would become visible. is it possible somehow that create dynamically - so that the card is always the same, except that it will be a different long and lat on each page or I create the MapView on each of my pages QML?

    Finally, I'm looking to create a page of settings - options for a clear/dark theme selector (coupled with a dialog box: to inform the user that they will have to restart the app) but I don't know where to start on this one here.

    Thanks in advance

    LOL, in fact there are four questions here are not here can you create 4 threads separated, thank you.

  • Can we open document from the hyperlink QML?

    Can we open document from the hyperlink qml?

    Label

    {

    "text:"Click here!

    "

    }

    I know that this problem has been resolved, but won't this is the solution.

    People, please stop using onTouch event on controls to manage the events of tap.

    To manage the tap, you must use gestureHandlers instead of onTouch

    gestureHandlers: [
                    TapHandler {
                        onTapped: {
                            // THIS CONTROL IS TAPPED AND NOT SIMPLY "TOUCHED". DO SOMETHING HERE
                        }
                    }
                ]
    

    If you treat your event on signal Notecard, you will eventually provide a poor user experience!

  • Slow start... That's happened?

    I have Windows 7 64 bit Pro.  My computer has been very stable and free of errors.  December 14, I did all the updates of windows and also installed Microsoft Silverlight.  Everything was a success and the computer continues to run correctly.  Two days later, I turned on the computer and it took 5 minutes to start ('Starting Windows' screen)!  This has never happened before and normal bootups takes less than a minute.  At the start of 5 minutes, the hard drive was active all the time!  After startup, the computer has been sluggish for a few minutes and moved out.  I looked at event viewer and found no errors or warnings.  The usual information events were all the same as for bootups in good health except for longer time periods between events.  I shut down the computer that took 45 seconds instead of the usual 15 seconds.  Everything has been normal since then.  I use Microsoft Security Essentials and made tests before and after the incident and found nothing.  Does anyone have an idea what may have caused this?  I should do or just ignore it since its working fine now?

    Thank you.

    I'm just following the previous post to report that the problem has been found and corrected.  In addition to the slow start that has occurred only a handful of times, the computer also showed freeze times events, about one per day on average.  These gels would last from 10 seconds to a few minutes in length.  During a freeze, the mouse will work fine but the computer does not respond to the clicks of the mouse, opening or closing an application or just about anything else.  As the hard drive light was sur-solide during a frost event but the process explore not detected no disk activity.  Without errors or warnings never appeared in the event viewer and extended hard drive test showed no problems.  However, I was always suspicious of the hard drive.  I photographed the drive and restored the image on a new hard drive and the problem was gone for good.  The only thing that has changed is the hard drive itself.  Any software problem would travel with the image, so I conclude that the culprit was the hard disk hardware.  In any case, I am happy that the problem is solved!  I hope that this monitoring will help someone else.

  • Trouble getting a Cisco 2600 series AP to stay connected to WLC 5508

    Hello

    I recently loaded the independent our old APs upgrade to LWAPs.  We have a WLC 5508 to our Virtual Co - Lo and I use Flexconnect to accommodate local switch and dhcp on our sites.  I have updated more than 50 APs and joined them to the controller.  These include only the 1130AG and 1240AG models.  However they work perfectly and stay connected to the controller.  I'm having is with a new batch of 2600 series APs stay connected to the controller.  I tried to do research in what may cause disconnect it but have yet to find a solution.  I use DNS to resolve queries for CAPWAP & LWAPP APs to the controller on our EXTENSIVE network.  Read other messages I thought that this is perhaps a problem with packages to drop but have had our provider that manages Sonicwalls at both ends of the WAN confirm for me that there is no packet loss.  Here are the logs that I collected through the puttty of the WLC & AP.  Any help would be greatly appreciated.

    AP, I do the test on:

    NAME: "AP2600', DESCR: 'Cisco Aironet 2600 Series (IEEE 802.11n) Access Point.

    PID: AIR-CAP2602I-A-K9, VID: V01, SN: FTX1740J8V1

    WLC in question:

    Name of the manufacturer... Cisco Systems Inc..

    Product name... Cisco controller

    Version of the product... 7.3.112.0

    Bootloader Version... 1.0.1

    Retrieving Image Version field... 6.0.182.0

    Firmware version... Console USB 1.3, 1.6 Env FPGA, 1.27

    Build Type....................................... DATA + WPS

    System name... wificontroller

    Location of the system... Corp

    Contact System... Net engineer

    ObjectID of system... 1.3.6.1.4.1.9.1.1069

    Redundancy mode... People with disabilities

    IP Address....................................... 10.250.32.8

    Last Reset....................................... Software reset

    Time system... 190 days 3 hours 34 minutes 24 seconds

    Location of the time zone of the system... (GMT - 5:00) Eastern (USA and Canada)

    The country is set... USA - United States

    Operating environment... Utilities (0 to 40 ° C)

    Limits the internal temperature alarm... 0 to 65 ° C

    -Other - or ITU (q)

    ... Internal temperature 38 C

    Outdoor temperature... + 20 C

    Fan Status....................................... Ok

    State of 802. 11 b network... Activated

    State of 802. 11A network... Activated

    Number of wireless LANs... 14

    Number of Active Clients... 71

    Built-in MAC address... C8:9 C: D: 8 1: 52:E0

    Power supply 1... Currently, OK

    Power supply 2... Absent

    Maximum number of taken access points supported... 100

    Here is the result which leaves on concluded that the AP joins the WLC for a short period and then goes offline

    WT-4thFlr-AP3 #.

    * 15:42:04.419 Dec 14: % 3-CAPWAP-ERRORLOG: County of Retransmission for package exceeded max (CAPWAP_WTP_EVENT_REQUEST

    ., 3)

    * 15:42:11.443 Dec 14: EVT-4-AVT %: write flash: / done event.capwap

    * 15:42:11.483 Dec 14: LWAPP-3-CLIENTERRORLOG %: switch to standalone mode

    * 15:42:11.487 Dec 14: % 3-CAPWAP-ERRORLOG: dating BACK to the DISCOVERY of FASHION

    * 15:42:11.487 Dec 14: % DTLS-5-SEND_ALERT: send FATAL: close notify alert at 10.250.32.8:5246

    * 15:42:11.571 Dec 14: % FEDS-6-persons with DISABILITIES: Signature of IDS is removed and disabled.

    * 15:42:21.575 Dec 14: % 3-CAPWAP-ERRORLOG: MWAR selected ' wificontroller'(index 0).

    * 15:42:21.575 Dec 14: % 3-CAPWAP-ERRORLOG: go join a capwap controller

    * 15:42:12.000 Dec 14: % CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 10.250.32.8 peer_port: 5246

    * 15:42:14.303 Dec 14: % CAPWAP-5-DTLSREQSUCC: DTLS connection created successfully peer_ip: 10.250.32.8 peer_port: 5246

    * 15:42:14.303 Dec 14: % CAPWAP-5-SENDJOIN: send request to join 10.250.32.8

    * 15:42:15.127 Dec 14: "Promiscuous" from Ethernet mode

    * 15:42:15.535 Dec 14: LWAPP-4-CLIENTEVENTLOG %: OfficeExtend Localssid recorded Flash AP

    * 15:42:15.667 Dec 14: ac_first_hop_mac - IP:10.1.2.250 Hop IP:10.1.2.250 IDB:BVI1

    * 15:42:15.667 Dec 14: AC setting hop first MAC: 0017.c575.a23c

    * 15:42:15.855 Dec 14: % CAPWAP-5-JOINEDCONTROLLER: AP joined controller wificontroller

    * 15:42:15.911 Dec 14: LWAPP-4-CLIENTEVENTLOG %: No. Flex ACL to load map configuration file. To connect to the controller to get the configuration file

    * 15:42:15.911 Dec 14: LWAPP-4-CLIENTEVENTLOG %: No. Flex ACL to load map configuration file. To connect to the controller to get the configuration file

    * 15:42:15.911 Dec 14: LWAPP-4-CLIENTEVENTLOG %: map No. LS Flex to load ACL configuration file. To connect to the controller to get the configuration file

    * 15:42:15.915 Dec 14: LWAPP-4-CLIENTEVENTLOG %: no central Dhcp configuration file map to load. To connect to the controller to get the configuration file

    * 15:42:15.915 Dec 14: % LWAPP-3-CLIENTERRORLOG: connected mode

    * 15:42:23.639 Dec 14: FEDS-6-ACTIVATED %: Signature of IDS is loaded and enabled

    * 15:42:34.615 Dec 14: CLEANAIR-6-State: Slot 0 disabled

    * 15:42:34.615 Dec 14: CLEANAIR-6-State: Slot 1 disabled

    * 15:45:43.783 Dec 14: % 3-CAPWAP-ERRORLOG: County of Retransmission for package exceeded max (CAPWAP_WTP_EVENT_REQUEST

    (. 11).

    * 15:45:43.787 Dec 14: LWAPP-3-CLIENTERRORLOG %: switch to standalone mode

    * 15:45:43.787 Dec 14: % 3-CAPWAP-ERRORLOG: dating BACK to the DISCOVERY of FASHION

    * 15:45:43.787 Dec 14: % DTLS-5-SEND_ALERT: send FATAL: close notify alert at 10.250.32.8:5246

    * 15:45:43.867 Dec 14: % FEDS-6-persons with DISABILITIES: Signature of IDS is removed and disabled.

    * 15:45:53.867 Dec 14: % 3-CAPWAP-ERRORLOG: MWAR selected ' wificontroller'(index 0).

    * 15:45:53.867 Dec 14: % 3-CAPWAP-ERRORLOG: go join a capwap controller

    * 15:45:44.000 Dec 14: % CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 10.250.32.8 peer_port: 5246

    * 15:45:46.315 Dec 14: % CAPWAP-5-DTLSREQSUCC: DTLS connection created successfully peer_ip: 10.250.32.8 peer_port: 5246

    * 15:45:46.315 Dec 14: % CAPWAP-5-SENDJOIN: send request to join 10.250.32.8

    * 15:45:46.487 Dec 14: "Promiscuous" from Ethernet mode

    * 15:45:49.903 Dec 14: LWAPP-4-CLIENTEVENTLOG %: OfficeExtend Localssid recorded Flash AP

    * 15:45:50.031 Dec 14: ac_first_hop_mac - IP:10.1.2.250 Hop IP:10.1.2.250 IDB:BVI1

    * 15:45:50.031 Dec 14: AC setting hop first MAC: 0017.c575.a23c

    Here are the results of the client debugging capwap event about to access:

    WT-4thFlr-AP3 #debug capwap customer event

    Display debugging EVENT customer CAPWAP is on

    WT-4thFlr-AP3 #.

    * 15:54:58.335 Dec 14: % 3-CAPWAP-EVENTLOG: Echo interval has expired.

    * 15:54:58.335 Dec 14: % 3-CAPWAP-EVENTLOG: sending package to AC

    * 15:54:58.335 Dec 14: % 3-CAPWAP-EVENTLOG: echo sent to 10.250.32.8 request

    * 15:54:58.343 Dec 14: % 3-CAPWAP-EVENTLOG: reset reTransmissionCnt to 0

    * 15:54:58.343 Dec 14: % 3-CAPWAP-EVENTLOG: queue empty.

    * 15:54:58.343 Dec 14: % 3-CAPWAP-EVENTLOG: echo response from 10.250.32.8

    * 15:55:08.000 Dec 14: % 3-CAPWAP-EVENTLOG: setting the time at 15:55:08 UTC 14 December 2013

    * 15:55:25.579 Dec 14: % 3-CAPWAP-EVENTLOG: sending package to AC

    * 15:55:25.587 Dec 14: % 3-CAPWAP-EVENTLOG: reset reTransmissionCnt to 0

    * 15:55:25.587 Dec 14: % 3-CAPWAP-EVENTLOG: queue empty.

    * 15:55:25.587 Dec 14: % CAPWAP-3-Journal of EVENTS: event Wtp 10.250.32.8 response

    * 15:55:25.827 Dec 14: % 3-CAPWAP-EVENTLOG: sending package to AC

    * 15:55:25.835 Dec 14: % 3-CAPWAP-EVENTLOG: reset reTransmissionCnt to 0

    * 15:55:25.835 Dec 14: % 3-CAPWAP-EVENTLOG: queue empty.

    * 15:55:25.835 Dec 14: % CAPWAP-3-Journal of EVENTS: event Wtp 10.250.32.8 response

    * 15:55:55.835 Dec 14: % 3-CAPWAP-EVENTLOG: Echo interval has expired.

    * 15:55:55.835 Dec 14: % 3-CAPWAP-EVENTLOG: sending package to AC

    * 15:55:55.835 Dec 14: % 3-CAPWAP-EVENTLOG: echo sent to 10.250.32.8 request

    * 15:55:55.843 Dec 14: % 3-CAPWAP-EVENTLOG: reset reTransmissionCnt to 0

    * 15:55:55.843 Dec 14: % 3-CAPWAP-EVENTLOG: queue empty.

    * 15:55:55.843 Dec 14: % 3-CAPWAP-EVENTLOG: echo response from 10.250.32.8

    * 15:55:56.000 Dec 14: % 3-CAPWAP-EVENTLOG: setting the time at 15:55:56 UTC 14 December 2013

    * 15:56:25.735 Dec 14: % 3-CAPWAP-EVENTLOG: sending package to AC

    * 15:56:25.743 Dec 14: % 3-CAPWAP-EVENTLOG: reset reTransmissionCnt to 0

    * 15:56:25.743 Dec 14: % 3-CAPWAP-EVENTLOG: queue empty.

    * 15:56:25.743 Dec 14: % CAPWAP-3-Journal of EVENTS: event Wtp 10.250.32.8 response

    * 15:56:25.983 Dec 14: % 3-CAPWAP-EVENTLOG: sending package to AC

    * 15:56:25.991 Dec 14: % 3-CAPWAP-EVENTLOG: reset reTransmissionCnt to 0

    * 15:56:25.991 Dec 14: % 3-CAPWAP-EVENTLOG: queue empty.

    * 15:56:25.991 Dec 14: % CAPWAP-3-Journal of EVENTS: event Wtp 10.250.32.8 response

    * 15:56:55.991 Dec 14: % 3-CAPWAP-EVENTLOG: Echo interval has expired.

    * 15:56:55.991 Dec 14: % 3-CAPWAP-EVENTLOG: sending package to AC

    * 15:56:55.991 Dec 14: % 3-CAPWAP-EVENTLOG: echo sent to 10.250.32.8 request

    * 15:56:55.999 Dec 14: % 3-CAPWAP-EVENTLOG: reset reTransmissionCnt to 0

    * 15:56:55.999 Dec 14: % 3-CAPWAP-EVENTLOG: queue empty.

    * 15:56:55.999 Dec 14: % 3-CAPWAP-EVENTLOG: echo response from 10.250.32.8

    * 15:56:56.000 Dec 14: % 3-CAPWAP-EVENTLOG: setting the time at 15:56:56 UTC 14 December 2013

    Here are the results of debug capwap client package in detail:

    WT-4thFlr-AP3 #.

    * 14 Dec 15:59:01.823: <   start="" of="" capwap="" packet ="">>

    * 15:59:01.823 Dec 14: control of CAPWAP mesg sent to 10.250.32.8, Port 5246

    * 15:59:01.823 Dec 14: Type Msg: CAPWAP_ECHO_REQUEST

    * 15:59:01.823 Dec 14: Msg length: 0

    * 15:59:01.823 Dec 14: Msg SeqNum: 44

    * 14 Dec 15:59:01.823: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 15:59:01.831: <   start="" of="" capwap="" packet ="">>

    * 15:59:01.831 Dec 14: mesg 10.250.32.8 Recd, Port 5246 CAPWAP control

    * 15:59:01.831 Dec 14: HLEN 2, Radio ID 0, WBID 1

    * 15:59:01.831 Dec 14: Type Msg: CAPWAP_ECHO_RESPONSE

    * 15:59:01.831 Dec 14: Msg length: 15

    * 15:59:01.831 Dec 14: Msg SeqNum: 44

    * 15:59:01.831 Dec 14:

    * 15:59:01.831 Dec 14: Type: CAPWAP_MSGELE_VENDOR_SPECIFIC_PAYLOAD, length 11

    * 15:59:01.831 Dec 14: the vendor identifier: 0 x 00409600

    * 15:59:01.831 Dec 14:

    * 15:59:01.831 Dec 14:

    IE: UNKNOWN IT IS ABOUT 151

    * 15:59:01.831 Dec 14: IE length: 5

    * 15:59:01.831 Dec 14: decode the routine unavailable, Hex Dump printing

    * 15:59:01.831 Dec 14:

    52 80 46 00 AC

    * 14 Dec 15:59:01.831: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 15:59:20.931: <   start="" of="" capwap="" packet ="">>

    * 15:59:20.931 Dec 14: mesg 10.250.32.8 Recd, Port 5246 CAPWAP control

    * 15:59:20.931 Dec 14: HLEN 2, Radio ID 0, WBID 1

    * 15:59:20.931 Dec 14: Type Msg: CAPWAP_CONFIGURATION_UPDATE_REQUEST

    * 15:59:20.931 Dec 14: Msg length: 93

    * 15:59:20.931 Dec 14: Msg SeqNum: 38

    * 15:59:20.931 Dec 14:

    * 15:59:20.931 Dec 14: Type: CAPWAP_MSGELE_VENDOR_SPECIFIC_PAYLOAD, length 89

    * 15:59:20.931 Dec 14: the vendor identifier: 0 x 00409600

    * 15:59:20.931 Dec 14:

    * 15:59:20.931 Dec 14:

    IE: RRM_NEIGHBOR_CTRL_PAYLOAD

    * 15:59:20.931 Dec 14: IE length: 83

    * 15:59:20.931 Dec 14: decode the routine unavailable, Hex Dump printing

    * 15:59:20.931 Dec 14:

    00 0 HAS FA 20 08 01 00 07 0A 20 08 03 00 01 FA F4

    01 00 00 3 B4 2ND 2ND 06 94 51 79 25 C7 B2 B4 E7

    22 FD BE F6 04 00 00 00 00 00 00 00 00 50 52 4F

    53 2D 57 69 46 69 00 00 00 00 00 00 00 00 00 00

    00 00 00 00 00 00 00 00 00 00 00 00 00 01 06 0B

    01 01 01

    * 14 Dec 15:59:20.931: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 15:59:20.931: <   start="" of="" capwap="" packet ="">>

    * 15:59:20.931 Dec 14: control of CAPWAP mesg sent to 10.250.32.8, Port 5246

    * 15:59:20.931 Dec 14: Type Msg: CAPWAP_CONFIGURATION_UPDATE_RESPONSE

    * 15:59:20.931 Dec 14: Msg length: 8

    * 15:59:20.931 Dec 14: Msg SeqNum: 38

    * 15:59:20.931 Dec 14:

    * 15:59:20.931 Dec 14: Type: CAPWAP_MSGELE_RESULT_CODE, length 4

    * 15:59:20.931 Dec 14: result of Code: CAPWAP_SUCCESS

    * 14 Dec 15:59:20.931: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 15:59:21.139: <   start="" of="" capwap="" packet ="">>

    * 15:59:21.139 Dec 14: mesg 10.250.32.8 Recd, Port 5246 CAPWAP control

    * 15:59:21.139 Dec 14: HLEN 2, Radio ID 0, WBID 1

    * 15:59:21.139 Dec 14: Type Msg: CAPWAP_CONFIGURATION_UPDATE_REQUEST

    * 15:59:21.139 Dec 14: Msg length: 111

    * 15:59:21.139 Dec 14: Msg SeqNum: 39

    * 15:59:21.139 Dec 14:

    * 15:59:21.139 Dec 14: Type: CAPWAP_MSGELE_VENDOR_SPECIFIC_PAYLOAD, length 107

    * 15:59:21.139 Dec 14: the vendor identifier: 0 x 00409600

    * 15:59:21.139 Dec 14:

    * 15:59:21.139 Dec 14:

    IE: RRM_NEIGHBOR_CTRL_PAYLOAD

    * 15:59:21.139 Dec 14: IE length: 101

    * 15:59:21.139 Dec 14: decode the routine unavailable, Hex Dump printing

    * 15:59:21.143 Dec 14:

    01 0 TO FA 20 08 01 F4 00 07 0A 20 08 00 01 0C FA

    01 00 00 3 B4 2ND 2ND 06 94 51 79 25 C7 B2 B4 E7

    22 FD BE F6 04 00 00 00 00 00 00 00 00 50 52 4F

    53 2D 57 69 46 69 00 00 00 00 00 00 00 00 00 00

    00 00 00 00 00 00 00 00 00 00 00 00 00 24 28 2

    30 34 38 3 40 95 99 9 01 01 01 01 01 01 01 A1

    01 01 01 01 01

    * 14 Dec 15:59:21.143: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 15:59:21.143: <   start="" of="" capwap="" packet ="">>

    * 15:59:21.143 Dec 14: control of CAPWAP mesg sent to 10.250.32.8, Port 5246

    * 15:59:21.143 Dec 14: Type Msg: CAPWAP_CONFIGURATION_UPDATE_RESPONSE

    * 15:59:21.143 Dec 14: Msg length: 8

    * 15:59:21.143 Dec 14: Msg SeqNum: 39

    * 15:59:21.143 Dec 14:

    * 15:59:21.143 Dec 14: Type: CAPWAP_MSGELE_RESULT_CODE, length 4

    * 15:59:21.143 Dec 14: result of Code: CAPWAP_SUCCESS

    * 14 Dec 15:59:21.143: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 15:59:25.547: <   start="" of="" capwap="" packet ="">>

    * 15:59:25.547 Dec 14: control of CAPWAP mesg sent to 10.250.32.8, Port 5246

    * 15:59:25.547 Dec 14: Type Msg: CAPWAP_WTP_EVENT_REQUEST

    * 15:59:25.547 Dec 14: Msg length: 14

    * 15:59:25.547 Dec 14: Msg SeqNum: 45

    * 15:59:25.547 Dec 14:

    * 15:59:25.547 Dec 14: Type: CAPWAP_MSGELE_VENDOR_SPECIFIC_PAYLOAD, length 10

    * 15:59:25.547 Dec 14: the vendor identifier: 0 x 00409600

    * 15:59:25.547 Dec 14:

    * 15:59:25.547 Dec 14:

    IE: RRM_LOAD_DATA_PAYLOAD

    * 15:59:25.547 Dec 14: IE length: 4

    * 14 Dec 15:59:25.547: slot ccaLoad 0 rxLoad 0 txLoad 0 33

    * 14 Dec 15:59:25.547: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 15:59:25.555: <   start="" of="" capwap="" packet ="">>

    * 15:59:25.555 Dec 14: mesg 10.250.32.8 Recd, Port 5246 CAPWAP control

    * 15:59:25.555 Dec 14: HLEN 2, Radio ID 0, WBID 1

    * 15:59:25.555 Dec 14: Type Msg: CAPWAP_WTP_EVENT_RESPONSE

    * 15:59:25.555 Dec 14: Msg length: 0

    * 15:59:25.555 Dec 14: Msg SeqNum: 45

    * 14 Dec 15:59:25.555: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 15:59:25.795: <   start="" of="" capwap="" packet ="">>

    * 15:59:25.795 Dec 14: control of CAPWAP mesg sent to 10.250.32.8, Port 5246

    * 15:59:25.795 Dec 14: Type Msg: CAPWAP_WTP_EVENT_REQUEST

    * 15:59:25.795 Dec 14: Msg length: 14

    * 15:59:25.795 Dec 14: Msg SeqNum: 46

    * 15:59:25.795 Dec 14:

    * 15:59:25.795 Dec 14: Type: CAPWAP_MSGELE_VENDOR_SPECIFIC_PAYLOAD, length 10

    * 15:59:25.795 Dec 14: the vendor identifier: 0 x 00409600

    * 15:59:25.795 Dec 14:

    * 15:59:25.795 Dec 14:

    IE: RRM_LOAD_DATA_PAYLOAD

    * 15:59:25.795 Dec 14: IE length: 4

    * 14 Dec 15:59:25.795: slot ccaLoad 1 rxLoad 0 txLoad 0 0

    * 14 Dec 15:59:25.795: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 15:59:25.803: <   start="" of="" capwap="" packet ="">>

    * 15:59:25.803 Dec 14: mesg 10.250.32.8 Recd, Port 5246 CAPWAP control

    * 15:59:25.803 Dec 14: HLEN 2, Radio ID 0, WBID 1

    * 15:59:25.803 Dec 14: Type Msg: CAPWAP_WTP_EVENT_RESPONSE

    * 15:59:25.803 Dec 14: Msg length: 0

    * 15:59:25.803 Dec 14: Msg SeqNum: 46

    * 14 Dec 15:59:25.803: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 15:59:30.375: <   start="" of="" capwap="" packet ="">>

    * 15:59:30.375 Dec 14: mesg 10.250.32.8 Recd, Port 5246 CAPWAP control

    * 15:59:30.375 Dec 14: HLEN 2, Radio ID 0, WBID 1

    * 15:59:30.375 Dec 14: Type Msg: CAPWAP_CONFIGURATION_UPDATE_REQUEST

    * 15:59:30.375 Dec 14: Msg length: 17

    * 15:59:30.375 Dec 14: Msg SeqNum: 40

    * 15:59:30.375 Dec 14:

    * 15:59:30.375 Dec 14: Type: CAPWAP_MSGELE_VENDOR_SPECIFIC_PAYLOAD, length 13

    * 15:59:30.375 Dec 14: the vendor identifier: 0 x 00409600

    SlotId: 0

    Mobile Mac Addr: BC:52:B7:E3:17:CB

    * 14 Dec 15:59:30.375: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 15:59:30.375: <   start="" of="" capwap="" packet ="">>

    * 15:59:30.375 Dec 14: control of CAPWAP mesg sent to 10.250.32.8, Port 5246

    * 15:59:30.375 Dec 14: Type Msg: CAPWAP_CONFIGURATION_UPDATE_RESPONSE

    * 15:59:30.379 Dec 14: Msg length: 8

    * 15:59:30.379 Dec 14: Msg SeqNum: 40

    * 15:59:30.379 Dec 14:

    * 15:59:30.379 Dec 14: Type: CAPWAP_MSGELE_RESULT_CODE, length 4

    * 15:59:30.379 Dec 14: result of Code: CAPWAP_SUCCESS

    * 14 Dec 15:59:30.379: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 15:59:30.387: <   start="" of="" capwap="" packet ="">>

    * 15:59:30.387 Dec 14: mesg 10.250.32.8 Recd, Port 5246 CAPWAP control

    * 15:59:30.387 Dec 14: HLEN 2, Radio ID 0, WBID 1

    * 15:59:30.387 Dec 14: Type Msg: CAPWAP_WTP_EVENT_RESPONSE

    * 15:59:30.387 Dec 14: Msg length: 0

    * 15:59:30.387 Dec 14: Msg SeqNum: 47

    * 14 Dec 15:59:30.387: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 16:00:00.387: <   start="" of="" capwap="" packet ="">>

    * 16:00:00.387 Dec 14: control of CAPWAP mesg sent to 10.250.32.8, Port 5246

    * 16:00:00.387 Dec 14: Type Msg: CAPWAP_ECHO_REQUEST

    * 16:00:00.387 Dec 14: Msg length: 0

    * 16:00:00.387 Dec 14: Msg SeqNum: 48

    * 14 Dec 16:00:00.387: <  end="" of="" capwap="" packet ="">>

    * 14 Dec 16:00:00.395: <   start="" of="" capwap="" packet ="">>

    * 16:00:00.395 Dec 14: mesg 10.250.32.8 Recd, Port 5246 CAPWAP control

    * 16:00:00.395 Dec 14: HLEN 2, Radio ID 0, WBID 1

    * 16:00:00.395 Dec 14: Type Msg: CAPWAP_ECHO_RESPONSE

    * 16:00:00.395 Dec 14: Msg length: 15

    * 16:00:00.395 Dec 14: Msg SeqNum: 48

    * 16:00:00.395 Dec 14:

    * 16:00:00.395 Dec 14: Type: CAPWAP_MSGELE_VENDOR_SPECIFIC_PAYLOAD, length 11

    * 16:00:00.395 Dec 14: the vendor identifier: 0 x 00409600

    * 16:00:00.395 Dec 14:

    * 16:00:00.395 Dec 14:

    IE: UNKNOWN IT IS ABOUT 151

    * 16:00:00.395 Dec 14: IE length: 5

    * 16:00:00.395 Dec 14: decode the routine unavailable, Hex Dump printing

    * 16:00:00.395 Dec 14:

    52 80 81 00 AC

    * 14 Dec 16:00:00.395: <  end="" of="" capwap="" packet ="">>

    Try reducing the mtu on ap 2600.

  • Auto populated areas do not update/Populate after a correction to the field

    Example:

    We have a field name used in the document:

    Employee Name_1 on page 1

    Name_2 used on page 2

    Name_3 used on page 8

    Employee Name_4 page 10

    If the script is on the Name_1 first employee, and it works fine. Type your name and fill in the other three fields as if by magic.

    Save the PDF file, go get a coke or pot break.

    Open the saved PDF file and you see a typo in the employee field Name_1, in order to correct you. Ah, now, it is not automatically complete the rest of the employee_name fields:

    Here is my script:

    the value of power reactive

    var a = this.getField ("Name_1 employees");

    var two = this.getField ("Name_2 employees");

    var 3 = this.getField ("Name_3 employees");

    var 4 = this.getField ("Name_4 employees");

    This function which checks if the destination field is empty and if so popluates it.

    function checkAndPopulate (orig, populate) {}

    if(Populate.value==''||) Populate.Value == null) {Populate.Value = orig. Value}

    }

    Copy the value from one to two, three and four

    checkAndPopulate (one, two);

    checkAndPopulate (one, three);

    checkAndPopulate (one, oven);

    Don't know where my mistake my being?

    Any help?

    Thank you

    jr7138

    I recommend not not using the event about the blur and put the script in the field Name_1 validate event. If you want to update the values for the other fields when it is updated, whether empty or not, the script can be simplified as follows:

    Validate a custom for Name_1 field script

    getField("Name_2").value = event.value;

    getField("Name_3").value = event.value;

    getField("Name_4").value = event.value;

  • Can I copy a field and lock the 2nd copy?

    I have a form with the contact information on the first page (e.g. name), then because the shape is 17 pages long, I want to show automatically (page one) name field in the header of all pages.

    I tried to copy the field and locking on other pages but it blocks on the contacts page.

    A script can do this? I am familiar with the use of javascripts, but not their creation.

    I guess this would be a field of saying script 2 (3, 4 etc) = field 1, then make 2 (etc.) read-only on the ground?

    Using Acrobat Pro DC in windows 8.1

    With the help of the event about the blur is not ideal. Use the Validate the first field event instead, and the code might be:

    Custom validation script

    getField("Text2").value = event.value;

    The other approach is to use a calculation script customized to fields read-only:

    Custom calculation script

    Event.Value = getField("Text1").valueAsString;

    The difference is that the calculation script will be triggered whenever any field value changes, while the validation script will only trigger when the value of Text1 field. Replace Text1 or Text2 with real field names.

  • Duplicate items appears in the files of recorded media

    I use my Panasonic AG-AC120EN for recording on 32 GB SanDisk ULTRA video card, and I get about 3 hours of recording 13 HD Mts.

    Last week, I recorded an event about 2 hours and 30 minutes duration mts my map file shows he used 21.1 GB

    When I brought my clip in Premiere Pro CS6 for editing, it shows total duration as 6 hours 33 mts which is quite surprising

    On checking my clips in the project Panel, I noticed this clips without 000069.mts see life as 01:25:17:07

    and the clip No. 000070, Clip no 000071 and clip than no 000072 repeated clip 000069 each with the same duration and same video

    Chronology in first clip that no 000069.mts shows life as 01:25:17:07., in fact this is the case, but in my media file it shows duration 00:26:20 and file size 3.99 GB I join attached clip of multimedia information

    004  four.jpg

    002  two.jpg

    003  three.jpg

    001   one.jpg

    Can someone in the form please help. and tell me what's going wrong and where... ?   Why clips saved in the media are repeated with the same video and the same length... ?  Please HELP

    It looks like the error of the operator here.

    You start by transferring on the entire record of the PRIVATE from the SD card to hard drive you.  Do not copy anything.  Don't rename, move or delete anything in the folder PRIVATE.

    In Premiere Pro, use the media browser to access this PRIVATE folder and dig a level or two until the clips appear.  Done this way, you will see only the first file in any clips split, PP not even will show you other files, let alone import them.  Then if you see inside PP, it means that you don't follow the workflow banned.

Maybe you are looking for