Not another podcast query?

This is a very minor thing...but I'm curious.
My podcasts are all listed nicely in alpha order on the Ipod bit of the phone. But sometimes you get the grey separator for each letter (like in the album list)...and sometimes you don't. Why's that then?

Hey AKRBTN,
The gray separator and letters appear on the right side, when you have 20 or more items in the list.
Jason

Similar Messages

  • SQL 2012 SP1 - How to determine a query that causes Error 8623 in SQL Log: The query processor ran out of internal resources and could not produce a query plan. This is a rare event...

    We are getting multiple 8623 Errors in SQL Log while running Vendor's software.
    How can you catch which Query causes the error?
    I tried to catch it using SQL Profiler Trace but it doesn't show which Query/Sp is the one causing an error. 
    I also tried to use Extended Event session to catch it, but it doesn't create any output either.
    Error:
    The query processor ran out of internal resources and could not produce a query plan. This is a rare event and only expected for extremely complex queries or queries that
    reference a very large number of tables or partitions. Please simplify the query. If you believe you have received this message in error, contact Customer Support Services for more information.
    Extended Event Session that I used;
    CREATE EVENT SESSION
        overly_complex_queries
    ON SERVER
    ADD EVENT sqlserver.error_reported
        ACTION (sqlserver.sql_text, sqlserver.tsql_stack, sqlserver.database_id, sqlserver.username)
        WHERE ([severity] = 16
    AND [error_number] = 8623)
    ADD TARGET package0.asynchronous_file_target
    (SET filename = 'E:\SQLServer2012\MSSQL11.MSSQLSERVER\MSSQL\Log\XE\overly_complex_queries.xel' ,
        metadatafile = 'E:\SQLServer2012\MSSQL11.MSSQLSERVER\MSSQL\Log\XE\overly_complex_queries.xem',
        max_file_size = 10,
        max_rollover_files = 5)
    WITH (MAX_DISPATCH_LATENCY = 5SECONDS)
    GO
    -- Start the session
    ALTER EVENT SESSION overly_complex_queries
        ON SERVER STATE = START
    GO
    It creates only .xel file, but not .xem
    Any help/advice is greatly appreciated

    Hi VK_DBA,
    According to your error message, about which query statement may fail with error message 8623, as other post, you can use trace flag 4102 & 4118 for overcoming this error. Another way is looking for queries with very long IN lists, a large number of
    UNIONs, or a large number of nested sub-queries. These are the most common causes of this particular error message.
    The error 8623 occurs when attempting to select records through a query with a large number of entries in the "IN" clause (> 10,000). For avoiding this error, I suggest that you could apply the latest Cumulative Updates media for SQL Server 2012 Service
    Pack 1, then simplify the query. You may try divide and conquer approach to get part of the query working (as temp table) and then add extra joins / conditions. Or You could try to run the query using the hint option (force order), option (hash join), option
    (merge join) with a plan guide.
    For more information about error 8623, you can review the following article.
    http://blogs.technet.com/b/mdegre/archive/2012/03/13/8623-the-query-processor-ran-out-of-internal-resources-and-could-not-produce-a-query-plan.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Please Help with Shuffle not playing Podcasts in Playlist order

    Hi wanted to find out if others are going thru the same thing concerning PODCASTS. When I download a podcast and I put it into a playlist the podcasts should be able to be played in a sequential order as long as the number column is "clicked" so it plays 1,2,3 and so on. Well thats not happening....UGHHH when I sync my 2G shuffle now after 7.2 upgrade it decides it wants to put an episode of one type of podcast then another episode from another podcasts.. as if it is in random mode... But asure you I have the random/shuffle turned off both on the itunes and the shuffle itself. and everytime I go to sync it I can see the little circle updates syncing out of order and the sync window shows them being copied out of order... And so it syncs it to the order it comes up in the window. I cant get it to stop doing this. I have even tried unistalling 7.2 and quicktime and downgrading to 7.1.1.5 and it still is doing the same thing. Anybody please help this is very irritating... Thanks for your time....

    I am trying to auto sort podcasts in a smart playlist.
    Click in tethe h very first column and drag the podcasts in the order you want.
    Right click on the playlist name and *Copy to play order*.

  • Another RAW Query

    Hi There.
    Another RAW query. I have PS CS4 Extended 11. I have tried to open RAW (NEF) pictures from my NIKON D3100. I get the error message 'Could not complete your request because it is not the right kind of document'. I have tried downloading the latest update. I currently have Camera RAW Version 5.7.0.213. I have also downloaded the DNG converter but I still get the same error. I am using Windows 7 on a laptop.
    Please help, otherwise no RAW Photography for me!
    Regards Mike.

    You need at least ACR 6.3 and you can not get there with CS4.  You either have to upgrade to CS6 or CC, or use the latest DNG converter. 

  • Re NOT EXISTS SQL QUERY

    Hai ,
    I am having doubt regarding NOT EXISTS sql query,
    I want to select rows from table1 where column2 < column3 and column1 value should not exists in another two tables.
    When i tried with NOT IN clause i got the answer but i didnt get when i tried with NOT EXISTS.....can anyone give me the answer....
    select * from TABLE1 where mark2< mark3 AND
    name NOT IN (select name from TABLE2 UNION
    select name from TABLE3);

    Your query can be re-written in the following way by using not exists clause:
    SELECT     *
      FROM     table1 t1
      WHERE     mark2 < mark3
      AND     NOT EXISTS (
           SELECT     1
             FROM     table2
             WHERE     name = t1.name)
      AND     NOT EXISTS (
           SELECT     1
             FROM     table3
             WHERE     name = t1.name)Go through http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:442029737684
    on when to use NOT IN and NOT EXISTS.
    Hope this is helpful.
    - RK

  • ITunes does not play Podcasts in a row

    Hi everybody.
    Why is it, that iTunes does not play Podcasts in a row like it does in individual playlists. It stops after each episode of a subscribed Podcast and I have to manually trigger the next one. Even more so, the iPod returns to its main menu after each episode in a Podcast. This is annoying, especially when I am driving or jogging.
    Do I have to organize my Podcasts in playlists or is there another trick or tweak?
    Thank you!
    Michael
    PowerBook G4   Mac OS X (10.4.4)  

    Playlists are a possible workaround, but I just drill into the genre -> Podcast -> "All" -> podcast name to get to a list that plays straight through.

  • Adding Notes to a query result

    Is there a way for end users to add notes to a query result, then have those notes show up when another user runs the query?
    If so, how long would those notes be avalible? In other words, are there any BI events that would clear ot the note(s)?
    Where would I go to get the documentation on this (if it exists)? Thanks!!!
    Mark

    Hi,
    You can add notes in query result, write click on the particular cell, there you will have option to add notes.

  • My iPod does not update Podcasts correctly

    I have a 4th generation iPod that supports podcasts, but whenever I update my iPod, the podcasts go into my music library and not the podcast directory. How could I fix this? Also, I deleted a podcast totally off my computer, and it still remains on my iPod even when I updated. The podcast refuses to remove itself from my iPod. Is there any way I could solve these problems? (I know I also have another post on this, but nobody has answered my other post. It's also been a couple days since it went up)

    Yay. Thank you King Cole. You brought a problem to my attention which I just fixed, and it helped me fix another problem too. Here's my procedure for what I did -
    1) I opened the iPod Updater.
    2)I got an internal manager error.
    3)Updated my iTunes 6.00.18 software to the new 6.1.3
    4)Reinstalled iTunes Updater Software 10-12-05
    5)Reset iPod to factory settings
    6)Reloaded iPod
    Not only did the Manager error get corrected, but my podcasts were placed in the correct directory and the Fox Broadcasting podcast that I had deleted a long time ago has been removed from my iPod.

  • Can login with one laptop, not another

    Two (long-winded) questions for you all:
    1) Anyone know why I would be able to login to our domain from one laptop with a LEAP-enabled wireless card, but cannot login with another LEAP-enabled laptop sitting right next to it? I have pre-auth turned on for both laptops. Both laptops will query the ACS to get an address. Both pass 802.11/x credentials and receive IP addresses. One laptop (a Lenovo S12) can login users just fine. The other laptop is a Dell and will come back with "Domain is not available" after passing all of the pre-auth credentials.
    I've made sure that the external database is pointing to the right groups in AD, but I do see authentication failures pop up on the WCS. The following is common:
    Client '00:21:6a:28:56:4c (Admin, 10.172.1.14)' which was associated with interface '802.11b/g' of AP 'AP102' is excluded. The reason code is '4(802.1X Authentication failed 3 times.)'.
    Remember, though, pre-auth is telling me that it does pass 802.1X authentication, and you can see that it does get an IP, so this error is conflicting. I also get a lot of these, too:
    Client '00:21:6a:28:60:a8 ([email protected], 0.0.0.0)' which was associated with interface '802.11b/g' of AP 'AP102' is excluded. The reason code is '4(802.1X Authentication failed 3 times.)'.
    I understand that it is trying to pass authentication for a device with no IP, but why does one login get an IP (as seen on the first message) and not another login (second message)? I get this with the same user name, not just when different people are trying. I can login to the Lenovo with [email protected], but I turn around and get "Domain is not available" on the Dell with the exact same AD account.
    2) Here's another one that's baffling me: I have a user named [email protected]. When trying to auth to the domain, I see the following pop up in the event log on WCS (A LOT):
    Client '00:1c:bf:96:d3:6a (..m [email protected], 0.0.0.0)' which was associated with interface '802.11b/g' of AP 'AP122' is excluded. The reason code is '4(802.1X Authentication failed 3 times.)'.
    User authentication from Controller '10.5.1.11' failed for User name '..m [email protected]' and user type 'Network User'.
    User authentication from Controller '10.5.1.11' failed for User name '.O. [email protected]' and user type 'Network User'.
    Client '00:1c:bf:96:d3:6a (x.m [email protected], 0.0.0.0)' which was associated with interface '802.11b/g' of AP 'AP122' is excluded. The reason code is '4(802.1X Authentication failed 3 times.)'.
    User authentication from Controller '10.5.1.11' failed for User name 'x.m [email protected]' and user type 'Network User'.
    Why is it that the user tries to login with "[email protected]", but the controller thinks he's trying to use random ones, shown above?! His actual login name is no where in the logs at all. Thoughts on this one?!
    To throw another kink into this, we can login all day long with other devices, like iPhones and Android phones and Linux (on the exact same machines that had previously "failed", mind you) and never get authentication errors or random drops. It's making me think it is a Windows driver issue, but I can have a driver work on one laptop and not another that is the exact same model... It's very confusing at the moment for me, sending me spinning in circles to try and find what's going on.
    Thanks in advance for your help!

    Which operating system you are using?
    What is the error you get while trying to connect like the network requires network key, or low wireles signal etc?
    Also what is the model number of your router?
    Please provide these details so that i can help you with this

  • Check which fields are covered by one set of views and not another

    Hi all,
    I am having some problems formulating a query to find the set of fields that are covered by one set of views and not another.
    I won't paste the abomination I'm currently butting heads with but basically I'm using INFORMATION_SCHEMA.VIEW_COLUMN_USAGE
    I need underlying field name (not alias), view that includes it and table that it comes from.
    Any pointers would be greatly helpful

    Hi, with the script below you can find all the dependencies of all view
    USE AdventureWorks2012;
    GO
    SELECT OBJECT_NAME(referencing_id) AS referencing_entity_name,
    o.type,
    o.type_desc AS referencing_desciption,
    COALESCE(COL_NAME(referencing_id, referencing_minor_id), '(n/a)') AS referencing_minor_id,
    referencing_class_desc, referenced_class_desc,
    referenced_server_name, referenced_database_name, referenced_schema_name,
    referenced_entity_name,
    COALESCE(COL_NAME(referenced_id, referenced_minor_id), '(n/a)') AS referenced_column_name,
    is_caller_dependent, is_ambiguous
    FROM sys.sql_expression_dependencies AS sed
    INNER JOIN sys.objects AS o ON sed.referencing_id = o.object_id
    WHERE
    o.[type] = N'V'
    --and referencing_id = OBJECT_ID(N'Sales.vSalesPerson')
    GO
    You can specify the name of a view in the WHERE clause
    hope this will help you
    Questo post è fornito &quot;così com'è&quot;. Non conferisce garanzie o diritti di alcun tipo. Ricorda di usare la funzione &quot;segna come risposta&quot; per i post che ti hanno aiutato a risolvere il problema e &quot;deseleziona
    come risposta&quot; quando le risposte segnate non sono effettivamente utili. Questo è particolarmente utile per altri utenti che leggono il thread, alla ricerca di soluzioni a problemi similari. ENG: This posting is provided &quot;AS IS&quot;
    with no warranties, and confers no rights. Please remember to click &quot;Mark as Answer&quot; on the post that helps you, and to click &quot;Unmark as Answer&quot; if a marked post does not actually answer your question. Please Vote This As
    Helpful if it helps to solve your issue. This can be beneficial to other community members reading the thread.

  • Application runs under 1 account not another.. 10.4.11

    Hi
    I have a G5 with 10.4.11 with multiple user accounts. I have a application which will work under 1 account but not another. I've erased and re installed the software under the account I want it to work but it still does not work. I erased the software and all the associated folders for preferences and such and it still does not work.
    I've tried as well to fix permissions and set all access to read write for all users on various folders for preference and plists... still nothing. My last resort is to archive and install the OS again.
    Any direction would be helpful.
    Thanks
    Steve

    Which application?
    I've encountered something similar with FujiFinePix for downloading pictures from a camera. It will only work in my admin. account, but the camera's not mine.

  • File Upload applet not opening in Query Mode

    File Upload Applet is opening in Query Mode in Siebel 7.5, where as in Siebel 7.8 its not opening in Query Mode.
    Should anything be changed in CFG? or siebel restricted this?

    Hi,
    There is a property called "Auto Query Mode" in the applet. Check whether this has been set to "New Query" in 7.5. If so the applet will be opening in Query Mode automatically. If this property is blank, in 7.8, the applet will not be opening in Query mode. Check and let me know.
    Regards,
    Joseph

  • Some, but not all, podcasts existing on the iPod no longer appear in iTunes. Different podcasts have been affected at different times, after changes in the state of the iPod. Only podcasts are affected.

    I have not seen this precise issue addressed anywhere. I don’t know if it’s an iTunes or an iPod problem:
    - Some, but not all, podcasts existing on the iPod no longer appear in iTunes;
      this, after normal behavior for more than a year since purchase of the iPod.
    - Different podcasts have been affected at different times, after changes in the state of the iPod.
    - Only podcasts are affected.
    - This concerns an iPod nano 6th gen. and iTunes 11.0.2 (26) on System 10.6.8
    - The only change to iTunes, the Mac, or the iPod is that just before this condition began
      I’d begun syncing an iPhone via iTunes.
    I sync manually (“manually manage music and videos”). The first time this happened, I wanted to delete seventeen podcast episodes (all belonging to one podcast) existing on the iPod — but they didn’t show up in iTunes. I tried re-downloading them and re-syncing, to see if the new versions would somehow “re-link” to iTunes. They didn’t. Only one — new — episode appeared in iTunes.
    I ultimately reset the iPod and manually resynced all the podcasts I currently had on iTunes. That worked, though I had to painstakingly add in all the other content deleted by the reset.
    So: after that reset and manual sync, all podcasts and episodes on the iPod were visible to iTunes and I was able to delete the podcast and its — now 18 — episodes I’d wanted to get rid of to begin with. But the next time I connected the iPod, only 8 podcast episodes out of 21 episodes total existing on the iPod were visible to iTunes. These are different podcasts; I’d deleted the original “invisible” ones.
    By “visible,” I mean in the “Podcasts” list view under “[name]’s iPod” in the iTunes sidebar. If I select “[name]’s” iPod in the iTunes sidebar and the “Podcasts” tab, all podcasts and episodes are visible, though greyed out because I’m set to sync manually. It’s unclear to me if these are the podcasts on the iPod or those currently in iTunes, as they are currently the same. If I switch to syncing automatically, all content on the iPod will be lost again, so I’m not up to trying it at the moment.
    As I said,  this involves only podcasts. All other content on the iPod does appear in iTunes.

    I have the same problem- i see my movies in the ipod section in itunes and they even show as mpeg4 in the 'kind' section but they dont have that small TV icon next to them. if i play these in itunes, they play fine- but try playing them on the ipod and all you hear is the sound and no picture. All videos that i manually transfer work fine in the beginning- its when i hook up the ipod to the comp again and start itunes- they start showing up without the 'tv' icon!! i have to again transfer them from the itunes library to activate them as videos.
    Need Help!!!

  • QAAWS error message "not a valid query"

    Hi,
    When I'm trying to connect to QAAWS I get this error message: "not a valid query. FWB 00025".
    Does anyone know how to solve this problem?
    The server where the BOE is installed on has been restarted a couple of times but it doesn't help.
    Universe Designer and WebI work fine.
    Thanks!

    Is QaaWs running properly on your system?
    To validate the installation, open a browser and type the following URL
    http://[server]:[port]/dswsbobje, where [server] corresponds to
    your web server address and [port] corresponds to the port where you
    set up in your web server. The default used by Tomcat is 8080. dswsbobje
    is the default name of the Web Service provider web application. Then Validate.

  • After installing Mountain Lion, why is there Yahoo access for one user but not another?--both are administrators.

    After installing Mountain Lion, why is there Yahoo access for one user but not another?--both are administrators.

    We've had several instances where we have had to run chkdsk on arrays with over 1m files. Average completion time is approximately 72 hours. The maximum downtime window they have available is the 64 hour weekend window. File sizes and number of files were
    much smaller then than they are now.
    The idea, in theory, was to use VHDs to compartmentalize the data into smaller volumes which could be more easily managed. It would also improve performance when transferring these compartments of data as they would use sequential read/write rather than
    fragmented/random. This idea was never fleshed out in entirety, they don't split data up into little containers, but simply into big ones per project. Hence the 11m files in one container that I am currently trying to diagnose.
    Some other important facts: The VHD in question is mounted in B:/project/ as this server also allows remote workers to log in, but they are restricted to see only data in E:. Disks A-D are hidden via group policy.
    Update: icacls is failing on a large number of files within this dataset. I counted the path characters to ensure it wasn't the 255 character limit I was encountering and verified that the paths being blocked are only about 150 characters long. Once it finishes,
    I'll have to try taking ownership and then re-running it. At this point I still have no idea how long to expect. I'm running out of time as the environment will be in use again at 9AM tomorrow morning.

Maybe you are looking for