Order by ignored - is it a bug?

Hi all
In a very simple the order-by clause is ignored, which seems a rather embarassing bug to me if it reall is one.
Can anyone explain the effect?
Thanks a lot
Franziska
-- ordered as expected:
select
  hash
  , anzahl
from
  (select
    hash
    , count(*) as anzahl
  from
    faelle_human_alle
  where
    abgerechnet_11xxx = 1
  group by
    hash)
order by
  anzahl desc
HASH     ANZAHL
51E3104E8DC14051921CEFCA47225341     2400
0BE3E36F76F28DDF1A7B5423CD8D8B7F     2086
AB0571E09D6ADDDA31D81E95F09F0896     1085
EBD225DA0FDB8EDCED055245AAAF3BD4     435
77E818573395A219B3A0978A9B53BA5D     418
63C72D3ACCFFE35CB7AF2363E487E0E0     411
2C920037095C10A57B680C3D39EF6080     388
180B9083BC382FC377EA597EFE1AECD7     382
ID     PID     Operation     Name     Rows     Bytes     Cost     CPU Cost     IO Cost     Temp space     IN-OUT     PQ Dist     PStart     PStop
0          SELECT STATEMENT          268K     9427K     8674      1G     8070                                
1     0       SORT ORDER BY          268K     9427K     8674      1G     8070      32M                         
2     1         HASH GROUP BY          268K     9427K     8674      1G     8070      32M                         
3     2           TABLE ACCESS FULL     FAELLE_HUMAN_ALLE     506K     17M     5526      883M     5138
-- unordered
select
  hash
  , anzahl
from
  (select
    hash
    , count(abgerechnet_11xxx) as anzahl
  from
    faelle_human_alle
  where
    abgerechnet_11xxx = 1
  group by
    hash)
order by
  anzahl desc
HASH     ANZAHL
213145AC4A58A12E48F49B39A5EA6B82     47
665F009B4EB344C65AD16234A50EE7D1     39
05FADA880F690A52DE6B85026BCAD40C     6
338D6128E1E4DCDA6900506E280628CF     6
EF6553A6953CAAB06166BCF1FD456C00     41
A3FBC4D601F5E54DF6899BD0211584B7     4
8154F2F79A8B193710C38479EACC46C3     3
97239839CEC21967515DAC75C004B815     36
ID     PID     Operation     Name     Rows     Bytes     Cost     CPU Cost     IO Cost     Temp space     IN-OUT     PQ Dist     PStart     PStop
0          SELECT STATEMENT          268K     9427K     8674      1G     8070                                
1     0       HASH GROUP BY          268K     9427K     8674      1G     8070      32M                         
2     1         TABLE ACCESS FULL     FAELLE_HUMAN_ALLE     506K     17M     5526      883M     5138
-- also fine:
with x as
(select
    hash
    , count(abgerechnet_11xxx) as anzahl
  from
    faelle_human_alle
  where
    abgerechnet_11xxx = 1
  group by
    hash)
select
  hash
  , anzahl
from
x
order by
  anzahl desc
;                   

Odd!
The only difference I spotted between the first and 2nd queries was the count(*) vs the count(column), which should not have affected the order by clause. The difference in results is probably due to the count(*) accepting nulls.
Could there be an invisible character in the text of the second query causing the ORDER BY clause to be ignored? Can you type the 2nd query in from scratch and see if the error persists (this is unlikely but I can't think of anything more promising right now)?

Similar Messages

  • I have corrected the orientation of all my photos on my PC. iTunes changes the order and ignores the orientation correction on just one founder" why?

    I have corrected the orientation of all my photos on my PC. iTunes changes the order and ignores the orientation correction on just one founder" why?

    See this thread...
    tt2

  • Order by ignored if report has 2 groups in 1 query

    My report has order by &p_q1_order that allows the user to select the order of the report at runtime either by Business Name or by Applicator Name. The order by was working fine with only one group in the query. I have since had to add new fields(applicator type) to the original query and have created a second group below the first in the data model. Now when the report runs it ignores the order by clause and is ordering the report by which ever field is first in the data model's first group. If I move the fields around in the data model it will sort by which ever one I have at the top.
    My query is below: All fields except (ps.status, ps.description, and ps.requalify) are in the 1st group those 3 fields are in the second group. If I move the t.BUSINESS_NAME to the top it orders by Business name. If I move the t.NAME to the top it order by applicator's name and ignores the user's choice in the parameter form.
    My query:
    SELECT distinct
    t.NAME,
    t.BUSINESS_NAME,
    t.ID,
    ps.status,
    ps.description,
    ps.requalify,
    t.license_cd,
    t.ISSUE_DATE,
    t.EXPIRES,
    t.county,
    t.enf_dist,
    t.addr_ln_1||' '||t.addr_ln_2 address,
    t.city||' '||t.state||' '||t.zip ctystzip,
    t.phone
    FROM lic_com_appl_dler_addr t, pesticide_com_license_sumlic ps
    where t.id = ps.id(+)
    and ps.lic_subtype_cd not in('11','12','13','14','15')
    and t.EXPIRES like :p_current
    &p_where
    order by &p_q1_order

    Hi Terri
    Please let us know the Reports version you are using? Also try with out the bind varibale in query. Does the order by works then? There were bugs like this in earlier realeses of Report but are all fixed now.
    Thanks
    The Oracle Reports Team

  • Minimum order quantity ignored when past due

    SAP Business One 8.81 PL09
    When running MRP for an item, the Minimum Order Quantity is ignored if an item is past due, meaning, the lead time makes it impossible to meet current requirements on time. From what I read, this appears to be by design in SAP Business One.
    Example:
    On hand: 0
    Minimum: 10
    Minimum Order Quantity: 20
    Lead Time: 5
    MRP produces a recommended PO for a quantity of 10 in this case
    Example 2:
    On hand: 0
    Minimum: 10
    Minimum Order Quantity: 20
    Lead Time: 0
    MRP produces a recommended PO for a quantity of 20 in this case
    Can anyone explain the logic for recommending only the quantity to get to the mimimum rather than the minimum order quantity when a lead time is present? Clients don't believe this is sound MRP.
    Alan

    Hi Guys,
    I am having the same problem in 8.81 Patch 7. Here is the way i have setup the items in my item master data.
    Example :
    Min Inventory 10
    Max inventory 50
    Min order QTY 40.
    Lead Time 1 day.
    When running the MRP id doesn't suggest the min order qty. Instead it suggests the difference from my in stock level to my min level.
    When removing the Lead time it suggests the min order qty of 40 units.
    My question is why is it doing it and what can we do to fix it?????
    Kind Regards
    Francois Joubert

  • GAL Sort Order is ignoring the hyphen?

     Greetings,
    In our GAL, we're making liberal use of the dash/hyphen character to help with spacing.  However, we're seeing interesting behavior, where the character is effectively ignored.  
    For Example, because we're multi-site, we start distribution lists with a site label, and then name groups.  Like, My Company site A would be: MCA-Groupname.  Unfortunately, we're finding that the hyphen is ignored and messing with our
    desired sort order.
    Example:
    MC-Accounts Payable (All company AP)
    MCA-Finance (Site Finance Group)
    MCB-Finance (Site Finance Group)
    MC-Finance  (All company Finance Group)
    Ideally, it'd be nice if the MC- groups were all together.  There's some older KB's that say that hyphens are "last" when collating when everything is equal, but these names aren't equal (https://support.microsoft.com/kb/305704?wa=wsignin1.0).
    Is there anything we can do from exchange our Outlook to obtain our desired results? 
    Our environment is Exchange 2010 and Outlook 2010 and 2013.
    Thanks for looking!

    Hi BlueKnigh7,
    I find it should be a by design behavior after some tests:
    1. I create the same 4 groups as yours in my lab, the order is as below, just the same as you find:
    MC-Accounts Payable (All company AP)
    MCA-Finance (Site Finance Group)
    MCB-Finance (Site Finance Group)
    MC-Finance  (All company Finance Group)
    2. Then when I check in Address Boob, still the same order:
    So just as you find and described in the KB article, it’s should be a by design behavior.
    Best Regards,
    Eric Zou

  • How do I get Itunes to list an album in track order including ignoring featured artists

    I recently downloaded Daft Punk's new album after buying it on vinyl. after importing it to itunes, itunes wont list the album in track order. instead it lists the tracks in order per artists. example Daft punk, then Daft punk featuring Pharrel Williams ect...how do i get itunes to understand that they're all the same album and to list them in track order??
    thanks

    Hi bdm105!
    Most likely, this is happening because the Album Artist field is different for each song from Random Access Memories. We have an article about song grouping in iTunes, and it can be found here:
    Why aren't songs with the same album art grouped together?
    http://support.apple.com/kb/ts1468
    There are a couple ways to fix the information listed for Random Access Memories outlined in that article, but I want to point out one here:
    Albums in which all songs don't have the same Album Artist information
    iTunes 7 and later includes a new attribute for song files called Album Artist This allows you to assign a primary artist name for an album that many includes songs by several artists. It is important that all songs in the album have the same Album Artist name. To assign an Album Artist, select all the songs in the album and choose Get Infofrom the File menu. Next, type a name in the Album Artist field name such that it will apply to all the selected songs. This field can optionally be left blank if all the songs have the same album name.
    The Album Artist field is shown in the above picture, but it is not highlighted. You will also want to make sure the Track Number field contains the correct information for the album, and information on that field can be found here:
    Fixing Incorrect Song or Album Listings in iTunes
    http://support.apple.com/kb/ta24677
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • How do I tell FF to ignore flash, and not bug be to install the plugin?

    I don't care for MM Flash, so I don't install it. Firefox keeps bugging me to install the plugin every time it hits a page with a flash component. How do I tell it to stop doing that?
    I've tried setting a filter in AdBlock for *.swf, but no go.

    To disable automatic error handling for the current VI, select File»VI Properties and select Execution from the Category pull-down menu. To disable automatic error handling for any new, blank VIs you create, select Tools»Options and select Block Diagram from the Category list. To disable automatic error handling for a subVI or function within a VI, wire its error out parameter to the error in parameter of another subVI or function or to anerror out indicator.
    I'm not sure of it works for warnings as well.
    Below are the references:
    1. http://zone.ni.com/reference/en-XX/help/371361J-01/lvconcepts/error_checking_and_error_handling/
    2.http://www.ni.com/gettingstarted/labviewbasics/handlingerrors.htm
    I am not allergic to Kudos, in fact I love Kudos.
     Make your LabVIEW experience more CONVENIENT.

  • In firefox 12 in page source code all links 404 not found! base tag ignored!

    in firefox 12 in page source code all links 404 not found! base tag ignored!

    I filed bug 757348 for you:
    https://bugzilla.mozilla.org/show_bug.cgi?id=757348
    If you want to be notified about changes, please add yourself to the CC list of the bug by creating a new bugzilla account: http://bugzilla.mozilla.org/createaccount.cgi
    Then go to the bug page shown above and hit 'Save changes' in order to add yourself to the CC list.
    --Tobbi

  • Return nothing when run Open Purchase order report(by Buyer)

    We implement iPro/PO in Oracle. I finished the PO setup. But now user report that they are not able to generate any output for a particular Buyer when they run the Open Purchase Orders Report(by Buyer) report in the PO module. Even I leave the parameter wide open for the request, it also does not return any information.
    Does it relate to the PO setting in system? Anyone can kindly guide me how to check such problem?

    Hi Kyla,
    PO raised by the buyer is 'STANDARD','BLANKET','PLANNED' ? What is the PO Status..? It should be "OPEN"..
    Query used in this report is as below :
    Query - Company
    SELECT gsb.name c_company
    , fsp.inventory_organization_id c_organization_id
    , gsb.currency_code C_CURRENCY_BASE
    , gsb.chart_of_accounts_id STRUCTURE_ACC
    , mdv.structure_id STRUCTURE_CAT
    , mdv.category_set_id c_category_set_id
    , flo1.meaning c_yes
    , flo2.meaning c_no
    FROM gl_sets_of_books gsb
    , financials_system_parameters fsp
    , mtl_default_sets_view mdv
    , fnd_lookups flo1
    , fnd_lookups flo2
    WHERE gsb.set_of_books_id = fsp.set_of_books_id
    AND mdv.functional_area_id = 2
    AND flo1.lookup_type = 'YES_NO'
    AND flo1.lookup_code = 'Y'
    AND flo2.lookup_type = 'YES_NO'
    AND flo2.lookup_code = 'N'
    Query - Buyer
    SELECT distinct(pov.vendor_name||papf.full_name)
    , papf.full_name Buyer
    , pov.vendor_name Vendor
    , pov.vendor_id
    , papf. person_id employee_id
    FROM PER_ALL_PEOPLE_F PAPF
    , po_vendors pov
    , po_headers poh
    WHERE poh.agent_id = papf.person_id
    AND poh.vendor_id = pov.vendor_id
    AND poh.type_lookup_code in ('STANDARD','BLANKET','PLANNED')
    AND nvl(poh.closed_code,'OPEN') NOT IN ('FINALLY CLOSED', 'CLOSED')
    AND nvl(poh.cancel_flag,'N') = 'N'
    /* AND papf.full_name = nvl(:P_buyer,papf.full_name) */
    /* Bug#2453022 Commented out the above condition and replaced
    it as follows as the user parameter P_Buyer will now return the id and not the name */
    AND papf.person_id = nvl(:P_buyer,papf.person_id)
    AND pov.vendor_name BETWEEN nvl(:P_vendor_from,pov.vendor_name)
    AND nvl(:P_vendor_to,pov.vendor_name)
    AND EXISTS (select 'x'
    from po_lines pol
    , po_line_locations pll
    , po_releases por
    where pol.po_header_id = poh.po_header_id
    and pol.po_line_id = pll.po_line_id
    and nvl(pll.closed_code,'OPEN') not in ('FINALLY CLOSED','CLOSED')
    and nvl(pol.closed_code,'OPEN') not in ('FINALLY CLOSED','CLOSED')
    and nvl(por.closed_code,'OPEN') not in ('FINALLY CLOSED','CLOSED')
    and nvl(pll.cancel_flag,'N') = 'N'
    and nvl(pol.cancel_flag,'N') = 'N'
    and nvl(por.cancel_flag,'N') = 'N'
    and pll.shipment_type in ('STANDARD','BLANKET','SCHEDULED')
    and pll.po_release_id = por.po_release_id(+))
    AND PAPF.EMPLOYEE_NUMBER IS NOT NULL
    AND TRUNC(SYSDATE) BETWEEN PAPF.EFFECTIVE_START_DATE AND
    PAPF.EFFECTIVE_END_DATE
    AND DECODE(HR_SECURITY.VIEW_ALL ,'Y' , 'TRUE',
    HR_SECURITY.SHOW_RECORD('PER_ALL_PEOPLE_F',PAPF.PERSON_ID,
    PAPF.PERSON_TYPE_ID,
    PAPF.EMPLOYEE_NUMBER,PAPF.APPLICANT_NUMBER )) = 'TRUE'
    AND DECODE(HR_GENERAL.GET_XBG_PROFILE,'Y', PAPF.BUSINESS_GROUP_ID ,
    HR_GENERAL.GET_BUSINESS_GROUP_ID) = PAPF.BUSINESS_GROUP_ID
    ORDER BY papf.full_name
    , pov.vendor_name
    Query - PO
    SELECT distinct(pol.line_num) Line
    , poh.segment1 ||decode(por.release_num,null,'','-')|| por.release_num PO_Number_Release
    , poh.currency_code C_CURRENCY
    , plt.line_type Line_Type
    , &P_FLEX_CAT C_FLEX_CAT
    , &P_FLEX_ITEM C_FLEX_ITEM
    , pol.item_revision Rev
    , pol.item_description Description
    , pol.po_header_id
    , pol.po_line_id
    , poh.vendor_id
    , poh.agent_id
    , psp.manual_po_num_type
    , poh.segment1
    , por.release_num
    , nvl(por.po_release_id,-1) release_id
    FROM po_line_locations pll
    , mtl_system_items msi
    , mtl_categories mca
    , po_lines pol
    , po_releases por
    , po_headers poh
    , po_line_types plt
    , po_system_parameters psp
    WHERE poh.po_header_id = pol.po_header_id
    AND pol.po_line_id = pll.po_line_id
    AND pll.po_release_id = por.po_release_id(+)
    AND pol.line_type_id = plt.line_type_id
    AND pol.item_id = msi.inventory_item_id(+)
    AND msi.organization_id(+) = :c_organization_id
    AND pol.category_id = mca.category_id
    AND nvl(pll.closed_code,'OPEN') not in ('FINALLY CLOSED','CLOSED')
    AND nvl(pol.closed_code,'OPEN') not in ('FINALLY CLOSED','CLOSED')
    AND nvl(poh.closed_code,'OPEN') not in ('FINALLY CLOSED','CLOSED')
    AND nvl(por.closed_code,'OPEN') not in ('FINALLY CLOSED','CLOSED')
    AND nvl(pll.cancel_flag,'N') = 'N'
    AND nvl(pol.cancel_flag,'N') = 'N'
    AND nvl(poh.cancel_flag,'N') = 'N'
    AND nvl(por.cancel_flag,'N') = 'N'
    AND pll.shipment_type in ('STANDARD', 'BLANKET', 'SCHEDULED')
    ORDER BY decode(psp.manual_po_num_type,'NUMERIC',
    --bug#3614924
    decode(rtrim(poh.segment1,'0123456789'),NULL,to_number(poh.segment1))
    , null)
    , decode(psp.manual_po_num_type,'NUMERIC',null, poh.segment1)
    , por.release_num
    , pol.line_num
    Query - Shipment
    SELECT pll.shipment_num Shipment
    , nvl(pll.promised_date,pll.need_by_date) P_Date
    , pol.unit_meas_lookup_code Unit
    , DECODE (POL.order_type_lookup_code, /* <SERVICES FPJ> */
    'RATE', PLL.amount,
    'FIXED PRICE', PLL.amount,
    PLL.quantity) Ordered
    , DECODE (POL.order_type_lookup_code, /* <SERVICES FPJ> */
    'RATE', PLL.amount_received,
    'FIXED PRICE', PLL.amount_received,
    PLL.quantity_received) Received
    , DECODE (POL.order_type_lookup_code, /* <SERVICES FPJ> */
    'RATE', PLL.amount_billed,
    'FIXED PRICE', PLL.amount_billed,
    PLL.quantity_billed) Billed
    , pll.price_override Unit_Price
    , DECODE (POL.order_type_lookup_code, /* <SERVICES FPJ> */
    'RATE', (PLL.amount - NVL(PLL.amount_received, 0))/
    DECODE(NVL(PLL.amount, 0), 0, 1, PLL.amount),
    'FIXED PRICE', (PLL.amount - NVL(PLL.amount_received, 0))/
    DECODE(NVL(PLL.amount, 0), 0, 1, PLL.amount),
    (NVL(PLL.quantity, 0) - NVL(PLL.quantity_received, 0))/
    DECODE (NVL(PLL.quantity, 0), 0, 1, PLL.quantity)) * 100 Percent_Due
    , plc.displayed_field Open_For
    , pll.po_line_id
    , nvl(pll.po_release_id,-1) join_release_id
    FROM po_line_locations pll
    , po_lines pol
    , po_lookup_codes plc
    WHERE pol.po_line_id = pll.po_line_id
    AND nvl(pll.closed_code,'OPEN') not in ('FINALLY CLOSED','CLOSED')
    AND nvl(pol.closed_code,'OPEN') not in ('FINALLY CLOSED','CLOSED')
    AND nvl(pll.cancel_flag,'N') = 'N'
    AND nvl(pol.cancel_flag,'N') = 'N'
    AND plc.lookup_type = 'DOCUMENT STATE'
    AND plc.lookup_code = nvl(pll.closed_code, 'OPEN')
    AND pll.shipment_type in ('STANDARD', 'BLANKET', 'SCHEDULED')
    ORDER BY pll.shipment_num

  • Popup lov in a report is not working if I have an order by caluse

    I created a form manually using the document from the url:
    http://otn.oracle.com/products/database/htmldb/howtos/tabular_form.html#MANUAL
    I used the following query from that document.
    select htmldb_item.hidden(1,empno) empno,
    ename,
    htmldb_item.select_list_from_query(3,job,'select distinct job, job from emp') job,
    htmldb_item.popupkey_from_query(4,mgr,'select ename, empno from emp',10) mgr,
    wwv_flow_item.date_popup(6,null,hiredate) hiredate,
    htmldb_item.text(7,sal,10) sal,
    htmldb_item.text(8,comm,10) comm,
    htmldb_item.select_list_from_query(9,deptno,'select dname, deptno from dept') deptno
    from emp
    This works fine.
    But if I add an order by clause to the query the popup key for mgr column doesn't work.
    select htmldb_item.hidden(1,empno) empno,
    ename,
    htmldb_item.select_list_from_query(3,job,'select distinct job, job from emp') job,
    htmldb_item.popupkey_from_query(4,mgr,'select ename, empno from emp',10) mgr,
    wwv_flow_item.date_popup(6,null,hiredate) hiredate,
    htmldb_item.text(7,sal,10) sal,
    htmldb_item.text(8,comm,10) comm,
    htmldb_item.select_list_from_query(9,deptno,'select dname, deptno from dept') deptno
    from emp
    order by ename
    Is this a bug ?
    Is there a work around ?
    Thanks
    Chandra.

    Chandra,
    Please refrain from asking the exact same question twice. It doesn't help the quality of this forum. If you have to, "bump" an existing unanswered question up (wait a day or two, please) in case it fell through the cracks.
    Now for the answer:
    select htmldb_item.hidden(1,empno) empno,
    ename,
    htmldb_item.select_list_from_query(3,job,'select distinct job, job from emp') job,
    htmldb_item.popupkey_from_query(4,mgr,'select ename d, empno r from emp',10) mgr,
    wwv_flow_item.date_popup(6,null,hiredate) hiredate,
    htmldb_item.text(7,sal,10) sal,
    htmldb_item.text(8,comm,10) comm,
    htmldb_item.select_list_from_query(9,deptno,'select dname, deptno from dept') deptno
    from (select * from emp order by ename)
    Use an inline view like in the example above to do the sorting first. If you sort a result set that includes Popup LOVS, then the Javascript used to populate the text fields doesn't work anymore.
    Sergio

  • Sort order in list wrong: in CAML and in view

    Hello,
    When I order my list with document sets by ID, the order is wrong. It is wrong in the list and with caml.
    This is my view (I just set the sort on the ID column):
    The first 4 objects are created by the Client Object Model; the last 4 are created by a SharePoint webpart that I developped myself...
    My code for creating document sets in COM is something like this:
    ListItemCreationInformation newItemInfo = new ListItemCreationInformation
    UnderlyingObjectType = FileSystemObjectType.Folder,
    LeafName = _strLeafname // = date in format YYYYMMDDhhmmss
    ListItem newListItem = myList.AddItem(newItemInfo);
    newListItem["ContentTypeId"] = targetDocumentSetContentType.Id.ToString();
    newListItem["Title"] = title;
    newListItem.Update();
    clientContext.Load(myList);
    clientContext.ExecuteQuery();
    The code in the webpart is this:
    SPContentType docsetCt = myLst.ContentTypes[p.GetFromResourcefile("xxxxxxxxxxxxxx")];
    Hashtable properties = new Hashtable
    {"DocumentSetDescription", ""},
    {"Title", txtTitle.Text}
    SPFolder parentFolder = myLst.RootFolder;
    int newId = GetLastId(myLst) + 1;
    DocumentSet ds = DocumentSet.Create(parentFolder, newId.ToString(CultureInfo.InvariantCulture), docsetCt.Id, properties, true);
    ds.Item["Title"] = title
    ds.Item.Update();
    why is the sort order wrong?
    if i do this query in the U2U Caml builder, the order is also wrong
    <OrderBy><FieldRef Name='ID' Ascending='FALSE' /></OrderBy>
    if i order by "created", the order is also wrong....
    i don't get it....

    Document Sets are great tools for grouping multiple documents together. However, if every set has exactly one document, it would be better to just upload the file and not place it within a Document Set:
    Uploading documents using object model - http://msdn.microsoft.com/en-us/library/office/ms454491(v=office.14).aspx
    Uploading documents using web services -
    http://cecildt.blogspot.com/2010/10/upload-documents-to-sharepoint-2010.html
    If you have requirements to use Document Sets, keep in mind that this adds a layer of complexity beyond a simple Document Library. Behind the scenes, each Document Set is treated as a separate folder, and although can you query items within it, there might
    be extra steps for getting the sort order to ignore the folder structure. Can you try setting the Scope to be "Recursive" and also specify that you are looking only for files and not folders:
    <Eq><FieldRef Name='FSObjType'/><Value Type='Lookup'>1</Value></Eq></Where>
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Bridge CS6 bug: closing Bridge does NOT end process

    Bridge does NOT started at boot. 
    Windows 7 -64 (all current updates). 
    Photoshop CS6 13.0 extended
    Bridge 5.0.0 399x64
    After closing Bridge by clicking on the Close X or file/exit, the process 'bridge.exe' does not terminate and therefore thereafter trying to restart bridge fails. 
    Have to open up Task Manager, kill the bridge.exe process, in order to restart bridge.
    The bug is so variable that just when it appears repeatable, something changes.
    Any idea of what to look for?

    This is NOT TRUE.  "FYI:  In Windows, to exit a program/application, clicking the Close button in the upper-right corner of the program window is the same as using the File menu, and click Exit."
    If you click the red X you close the window and force close of the program.  Any changes you made to program will not be saved if you have the option "start Bridge at login" checked.   If you click File>Exit the program will go through the procedure to normally close down, and any changes you made will be saved. 
    I tried to follow your steps but was confused on steps 3,4,5,8,10.
    I used 1,2,3,7,9,11.  Bridge was closed.  Perhaps with all your "browse to bridge you are opening multiple copies?
    Hey, how about trying and commenting on my problem with the Find function in CS6?  http://forums.adobe.com/thread/1007726?tstart=0

  • Merge files in Portfolio into single PDF, preserving order

    Hello, I am using Acrobat X.
    I have ordered a large number of files in a PDF portfolio into a desired sequence.
    Now, to make it easy to print the collection, I would like to merge them into a single PDF. When I use Create>Combine Files into a Single PDF, my sort order is ignored and the files are combined in an alphatebical sort by file name. Now I could repeat the entire process of manual sorting that I undertook in forming the Portfolio in the Combine Files list, but that will be take up a lot of time and doesn't seem like the smart way to do it.
    Can someone suggest how to do this merge the way I want it, automatically?

    I've developed a tool that might help you solve this problem.
    Merge PDF Files in True Numeric Order: http://try67.blogspot.com/2011/05/merge-pdf-files-in-true-numeric-order.html

  • Sort order of text is not as expected

    Hi
    I need to sort a characteristic by its medium text in BEX (3.5.). However, the sort order is not as expected: uppercase letters are sorted first when selecting ascending order:
    AAA
    AXZ
    Abc
    BBB
    Baa
    Bbb
    But this only applies when I use language=EN. For other languages defined in our system (fx. DE), the sort order is ignoring the cases:
    AAA
    Abc
    AXZ
    Baa
    BBB
    Bbb
    The user wants that texts is sorted like this.
    I have read note 952625 on sort collation sequences. And now I wonder if
    a) The standard sort collation sequence for English is different from fx. German og Danish.
    b) We have a different setting somewhere (locale setup) that generates these differences.
    Our BW system is technical 7.0, but most of our cubes are still 3.5 and also our BEX is still running 3.5.
    OS = AIX, Unicode systems=no. Database = DB6.
    Best regards and thanks in advance for any reply
    Martin

    Hi Martin,
    Did you find the answer to your question? Do you know why it happened?
    Thanks,
    Vitaliy

  • Listening in chronological order to a subscribed podcast

    It's easy enough to change the play order, Newest or Oldest first.  But if you have a subscribed podcast, it shows every available episode in the list, so if you like to listen in chronological order, you have to scroll past potentially hundreds of episodes every time?
    Am I weird for listening to things in order?  Anyone have a better way?

    What am I not understanding here?
    Most podcast are topical. Like news, their episodes become dated or irrelevant as time passes; therefore, the most recent episode is what most listeners want to hear. However, for those podcasts whose episodes are timeless, I found that it's possible to hear them in chronological order, but that you can't skip episodes and expect the player to play those skipped episodes later--in order--while ignoring the episodes you listened to previously.
    Is this what you want to do?

Maybe you are looking for

  • Itunes wont uninstall on windows 10

    I'm on windows 10 preview and I would like to reinstall iTunes, but when I got to repair or uninstall it, it gives a option to find itunes64.msi, and idk what that is, so I got to my iTunes folder, iTunes isn't even in the folder its like its uninsta

  • When I click on a .pdf link, I want to download it and display it in Foxit. How can I do that?

    I used to be able to click on a .pdf link and the .pdf file would open in Foxit Reader and be saved to my download folder. Now, I think since refreshing Firefox, clicking a .pdf link opens the .pdf in the Firefox browser. How can I get .pdf links to

  • Index file freezes up live view dreamweaver cc 2014 .

    Hi, I have a html5 site that the index file was rendering fine yesterday in live view and today it freezes up dreamweaver cc 2014. The page will not render in live view however when viewed in a browser it views correctly. The rest of the site files w

  • Report /save pdf format

    Hi , I am working in 4.6c , my task is to save the report in pdf file format. Previously it is storing in xls format. Now they want it in PDF format. I have to run to the report, it has to generate a pdf file . How to do it. Thanks, Balamurugan .R

  • IDOC Vs IDOC Message type

    We have File(s) to XI to IDOC Scenario. We have 7 Message Types and One Idoc. When we imported the IDOC from R/3 into Repository, we have only the Message Types got imported and not the IDOC structure itself. Why it so? We are on xi 3.0, SP12 Thanks