Unable to name created folder on iPhone 6

This is weird, I created a folder and I'm unable to name it.

Ive taken both apps out, dragged them to the home screen, attempted to re-create the folder on the home screen, same thing. I haven't tried through iTunes yet, but it's just odd why you can't name a folder with these apps, I even added urban spoon, same thing.

Similar Messages

  • Unable to see created folder in bookmarks

    I migrated bookmarks.json from old system into new machine , there is a folder in that, when i try to bookmark a new page that folder is not showing up, folders created in new system only shows up, how can i view folders which are migrated?
    Thanks in advance
    Anil

    I migrated bookmarks.json from old system into new machine , there is a folder in that, when i try to bookmark a new page that folder is not showing up, folders created in new system only shows up, how can i view folders which are migrated?
    Thanks in advance
    Anil

  • Create folder with name Client150412n

    Hi,
    I'm new to ApplesScripting. I've found this script that I'd like to change:
    --This script will make a new folder on the desktop with current date and dialog box
    --format the date to 2010-11-19
    tell (current date) to get day & (it's month as integer) & (it's year as integer)
    set TheDateFormat to the result as text
    -- asks for folder name with date as default answer
    set TheFolderName to text returned of (display dialog "Name the folder" default answer TheDateFormat)
    --make folder with date & user entered text
    tell application "Finder"
      make new folder with properties {name:TheFolderName}
    end tell
    The desired changes:
    - Date format should be: 150412 + a letter (a, b, c) if the folder to be created already exists.
    - Place the cursor at the start of name dialog, no selection active.
    - The new folders should be created in /Users/Hans/Dropbox/Jobs/
    Thanks,
    Hans
    Another question is related to execution of the script:
    - How can I start the script easily with a shortcut key or a Dock icon?
    - Is it possible to select client name from a plain text file containing client names in separate lines?
    - Is it possible to have zip files automatically unzipped to subfolder names with the zip package name?
    - Regarding the Dock icon I could even imagine that I drag a zip or other file from an email or the Desktop to the icon and that I only have to type the clients name to have the file moved to a new folder.

    save script as an application bundle.  Drag app to dock.
    Set short-cut key to app.
    AppleScript   Learn AppleScript: The Comprehensive Guide to Scripting and Automation on Mac OS X, Third Edition the book
    AppleScript Language Guide pdf download the pdf file

  • Create Folder with the name of expense report number in SHAREPOINT ?

    Hi All,
    iExpence - In expense report confirmation page. There is custom link.
    Requirement
    When user click on link, system should create folder with the name of expense report number in SHAREPOINT and copy copies of expense receipts in the created folder in SHAREPOINT.
    Please suggest.
    Thanks,

    OAF no api as such for this kind of customization. Rather try developing some web service or something similar which can be invoked from the custom link to do the job.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                   

  • Automator: Create folder with name and subfolders in it.

    Hello everyone, my question is related to Automator. I work in a company where we have a huge server. Every time a new job comes in it gets a six digits number and a folder with 5/6 subfolder needs to be created. The main folder will be xxxxxx_nameofbrand and will contain 5 subfolder each one of them starting with the six digit number assigned initially followed by 5 tags (always the same ones).
    Everytime it's a long thing to create it manually and copy and paste every number and name, so I thought I could use automator to do it easilly but I always get stucked at the part where I want the 5 subfolder to go in the main one. This is what I had done, but I'm pretty sure there is a faster/easier way to do it.. I'm really new to automator, I know it's potential but don't know how to use it very well..
    I thank you all for the help.

    For this kind of exception, you can just add a Run AppleScript action at the end of the workflow - for example, the following will rename all folders ending with the specified name that are at the specified depth in the structure:
    on run {input, parameters} # remove prefix from folder name
      set sourceFolder to quoted form of POSIX path of (input as text)
      set exceptionName to "Links" # will find a name ending with this (case sensitive match)
      set exceptionDepth to 2 # at a folder depth of this
      set theFolders to (do shell script "find " & sourceFolder & " -name " & quoted form of ("*" & exceptionName) & " -depth " & exceptionDepth)
      repeat with anItem in paragraphs of theFolders # rename without prefix
        tell application "System Events" to set name of folder anItem to exceptionName
      end repeat
      return input
    end run

  • Windows 2003 - create folder name with yesterday's date

    Hello friends..
    please advise,
    I want to create folder name with yesterday's date and then move yesterday's date files to this folder...so for example;
    if today is 2014_07_17 then create folder as below (2014_07_16)
    d:\test\214_07_16
    then move all files extension .txt from d:\test\*.txt to d:\test\2014_07_17
    thanks in advance...

    These ones may help.
    Use PowerShell to Create a Bunch of Folders Based upon the
    Date
    Using the Move-Item Cmdlet
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • DeploymentException: Unable to create folder

    Hello,
    i'm developing some enterprise service on a NetWeaver CE SP1 plattform and sometimes while deploying i encounter a DeploymentException: Unable to create folder. Whats the reason for this exception?
    I can only resolve it with restarting the server and deploy the projects again...
    regards,
    Matthias
    1. Exception has been returned while the '<application>_start_ccbpmear' was starting. Warning/Exception :
    Error occurred while starting application <application>_start_ccbpmear and wait.
    Reason: Clusterwide exception: server ID 14616650:com.sap.engine.services.deploy.container.DeploymentException: Unable to create folder <root>\<application>_start_ccbpmear\EJBContainer\applicationjars
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:880)
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl.makeStartInitially(ContainerInterfaceImpl.java:758)
         at com.sap.engine.services.deploy.server.application.StartInitiallyTransaction.makeStartInitially(StartInitiallyTransaction.java:181)
         at com.sap.engine.services.deploy.server.application.StartInitiallyTransaction.prepare(StartInitiallyTransaction.java:143)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:393)
         at com.sap.engine.services.deploy.server.application.StartTransaction.doStartInitiallyGlobal(StartTransaction.java:428)
         at com.sap.engine.services.deploy.server.application.StartTransaction.doStartInitially(StartTransaction.java:416)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:170)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:393)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:418)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:318)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:533)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:230)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:374)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:2955)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:2885)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:2861)
         at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:98)
         at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)
         at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:31)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessDeplItem(DefaultDeployPostProcessor.java:70)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:58)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:646)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:637)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:488)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:209)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:154)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:61)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:36)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:882)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:52)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:59)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:287)
    Caused by: com.sap.engine.services.ejb3.container.ActionException: Unable to create folder <root>\<application>_start_ccbpmear\EJBContainer\applicationjars
         at com.sap.engine.services.ejb3.container.FSMakeFolder.perform(FSMakeFolder.java:48)
         at com.sap.engine.services.ejb3.container.CompositeAction.perform(CompositeAction.java:81)
         at com.sap.engine.services.ejb3.container.ContainerInterfaceImpl$Actions.perform(ContainerInterfaceImpl.java:874)
         ... 37 more

    Hi,
    This usually happens when the undeployment is not done properly. Alternatively, you can undeploy the application through SDM and then deploy it again to solve this problem.
    Thanks,
    S-B

  • My Mozilla Firefox Browser v15.0 open then some file loading and my desktop display automatically created folder name is old Firefox data then ask me chose two

    ''duplicate of https://support.mozilla.org/en-US/questions/936244 - locking this one''
    '''My Mozilla Firefox Browser v15.0 open then some file loading and my desktop display automatically created folder name is old Firefox data then ask me chose two option 1st is Safe Mode or 2nd is Restore so i chose Restore and then open Mozilla Firefox Browser page Blank Black display page,
    How can i do solve this error plz plz plz plz help me out what you say troubleshooting,error or issue.'''

    Did you perform a Firefox Reset either by clicking the button on the Help > Troubleshooting Information page or via the Safe mode start window?
    You may have gotten the Safe Mode start window as the result of not being able to start Firefox more than once after crashes.
    See:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.org/kb/Firefox+crashes
    If you have submitted crash reports then please post the IDs of one or more crash reports that have this format:
    *bp-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.
    *You can open the <b>about:crashes</b> page via the location bar, like you open a website.
    See:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter
    *https://support.mozilla.org/kb/Mozilla+Crash+Reporter
    If you can't open Firefox then see:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter#Location_of_crash_reports
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter#Viewing_crash_reports
    "Reset" creates a new default profile with a time stamp appended to identify it and tries to recover settings like bookmarks and history and passwords and cookies and auto-fill data from the old profile, but you lose data like extensions and other customizations.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Firefox 15+ versions will move the old profile folder to an "Old Firefox Data-##" folder on the Desktop that gets a number appended if you use reset more than once, so you can no longer use the profile manager to revert to the old profile.

  • No "Shared" Folder in iPhone 4 ; iPod. OS 4.3

    No "Shared" Folder in iPhone 4 ; iPod. OS 4.3
    Hi,
    For some reason I can't seem to get the "Shared" folder under "More" on the iPod app via iPhone 4. I'm trying to take advantage of the ability to use my iTunes library on my PC on my iPhone. I had followed the simple steps to enable Home Sharing via iPhone and iTunes but the folder simply won't show on my iPhone.
    Steps I've taken, plus information as follows.
    Windows 7
    iTunes 10.2.1.1 (uninstall-ed, reinstall-ed)
    iPhone 4 Version 4.3(8F190)
    WiFi connection to my network is working (rebooted network, turned Windows firewall on/off)
    Started with Home Sharing not being turned on in either iPhone or iTunes.
    Turned it on in iTunes first via Advanced -> Turn On Home Sharing and entered my AppleID/password -> Create Home Share -> Done. Confrimed under Edit -> Pref that "Share my local network" is checked with "Share entire library" checked. No password required.
    Then on the iPhone via Settings -> iPod -> Home Sharing field Apple ID / Password entered.
    Library name: Jarrod's Library
    Soft reset done on iPhone along with rebooting PC and network and regular power cycles on device.
    Turned Windows firewall off/on. No other firewall/virus programs running.
    Re-create my iTunes Library, backing up the .xml file and reapplying it as import, then reapplying onto iPhone via sync.
    I had to "repair" the Bonjour software when I first attempted to turn on Sharing in iTunes via Pref (before entering info on iPhone) because it was Bonjour was disabled, I repaired it via windows and was allowed to check the box then.
    Reviewed my router settings; DNS via iphone is 192.168.0.1 and is the same under Connection-specific DNS Suffix:
    Description: Realtek PCIe GBE Family Controller #2
    Physical Address: 6C-F0-49-51-CF-D7
    DHCP Enabled: Yes
    IPv4 Address: 192.168.15.2
    IPv4 Subnet Mask: 255.255.255.0
    Lease Obtained: March-21-11 3:10:08 PM
    Lease Expires: March-29-11 3:52:47 AM
    IPv4 Default Gateway: 192.168.15.1
    IPv4 DHCP Server: 192.168.15.1
    IPv4 DNS Server: 192.168.0.1
    IPv4 WINS Server:
    NetBIOS over Tcpip Enabled: Yes
    Link-local IPv6 Address: fe80::a14a:58c:e4b3:9eb9%13
    IPv6 Default Gateway:
    IPv6 DNS Server: 192.168.0.1.
    So my Ipv4 DNS servier matchs via my routing DNS setting "Router IP adress".
    no firewall protectin or mac protectin active. (the wifi will connect to my home network
    Summary: Confrimed all the acccount info(in itunes Home sharing, ipod settings) is entered correctly and Sharing is enabled then. Up to date software, rebooted networked/devices(PC,iPhone), firewall off/on, WiFi works with the network/PC/iPhone in question. up to date software.
    That's pretty much where I left off from Apple tech support, which I`ll be calling back tomrrow. Just documenting my steps and hopfully will find a solution to make home sharing work on my iPhone via my wifi networking/ PC with iTunes. Before having to call back. Thanks for any help.
    Thanks for any suggestion and I'll keep this upto date with more info.

    hey still having the issue if anyone knows a fix or where i found follow furhter help. i currently cna't call apple back. tnump!

  • Do I need to assign a name to both my iphones? I just got an iPhone 5, BUT I still use my iPhone 3GS as a camera

    Do I need assign a name to both my iphones? I just got an iPhone 5, BUT I still use my iPhone 3GS as a camera & iPod, and will need to back it up and sync it occassionally, I have NOT named either phone yet, they are recognized only as "owner's iphone".
    NOTE: I HAVE A P.C.
    Is there any danger of not naming them, and itunes confusing them, and gathering wrong backup info, etc.
    ALSO....Does turning the volume all the way down silence all phone sounds? In other words before I sleep, do I need to click that little switch on the left side of the phone to achieve complete silence, if so, is there an INTERNAL way to do this so I don't have to push my finger in there through my otter box case to turn it off.?
    I have AT&T on my iPhone 5, and I was wondering if there was a way to save my voicemails permanently somewhere, because they get erased by AT&T every 14 days.
    ALSO.....How do I manage my 20,000 photos, in "my pictures" in my PC, shall I have one folder which has ALL of photos ALL OF THEM.........In sequence and then create dozens of other folders by event, catagory, etc. I get SO CONFUSED on what to do with my photos, what is THE BEST WAY to keep them organized.
    Thank You Very Much,
    APPLE DREAMER - PC CLINGER

    http://support.apple.com/kb/HT3965

  • Calendar Items Created on the iPhone do not Correctly Sync to Outlook 2003

    I have a first generation iPhone that I upgraded the firmware to version 2.0. This problem didn't exist until after I upgraded.
    I only sync my iPhone with one Outlook 2003 calendar. Soon after the upgraded, I noticed there were 3 calendars showing on my phone:
    - Calendar
    - Home
    - _ModCal24c5.Home
    Since Calendar seems to be my main calendar and the other two were empty, I deleted Home and _ModCal24c5.Home. Now, when I create a calendar item on my iPhone and sync, it appears not to have transferred to my PC.
    If I search for the iPhone calendar item in Outlook, it shows up in the active appointments list and I can copy it over to the Calendar folder. But then later, I notice that other meetings I set up in Outlook have disappeared. Erased both on the iPhone and in Outlook even though they were there and I never deleted the meeting in either the phone or the application.
    Pretty much, the Outlook Calendar iPhone synch is screwy. I'm afraid to investigate my Contacts list since some entries may have disappeared, too.

    I have been unable to sync Outlook 2002 and iPhone 2G since I upgraded to 7.7 and 2.0. Don't want to have to upgrade outlook but will do so if I know it will work. Anybody not having the problem???
    I have spent hours trying to resolve. Please help

  • Unable to use iCloud on my iPhone 4S

    I'm unable to use iCloud on my iPhone 4S.  I click on Settings, Scroll to iCloud, Click on iCloud, and then it prompts me to enter my Apple ID and Password.  After I do I click on Sign in and it says User name or password is incorrect and I know they're not.  I try signing in with the same Apple ID and Password and I have no problem signing in.  I don't know what's going on.  Can someone please help?? 

    You need an Internet connection to use Facetime. As not all carriers support Facetime you may need a WiFi connection.

  • De-authorizing itunes? Several of my authorized pc's have died, and have no way to deauthorize iTunes on them. Now I am unable to synch purchases on my Iphone to new computer with iTunes because I already have 5 computers authorized. What can be done?

    Several of my authorized pc laptops and desktops have completely died over the years, and have no way to deauthorize iTunes on them. Now I am unable to synch purchases on my Iphone to new computer with iTunes because I already have 5 computers authorized. What can be done?

    Deauthorise all to reset to zero, then authorize again.
    Following quote from Apple Support:
    If you need to authorize your new computer and are unable due to already having five authorized computers, you can deauthorize all computers by doing the following:
    Click iTunes Store on the left side of iTunes.
    If you're not signed in to the store, click the Account button, then enter your account name and password.
    Click the Account button again (your Apple ID appears on the button), enter your password, and then click View Account.
    In the Account Information window, click Deauthorize All.
    Note: You may only use this feature once per year. The Deauthorize All button will not appear if you have fewer than two authorized computers. If you need assistance on using this feature, please contact iTunes Store support via email (http://www.apple.com/support/itunes/store/).

  • To create folder in Application server

    hi,
    How to create folder in application server from presentation server??
    how is the program it??
    reply me soon...
    thx,
    s.suresh.

    hi Suresh
    Hope u r having nice day
    here i am sending a sample report which can upload the file to Application Server which inturn automatically create folder .
    REPORT  ZSHR_UPLOAD_TO_APPLICATION              .
    DATA : BEGIN OF IT_MAT OCCURS 0,
              MBRSH LIKE MARA-MBRSH,
              MTART LIKE MARA-MTART,
              MAKTX LIKE MAKT-MAKTX,
              MEINS LIKE MARA-MEINS,
           END OF IT_MAT.
    DATA : W_DIR(40).
    MOVE 'D:\usr\sap\DEV\DVEBMGS00\work\SHR' TO W_DIR.
    "SHR" IS A FOLDER NAME TO BE CREATED
    START-OF-SELECTION.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                     = 'C:\MAT.TXT'
       FILETYPE                      = 'ASC'
       HAS_FIELD_SEPARATOR           = 'X'
      TABLES
        DATA_TAB                      = IT_MAT
    EXCEPTIONS
       FILE_OPEN_ERROR               = 1
       FILE_READ_ERROR               = 2
       NO_BATCH                      = 3
       GUI_REFUSE_FILETRANSFER       = 4
       INVALID_TYPE                  = 5
       NO_AUTHORITY                  = 6
       UNKNOWN_ERROR                 = 7
       BAD_DATA_FORMAT               = 8
       HEADER_NOT_ALLOWED            = 9
       SEPARATOR_NOT_ALLOWED         = 10
       HEADER_TOO_LONG               = 11
       UNKNOWN_DP_ERROR              = 12
       ACCESS_DENIED                 = 13
       DP_OUT_OF_MEMORY              = 14
       DISK_FULL                     = 15
       DP_TIMEOUT                    = 16
       OTHERS                        = 17.
    OPEN DATASET W_DIR FOR OUTPUT IN TEXT MODE ENCODING UTF-8.
      IF SY-SUBRC EQ 0.
        LOOP AT IT_MAT.
           TRANSFER IT_MAT TO W_DIR.
        ENDLOOP.
      ENDIF.
    CLOSE DATASET W_DIR.
    IF USEFUL AWARD POINTS.
    REGARDS
    HEMASEKHARA REDDY S

  • I am unable to stream Netflix to my Iphone or Apple TV, from my wireless router . . . even though I am able to watch Netflix on my WII (also wireless) and desktop computer (not wireless).

    I am unable to stream Netflix to my Iphone or Apple TV, from my wireless router . . . even though I am able to watch Netflix on my WII (also wireless) and desktop computer (not wireless).
    On the Iphone and Apple TV I can connect to Netflix . . . it recognizes me and my account settings . . . and I can veiw all my recent programs and show titles, descriptions, etc..  But when I select one to watch I get a message saying:
    "ERROR A PROBLEM OCCURED WHILE PLAYING THIS ITEM. TRY AGAIN LATER, OR SELECT A DIFFERENT ITEM. GO TO WWW.NETFLIX.COM/SUPPORT FOR MORE INFORMATION. (139)
    Netflix support say there is nothing wrong on their end . . . that it is an Apple issue.  They see the request for the show, the devices are registered . . . but it shows 0 bandwidth to the device.
    My Apple TV did this when I first hooked it up a couple of weeks ago.  Then after a few days started working with Netflix, for no apparent change . . . now doesn't again for the past couple of days (I think that it auto restarted the other night after a virus scan).
    Very frustrating, and driving me nuts!  Has anyone else had and been able to resolve this problem?

    Troubleshooting
    Apple TV2 update one day and netflix is browsing but not launching the actual content (error 139)
    Ipad2 (another ios device) forces me to update netflix if I want to use it and I get the same error 139 on it.
    **** now I have two not ways not working where prior to some update it was fine.
    Nintendo Wii is still working ( mind you running an ancient version of netflix )  Dusted the Wii off and gave it to the kids use.  Now they are happy again...
    PC is also still working ( using some other flash client ) but that's just of interest, we're not going to be watching tv with that.
    My wife's iphone 4s is still working.  Odd.. still ios but for somereason I am not forced to update the version. So basically she could mirror stream up to the apple tv with it.  Nice feature of Ios5.  Later found out it is using 1.4 version of netflix.  The most useful thing out of that is that all 3 of the devices are Ios and it was actually the iphone with the 1.4 version of netflix that still worked!
    I heard from a friend who was on a different ISP he was still working so I took my appletv2 and ipad2 over to my brothers house who is on that same ISP as my friend and both started working.  So the ISP is involved too!
    Brought the appletv2 and ipad2 back to my house hoping it would maybe still work.  No dice   Broken again.
    Searched the appstore for a decent packet analyzer and there isn't really anything.  I was able to sniff the traffic with my PC and also on my juniper ssg5 confirmed that.  Turns out port 80 traffic is actually failing and authorization is not happening.  The other clients do not do this...
    Asked a buddy from work who used to work at the ISP if he could make a call to some one who might actually know what is going on.  He came back pretty quick and said yea they are trying really hard to get the beta patch in from Bluecoat asap. 
    So knowing that it was actually Netflix that changed when it hit 2.0 and in my case the ISP made the adjustment it's pretty safe to say this issue is going to be ongoing unless netflix changes again the way they authorize for licenses.
    So that's the summary of what went right down the troubleshooting path but I'll tell what what didn't
    2 calls to Netflix (useless... waste of time... they are too quick to blame anyone but themselves)
    1 call to apple support (support call was going to cost more than it cost for me to change ISPs)
    2 calls to ISP (through the normal means - regular support number)
    So why is this intermittantly working sometimes?  If you are lucky enough to authorize to an IP address that is not cached they voila you are going to get an authorization / a license to watch the show.  Some people report after defribulating their appletv (reseting, rebooting, dns changes, you name it) they get it working.  Over the past month we all seem to have got it working for some period of time only to lose it a day to two later.
    It's now been several days since the beta patch to the bluecoat and 4 of us who have been communicating on the issue appear to be online all at the same time for those several days and that is a good sign that we might be out of the woods on the issue.
    Hope this turns into something helpful for someone else out there.

Maybe you are looking for

  • Open PO report showing "Sent" or "Not Yet Sent"

    Can someone direct me to the T-Code for a report that shows what POS have been sent to the supplier and which ones have not? Thanks for any help you can give me.

  • Error in Sales-A/R-Sales Report-Sales Analysis

    Dear All, After upgrading Sap 2007B ( PL:10 ) to sap 8.8 ( PL:05), we are facing some problems like when we generate Sales Analysis report Under....Sales-A/R------Sales Report.....Sales Analysis.....select Quaterly Report. In item Description it give

  • ORA-27123 error while creating database

    I am using dbca to attempt to create a database after installing 9i on a dual-CPU linux box running Red Hat 7.3. When I click 'finish' on the database creation wizard, everything appeared to be correct, but I receive an error message indicating that

  • I need to pull data from a keyboard attached bar code reader, labview basic verison 8

    Does anyone know how to pull the data sent by a keyboard attached bar code scanner using labview basic, version 8?  I tried using the aquire input data function, however the data that it gives doesn't seem correct, and it also only seems to give one

  • Links in Mail email do not work

    my wife has the original iPad mini, I have the retina version.  links in her emails will move her to safari automatically, but they fail to work on my retina?  i can't find any difference in the Settings between the two, what gives?  probably somethi