Device profilling with WLC - wrong result with Nokia

Hi,
I have created a Wireless Device Policy Classification into a WLC with 8.0.110.0
The WLC configured to local profile, profile the nokia device (with windows-mobile) as a Windows-Workstations.
How is possible?
Regards.
Mirko Severi.

Hi, Scott.
Thanks for your help.
In this case, my device is Lumia 635 and its MAC is B8-4F-D5-D6-3F-3C
In the oui there is
B8-4F-D5   (hex) Microsoft Corporation
B84FD5     (base 16) Microsoft Corporation
                     1 Microsoft Way
                  Redmond Washington 98052
                 UNITED STATES.
The WLC profiling the device right!
Is possible to put an exception?
Regards.
Mirko

Similar Messages

  • Generic Device Profile with TouchScreen Functionality

    Will there be a generic profile for (multi) touchscreen
    devices supporting FL3 in the near future?
    Since there are already devices that are utilizing a
    touchdisplay in combination with FL3, like the Chumby, wouldn't it
    be nice to test the applications you develop for that device in
    ADC?
    After years without touchdisplays even Nokia is also
    developing new devices (N98) with touchscreen-functionality to
    fulfill customer needs that may have arised by the iPhone (that
    probably also might incorporate a Flash Lite implementation), so
    maybe a generic device profile might be useful to already start
    developing and testing applications in that (future) field.
    Do you know anything about that topic? Maybe a new Adobe
    Device Profile Package Release?

    Same problem here. New shiny setup working just fine - until today. iMac G5 lost pairing with the keyboard. Now it's only visible as an "other device", and typing the passphrase into the keyboard achieves nothing. Search for keyboards and there's no sign of it.
    I've seen other posts that relate, especially:
    http://discussions.apple.com/thread.jspa?threadID=293328
    and tried turning things on/off in different orders, but no luck.

  • What went wrong with Nokia Messaging?

    What went wrong with Nokia Messaging?
    In the beginning of this year I used Nokia Messaging on E71 and I really loved it!
    Since this autumn I am using it on my new N97 and I am confronted with totally different experience:
    - the application is very slooooow..
    - its unreliable - very ofter emails arrive with hours delay, a sync may take up to minutes
    - its very very buggy - truncated icons, diplay randomly jumping up and down, when scrolling.
    - very bad HTML display of emails - tiny (unreadable) default font and no wrap to screen when zooming - I thought emails were for reading?
    - many, many usability issues
    I just cannot believe it - How has Nokia managed to convert once such a good piece of software into such incredible disaster?
    Recently an update was published - I tried it immediately... To my big disappointment it contains all the same bugs and introduces new ones..
    How is this possible? What is happening at Nokia?

    Also my N86 as the same problem.
    And in global setting Nokia deleted the option to read always in HTML.
    And there is not any option to write html Mails

  • I'm trying to pair my new iMac with Nokia 302, the pairing seems to work but then phone gives message that service is not allowed by the device

    I'm trying to pair my new iMac with Nokia 302 so that I can transfer 202 contacts to iPhone! All my Apple devices pair but the Nokia once acknowledging the apiring closes the connection with message "service not allowed on device" presumably the iMac etc. So what else should I try?

    I tried resetting the ipad, switched off wifi, checked date and time.

  • Bat multiple BLF with User Device Profiles

    Has anyone able to BAT in multiple Speed Dial/BLF into a user device profile.  I have CUCM 7.1 and trying to BAT in a line with multiple SD/BLF for the other buttons.  I get this error
    Error : Missing key in referenced table for referential constraint (informix.fk_blfspeeddial_fknumplan).
    I checked my phone template and it has 1 line with 5 SD/BLF
    My phone type is 9951
    Thanks

    Juergen,
    Do your fields look like this?
    Busy Lamp Field Label 3
    Busy Lamp Field Label ASCII 3
    Busy Lamp Field Destination 3
    Busy Lamp Field Directory Number 3
    J. Nelson
    J. Nelson
    2303 in INTERNAL-PT
    Nurse
    Nurse
    4062 in INTERNAL-PT
    Library
    Library
    4017 in INTERNAL-PT
    B. Hipsher
    B. Hipsher
    4092 in INTERNAL-PT
    C. Kirkland
    C. Kirkland
    8246 in INTERNAL-PT
    L. Stoner
    L. Stoner
    2040 in INTERNAL-PT
    South Lounge
    South Lounge
    2637 in INTERNAL-PT
    Ginger W
    Ginger W
    6043 in INTERNAL-PT
    K. Jaffie
    K. Jaffie
    4609 in INTERNAL-PT
    L. Cornwall
    L. Cornwall
    2755 in ES-ClassRm-PT
    NA Counselor
    NA Counselor
    2123 in ES-ClassRm-PT
    S. Brigman
    S. Brigman
    8262 in INTERNAL-PT
    D. Sorden
    D. Sorden
    8205 in INTERNAL-PT
    J. Brandel
    J. Brandel
    8105 in INTERNAL-PT
    J. Brandel
    J. Brandel
    8105 in INTERNAL-PT
    S. Pebley
    S. Pebley
    5512 in INTERNAL-PT
    S. Pebley
    S. Pebley
    5512 in INTERNAL-PT
    Wanda B
    Wanda B
    6072 in INTERNAL-PT

  • Table for EDM Profile with Installation or Device numbers

    Hi
    Can anybody answer Table for EDM Profile with Installation or Device numbers?
    Thanks in advance.
    DGR

    Hello,
    You allocate the profile to a register so you want to have your logical register number.
    If you have the equipment number you could go to table ETDZ or call FM ISU_DB_ETDZ_SELECT and fetch the registers.
    If you want to see the table of profile allocations you can check table EPROFASS.
    If you use IS-U-EDM the tables which contains informations about profile values are EPROFVAL*...
    Hopefully some of this infomation is useful for you.
    Regards
    Olivia

  • Simple query with like return wrong result

    Hi,
    I run simple query with like.
    If I use parameter I get wrong results.
    If I use query without parameter results are ok.
    My script:
    ALTER SESSION SET NLS_SORT=BINARY_CI;
    ALTER SESSION SET NLS_COMP=LINGUISTIC;
    -- drop table abcd;
    create table abcd (col1 varchar2(10));
    INSERT INTO ABCD VALUES ('122222');
    insert into abcd values ('111222');
    SELECT * FROM ABCD WHERE COL1 LIKE :1; -- wrong result with value 12%
    COL1
    122222
    *111222*
    select * from abcd where col1 like '12%'; -- result ok
    COL1
    122222
    I use Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    and query run in Oracle SQL Developer 3.1.07.

    Hi,
    welcome to the forum.
    When you put some code please enclose it between two lines starting with {noformat}{noformat}
    i.e.:
    {noformat}{noformat}
    SELECT ...
    {noformat}{noformat}
    You should specify exactly how you run your code.
    If I run this statement in SQL Plus:SQL> ALTER SESSION SET NLS_SORT=BINARY_CI;
    Session altered.
    SQL> ALTER SESSION SET NLS_COMP=LINGUISTIC;
    Session altered.
    SQL>
    SQL> -- drop table abcd;
    SQL> create table abcd (col1 varchar2(10));
    Table created.
    SQL>
    SQL> INSERT INTO ABCD VALUES ('122222');
    1 row created.
    SQL> insert into abcd values ('111222');
    1 row created.
    SQL>
    SQL> SELECT * FROM ABCD WHERE COL1 LIKE :1;
    SP2-0552: Bind variable "1" not declared.
    SQL>
    I got this error. So I wonder how you set value 12%
    Please specify exactly how you run your test as we cannot reproduce your problem.
    Regards.
    Al                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Can't update C7-00 with Nokia Ovi Suite

    Hello,
    When I try to update my C7-00 with Nokia Ovi Suite, I get as far as where it displays the update version and brief description of it, then I click install and a warning pops up saying "don't disconnect your device or it may die" or so and next I get a disconnection!! The connection is re-established right away and the screen says "usb connected", I click next and the same thing repeats, I lose the connection and the screen returns to "usb connected" and repeats and repeats...
    I removed all Nokia related things from my PC and reinstalled Ovi Suite, but it didn't help.
    I haven't managed to install a single update with Nokia Ovi Suite. Last time I used the phone's built in update function as I encountered this same problem, but I'd really like to use Ovi Suite. What could be wrong?
    OS: Windows 7 Home Premium (64-byte)
    Nokia Ovi Suite version: 3.1.1.90
    Phone firmware: 014.002

    I ended up using the phone's built in update function – again. Only now after the update things have turned so that I can't sign into my Nokia account with my phone and as a result of that I can't use Ovi Store or Socials-application! Every time the login screen is attempted to open, the phone is stuck loading. I let the phone load over night but nothing happened, battery just went empty (fast). Shutting down the phone, removing battery and restarting again helped briefly, I was able to sign in but the problem came back just as fast and the phone is stuck loading again. I tried removing the battery again, but this time it didn't help. Sorry for off topic. Then back...
    Ovi Suite gives an option to reinstall the Anna update if there should be a problem with it, but the same connection problem prevents the reinstallation and my phone doesn't give such an option, so... Although I heared that restoring factory settings might delete the Anna update and if that happens I could reinstall using the phone... Confirmation to this ? (I'm getting a headache with this... Maybe I want an older version back... Such worked...)

  • Old battery symptoms with Nokia phones (E51, N86)

    Your phone's battery may need replacing sooner than you think, at least in my experience. And the symptoms of an old battery are so weird that it is hard to believe that the battery alone could be the sole cause.
    My Nokia E51 and Nokia N86 have both gone through expired batteries after two to three years. In both cases, the diagnosis was difficult, so I am documenting here some of the strange behavior I saw with these phones as they began to exhaust their batteries and become in need of a replacement battery.
    Battery life in itself is not enough to show when a battery is beginning to experience ageing problems: both these phones were able to hold a charge for at least a day of light use and could make calls even when, for running other programs, the battery was beyond its useful life.
    Here are some symptoms I observed with one or other of these phones:
    Out of Memory notices when there should have been enough memory, but usually when multiple programs were running (such as Email and Contacts at the same time).
    Applications (Mail, Maps, Browser) some times fail to launch when you click on them.
    Visual failures in parts of the User Interface: blocks of missing graphics in the Home screen, sudden change of the phone to a completely different Theme.
    Spontaneous shutdowns/restarts usually when attempting something with a program.
    In Email, problems inserting Contacts.
    Dedicated program buttons (for Mail, Contacts etc) on E51 fail to work, or get reassigned to other functions. Typically, get system error message saying button not assigned to anything.
    Selecting an item in a list gives the wrong result.
    (Eventually) Complete failure of the phone to even complete the boot (start up) process, freezing at the Nokia screen, then going black (experienced with Nokia E51).
    Trying to diagnose this simple problem was maddening at times: I did all possible resets, reinstalls of firmware etc etc, all to no avail.
    The symptoms typically did not appear all the time. The arbitrariness and wide range of symptoms is very confusing, and likely to make you think there are multiple faults with your phone, or that it is somehow fundamentally broken.
    In that case, paying $30 or more for a new battery is a risk, especially if you are not sure it will fix your phone. But for me, with both these phones, a new battery fixed multiple unconnected annoyances that had been building up for months and I once again became a happy owner.
    I speculate that an old battery can maintain a certain voltage, and appear charged on the indicator, but has problems delivering sufficient current (or power) when called upon by the processor to do certain operations, such as using or even launching programs such as a web browser or email.
    If you are buying  a secondhand phone (as I did with the Nokia N86), this is an especially difficult issue. The previous owner may not have used the phone for a while and may not have noticed these symptoms. Or they may be selling the phone just because it started 'going wrong' and they wanted to pass the problem on to someone else! If you are the buyer, you have to decide if it is worth investing more money in this phone to possibly fix it with a new battery. If you are selling an old phone, you might want to consider buying a new battery before you sell it, saving the buyer--and you--from an acrimonious debate about whether the phone is faulty and who is responsible.
    I put this posting here for others who may be searching for advice when experiencing these symptoms, because I could find nothing to help me on this board. I also could not find detailed descriptions of typical old-battery symptoms in Nokia's own support documents. If you have other symptoms you can add, please contribute.

    I think this is very interesting subject.
    I use now 3 different batteries for my Nokia E6 and will further on make a stetement if I discover difference between the batteries.
    One battery is now a over 2 years old and was used in a Nokia E52 for example.
    PS This thread perhaps should be under mobile products and accessories  DS
    Nokia 808 again (delight Belle), Nokia E7 and X7 ( again, all on Delight Belle...after some time on Nokia Lumia 925 (retired), 1020 (not that great)and Lumia 820 (Replaced my router at home, great for internet sharing).., N9 The best device ever (use it as much as Lumia 1020), Nokia 700 (Sport Phone/My Love :-) ) Nokia 701, Nokia E6 (Should have a follow-up from Nokia among with larger screen, NFC, Autofocus), Lumia 800 (Retired After 6 weeks), -Sports Tracker-Nokia Internet Radio-Handy Safe-Skype-Bambuser-Screenshot app pro-fMobi-ComingNext-Manual TaskSwitcher-jagiTimer-Easy StopWatch-Boldbeast-Equalizer-Financial Calculator-WiMP Music-YTasks-Davi-Thumbnail Folders-BizCalendar-Tiny7-Situations-nn reeder-Sport Timer-CameraLover-CameraPro-GrabRadio-LiveScore-Poddi-Gravity-SkyFilesPro

  • Issues / Bug with Nokia N9

    Issues / Bug with Nokia N9
    1. The mobile network gets disconnected after each call and I have to wait atleast 10-20 seconds to redial or make a new call, I cannot dial a number just after I finish a call / speaking with someone. It happens on both Incoming and outgoing Calls.
    Troubleshooting Steps:
    1. Changed SIM card from the telecom provider atleast 3 times. The same SIM card works absolutely fine in another mobile.
    2. Reset and set to default settings tried - No Result
    2. The ear piece volume is considerably low.
    Troubleshooting Steps:
    1. Reset and set to default settings tried - No Result
    3. When playing a video online on YouTube the timing for a 4 minute video shows as
        34:00 34:23 instead of showing 04:00 04:23
    Troubleshooting Steps:
    1. Reset and set to default settings tried - No Result
    4. The photos from the Facebook app built into the phone do not always load even If I am running a 3.5G Mobile Data connection or at Home on a Wi-Fi connection
     Troubleshooting Steps:
    1. Reset and set to default settings tried - No Result
    I am from India, bought the phone last year from Abu Dhabi and it is Made in Finland.
    Really I need someone to help me out here!!

    If you reinstalled the OS again from Nokia, you may just have a defective phone and there could be something wrong with the hardware.  I have two N9's and I haven't experience any of these problems.
    Can you record these problems and post the link to youtube here so I can see what's happening?
    I Choose Nokia!

  • Sync Windows Contacts with Nokia OVI Suite 3.0.0....

    Hello,
    i want to sync my Windows Contacts with the Nokia OVI Suite 3.0.0.284 to my Nokia C5 031.0222 Mobile. The radio button in the ovi suite "Sync contacts with Windows Contacts" is checked. Operating System is "Windows 7 Home Premium".
    When i click on "Synchronize contacts" the error message "Contacts not synchronized....error code 80043ab4" appears. Does anyone have a clue to solve this?
    Any help would by highly appreciated.

    Hi..
    I am facing the same problem of unable to sync my device contacts with OVI software.
    I tried the option of Repair Sync, but was unable to fix it.
    I tried to update the OVI software, even than i was not able to fix it.
    I tried re-installing my device software, which dint help me to fix the problem.
    My device is NOKIAE63.
    OS on my System is Windows XP.
    OVI Software version: 3.0.0.290.
    Device software version: 500.21.009
    Till now i was in a wrong assumption that, i might be going wrong somewhere in synchronizing my device contacts to OVI contacts, but now i strongly realise that, the OVI Software has got some problem, i have attached the screenshot of the error which i get, when i try sync my device contacts to OVI contacts. Please help me.
    If i was aware of this problem from starting, i never would have choosen NOKIA, instead i would have opted for some other product. 
    Attachments:
    nokia.JPG ‏25 KB

  • Problems with software the update with Nokia 6233

    Problems with software the update with Nokia 6233
    Hello,
    I have so far some-paints tries my software to update.
    Each time the update procedure begins, sometime stands then on the telephone “test mode”.
    On the computer wars I the reference in the update manager “connection to the telephone broken off” and wants the update to again start.
    If I change my profile attitudes since that for example, then after a telephone restart again deleted.
    What there can I make?
    GreetingsMessage Edited by adisaily on 24-Aug-2007 09:03 AM

    It sounds like your 5800 has the earpiece fault that was common with 5800's made before February.
    You need to take it to a nokia care point for repair under warranty.
    Care points/service centres and repair info:
    UK • Europe • Asia-Pacific • USA •
    Canada • Middle East and Africa
    Elsewhere: Click here, select your country, go to the support section, then select repair.

  • Customer Experince with nokia N76 from may 2007 ti...

    Customer Experince with nokia !!!!
    today 20-09/2008 and still under progress!!!!!
    they wait till my warrenty end to reply to my problem...
    this just simple of emails i have the rest.....
    Till now more than 20 day's investagtion?what a careline ur just lazy and careless line but promise u will have a very big problem.bye
    @nokia.com wrote:
    > Dear Samir,
    > Thank you for emailing Nokia Careline.
    > With regarding to your inquiry kindly note that I did check the case again for you and it is still under process and once we got any new feedbacks be sure that we will come back to you, we are so sorry for being late.
    > Should you require any further assistance, please do not hesitate to contact the Nokia Careline and speak to any of our Customer Service Executives on 19876, between the hours of 9am and 8pm (local time), Saturdays to Thursdays. For online assistance, please visit http://www.nokia.com/mea/contactus.
    > Register with Nokia Connections and you will receive a bimonthly fun newsletter about the latest products and events. Click below to register.
    > http://www.nokia.com/mea/nokiaconnections
    > Kind regards,
    > Nokia Careline
    > Nokia Middle East & Africa
    >
    > [THREAD ID:2-48X8FP]
    > -----Original Message-----
    > From: @yahoo.com
    > Sent: 28/03/2008 04:46:14
    > To:
    > Subject: Nokia Careline - Samir Khalil - Nokia N76
    > Dear Mr. *****,
    > from you sent case no. 2-262950130 u told me 48hrs and
    > i will have reply till now 10 days no one from your
    > team call me or told me anything about my complaont is
    > it Nokia cant find any answer or what? u will
    > investigate forever and ur careline number in Egypt
    > doesnt work its give Error which means NO nokia at all
    > in Egypt so plz dont send ur customer service in ur
    > emails its just Fake number not working number i hope
    > if u in egypt to try it by yourself.
    > i will print all emails about my case today and all
    > paper's related to my esclate and insurance and the
    > warranty and will wait Last 48hrs am sorry i will take
    > legal action to nokia Egypt & middle east,hope to
    > contact me with final result not to wait anymore not
    > accepted by any mean.
    > ***This msg. to Mr.
    > Samir Maher
    > EGYPT
    Dear Samir,
    Thank you for emailing Nokia Careline.
    With regards to your enquiry, kindly be informed that your case is still under investigation and a resolution is expected shortly. Rest assured, your case has not gone forgotten and we will revert as soon as a resolution is achieved.
    Should you require any further assistance, please do not hesitate to contact the Nokia Careline and speak to any of our Customer Service Executives on 19876, between the hours of 9am and 8pm (local time), Saturdays to Thursdays. For online assistance, please visit ‘ASK Nokia’ at our website www.nokia.com.
    Register with Nokia Connections and you will receive a bimonthly fun newsletter about the latest products and events. Click below to register.
    http://mea.nokia.com/A4211102
    Kind regards,
    Nokia Careline
    Nokia Middle East & Africa
    [THREAD ID:2-48X8FP]
    -----Original Message-----
    From: @yahoo.com
    Sent: 20/03/2008 06:12:29
    To:
    Subject: complian is done
    Dear ,
    48hrs passed and nothing happen no one come back tome
    with any feedback frpm complain department actualy its
    72hrs my case no. 2-262950130 for nokia n76.
    that's the maximum respect you show to you customer's?
    am asked lot's to call me or your manager to call me
    samir or the resposible to this
    department call me and nothing happen.
    Dear Samir,
    Thank you for emailing Nokia Careline.
    Thanks you for your cooperation, I do appreciate that
    and I did a
    complain for you and here is the Service Requisite
    for you complain:
    2-262950130. our complain department will come back
    to you within maximum 48
    Hours.
    Should you require any further assistance, please do
    not hesitate to
    contact the Nokia Careline and speak to any of our
    Customer Service
    Executives on 19876, between the hours of 9am and 8pm
    (local time),
    Saturdays to Thursdays. For online assistance, please
    visit
    http://www.nokia.com/mea/contactus.
    Register with Nokia Connections and you will receive a
    bimonthly fun
    newsletter about the latest products and events.
    Click below to register.
    http://www.nokia.com/mea/nokiaconnections
    Kind regards,
    Nokia Careline
    Nokia Middle East & Africa
    [THREAD ID:2-48X8FP]
    -----Original Message-----
    From: @yahoo.com
    Sent: 16/03/2008 23:46:13
    To:
    Subject: Advice about your complian
    Dear ,
    this 2nd time i send this information in 3 weeks :
    Nokia N76:
    1. Job Order Number./1526584 & 1537749
    2. Authorized Service Center./Raya
    3. your full name and your phone number./Samir Maher
    Khalil-
    4. issues./1. Camera with very bad Quality &
    resultion. 2.Voice incoming calls&outgoing calls. 3.
    Material of the mobile its very very bad & not safty
    for humane being for use it.. 4. Its restart suddenly
    wizout any reason manytimes on daily basis .
    5.Software not helpful at all very completcated & have
    errors cant be able to download any new proudcts.
    6.low or NO at all performence battery there no
    battery u can say so empty every 12hrs maybe less
    maybe more deping. 7.Handfree with errors in the
    cable. 8.sms date not accurate with local time .
    9.high price with no need 3650 LE in 25/05/2007.
    my mobile after this date sent to Raya to fix it
    twice everytime not less than week with very bad
    customer service attuide which bad experince for
    customer nokia(could u plz visit any of them as
    mystery shopper)let's feel as customer,after all they
    changed for me the battery & handfree & sent my mobile
    again for the same problem's till now suffring from
    this mobile while my job at Mobinil which means
    Egyptian mobile opertator,i think now u got it how
    much my mobile important in my life & my work.please i
    need a help from Nokia i have been esclated from 3
    weeks and till now u didnt solve anything 4 me or even
    give me any helpful feedback.waiting ur feedback plz
    offer me solve for every problem from those and
    clairfy with details in ur email ok.
    5. faulty.
    6. Serial Number./
    7. Date of purchase./ 25-05-2007
    8. Date of send to repair./1st. time : 16/06/2007 &
    2nd. time: 19/06/2007
    9. Person name that you did contact with./sure can't
    remmber but i contact with Raya- Mesadak shop manager.
    ****Case no. : 2-258561699
    ***I will wait call from you
    Thanks
    Samir
    Mpderator note: personal information removed. It is unwise to publish personal contact information and unique serial numbers on the internet.
    Message Edited by michaels on 20-Sep-2008 03:25 PM

    The issue of firmware on operator-variant models is a common sore point on these boards.
    Unfortunately, Nokia's hands are tied. The operators have to approve new versions of the software before they can be applied to any phone sold to them by Nokia as their own variant.
    You will probably find that the operators' customer service staff are trained only to give advice on network services, if you want answers on issues other than that you need to locate the operator's head office and pester them. If you are a contract customer, that address should appear on your bill.

  • Problem with Nokia Messaging on my N97 (V22)

    Since afew weeks I have a strange problem with Nokia Messaging on my N97.
    I receive emails using Nokia Messaging (V10.2.26) with a date shown incorrect as 01.01.0000 and the email then can’t be opened/read.
    This happens either on 3G connection as well as WLAN and it seems to be by random, not only HTML-emails or emails with text only.
    I have uninstalled Nokia messaging already and reinstalled V10.1.24 but the problem still remains.
    Is there any idea how to fix this issue because it is quite annoying and I can’t use the full functionality of my cell phone?

    millic wrote:
    ceroberts75,  I remember from your other posts somehow server thinks you already have an account with the email you are trying to configure and you/nokia support is not able to get access to it. Different people have resolved this issue in different ways. For me it was just another way. Thought it might help someone.
    absolutely m8.  thats why i gave you a kudos.
    the challenge is that NM has been unruly as of late...and believe when i say that i have literally been on the phone teching nokias support up to tier 2 and creating, canceling, trying new acounts with different email, different ways of creating them, with wifi, gprs...and praying for hours accross mutliple phone calls
    but to no avail, are the devices we are using connecting and syncing...even with thier n900 specialist which i had to help him!   lmao. 
    another option for a solution is alwayhs welcome as there are more then one way to skin a cat.
    i hope it works for him and others as i kno9w thesome that are just giving up on it.

  • ISE 1.2 Profiling with iPAD Mini and Chromebooks

    Anyone run into issues with profiling device properly with iPAD mini and Chromebooks.  Recent testing with customer shows that ISE was not able to identify the devices properly.  We have a case opened with Cisco, they came out with a patch for Chromebook last week but still broken, continuing to pursue with TAC.  Just wondering what others have came across.                  

    Hi Tarik,
    Thanks for the reply. I am testing this for Mike. We have setup ISE 1.2 ( running latest patch 4) for wireless BYOD
    Issue: Chrome Book Device Registration - Not Supported
    Issue: Chrome Book Profile - Unknown
    Probes Enabled - DHCP / RADIUS / HTTP / SNMP

Maybe you are looking for

  • How to fetch records from the database into a combo box?

    Hi: I´m really new with ABLBPM and I´m trying to fetch records from the database to display them into a combo box as valid values for a presentation but I´m using a dynamic method with this code: <em>for each row in SELECT campo1, campo2 from TABLE</

  • Collapse Element on Window Scroll event?

    Hi I am trying to implement a functionality wherein: I have  a page with multiple panels. I have made the panels expand and collapse enabled. When I scroll my page, I would like to be able to collapse the panel, which goes out of scope. I tried to ap

  • Photo import feature

    a new option on my ipod's main menu has appeared out of no where. it's called "photo import" I have no idea what this or how to use it....anyone out there know?

  • Can't drag & drop from iPhoto into iMovie 10

    Am trying to add some photos from my iPhoto library into an iMovie 10 project.  I access the iPhoto library and the pictures show up, but when I try to drag/drop or add to the timeline, nothing happens.  The little hand shows up over the photo, and e

  • Solving a procedure

    PLEASE HELP URGENT PROBLEM!!! I have a problem with solving a procedure. The question is Granting access for membership to the next person on the waitinglist, and estabishing a ordinary membership in the clubb. This is a golfclubb database. I think t