Collection Notes

I am trying to create notes from backend.If any body has code please send it to me at [email protected] I badly need it.
I have to create invoices for all the invoices which are deliquent for a particular customer.

Following is the psuedo code, you can modify it accordingly.
l_notes := substr(rec.notes,0,2000);
l_notes_detail := substr(rec.notes,2001);
l_entered_date := sysdate;
l_creation_date := sysdate;
l_api_version := 1.0;
l_commit := 'T';
l_note_type := 'PEL_PDQ_NOTE';
fnd_global.apps_initialize(l_created_by,20634,401);
JTF_NOTES_PUB.CREATE_NOTE(
p_api_version => l_api_version
, p_commit => l_commit
, x_return_status => l_return_status
, x_msg_count => l_msg_count
, x_msg_data => l_msg_data
, p_source_object_id => l_source_object_id
, p_source_object_code => 'PARTY'
, p_notes => l_notes
, p_notes_detail => l_notes_detail
, p_note_status => 'P' -- Private
, p_entered_date => l_entered_date
, x_jtf_note_id => l_jtf_note_id
, p_creation_date => l_creation_date
, p_note_type => l_note_type
);

Similar Messages

  • Collection Notes as Attachments

    We are planning to attach a Word, Excel or PDF document to a customer master record using the Generic Object Services functionality.  The attached document will contain information regarding the collection efforts we have put forth.  We need to produce a report for a group of customers which would include Customer Number, Customer Name, Overdue Balance, any Invoice Number for the Overdue Balance along with any Collection Notes.
    My question is can a report be written to include information contained in the attached document?  How do I go about doing this?  Where is this informaton stored in SAP or is it even stored in SAP?  Any help would be great.

    Following is the psuedo code, you can modify it accordingly.
    l_notes := substr(rec.notes,0,2000);
    l_notes_detail := substr(rec.notes,2001);
    l_entered_date := sysdate;
    l_creation_date := sysdate;
    l_api_version := 1.0;
    l_commit := 'T';
    l_note_type := 'PEL_PDQ_NOTE';
    fnd_global.apps_initialize(l_created_by,20634,401);
    JTF_NOTES_PUB.CREATE_NOTE(
    p_api_version => l_api_version
    , p_commit => l_commit
    , x_return_status => l_return_status
    , x_msg_count => l_msg_count
    , x_msg_data => l_msg_data
    , p_source_object_id => l_source_object_id
    , p_source_object_code => 'PARTY'
    , p_notes => l_notes
    , p_notes_detail => l_notes_detail
    , p_note_status => 'P' -- Private
    , p_entered_date => l_entered_date
    , x_jtf_note_id => l_jtf_note_id
    , p_creation_date => l_creation_date
    , p_note_type => l_note_type
    );

  • Garbage Collection not releasing memory properly

    Hello, In my web application memory is not releasing properly, after some point of time application throw out of memory error, we are using tomcat5, jdk5, my heap size is half of the RAM.Garbage Collection not releasing memory properly.

    sabre150 wrote:
    punter wrote:
    georgemc wrote:
    Yep. Couldn't be a problem with your code, it must be that garbage collection doesn't work and nobody else noticed. Raise a bug with Sun.Are you serious ?You need to replace your sarcasm detector.I have blowed my sarcasm meter and limping in the blindness !!!! :(

  • SNOTE - Collective Note

    Hi together,
    for all of you who might have to work a lot with the SNOTE transaction, there is a new collective note available which might assist you in resolving some issues you experience.
    The OSS note number is <b>875986</b>.
    Please consider also OSS note numbers <b>932065</b>, <b>935140</b>, <b>964580</b>, <b>969846</b> and <b>948389</b>.
      Cheers
        SAP NetWeaver BI Organisation

    Hi
          Check these link hope this help you
    http://www.sap-img.com/basis/oss-notes.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/29/ff9036e1e4b603e10000009b38f889/content.htm
    <b>Rewads point if helpful</b>
    Thanks
    Pankaj Kumar

  • Adobe CS5.5 Master collection not installing

    Adobe CS5.5 Master collection not installing

    Hi.
    I am try to install Adobe Creative Suite 5.5 Production Premium and I can't do it Message said I need the "Adobe Support Advisor Tool"
    Edwin

  • Web application and site collection not accessibe

    I have created a web application and a site collection. But when I tried to access the site by browser on the server the page cannot be displayed or the server cannot be found. What should I configure? Please say by detailed steps.

    I created a host header extranet.xxx.xx and alternate access mapping is ok. But still I'm not able to access the site by http://server name:port no. It gives The web page cannot be found or this web page can't be displayed.
    Now when I try with Firefox with http://server name:port no, it gives
    "Bad request - Invalid hostname
    HTTP Error 400. The hostname is invalid."
    More: if I go to Alternate Access Mappings > Add Internal URL:s > Save is grayed out.
    You have two options,
    Option 1 : Accessing the web application without any host header name and  with the port no you have created.  (ex: (http://server1:5500 )
    Option 2. Accessing it with the host header name (ex:http://mywebapp.contoso.com)  you have created for which you need to create a DNS and set an AAM accordingly in the corresponding zone.
    For the option no 1. you need to have a host header in IIS which would be created by default while you create a web application and it should be like this unless you did nit change it. http (Type)---blank host name--All Unassigned in the IP section---and
    the port no in which you have created.
    PS : If you have one more IP address in the server, its good to set the same IP address which is set for server for the name resolution to happen properly.
    If you have n't specified the hostheader while creating the web application, then you need to add it manually with the existing one which is there for option no 1. It should be added as below. http---Mywebapp.contoso.com--IP address in which you have created
    the DNS and Port 80.
    If AAM save is grayed out, check it from some other browser. Also Hostname invalid clearly implies that there is some problem with the name resolution. Check whether you could ping the webapplication from the server where you are trying to access it.
    Veeramani.S

  • Pl/Sql web service and collections not working

    Hello
    I'm trying to create a web service from a function in a package which returns a collection. The creation of the web service and its deployment seem to work correctly. I do get the following warning :
    WARNING: OWS-00077 The Value Type class: pxWsLang.PamLanguagerecordBase does not have a valid JAVA Bean pattern
    but I don't think this is the source of the problem.
    When I try to test the web service using the endpoint in the wsdl I get the following answer in the browser:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>env:Server</faultcode><faultstring>Error creating target: pxWsLang.WsLangUser</faultstring><faultactor></faultactor></env:Fault></env:Body></env:Envelope>
    In the DOS window for the OC4J I get the following error :
    2006-11-15 09:21:25.852 ERROR OWS-04005 An error occurred for port: {http://pxWs
    Lang/WsLang.wsdl}wsLangSoapHttpPort: javax.xml.rpc.JAXRPCException: Error creati
    ng target: pxWsLang.WsLangUser.
    The PL/SQL code is as follows :
    Object:
    CREATE OR REPLACE TYPE PAM_LanguageRecord as OBJECT
    NR NUMBER(3),
    SYMBOL VARCHAR2(2)
    Collection:
    CREATE OR REPLACE Type PAM_LanguageTable as Table of PAM_LanguageRecord;
    Package body :
    create or replace package body PAM_TEST is
    function CursorTest return Pam_LanguageTable is
    Res_LangTable PAM_LanguageTable;
    cursor cur is select * from stc_languages;
    begin
    Res_LangTable := new PAM_LanguageTable();
    for Rec in cur loop
    Res_LangTable.Extend(1);
    Res_LangTable(cur%ROWCOUNT) := new PAM_LanguageRecord
    (Rec.NR,
    Rec.SYMBOL
    end loop;
    Return Res_LangTable;
    end;
    end;
    I'm using JDeveloper version 10.1.3.1.0.3984
    How can I get this to work ? (without using Apache Axis or other tools :-)
    Is it supposed to work ?
    Many Thanks
    Paul

    Hi,
    for the "error creating target" problem I found the solution here:
    [WS from a PL/SQL package]: Error creating target
    Hope this helps.
    Regards,
    Patrik

  • Adobe CS5.5 Master Collection not installing and @AdobeCare don't help!

    This is WHY Adobe is the biggest RIP OFF ever.
    I bought a copy of CS5.5 Master Collection at an auction (Bought for just over 2k) everything sealed and fine, got it home installed it on my iMac and everything was gravy.
    Used for around year and half, then I moved from Alberta to Ontario, so everything was packed and then unpacked and reset up, as I did a clean of my Mac when I got here and went to install all my software and applications again, and sure enough BAM!!! That's when it happened.
    It would not install.
    Now I have contacted Adobe "Don't" Care about a previous issue I had with another piece of software that they messed me around on that software was only $200 and after becoming very pissed of at them for giving me the run around having to go on live chat 4 times and then resulting to twitting the sh*t out them stating how crappy they were I all of a sudden had someone contact me and finally contact me assisted on getting that software working again.
    However this more expensive piece of software they haven't give two craps about.
    I would love any so called "smart" Adobe worker fill me in on this.
    If something works perfect for a year and half or 3 months because you guys are "so" on top of things right is shouldn't matter about the time frame, when you get either a system crash, reinstall, new computer or sell the system and when loading the software back on the somputer and it's  not working...ready simple question WHY NOT!
    Clearly people have stated that bootleg copies of the serials are out on the internet for anyone to get right, but when a person has spent a F load of cash on a NON Stolen or Copied version with proof of purchase with pictures of receipt and evidence that they have been using the same F'ing serial this whole time, how can you not HELP!
    Oh wait I think I know and by my sarcasm you guessed it, it's cause you already got my cash right!
    So when do I get compensation for being messed around by Adobe? because the run around I have had by Adobe staff, for a product that is legit and been in use for a year and half and then flat out not working..will Adobe care? NO Adobe doesn't give a flying F about no one and especially it's customers.
    Am I pissed yes!
    Am I frustrated yes!
    Will adobe fix the crap and give 100% customer service NO!
    For all the readers out there THIS is the reason Adobe try to get people to do their $50 a month crap for everything.... @AdobeCare you SUCK!
    In a market where there is so many more choices I will always refer people to those, like Sony Vegas Pro, Coral ect.

    ranting is all people are left to do Ned, because getting help from Adobe clearly takes so much effort. Are you an Adobe worker? Are you a specialist? because that is why its a rant because after explaining my problem so many times to so many people via different methods THAT IS WHY IT IS A RANT! because all that is asked is can you please let us know your problem, then that person who clearly doesn't make notes decides to put you on hold via Live chat and then the chat goes dead you have to explain it ALL OVER AGAIN!!!
    So I will explain it in simple terms for you.
    1) That disc is what was bought
    2) When I went to reinstall the product when I moved and after doing a clean up of my Mac it asks for the serial
    3) I entered the serial
    4) The serial worked fine (You know the green tick)
    5) After the hour or so wait to finalize I waited and opened Photoshop
    6) That was the message you see that I got
    7) I the tested another app and I got the same thing.
    After this I contacted Adobe and was on a chat case number 0214839318 which may I ad HAS ALL OF THIS IN DETAIL.
    this of course was NOT the end, I was asked to show proof which is what you can see!
    Oh and Ned guess what....NO HELP!
    There in detail!

  • Some Site Collection not showing up (even the system pages) after upgrade

    Hi All -
    Following http://technet.microsoft.com/en-us/library/cc263299.aspx I just did database upgrade from 2010 to 2013. Some of the site collections are not showing up. These are basic site collection with almost no custom code. Just bunch of list and libraries.
    Not even the system pages such as web part gallery, masterpage setting page none are opening. I check the Correlation ID  and the log file is showing the below error
    Name=Request (GET:http://<siteurl>/_Layouts/ChangeSiteMasterPage.aspx) 5bb6669c-24a6-70d4-9fcd-23851c953ba2 01/03/2014 11:48:56.80 w3wp.exe (0x1858) 0x198C SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True,
    UserIdentityName=, ClaimsCount=0 5bb6669c-24a6-70d4-9fcd-23851c953ba2 01/03/2014 11:48:56.81 w3wp.exe (0x1858) 0x198C SharePoint Foundation Logging Correlation Data xmnv Medium Site=/sites/WK-Advisors 5bb6669c-24a6-70d4-9fcd-23851c953ba2 01/03/2014 11:48:56.83
    w3wp.exe (0x1858) 0x198C SharePoint Foundation Files 00000 High UserAgent not available, file operations may not be optimized. at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb, Boolean copyOnFirstWrite,
    Boolean disposeIlb) at Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo& fileInfo, SqlSession session, PrefetchResult prefetchResult) at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid
    databaseId, SqlSession session, SPFileStreamManager spfstm, Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres) at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32 rowOrd, Object ospFileStmMgr,
    SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres... 5bb6669c-24a6-70d4-9fcd-23851c953ba2 01/03/2014 11:48:56.83* w3wp.exe (0x1858) 0x198C SharePoint Foundation Files 00000 High ...) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String
    bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean&
    pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object&
    pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel,
    UInt64& ppermMask, ... 5bb6669c-24a6-70d4-9fcd-23851c953ba2 01/03/2014 11:48:56.83* w3wp.exe (0x1858) 0x198C SharePoint Foundation Files 00000 High ...Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies,
    String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl,
    Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String&
    pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbst... 5bb6669c-24a6-70d4-9fcd-23851c953ba2
    01/03/2014 11:48:56.83* w3wp.exe (0x1858) 0x198C SharePoint Foundation Files 00000 High ...rRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte&
    piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String
    bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean&
    pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion,... 5bb6669c-24a6-70d4-9fcd-23851c953ba2 01/03/2014 11:48:56.83* w3wp.exe (0x1858) 0x198C SharePoint
    Foundation Files 00000 High ... String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid&
    pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies,
    String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId) at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden,
    Boolean mainFileRequest, Boolean fetchDependencyInformation, Boolean& ghostedPage, String& siteRoot, Guid& siteId, Int64& bytes, ... 5bb6669c-24a6-70d4-9fcd-23851c953ba2 01/03/2014 11:48:56.83* w3wp.exe (0x1858) 0x198C SharePoint Foundation
    Files 00000 High ...Guid& docId, UInt32& docVersion, String& timeLastModified, Byte& level, Object& buildDependencySetData, UInt32& dependencyCount, Object& buildDependencies, SPWebPartCollectionInitialState& initialState, Object&
    oMultipleMeetingDoclibRootFolders, String& redirectUrl, Boolean& ObjectIsList, Guid& listId) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean mainFileRequest,
    String path, Boolean impersonate, Boolean& isAppWeb, Boolean& fGhostedPage, Guid& docId, UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel, String& masterPageUrl, String& customMasterPageUrl, String& webUrl,
    String& siteUrl, Guid& siteId, Object& buildDependencySetData, SPWebPartCollectionInitialState& initialState, ... 5bb6669c-24a6-70d4-9fcd-23851c953ba2 01/03/2014 11:48:56.83* w3wp.exe (0x1858) 0x198C SharePoint Foundation Files 00000 High ...String&
    siteRoot, String& redirectUrl, Object& oMultipleMeetingDoclibRootFolders, Boolean& objectIsList, Guid& listId, Int64& bytes) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetWebPartPageData(HttpContext context, String path,
    Boolean throwIfFileNotFound) at Microsoft.SharePoint.ApplicationRuntime.SPVirtualPathProvider.GetCacheKey(String virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate) at
    System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithN...
    5bb6669c-24a6-70d4-9fcd-23851c953ba2 01/03/2014 11:48:56.83* w3wp.exe (0x1858) 0x198C SharePoint Foundation Files 00000 High ...oAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean</siteurl>
    According to this article, I need to verify whether sites are working in 2010 mode. Next step is to change the authentication. Should I proceed to change the authentication mode before resolving this issue?
    <siteurl></siteurl>
    <siteurl>Regards,</siteurl>
    <siteurl>Khushi
    </siteurl>
    <siteurl></siteurl>
    Khushi

    Hi
    Khushi ,
    Yes , you need to proceed to change the authentication mode . According to your error message “Non-OAuth request. IsAuthenticated=True, UserIdentityName=, ClaimsCount=0” and “UserAgent not available, file
    operations may not be optimized”, all of them can be caused by the authenticate. So make sure you have upgraded cleanly and effectively to Claims Based Authentication.
    For more detail information, you can refer to the article:
    Migrate from classic-mode to claims-based authentication in SharePoint 2013
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Photos in collections not showing up when viewed from a higher level

    I am using Lightroom 3.2 and have many collections and collection sets. Recently I moved a bunch of my collection sets inside another collection set to better organize things, but when I did the images in the moved collections no longer show up when I view their imediate-parent collection set. When I select the collection set it says "No photos in selected collection", but when I select the individual collections inside it, the photos show up. Also, if I un-move (not undo, just move back) the collection set it shows the photos that are in its collections as it should.
    Has anyone else had this problem? Am I missing a preference somewhere? Is there a bug in Lightroom?
    Thanks.

    I'm having the exact same problem in 3.3.
    To check it out, I created new collection sets and moved things around, and then the missing pictures reappeared ...
    Nothing for it but to go and work out just where all of the problems are and fix them all by hand, while hoping that the same issue won't follow me around messing up the new collection sets I create ... oh, the joys of flaky computer s/w
    If anyone knows of a way to address this, I'd REALLY like to know
    Thanks,
    Gary

  • IDoc Monitoring: Data collection not getting completed

    Hi,
    I have setup IDoc monitoring in Solution Manager 7.1 SP08 for managed systems which is on ST-A/PI 01Q. There are many IDoc being generated in the managed system but I am not getting any alert for it.
    In the alert inbox I get the message that the data collection has not yet taken place since the last activation. and the last data collection time is shown as of 2009.
    Also in the managed system the BPMon background job BPM_DATA_COLLECTION_2 get cancelled with run time error TSV_TNEW_BLOCKS_NO_ROLL_MEMMORY
    What can be the issue?
    Regards
    Vishal

    Hi Vishal,
    Please check and implement below notes to fix the first issue:
    1570282 - Advance Corr. BPMon ST-A/PI 01N
    1946940 - ST-A/PI 01Q SP2: Advance Correction BPMon (Infrastructure and
    EBO)
    1869678 - Advanced Corrections for BPmon/Analytics Delivered with 01Q SP1
    (framework)
    Thanks
    Vikram

  • Help collection not available except in English

    Hello , 
    The Help button is only available when the user has configured his locals in en-us (1033).
    Multi-language is activated, , language pack are on the server. 
    On bellow, you can see the Regional and Language configuration for the site 
    URL for 1033 : 
    https://xxxxxxxx.com/_layouts/15/help.aspx?Lcid=1033&Key=WSSEndUser&ShowNav=true
    --> No error 
    URL for 1036 : 
    https://xxxxxxxx.com/_layouts/15/help.aspx?Lcid=1036&Key=WSSEndUser&ShowNav=true
    --> Message in the help popup :
    Sorry ... It seems that help does not work.
    Sorry ... No help collection is available in the current language for the site you use.
    Any Idea? 

    Did you resolve the issue? I have exactly the same trouble....

  • Reading Advanced Metadata in Smart Collections, not working in Bridge CS6

    In Bridge CS5 you could make an Smart collection that were looking for: All metadata > contains > "here we add a value from a metadata only visible from the Advanced tab in File info"
    But this nolonger works in CS6.
    Although I can go to File info and see the metadata value that are visible from Advanced. But the option All metadata, clearly doesn't support the advanced metadata in the file in CS6.
    Could this be a bug in CS6?

    If any one like to try this yourself and get same or other result, please let me know!
    Otherwise this must be a bug to report to Adobe.
    I don't have CS5 installed anymore but CS6 is still present while I use Bridge CC for my daily workflow (MacPro MacOSX 10.8.5).
    I first copied 4 DNG files from my main folder to a subfolder. Those files I added a name to the IPTC extension persons name and saved.
    Checked and this name shows in the IPTC extension persons name field in Metadata panel as well as in Advanced Tab in File Info IPTC Extended Properties / IPTC4xmpExt:PersonInImage(Bag container).
    I closed the subfolder and used the smart collection icon to bring up the Find window.
    I then selected All metadata and filled in the persons name, had subfolders and non indexed already included and put the source field to the main DNG folder.
    The result was almost instant with the 4 files showing.
    I then quitted Bridge CC and started Bridge CS6
    Since I had not used this for a while and my main folder contained 4500 DNG I set the cache quality icon to embedded only. Selected the same folder and followed the same procedure as in CC.
    Naturally it took a bit longer because the files needed to be indexed first, yet after this the result was still the same, the 4 DNG files with the persons name showed in the smart collection.
    So on my behalf I can't reproduce your problem and for me it is not a bug also I'm afraid.

  • Collections not showing

    I'm running Lightroom 2.2 on Win XP Pro. I've had a multitude of problems since updating to this version, least of all is the already well-documented issue with not being able to edit RAW files in CS3. I've applied the work-around for that.
    My current issue is more significant. I am unable to see any of the collections I create. They seem to create OK, as they are selectable in Set and Collection choice dialogs, but they do not view on the main Lightroom tab. When I click on the toggle the drop down list looks like it opens, but the list is empty.
    This is the case whether I create new Collections from scratch, or try to create Collections from out of Quick Collections.
    Any help out there? I've logged a bug report with Adobe, but no replies yet.

    >However, I do have a question - where are the Collections stored? i.e. the metadata - they are not with Filters and other such customisations.
    Those are defined in the catalog file. Unfortunately, you can not easily search on them. You can search using whether a file is in a certain collection using the smart collection feature.
    For your problem, it sounds like what you should do is start a new catalog and NOT import your old catalog file. There is probably something wrong there that will eventually end up corrupting your new catalog file when you import from it. An alternative is to try to export a catalog from your old catalog file and to import from that into a new catalog file or try to use the exported catalog file. Also, I would be worried about your disk drive. Such corruption can also be caused by a hard disk that is starting to fail.

  • Collection not in context? java.lang.Exception: java.lang.Thread.dumpStack(Thread.java:1342)

    Hi
    I am using JDev12c. I have an isolated taskflow that is consuming three more taskflow as a region.
    This is the scenario: I have a viewObject showing UserDetails. So I have make a taskflow to show the user details in a form. Now, the userDetalsVO has a ViewLink with itself (Managers having employees under their supervision).
    LoggedInUser (userVO)
         - Employees (userVO)
    I have created the list of employee using the Employees Iterator. However, every time I select an employee the console throw the following error:
    <The row key or row index of a UIXCollection component is being changed outside of the components context. Changing the key or index of a collection when the collection is not currently being visited, invoked on, broadcasting an event or processing a lifecycle method, is not valid. Data corruption and errors may result from this call. Turn on fine level logging for a stack trace of this call. Component ID: {0}>
    java.lang.Exception: Stack trace:
    at java.lang.Thread.dumpStack(Thread.java:1342)
      at org.apache.myfaces.trinidad.component.UIXCollection._verifyComponentInContext(UIXCollection.java:2212)
      at org.apache.myfaces.trinidad.component.UIXCollection.setRowKey(UIXCollection.java:524)
      at oracle.adf.view.rich.component.rich.data.RichListView.visitChildren(RichListView.java:112)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:703)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:566)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:362)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:445)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:423)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:703)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:566)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:362)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:445)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:423)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:703)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:566)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:362)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:445)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:423)
      at oracle.adf.view.rich.component.fragment.UIXRegion.visitChildren(UIXRegion.java:952)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:703)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:566)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:362)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:445)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:423)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:703)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:566)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:362)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:445)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:423)
      at oracle.adf.view.rich.component.fragment.UIXRegion.visitChildren(UIXRegion.java:952)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:703)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:566)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:362)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:445)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:423)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:703)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:566)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:362)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:445)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:423)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:703)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:566)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:362)
      at org.apache.myfaces.trinidad.component.UIXShowOne.visitTree(UIXShowOne.java:135)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:445)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:423)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:703)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:566)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:362)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:445)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:423)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:703)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:566)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:362)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:445)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:423)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:703)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:566)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:362)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:445)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:423)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:703)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:566)
      at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:362)
      at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._deliverPostRestoreStateEvents(LifecycleImpl.java:852)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:791)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:397)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:280)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:254)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:137)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3367)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3333)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
      at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)
      at weblogic.servlet.provider.ContainerSupportProviderImpl$WlsRequestExecutor.run(ContainerSupportProviderImpl.java:254)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)
    The front end behaves fine though but that error in the console is bugging me.
    Any Ideas??
    Regards

    Well, have you run the app with logging set to fine as the message suggested?
    Turn on fine level logging for a stack trace of this call. Component ID: {0}
    Then a test case and a detailed description on how to reproduce the error, built on the hr  schema, can help.
    Timo

  • Working collection, not necessarilly pinned - New feature request

    Do you think this is a useful feature?
    Currently when you are working with objects the only way to keep "non-editing" windows is to pin them.
    Can this behaviour be extended as a new node that allows you keep a "working collection" of different object types. The method of user operation that I can see is have a context menu on each object in the node, do a right click "Add to working list".
    * Having the ability to add objects maybe from a different schema to the list could be nice. That way the "working collection" is not limited to a connection.
    * If this list of objects can be saved for later reuse, it could make it even more functional.
    Is it possible to do this as a customisation/extension?

    Have you created an feature request for this on the Exchange? Or identified any existing request that is equivalent? Sounds worthwhile.No I haven't. I was hoping for some community response. It seemed like something some would have requested.
    I like your idea of a restore. A ability to restore via a session manager even more powerful (As long as dead/obselete objects and broken connections are managed well).
    My suggestion was more inclined towards the "project based working" mentioned by Jim.
    I did a little bit of digging around and found this, [Favorites folder to store a collection of objects|http://apex.oracle.com/pls/otn/f?p=42626:39:3557915450647134::NO::P39_ID:301] : Accepted
    Thanks for replying Sue. Any chance "[Favorites folder to store a collection of objects|http://apex.oracle.com/pls/otn/f?p=42626:39:3557915450647134::NO::P39_ID:301]" would make into version 2.0?

Maybe you are looking for

  • Icloud storage space for Mac book

    Will I get any extra icloud storage space , when I buy mac book pro. I am already using iPhone and ipad, so my 5GB icloud storage is almost finished. I know creating one more icloud I'd can give 5GB more , but I don't want too much ID and password.

  • Is there an ARD command or Unix command that I can send to reset the desktop background image to default?

    I was forced to create a local user with an automatic login on all of the machines in the building. I listed off many various issues that could come arise by doing this but was tuned out. Now people are changing all of the desktop backgrounds to some

  • Drag and drop icons from onside of the split pane to the other side.

    Hello All, I am tring to write a program where i can drag and drop icons from the left side of the split pane to the right side. I have to draw a network on the right side of the split pane from the icons provided on the left side. Putting the icons

  • Problem keeping a null number a number

    I'm reading data from a fixed length file and inserting the data into a database. Even though I have the File Adapter set to read the data as an int, if the data is null, it seemingly converts it to a String. I then get an error reading The object [ 

  • Compare two devices to find difference with installed applications

    Hi, In our organization we have small group of users, who has rights to install any software on their PC's. Of course, they are getting these rights only form some reason e.g. special knowledge for install or configuration specific application. Unfor