[bug] Album arrange is wrong sequence

I'm Classical Music lover, and I have rip my large amount of CDs to iTune.
I rename those album in to the sequence, such as Album No.1, Album No.2, Album No.3, ...
Here I found a bug, if I have more than 9 album (going to have 2-digit), the sequence above go wrong like this
Album No.1, Album No.11, Album No.12, Album No.2, Album No.3, ...
but I want my album list to be look like this
Album No.1, Album No.2, Album No.3, ... , Album No.9, Album No.10, Album No.11, Album No.12
and I don't want to add zero in front of my 1-digit album like this
Album No.01, Album No.02, Album No.03, ... , Album No.09, Album No.10, Album No.11, Album No.12
Please fix this issue.

These are user to user forums. Post your suggestion on the Product Feedback website.

Similar Messages

  • Wrong sequence of printout's.

    Hi!
    When I print on an SAP printer, the output requests are issued in the wrong sequence, even though the SAP output device in SPAD is defined with the "sequential processing" attribute. This situation appear when I have got more than 400 spool requests. When I put more requests some printout are missing and the sequence is wrong.
    I checked the SAP notes especially Note 412065 - Incorrect output sequence of output requests.
    I check the parameter rspo/global_shm/job_list and It is 1000. That mean I can put on spool queue 1000 requests before it will be full. I put less becouse 400. What is wrong and how can I fix it.
    THX for answer.

    hi,
    the bug u r telling is a functional issue and some thing related to printer configurations. this has nothing to do with our coding .
    correct me if i am wrong.

  • The songs on all my albums are out of sequence. Can I rearrange them in the correct order.

    After downloading ios7 the songs on all the albums in my music are in the wrong sequence. How can I fix this.

    Just fixed it - you need to go to settings, general, reset, reset all settings. Now all songs are in correct order in the albums. You will have to set up networks, passwords and settings again but will not lose your data.

  • Albums in the wrong order since ios 7

    Since I have updated my iPad 2 to ios7 it has put 90% of my albums in the wrong track order. The same albums on my iphone 5 (ios7) are fine.

    Hi J23Lay,
    This annoyed the **** out of me for the last couple of days too! Simple solution:
    Go to Settings - General - Reset - Reset All Settings
    This will put your track info back in the right order. However, it will reset your WiFi details too, so make sure to have them to hand.

  • Wrong sequence of Packages in the tp buffer

    Hi,
    We are upgrading our solution manager 7.0 system to EHP1. We have
    already upgraded kernel to 701 and java patches to EHP1. Then all addon
    patches have been copied into the EPS/in . Then add-on upgrade
    operation have been started from SAINT transaction. But we have an
    error in DDIC_IMPORT phase like below:
    Import phase 'DDIC_IMPORT' (04.01.2011, 20:46:30)
    Wrong sequence of Packages in the tp buffer (e.g. SAPK-50001INCRMUIF)
    Abort the import due to an error situation (04.01.2011, 20:46:33)
    How can we solve and continue to Solution manager upgrade operation?
    Best regards,

    Hi,
    I solved problem. But now I have another problem in phase DDIC_ACTIVATION. Error information is like below:
    Error during executing the tp command 'tp ACT ALL TRS ...'
    tp return code: '0012' , tp message: 'A tool used by tp aborted' , tp output:
      initial value of NLS_LANG: 'AMERICAN_AMERICA.UTF8'
      This is tp version 372.04.88 (release 701, unicode enabled)
      Warning: Parameter DBLIBPATH is no longer used.
      standard output from tp and from tools called by tp:
    Details of the error situation can also be found in the import logs
    Abort the import due to an error situation (05.01.2011, 22:55:34)
    How can I solve it?
    Best regards,

  • ALE Change pointer idocs generated in wrong sequence

    We are using the serialization group to generate the MATMAS and CLFMAS idocs with the sequence MATMAS generated first and then CLFMAS.
    Normally,this seems to work fine with the idocs generated in the right sequence.
    However, during a period of every 24hours, I could see a couple of MATMAS and CLFMAS idocs being generated in the WRONG sequence with CLFMAS generated first and not MATMAS as maintained in the serialization group.
    What could be the reason?
    I checked in the BDCP and BDCPV tables, the timestamps for the wrong sequence idocs seem to be correct with MATMAS before CLFMAS. However the actual idoc creation time is not in correct sequence.

    Hi,
    Can you check your serialization group via tcode BD44 and check the sequence number for MATMAS and CLFMAS?
    Hope this will help.
    Regards,
    Ferry Lianto

  • [svn:fx-trunk] 13501: Bug: BLZ447 - AMF3 Deserialization: Wrongly counted reference ID of duplicated String when in the same message there are Strings with only wildcards

    Revision: 13501
    Revision: 13501
    Author:   [email protected]
    Date:     2010-01-14 06:01:23 -0800 (Thu, 14 Jan 2010)
    Log Message:
    Bug: BLZ447 - AMF3 Deserialization: Wrongly counted reference ID of duplicated String when in the same message there are Strings with only wildcards
    QA: Yes - please keep an eye on AMFX (HTTPChannel) tests.
    Doc: No
    Checkintests: Pass - except the usual 4-5 tests that time out on my machine.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/amfx/AMFXDecoder.as

    Dear Pallavi,
    Very useful post!
    I am looking for similar accelerators for
    Software Inventory Accelerator
    Hardware Inventory Accelerator
    Interfaces Inventory
    Customization Assessment Accelerator
    Sizing Tool
    Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
    Request help on such accelerators... Any clues?
    Any reply, help is highly appreciated.
    Regards
    Manish Madhav

  • Function modules invoked in wrong sequence  bapi_po_create

    trying to use bapi_po_create in se37
    enter purch org     vendor   doc type    purch group 
    when test get the following
    function modules invoked in wrong sequence
    what does that mean?
    how an i create

    Not sure, but  I do think you need more information than that.  Here is an example program calling the BAPI.
    report zrich_0001.
    constants : c_x value 'X'.
    data: del_date type sy-datum.
    data: pohead  type bapimepoheader.
    data: poheadx type bapimepoheaderx.
    data: exp_head type bapimepoheader.
    data: return  type table of bapiret2 with header line.
    data: poitem  type table of bapimepoitem with header line.
    data: poitemx type table of bapimepoitemx with header line.
    data: posched  type table of bapimeposchedule with header line.
    data: poschedx type table of bapimeposchedulx with header line.
    data: ex_po_number type bapimepoheader-po_number.
    parameters: p_matnr type ekpo-matnr.
    parameters: p_werks type ekpo-werks.
    parameters: p_lgort type ekpo-lgort.
    parameters: p_menge type ekpo-menge.
    parameters: p_lifnr type ekko-lifnr.
    parameters: p_ekorg type ekko-ekorg.
    parameters: p_ekgrp type ekko-ekgrp.
    parameters: p_bukrs type ekko-bukrs.
    * Header Level Data
    pohead-comp_code = p_bukrs.
    pohead-doc_type   = 'NB'     .
    pohead-creat_date = sy-datum   .
    pohead-vendor = p_lifnr.
    pohead-purch_org = p_ekorg.
    pohead-pur_group = p_ekgrp.
    pohead-langu      = sy-langu   .
    pohead-doc_date   = sy-datum.
    poheadx-comp_code  = c_x.
    poheadx-doc_type   = c_x.
    poheadx-creat_date = c_x.
    poheadx-vendor     = c_x.
    poheadx-langu      = c_x.
    poheadx-purch_org  = c_x.
    poheadx-pur_group  = c_x.
    poheadx-doc_date   = c_x.
    * Item Level Data
    poitem-po_item  = 1.
    poitem-material = p_matnr.
    poitem-plant    = p_werks.
    poitem-stge_loc = p_lgort.
    poitem-quantity = p_menge.
    append poitem.
    poitemx-po_item    = 1.
    poitemx-po_itemx   = c_x.
    poitemx-material   = c_x.
    poitemx-plant      = c_x .
    poitemx-stge_loc   = c_x .
    poitemx-quantity   = c_x .
    poitemx-tax_code   = c_x .
    poitemx-item_cat   = c_x .
    poitemx-acctasscat = c_x .
    append poitemx.
    * Schedule Line Level Data
    posched-po_item        = 1.
    posched-sched_line     = 1.
    posched-del_datcat_ext = 'D'.
    del_date = sy-datum + 1.
    write del_date to posched-delivery_date.
    posched-deliv_time     = '000001'.
    posched-quantity       = p_menge.
    append posched.
    poschedx-po_item        = 1.
    poschedx-sched_line     = 1.
    poschedx-po_itemx       = c_x.
    poschedx-sched_linex    = c_x.
    poschedx-del_datcat_ext = c_x.
    poschedx-delivery_date  = c_x.
    poschedx-quantity       = c_x.
    append poschedx.
    call function 'BAPI_PO_CREATE1'
         exporting
              poheader         = pohead
              poheaderx        = poheadx
              testrun          = ' '
         importing
              exppurchaseorder = ex_po_number
              expheader        = exp_head
         tables
              return           = return
              poitem           = poitem
              poitemx          = poitemx
              poschedule       = posched
              poschedulex      = poschedx.
    call function 'BAPI_TRANSACTION_COMMIT'
         exporting
              wait = 'X'.
    if not ex_po_number is initial.
      call function 'DEQUEUE_ALL'.
    else.
      call function 'DEQUEUE_ALL'.
    *  message i036.
    endif.
    Regards,
    RIch Heilman

  • [ASK]Bugs of Java or Wrong Code?

    Dear All,
    What this is bugs of Java or me not to understand java programming, this my piece code :
    String kode = txtKode.getText();
            String nama = inputNama.getText();
            String keterangan = inputKeterangan.getText();
            try {
                Connection c = KoneksiMySql.getKoneksi();
                String sql = "UPDATE UNIT SET NAMA=?, KETERANGAN=?, WKT_INPUT=now() WHERE KODE=?";
                PreparedStatement p = c.prepareStatement(sql);
                p.setString(1, nama);
                p.setString(2, keterangan);
                p.setString(3, kode);
                p.executeUpdate();
                p.close();
                JOptionPane.showMessageDialog(null, "Data Berubah",
                        "Pemberitahuan", JOptionPane.INFORMATION_MESSAGE);
            } catch(SQLException e) {
                System.out.println("Error : " + e);
                JOptionPane.showMessageDialog(null, "Proses Rubah Unit Gagal",
                        "Pesan Error", JOptionPane.ERROR_MESSAGE);      
            }finally {
            inputNama.setText(null);
            inputKeterangan.setText(null);
                btnTambah.setEnable(true);
                btnHapus.setEnabled(false);
                btnRubah.setEnabled(false);
                inputNama.requestFocus();
    JOptionPane is Show and no error appears but data in database does not change, and code in block finally not executed.
    i'm use jInternalFrame, first run Only 'Add Button, Search Button' enable and other button are disable, then when 'Search Button' is clicked and open other jInternalFrame and get data form database, 'Add button' Disable and 'Delete Button, Change Button' are Enable. that my piece code on Change Button ActionPerformed.
    Please it's support.
    Thanks,
    Best & Regrads.

    Cross posted
    [ASK]Bugs of Java or Wrong Code?
    [HELP]Bugs of Java or Wrong Code?
    db

  • Why Transaction Date Line Earlier Created than Creation Date and Make Wrong Sequence?

    Hi Guys,
    In material transaction record, we have two different item and transaction : First is Move Order Issue and then WIP Completion.
    Both of them have same problem. The problem is in the transaction_date and creation_date. If we see the transaction_date is earlier created than creation_date
    The query data from material transaction order by descending :
    SEGMENT1
    TRANSACTION_QUANTITY
    TRANSACTION_TYPE_NAME
    TRANSACTION_DATE
    CREATION_DATE
    PCG-001-0047
    150
    PO Receipt
    6/10/2014 16:54
    6/10/2014 16:57
    PCG-001-0047
    -30
    Move Order Issue
    6/10/2014 16:26
    6/10/2014 17:00
    SEGMENT1
    TRANSACTION_QUANTITY
    TRANSACTION_TYPE_NAME
    TRANSACTION_DATE
    CREATION_DATE
    BM-200-1
    774.48
    WIP Completion
    27-FEB-2014 23:07:47
    27-FEB-2014 23:08:38
    BM-200-1
    -165.77
    WIP Issue
    27-FEB-2014 23:01:58
    27-FEB-2014 23:09:21
    BM-200-1
    -213.21
    WIP Issue
    27-FEB-2014 14:11:44
    27-FEB-2014 14:12:50
    BM-200-1
    -770.04
    WIP Issue
    27-FEB-2014 06:01:50
    27-FEB-2014 06:06:46
    BM-200-1
    -332.19
    WIP Issue
    27-FEB-2014 05:51:11
    27-FEB-2014 05:51:37
    BM-200-1
    990.86
    WIP Completion
    27-FEB-2014 01:16:54
    27-FEB-2014 01:17:44
    This problem have made each transaction in wrong sequence. The PO Receipt must be created before Move Order Issue and The WIP Completion must be created before WIP Issue.
    And also this wrong place record take effect to costing.
    How can be happened? And any solution to solve and prevent this problem?
    Thank for your attention. Please Reply.
    Regards,
    Contrasena Luz

    HI luz..
    In your case number 1, its look like hapened due to date in form transact move order not automaticaly update.
    but i dont know. why transaction date in form transact move order not automaticaly update if we dont open close that form.
    anyone explain this?
    maybe little tips, you must inform your user to be close that form after he / she doing allocate / transact move order.
    or you can personalize that form.
    hope this help.
    regards,
    the pooh

  • ITunes Match albums view completely wrong (only on iPad)

    Hi guys!
    So for quite some time now I am having a big problem with my iTunes Match:
    The albums view is completely f*cked up!
    ALL albums I have show up under EVERY letter (meaning: To reach "B" after "A" I already scrolled through _all_ my albums)
    Wrong songs show up in wrong albums
    Number of songs per album is completely wrong
    ... and other things
    This whole thing is really annoying as I have 3k songs in my iTunes Match lib.
    Important:
    Deactivating and then Re-activating iTunes Match does NOT help.
    ONLY occurs on my iPad 4! On Mac & Win and also on my iPhone 5 it is fine.
    I didn't have this problem on iOS 6.
    On another note (just my 2 cents):
    iTunes Match altogether is _very_ buggy and I am having a lot of small problems with it! :/ (one being Step 1 takes about 30mins each time on my Windows PC)
    Can anybody help?!
    Thanks! Cheers, P

    I tried that as well!
    Didn't change anything! :/
    I also tried deleteing these files on my iPad:    
    MediaLibrary.sqllitedb
    MediaLibrary.sqllitedb-shm
    MediaLibrary.sqllitedb-wal
    Then did a hard reboot! Also no change!
    What is weird that when I swtich on 'order by artists' (or whatever this optin is called in English) the ordering of the Albums (by artists - obviously) works proplery and the right songs show up in the right albums.
    Oh gosh I hate this iTunes Match thingy. Problems all over the place since release now.

  • I purchased two albums by the wrong artist on itunes, is it possible to get a refund or credit for a different artist?

    I purchased two albums by the wrong artist on itunes, is it possible to get a refund or credit for a different artist?

    All purchases are considered final but you can try the 'report a problem' page to contact iTunes Support and see if they will refund or credit you : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • ITunes album songs wrong sequence/wrong order

    Hi there,
    I'm experiencing a problem with the song sequence in certain albums (I purchased these songs on iTunes by the way).
    When in Album view, in the Sting album "Ten Summoner's Tales (Remastered)" the nr.10 song "Shape Of My Heart" is placed in front of nr.1, "If I Ever Lose My Faith In You".
    When in Songs view, everything seems fine when I select the "Album by Artist/Year" view. I tried to renumber the nr.10 song to a different nr and back. I also tried  changing the album into a compilation of songs by different artists. The disc nr. is the same for every song. I also tried to check and uncheck the shuffle button.
    "The Soul Cages" by Sting shows the songs in a completely random order.
    Every other album seems to be perfectly fine with the song orders. I can't find anything on the net that describes the same problem as I'm having.
    I would greatly appreciate it if someone is able to help me out!

    This might be a special case, but I thought I'd throw it out there.
    I made a "kid safe" version of a comedy album so that I can play it when my kids are around. To do this, I had to edit some of the MP3 files (to remove the questionable material) and then add a new "Edited" version of the album to iTunes. When I did that, the songs on the new version appeared out of order in either Album or Artist (but OK under Songs and on an iPod and iPhone).
    After looking at the differences between the original and altered files, I saw that the editing program did not keep the "Disc 1 of 1" information for the edited tracks. Once I added that back in (via Get Info), everything was sorted by track number again.
    If that isn't your problem, look for any other "Get Info" inconsistencies between the tracks on the album.

  • Printing portfolio: wrong sequence

    Hi,
    I'm working with Adobe Acrobat 9 Pro Extended.
    I've created a acrobat pdf portfolio with a directory structure in it. For example:
    - Dir 1
         - file 1
         - file 2
    - Dir 2
         - file 3
    - Dir 3
         - file 4
         - file 5
    I added the file by drag-and-drop from my explorer.
    When i print this portfolio or when i combine the files into 1 single pdf, the sequence of the files is wrong: file 3, file 4, file 5, file 1, file 2.
    Is there anybody who can explain this and can tell me how to solve this problem?
    Kind regards,
    Kees

    hi,
    the bug u r telling is a functional issue and some thing related to printer configurations. this has nothing to do with our coding .
    correct me if i am wrong.

  • How can I play album songs in correct sequence?

    How can I play album songs in their correct sequence -- without having to create a playlist for each album? I like to play songs from my primary "Music" Library, sorting to albums or songs via it.
    I've imported songs from albums that for some reason do not play in proper sequence: I'll sort the Library by "Album" but, even though the tracks are correctly sequenced in the "Get Info" box (Track Number "x" of "x"), they always play in some other order.
    I have tried all the sorting choices under "Album" but to no avail. Any ideas?
    I know I can rearrange the songs by click-and-drag -- IF I create a playlist and then re-order them. Really??
    I hate to say it (as a decades-long Mac addict) but iTunes is becoming less and less a worthy organizing tool/database and more and more just a sales tool/gimmick.

    My problem might be solved. For anyone similarly troubled, I found this in the iTunes Windows forum from a member named Turingtest2:
    See my previous post on Grouping Tracks Into Albums, in particular the topic Tracks out of sequence.

Maybe you are looking for