Another collections bug?

Following on from this thread relating to incorrect debug session reporting of collections:
Re: Strange collection errors occuring on only some workstations (apex 2.2.
I am encountering more strange behaviour using collections. I hope its my own programming, however I am increasingly led to believe that something is not quite right within the APEX collections implementation.
I am working within a corporate environment, and my application works fine on the local desktop. However when I try and launch the application from within a Citrix Metaframe desktop, the following error INTERMITTENTLY occurs:
ORA-20104: create_collection_from_query_b Error:ORA-20101: Application collection exists
The url used to launch the application is the base url, so am I correct in thinking a new session should be created? This point is moot however, because on load of my application I explicitly delete all collections and the problem still occurs.
Perhaps the problem lies with using the Citrix desktop, however I think it is more likely that the differences in IE versions are part of this problem.
IE (desktop) version: 6.0.2800.1106.xpsp2.050301-1526CO
IE (citrix desktop) version: 6.0.2800.1106CO
So the obvious difference here is that I have XP-SP2 and the Citrix desktop is running 2000 SP4.
The other intermittent error I get is as follows:
ORA-20104: create_collection_from_query_b Error:ORA-00001: unique constraint (FLOWS_020200.WWV_FLOW_COLLECTIONS_UK) violated
The collection exists of one column and it is a GROUP BY query so duplicates are not possible. Is some other internal field acting as the primary key inside a collection? Or is the collection trying to append to the previous collection? Again, I am very confused because all collections are deleted 'on submit', before the new collection is created.
How can I view this 'FLOWS_020200.WWV_FLOW_COLLECTIONS_UK' value?
Can anyone point me in the right direction?

Update:
I have managed to pinpoint the exact sequence of event that causes this error:
ORA-20104: create_collection_from_query_b Error:ORA-00001: unique constraint (FLOWS_020200.WWV_FLOW_COLLECTIONS_UK) violated
Step taken to produce the error:
1.) Launch application from URL
2.) Submit Page 1 (returns a report on the same page)
3.) ORA-20104 as above.
Repeat ad nauseum.
I would like to reiterate that the APEX_COLLECTION.DELETE_ALL_COLLECTIONS_SESSION command is being run on load (even though it should not have to be run.) I know this is executing on load from the process success message.
Does the DELETE_ALL_COLLECTIONS_SESSION statement delete the actual collection or merely the reference to the collection? I must admit I am quite clueless when it comes to the internal workings of oracle.
My next step is to come in tomorrow morning and see if it fails the first time I run it.
If it does run correctly, I would assume that all collections have expired and that DELETE_ALL_COLLECTIONS_SESSION is not doing what it says it is.

Similar Messages

  • Move a single file in a Collection to another Collection

    I mistakenly created a collection when only one file was highlighted.  I made another collection with all the other files I wanted in it, but I can't drag that one file from the filmstrip...
    There must be another way!

    Suzanne,
    You are exactly right!! 
    I tried to edit my last response when i discovered this, but I was too late.  The image already was in the collection.
    Thank you both for your help.
    Paul

  • Photos are dark and cannot be used in slideshow mode.  Also cannot move photos in a sequence.  Also photos will not move from grid to add to another collection.

    Lightroom 4, photos are dark when in slideshow mode.  Therefore, cannot create a slideshow.  Cannot move photos from grid to add to another collection.  Also cannot change sequence of photos.  Have searched multiple  times for troubleshooting help online with no resolution available.

    Just to clarify my problem with the "dark photos"....when in slideshow mode, photos are dark and state "no photo selected"  I've created multiple slideshows and this was never an issue.  Just downloaded updates as well for Lightroom 4 and this didn't seem to help either.

  • How a collection embedded inside another collection can be read???

    Is there anybody can provide me with a small exemple of how I can access the element inside a collection (set) embedded inside another collection itself embedded inside another collection. Each collection is declare in their own class.
    i.e. Class 1
    private Set col2 = new HashSet;
    Class 2
    private Set col3 = new HashSet;
    Class 3
    private Set col4 = new HashSet;
    How can I read the element belong to col4 since the col4 is accessible through col3 and col3 through col2????
    Hope I am clear enough. Could someone help???
    Thanks

    hi,
    If set contains set0, set1, set2 at 0 ,1 ,2 index
    and u want to get the element at index 3 of set1 then u should proceed as :-
    Set set = new HashSet ();
    Set set0 = new HashSet ();
    Set set1 = new HashSet ();
    Set set2 = new HashSet ();
    set0.add("hello");
    set.add(set0);
    set1.add("how");
    set1.add("are");
    set1.add("you");
    set.add(set1);
    set2.add("i")
    set.add(set2);
    Iterator iter = set.iterator() ;
    iter.next();
    Set outSet = (HashSet)iter.next()
    And now iterate through this set to get the required element
    Gaurav

  • Migrating source from one collection to another collection hanging

    We are trying migrate a project from one collection to another collection on the same server (TFS 2013.3) and its hanging on what I think is a large changeset. I have let it for for 3+ days but its stuck on this line - any ideas on how to troubleshoot
    this?3
    I do see this in the top of the log but the path is no longer than 259
    [3/11/2015 5:52:15 PM] TfsMigrationShell.exe Warning: 0 : : The workspace root is too long. The migration may fail due to a InvalidPath exception if mapped local path is longer than 259 characters.
    [3/11/2015 5:52:15 PM] TfsMigrationShell.exe Information: 0 : : Added TFS workspace mapping from server path '$/Fuse' to local path 'C:\TfsIPData\14\Fuse'
    [3/11/2015 5:52:30 PM] TfsMigrationShell.exe Information: 0 : : TFS WorkspaceRoot: C:\TfsIPData\13
    [3/11/2015 5:52:30 PM] TfsMigrationShell.exe Warning: 0 : : The workspace root is too long. The migration may fail due to a InvalidPath exception if mapped local path is longer than 259 characters.
    [3/11/2015 5:52:56 PM] TfsMigrationShell.exe Information: 0 : : Added TFS workspace mapping from server path '$/Acumen' to local path 'C:\TfsIPData\13\Acumen'
    [3/11/2015 5:52:56 PM] TfsMigrationShell.exe Information: 0 : : StartSessionGroup: Starting SyncOrchestrator; now 0 running sessions
    [3/11/2015 5:52:56 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Session worker thread [VersionControl] started
    [3/11/2015 5:52:56 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Pipeline flow from b391997c-9745-4e5e-a4ff-9d16b30b1fbb to d61e8d15-0a9d-40b2-8854-785f6976f8f2
    [3/11/2015 5:52:56 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Generating delta tables for the migration source b391997c-9745-4e5e-a4ff-9d16b30b1fbb
    [3/11/2015 5:52:57 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Generating linking delta for the migration source b391997c-9745-4e5e-a4ff-9d16b30b1fbb
    [3/11/2015 5:52:57 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Generating delta tables for the migration source d61e8d15-0a9d-40b2-8854-785f6976f8f2
    [3/11/2015 5:52:57 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Generating migration instructions for the migration source d61e8d15-0a9d-40b2-8854-785f6976f8f2
    [3/11/2015 5:52:57 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Starting basic conflict detection
    [3/11/2015 5:53:00 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Finishing basic conflict detection
    [3/11/2015 5:53:00 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s)
    [3/11/2015 5:53:01 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #267186
    [3/11/2015 5:53:01 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #267187
    [3/11/2015 5:53:10 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #267928
    [3/11/2015 5:53:10 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #267929
    [3/11/2015 5:53:10 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source d61e8d15-0a9d-40b2-8854-785f6976f8f2
    [3/11/2015 5:53:10 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Marking as 'DeltaComplete' the target-side delta table for uni-directional session
    [3/11/2015 5:53:10 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Migrating to the migration source d61e8d15-0a9d-40b2-8854-785f6976f8f2
    [3/11/2015 5:53:11 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s)
    [3/11/2015 5:53:11 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Processing ChangeGroup #267185, change 15724
    [3/11/2015 5:57:33 PM] TfsMigrationShell.exe Information: 0 : VersionControl: Finished scheduling!
    Thanks
    Scott

    Hi Scott, 
    Thanks for your post.
    How did you move team project from one collection to another, using the
    TFS Integration Tools?   
    Please try use below setting in your migrate file, you can refer to the answer reply in this
    post.
    <CustomSetting SettingKey="DetectChangesInCC" SettingValue="False" />
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting data into another collection from UNION of 2 collections

    Hi,
    I have a requirement like this.
    cursor c1 is
    select a,b,c,d from abc
    UNION
    select e,f,g,h from def;
    I am replacing cursor with collection variables.
    Created collection variables for both the select statements as
    select a,b,c,d BULK COLLECT INTO coll_abc from abc;
    select e,f,g,h BULK COLLECT INTO coll_def from def;
    Now, I want to get the UNION of both these collections into another collection variable.
    Can I write
    select * BULK COLLECT INTO coll_abc_def from coll_abc,coll_def;Thanks
    Rajiv

    Hi,
    I ran into some problem here.
    TYPE main_coll is RECORD (
         dte_ent_woc date,     
         sched_beg_dte_woc date,     
         inst_dte_woc date,     
         sub_acct_no_woc number,     
         wo_stat_woc varchar2(5),     
         wo_key_woc number);
    TYPE main_coll_typ IS TABLE OF main_coll;
    main_collection_union main_coll_typ;
    -- Declaration Ends
    BEGIN
       err_loc      := 10;
       file_name    := '14932_welcome_call_'               ||
                       TO_CHAR(TRUNC(SYSDATE), 'YYYYMMDD') ||
                       '.txt';
       file_handle  := UTL_FILE.fopen('/apps/custsrv/custsrv/data/output',
                                      file_name,
                                      'W');
       UTL_FILE.put_line(file_handle,
                         '"DV DATE"~"SCHEDULE DATE"~"INSTALL DATE"~"ACCOUNT
    #"~"ADDRESS1"~"ADDRESS2"~"CITY"~"STATE"~"ZIP"~"ACTIVATION DATE"~"CURRENT BALANCE"~"DV STATUS"~"ACCOUNT
    STATUS"~"RESTART DATE"~"IS DV LAST?"');
       err_loc      := 20;
    SELECT  dte_ent_woc,     
         sched_beg_dte_woc,     
         inst_dte_woc,     
         sub_acct_no_woc,     
         wo_stat_woc,     
         wo_key_woc
    BULK COLLECT INTO main_collection_union
    FROM ((SELECT dte_ent_woc,
                 sched_beg_dte_woc,inst_dte_woc,
                 sub_acct_no_woc,
                 wo_stat_woc,
                 wo_key_woc
            FROM woc_base_comp
           WHERE
              wo_typ_woc = 'DV'
             AND MOD(INSTR(wo_rsn_woc, 'BF'), 2) != 0)
          UNION
          SELECT /* index(a DTE_ENT_WOO_I) */
                  dte_ent_woo,
                  sched_beg_dte_woo,inst_dte_woo,
                  sub_acct_no_woo,
                  wo_stat_woo,
                  wo_key_woo
            FROM woo_base_open a
           WHERE
              wo_typ_woo = 'DV'
             AND MOD(INSTR(wo_rsn_woo, 'BF'), 2) != 0
             AND wo_stat_woo in ('X','O')
           );When I compiled, I got these errors...
    Error(146,10): PL/SQL: Statement ignored
    Error(146,51): PLS-00302: component 'SUB_ACCT_NO_WOC' must be declared
    Error(155,10): PL/SQL: SQL Statement ignored
    Error(159,35): PL/SQL: ORA-00904: "MAIN_COLLECTION_UNION"."DTE_ENT_WOC": invalid identifier
    .I understand that the declared collection is not being recognized.
    But, I am not getting where to declare and where to define the collection.
    Any help regarding this would be appreciated.
    Thanks
    Rajiv

  • BT Cloud, another curious bug

    Another curious bug to add the the BT Cloud chamber of horrors.
    BT Cloud somehow decided on the Web Interface that my main device contained two separate top levels, 'D' and 'd'.
    Most things I had backed up from my D drive showed up under 'D', with just a few under 'd'.
    On the PC client, everything showed up under 'd'.
    The extra 'd' was a bit irritating on the web interface, and none of the files saved in it was significant, and so I decided to delete it in the web interface.  
    Result:
    1: 'd' correctly deleted in the web interface  (they seem to have fixed the bug where you couldn't delete folders in the web interface)
    2: 'd' deleted from what shows up in the PC client.  As the PC client never showed anything under 'D' but everything under 'd', when I look at my main device it now shows 'This folder does not contain any files.'
    3: All the files still showing up correctly under 'D' on the web interface
    4: PC client still knows what it is trying to back up from the D drive:
      - the auto-backup folders show up correctly when I look in 'Add to Backup' (usability bug: 'Add to Backup' doesn't admit to what path it thinks they are from)
      - it correctly backs up new files added to these auto-backup folders
      - it still knows about the backed up files if I look under 'All Files'; and remembers correctly what directory they came from. (usability bug: but not easy for the user to see what directory they came from)
    5: No files actually deleted from my PC.
    I don't trust BT Cloud at all yet, so I am only experimenting and waiting till it is ready as a backup solution.  Meanwhile, all my files are backed up elsewhere.  I didn't trust BT Cloud not to make an even bigger silly and delete lots of my original files; I trust it even slightly less now.
    BT Cloud still has the makings of something that might be useful eventually, so I still keep hoping and trying ....

    Hi Sjtp,
    Thanks for the feedback.  I will make sure the cloud team get this useful info.
    Cheers
    Sean
    BTCare Community Manager
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Smart Collection bug with Title doesn't contain rule

    Hi,
    There are various articles on smart collections that check if the "Title" field is filled or not. Because the "Title" field doesn't have an "is empty" like function, the sugested solution is to use the rule:
      Title   doesn't contain   a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
    But there is a bug in this rule. I found that the letter 't' is causing a problem. The letter 't' seems to include all characters.
    Situation:
    Four images that have a their Title field as follows:
      Image 1:
      Image 2: 2014-01 - Street Photography.dng
      Image 3: 2014-01
      Image 4: Some Image
    (Image 1 has an empty title)
    Four smart collections with the following rules:
      Collection 1: Title   doesn't contain   a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
      Collection 2: Title   doesn't contain   0,1,2,3,4,5,6,7,8,9
      Collection 3: Title   doesn't contain   a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,u,v,w,x,y,z
      Collection 4: Title   doesn't contain   t
    My expected result of the smart collections is:
      Collection 1: Image 1 and Image 3
      Collection 2: Image 1 and Image 4
      Collection 3: Image 1 and Image 3
      Collection 4: Image 1, Image 3 and Image 4
    The actual result of the smart collections is:
      Collection 1: Image 1
      Collection 2: Image 1 and Image 4
      Collection 3: Image 1 and Image 3
      Collection 4: Image 1
    I'm using Lightroom 5.7 on a MacBook Pro 17" (mid 2010), i7 @ 2.66GHz, 8GB RAM and 2 x 240GB SSD's running on OS X 10.10.1
    My questions are:
    Can anyone, specially from the Adobe Lightroom team, confirm this?
    How to solve this issue?
    With kind regards,
    Dennis
    www.idemi.nl

    That is a bizarre bug.  There is an even simpler way to reproduce the problem: Have two pics, one with title "a" and the other with title "t".  The criterion "Title Contains a" correctly shows just the first picture, but the criterion "Title Contains t" shows both.
    Searching with smart collections and filters has numerous bugs, but this one is by far the most surprising.  As a geek programmer, I'd love to know what causes this!
    Adobe rarely reads this forum -- I suggest you post this in the official Adobe feedback forum, which Adobe does faithfully read (but only infrequently responds).

  • Smart Collections bug

    A smart collection of:
         rating is not *    (1 star)
    should return images including those with no stars, but does not.
    (It only returns items with 2,3,4 or 5 stars).
    Mike.

    Known bug.
    http://forums.adobe.com/thread/657891

  • Have i found another big bug? from 2nd monitor profile bug to Exp panel bug

    Well 2.0.1 is out and i was hoping for a fix for the second monitor color profile bug ... but no, not yet.
    But guess what .. i think i have found another little treat.
    Ok here we go, click on the Exposure, Recovery or Black Point sliders (but don't move them), notice anything?
    On my system as soon as you click, the shadows block up. Take your finger of the button and they shadows go back to normal.
    Next .. click and slide, when the button is down... blocked shadows again, release the button and shadows open up.
    This also happens in the White balance panel.
    Also we still have the tint slider problem, click it and it jumps the tint.
    The exposure and white balance problem only happens in full screen mode.
    It happens on my second monitor when running in mirror or alternate (or any other of the settings)
    If i press the F key and go full screen on my macbook pro, the same thing happens on the macbook's screen.
    Press the Z key to zoom to 100% and the problem goes away on either screen.
    But get this ..... click any of the sliders in the Enhance panel before going to the Exposure panel (you don't have to move them), then go back to the exposure panel and...EVERYTHING FINE.....whaaaaaaat.
    So now i have a second monitor with dodgy colors and an exposure panel glitch.
    Thought this was an update!!!
    Anyone else got this problem?
    Oh, just to add, i have deleted pref files, deleted aperture altogether, re-installed 2.0 and 2.0.1, rebuilt library, tried on another library...all with no joy.
    Sigh
    Mike
    rebui

    System is macbook pro 2.4 4gb ram, formac 2010 second monitor.
    Leopard 10.5.2
    pro app 4.5
    Seems that i am not the only one with this problem, not many out there... just a few.
    Couple of links
    http://forums.dpreview.com/forums/readflat.asp?forum=1017&thread=27043649
    http://www.flickr.com/groups/aperture_users/discuss/72157604042773520/
    Mike

  • Another Minor Bug in SQLDev

    I discovered another minor irritant in sqlDeveloper.
    Steps to recreate the bug:
    1) Create table t ( n1 number); (table created)
    2) insert into t values (1); Commit; (Record Committed)
    3) Goto Explorer on the left pane and click on the table to view the table t on the right (table will be displayed with a single column); Click on the data tab to view the data.
    4) Alter table t add (n2 binary_float); (Table modified)
    5) insert into t values (10, 10); Commit; (record committed)
    6) click on refresh button to view the data.
    You would expect to see two columns and two rows of record. But you would see only one column and two rows of data.
    7) click on columns tab and click on the refresh button. (Two columns are displayed).
    8) now go back to data tab; you would still see only ONE column and two records. Clicking on refresh does not display two columns
    Only alternative is to close the tab and click on the table t again. You can now view the records with two columns
    Version: 2.1.1.64
    OS: Linux
    Database: 11g
    -- rsrini

    I am having a similar problem in 2.1.063.10. When I put in a filter I need to use the enter key and not the refresh button. Nothing happens to the data grid when I hit refresh button. When I enter a filter that causes no data to display, then blank out the filter and hit the refresh button, no data is displayed in the grid. Then I hit enter and the data grid is refreshed.

  • IMovie 09 voiceovers silent - another iMovie09 bug

    Hello,
    in addition to all the iMovie bugs reported, I now observe from time to time, that iMovie changes volume of the latest voiceovers on its own. I did the following:
    1. I changed some things in my iMovie project. Especially I added some voiceovers.
    2. I closed iMovie
    3. I made a backup copy to another drive
    4. I re-opened iMovie again
    Result: Some voiceovers are randomly very very silent and the volume an not be changed anymore.
    5. I check my backup copy on another Mac: Same result.
    What happened? Who can support me?
    Apple works always on new fancy stuff, but seems to forget the simple things.
    Jürgen

    Sorry to post again, but I can't find any other post about this problem. Have you found a solution for this. I have the same problem. Can't change the volume of voiceovers in some projects...... but had no problem doing it before.

  • Another keyboard bug

    Hi,
    While the "dead key" bug is still not fixed in LR2 (although already
    reported in LR 1 and LR2 beta), there's another problem with the Tab
    key.
    I use the Alt-Tab combo under Windows to switch from an application to
    another. If I use Alt-Tab to switch from LR to another app, LR ignores
    the Alt key - which is currently depressed - and just see the Tab key,
    and therefore it modifies the user interface layout accordingly (as if I
    had hit the Tab key only) just before Windows switches to the other
    application I have selected. Irritating.
    It's another sign that LR installs its own keyboard handler, which is
    far from being perfect (at least under Windows).
    But the "dead key" bug is from far more annoying and I don't understand
    why they are unable to fix this - but well, it's just affecting those
    not having a US keyboard layout, so maybe it's not a problem for Adobe?
    We are just paying more for less quality :-( .
    Patrick
    PS: For those who are not aware of it: The "dead key" bug makes
    impossible to enter any character that requires a dead key to be
    produced. For example, to enter " ê " on a french keyboard, you need to
    hit " ^ " and then " e ". In LR, this yields " ^^e " instead of " ê ".
    Same problem with other european keyboard layouts and other special
    characters. So you have to use the old Alt + Code trick in order to
    enter those characters (and you also have to remember these codes - very
    modern UI, indeed).
    I find surprising that a software that has reached this high level of
    quality is still suffering from such a stupid bug that has been reported
    since a very long time.

    "*Tom*" <[email protected]> a écrit dans le message de news: <br />[email protected]..<br />> Hi Patrick,<br />><br />> on my comp (Win XP Prof + SP2; PS CS3 + 10.0.1 + CR 4.5) in no problem <br />> with Alt + Tab. It switches corectly to other apps.<br /><br />Hi Tom,<br /><br />I didn't say that it didn't switch to the other app. But before it does, LR <br />acts as if I had hit the Tab key and therefore closes or opens the right and <br />left panels.<br /><br />-- <br />Patrick

  • LR3 Smart Collection Bug

    Hey everyone,
    I'm having issues with my smart collections in LR3.
    When I set a rating to "is not" it only includes ratings higher than that. It doesn't include photos, not rated or rated lower.
    Anyone else with this issue?
    Cheers

    Change the logic:
    And report the bug.

  • Solo Track : another weird bug ?

    Year after year, I find more and more annoying bugs in Logic Pro. This time it's the Solo Track button that act weird :
    Take track with regions.
    Activate the Solo button on that track.
    Move a region from another track (that is not in Solo) to the Solo'ed track : this region WON'T BE PLAYED !!!
    You NEED to un-Solo and re-Solo the track in order to include the new region...

    I think I figured this one out. If you are soloing the regions, and you move a region that isn't soloed onto the track, that region will not become soloed. If you solo the track without any regions selected, then when you move a region from an unsoloed track, it activates....
    I think. Don't have Logic in front of me right now to test.

Maybe you are looking for