Managed property and result sources

I'm trying to create a search results page that only returns results where the query value = a managed property.
I am getting these results back but am also getting back results where the query value if found within a documents contents which I do not want.
We have 3 different crawled properties that I have mapped to a managed property called PropertyFile.
I have then created a result source and have set the query builder to be: PropertyFile={QueryString.PropNo} and I pass a value such as PropertyFiles.aspx?PropNo=67910
I have gone into my search results webpart and set the query to PropertyFile(Service). But nothing is returned.
Have I missed a step?
I have tried adding PropertyFile={QueryString.PropNo} to the query builder in the search results web part but still nothing (do I need to add this query text in both places??)
The managed/crawled property mapping seems to be working ok as we have another search page (migrated from 2010) that uses it and works fine... we are trying to replace this functionality with 2013 tech.

Hi QPR_JAY,
Please use the following format in your query builder in search results web part.
{searchboxquery} AND PropertyFile:{QueryString.ProNo}
Then keep your search results page appended with querystring, in your case it may be the following format, then input the keywords and search it, then it should show the items which are meet the AND operation for keywords and querystring value.
 PropertyFiles.aspx?PropNo=67910
Thanks,
Daniel Yang
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you havefeedback for TechNet Subscriber Support, contact [email protected] 
Daniel Yang
TechNet Community Support

Similar Messages

  • Unable to access Query Rules and Result Sources in SSA

    I have access to our Search Service Application (SSA) within Central Administration.  I am able to get to all of the options within Search Administration except for Query Rules and Result Sources.  Does this require farm admin access or is there
    something special that needs to be done for access to these two areas?  I can get to all of the Diagnostics, Crawling, and the other Queries and Results options without issue.  Our farm admin has been looking at it, but we have not been able to determine
    why my access is not allowing me to get to those options.  Any info you may have about this will be much appreciated.
    Thanks!
    Brian

    Hi scalawagd,
    This issue seems to be about permissions. Please add the user into the search service administrator group and give him full control, compare the result. You can try to give the user permission like the screenshot:
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Managed Property in Refinement - why not use the automatically-created site column managed property

    Hi,
    I read that although SharePoint 2013 automatically creates managed property for site column (OWS_Q_TEXT_COLUMNNAME) - in the refinement i should use a managed property and map to the ows_columnname. why?
    what's the difefrence?
    what is best - to create a new managed property (and set it as refinable) or use the OOB Refinementstring0, Refinementstring1 etc.)?
    keren tsur

    You are probably talking about this blog post.
    http://blogs.technet.com/b/tothesharepoint/archive/2013/11/11/how-to-add-refiners-to-your-search-results-page-for-sharepoint-2013.aspx
    The reason you want to use the ows_columnname crawled property is because it is of the correct data type. The other is always text. If the site column is a date or a decimal then using the OWS_Q_TEXT... crawled property,will cause the refiner not to display
    the appropriate control, for example a slider control for a date type refiner.
    http://sharepointfieldnotes.blogspot.com/2013/05/understanding-and-getting-sharepoint.html
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Site Lookup Column As Managed Property

    Please let me know if my logic here is incorrect or suggest better alternative. This is hosted on Office 365.
    1. I have a Site Lookup column (EventLookup) that is linked to a list on my Root Site --> Lists/Events
    2. I have a subsite with a list that references a (EventLookup) site column --> Lists/MyEvents
    3. User creates an item in Lists/MyEvents and selects one of the Events from the Lookup Column
    4. I crawl the site and in my crawled properties i can see ows_EventLookUp and ows_EventLookupUp:ID
    5. I create a managed property KeyEventID and add ows_EventLookupUp:ID to it.
    6. I add a CSWP and set KeyEventID:1 to return any item that has EventLookUp:ID is equal to 1.
    Above never works, i cant search bring back any results based on that LookUp column.
    Basically my managed property from a site lookup column doesn't work in Content Search Web Part. It is not filterable and doesn't return a value if i use search api to return it either. 
    help appreciated. 

    Hi Sudip,
    Thanks for the response.
    I did not get the answer to the first part.
    Let me describe the scenario again:
    Scenario-1: I have a site column and using the site column in the list. I am getting the crawled property and it is getting mapped to the managed property. 
    Result: I am good. Crawled property of site column is mapped to managed property.
    Scenario-2:I have a list and I created a column (Go to List setting and created a column as Single line of text called "Foo").
    Result: Here I don't see the crawled property getting created and mapped to Managed property.
    Action taken to see the crawled property as given below:
    1. Index reset
    2. Full Crawl
    Still for the Scenario-2: I don't see the crawled property.
    Can I expect the crawled property to be available for created list column "Foo"? 

  • Result Source - Filter results by Managed Property equals "this year"

    Hello guys,
    I've been trying to filter a Managed Property (yearOWS) equals a current year (2014).
    If I use yearOWS=2014 or yearOWS="2014" it works fine, but I need to filter by current year.
    I read this post > Keyword Query Language (KQL) syntax reference, but I don't know how to use "this year". I've tried {this year}, ("this year")
    and a lot of ways, but none of them worked.
    Can anyone, please, help me?
    Eduardo Moreira

    Check if below helps:
    http://blogs.msdn.com/b/knutbran/archive/2011/06/10/date-and-time-in-fast-search-server-queries-and-results-part-2.aspx?Redirected=true
    test write:"this year"

  • Search on Custom UserProfile property with multiple values in a Result Source

    For my customer i have created a news system based around pagelayouts, contenttypes and the new SharePoint 2013 Content by Search Webpart.
    When my customer creates a new "news page", they have the option to tag the news with a category, which is a manage metadata field. I use this property to filter different views in the "Content By Search Web Parts" presented on the front
    page of their intranet.
    The customer also wanted a "user specific" news result source, which returned the news in which the user was interested in reading.
    To make this feature possible I created a custom user profile property, which was hooked to the same Term source as the field on the news content type. By doing so the users would be able to select the news categories(channels) they are interested in seeing.
    I then created a result source, that matched the users selection with the selected category on the news and thereby only return the result that the users were interested in.
    This worked flawlessly, until they encountered a situation where a user selected more than one category. The result source always only returns news where the category matches the first tag in the users selection. It completely ignores the other selections
    chosen by the user.
    Underneath you can see the configurations.
    Users selection on their profile:
    The result source query and result:
    Where owstaxIdPANewsCategory is the Managed Property hooked to the category field on the news content type.
    The above result should have given me 2 items, do to the fact that there are one news tagged with "test1" and one news tagged with "test2".
    Any help would be appreciated 

    My colleague came up with the answer.
    The correct syntax in my case would be as follows:
    {|owstaxIdPANewsCategory:{User.NewsCategory}}
    the "|" char indicates that it should match it up against all selected values.
    taken from: http://technet.microsoft.com/en-us/library/jj683123.aspx

  • Crawled Property OFFICE:7 (document template) is not crawled and thus not mapped to managed property

    Hi,
    our customer (SharePoint Enterprise 2013) wants to crawl the information which Office template was used for creation of a Word/Excel/PowerPoint file for refining in his searchcenter.
    We did some research on that topic and found out, that this information should be crawled in the buildin crawled category OFFICE in the crawled porperty 7. But so far any attempts to get any mapping working on this crawled property have been insufficient/frustrating...
    What we did:
    Map the crawled property to the RefinableString00 Refiner, add this refiner to the refiner web Panel and then do a full crawl. So far the refiner does not show up, and when using the "Query tool" we see that the managed property is empty and not
    filled. For Debugging I tried to map nother crawled property to this refiner OFFICE:2 => Title of OFFICE:4 => Author which worked out just fine. So the refiner configuration seems to work but the crawler somehow does not seem to get the template Information
    out of my documents. I even opened the uploaded word documents in Word to control if the template Information is correctly readable and you can see in the properties of the file, that normal.dot is filled out.
    We even controlled the properties of the crawled property, it´s "isMappedToContents" is set to true.
    with Kind regards, I really Do hope someone has a clue
    David

    All the content which is crawled will be part of search results by default including all the data in the list and documents. Mapping crawl property with Managed property helps if you want to execute a keyword query : Title(column)=SharePoint or
    Title;SharePoint
    You will typically need to do this kindda mapping if you want to
    1. filter data based on column in Advanced Search Web Part
    2. Add your custom column as part of search results on result page.
    3. Add column based FILTER on Search result page.
    ********* Please mark as ANSWERED if you find this useful.************  

  • Result Type Condition for Multi value Manage Property not working

    Hi All,
    I have created one template & I wanted to show this template on particular condition. So I created the result type. The Managed property (MP) that I used, I have verified its attributes all attributes are selected and its type is Multi value. I am trying
    to apply the "Show fewer conditions" and some how the value not matched.
    I have checked MP ; it has all the values but some how the template not called. When I removed this condition it working and when choose other MP other then Multi valued. It is working as expected.
     Please let me know if i miss something here. 
    PS: I have checked each option from the Query drop down like "Equals any of" and "Contains any of" not working in case of multi value attribute. Please help.
    I have explain this issue more details in this post : http://sharepointfordeveloper.blogspot.com/2015/02/sharepoint-search-2013-result-type-with.html
    Regards,
    Basant Pandey
    http://sharepointfordeveloper.blogspot.com

    Update on above mentioned issue.
    I have verified the same at my end. So I come to this conclusion this is product issue. Either need to raise the ticket to Microsoft related to this issue.
    Regards,
    Basant Pandey
    http://sharepointfordeveloper.blogspot.com

  • No search result using managed property from a column of a published infopath form

    Hi,
    I'm trying to use a managed property in the advanced search to retrieve only words from a column of a published InfoPath form. We are using FAST Search and verify that the column are being crawled by checking the crawled property in Central Admin but still
    cannot retrieve search result for the managed property. We also do a full crawl before testing the search. Thank you..

    Hi Rommel,
    When we create a column from a list (not site column), then we need create list item with this column value, then we need to full crawl, then the the crawled propery ows_listColumnName will be generated, then create a managed property to map this
    crawled property(start a full crawl again if needed), then add the custom managed property in advance search web part property, then check again.
    Here is an article about how to add the custom managed proerpty in advanced search web part, you can take a look.
    http://waelmohamed.wordpress.com/2011/05/31/add-custom-search-properties-in-your-advanced-search-sharepoint-2010/
    Thanks
    Daniel Yang
    TechNet Community Support

  • Default Managed Property Refinable String does not Show up results: No values found

    Hi All,
    I've got issues getting a Custom Site column values to show up on a Refinement Panel. Please find the steps I've performed till now:
    Custom List with 2 Site Columns (Designation & Client)
    Have inserted 10 items
    Did a Full Crawl
    Modified OOB Managed property RefinableString00 to Map the OWS_Designation
    Went to the Search page which has the refinement Panel and Search Results WP, on the edit properties Choose refiners tab have selected the RefinableString00 but it is not showing any values even If get that item searched.
    Query text of the Search results webpart has been restricted to a list. (path:"http://Servername/Lists/Listname"  (contentclass:"STS_ListItem") {searchboxquery})
    Also tried reindexing the list and doing a full crawl again.
    This is what I get while trying to add the refiner
    No values found
    We don't have any refiners to show you 
    No issues in loading the data for the Designation column in the Search results webpart using the display template.
    Please help me to sort out this issue.

    Hi,
    I followed the article below to add site column as refiner to my Search center:
    http://blogs.technet.com/b/tothesharepoint/archive/2013/11/11/how-to-add-refiners-to-your-search-results-page-for-sharepoint-2013.aspx
    It worked in my envrionment, I have a ListB with three columns including Title, a lookup column and Designation. And I added three items, there is one as: b1, a1, de1. So the search returns result as below:
    When I edited Refinement web part and add RefinableString00 to it, it returned no value.
    However, when I search for item such as b1, the refiner works.
    If it doesn't work in your situation, I'd recommend you start full crawl after reindexing list. Also, ignore step6 in your post at first to see if refiner works.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Open module for managing property file and environment variables

    Looking for an open module for managing property files and environment variables (like CLASSPATH) set in a shell script. For handeling properties (preserving comments, supporting includes, appending new entries, and more) I have looked at SuperProperties from openadaptor but find certain functionality lacking. As for interfacing with common shell scripts/files containing setting for CLASSPATH, JAVA_HOME, other system/application variables another type of object editor is needed. Maybe JFIG?
    Any ideas are greatly welcomed.

    You seem wright, you hit a brick wall here with Air to find the location
    of the command console on windows...
    So in fact I never build an exe tool, but this little problem was a nice
    case to test it and I tried it.:
    I downloaded monodevelop
    -GTK# for .NET 2.12.10*
    -MonoDevelop 2.4.2*
       from http://monodevelop.com/Download
    created a console project and had an exe in 5 minutes !
    You can download the findconsole tool and the projectfiles here:
       http://greencollective.nl/temp/dump/findconsole_monoproject.zip
    findconsole.exe will reveal the path/location of cmd.exe on a windows system.
    Cheers,
    Latcho

  • Content Search Web Part and Managed Property

    Do I have to have cross-site collection publishing feature turned on for the Content Search Web Part to show a managed property?
    I have a list and a column in that list called Colors. I created a managed property out of the crawled property for Colors column. On a page within the same site-collection, I added a content search web part (displays items from the earlier list) and
    trying to display the managed property for Colors to show up for each of the items. For some reason, Colors value is not being displayed for the items.
    Any ideas?

    Thanks, Peter, appreciated. Here is my problem:
    I created a site column and added it to the list. Added an item that has a value for this site column. System automatically generated a crawled property for the site column and also a managed property. Do I still have to perform step # 5 from above?
    Now when I go into the content search web part and change the query to use this managed property as a refiner, it does not work.
    I will try the debugging as you suggested.
    In the meanwhile, Please let me know if you know of anything wrong I am doing.
    UPDATE: I debugged it using IE Dev. Toolbar and the value for that managed property is being returned as null. What could be going wrong? How can I further troubleshoot this problem?

  • Search Results Web Part, Managed Navigation and Paging

    I am using managed navigation and have a search results web part that uses the Term.IdWithChildren as the query to filter the results by the selected navigation term. This works nicely until you need to us the paging. As soon as you go to the next page there are
    no results.
    It would appear that as soon as the URL has the #k=#s=11 added it looses the navigation term. This is a core part of the Sharepoint solution that I'm delivering and I cannot progress this any further and I'm going round in circles. I have another results
    page that has the search results webpart on but doesn't use the navigation term filtering and the paging works fine.
    As an alternative I was looking at writing my own search results web part, can I do this and render the sharepoint display templates somehow?
    Any help would be appreciated.
    Stuart

    Hi Stuart, 
    i suppose you may need to check your design regarding this custom coding, 
    as i know, when i tried previously, i didn't take any attention on the query result, so that it appear as no result. 
    please have a check this links, it helped me once, 
    http://technet.microsoft.com/en-us/library/gg549981.aspx
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/59e6e258-294d-44b2-996a-547e4e9f519d/customize-search-statistics-and-search-paging-web-parts
    http://kamilmka.wordpress.com/2012/04/14/customize-sharepoint-search-results-paging/http://blogs.msdn.com/b/sanjaynarang/archive/2009/02/20/handling-paging-and-total-results-count-in-sharepoint-custom-results-page.aspx
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • F:selectItems and List Managed Property

    I am trying to use a managed property list-entries to initialize a List that an f:selectItems is bound to.
    <f:selectItems value="#{RowsPerPage.rows}"/>
    Here is the managed bean from faces-config
            <managed-bean>
                <managed-bean-name>RowsPerPage</managed-bean-name>
                <managed-bean-class>com.stlouiscity.jsf.util.RowsPerPage</managed-bean-class>
                <managed-bean-scope>none</managed-bean-scope>
                <managed-property>
                    <property-name>rows</property-name>
                    <property-class>java.util.ArrayList</property-class>
                    <list-entries>
                        <value-class>java.lang.Integer</value-class>
                        <value>1</value>
                        <value>5</value>
                        <value>10</value>
                        <value>25</value>
                        <value>50</value>
                        <value>100</value>           
                    </list-entries>
                </managed-property>
            </managed-bean>Here is the class
        package com.stlouiscity.jsf.util;
        import java.util.List;
        public class RowsPerPage {
            private List rows;
            public RowsPerPage() {
            public List getRows() {
                return rows;
            public void setRows(List rows) {
                this.rows = rows;
        }Here is the stack trace
        ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/BudgetApplicationADF].[jsp]] Servlet.service() for servlet jsp threw exception
        java.lang.ClassCastException: java.lang.Integer
             at oracle.adfinternal.view.faces.renderkit.uix.SelectItemSupport.addSelectItems(SelectItemSupport.java:280)
             at oracle.adfinternal.view.faces.renderkit.uix.SelectItemSupport.getSelectItems(SelectItemSupport.java:81)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.SimpleSelectOneRenderer.encodeAllAsElement(SimpleSelectOneRenderer.java:235)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.FormElementRenderer.encodeAll(FormElementRenderer.java:48)
             at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.delegateRenderer(CoreRenderer.java:271)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.renderFieldCellContents(InputLabelAndMessageRenderer.java:115)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer._renderFieldCell(LabelAndMessageRenderer.java:293)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer.encodeAll(LabelAndMessageRenderer.java:163)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.encodeAll(InputLabelAndMessageRenderer.java:94)
             at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:159)
             at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
             at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:236)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.DesktopTableRenderer.renderControlBar(DesktopTableRenderer.java:601)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.TableRenderer._renderControlBar(TableRenderer.java:582)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.TableRenderer.renderNavigationHeaderBars(TableRenderer.java:530)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.TableRenderer.encodeAll(TableRenderer.java:232)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.DesktopTableRenderer.encodeAll(DesktopTableRenderer.java:79)
             at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:159)
             at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
             at oracle.adf.view.faces.component.UIXCollection.encodeEnd(UIXCollection.java:438)
             at oracle.adfinternal.view.faces.uinode.UIComponentUINode._renderComponent(UIComponentUINode.java:317)
             at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:262)
             at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:239)
             at oracle.adfinternal.view.faces.ui.composite.ContextPoppingUINode$ContextPoppingRenderer.render(ContextPoppingUINode.java:224)
             at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
             at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
             at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
             at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
             at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
             at oracle.adfinternal.view.faces.ui.laf.oracle.desktop.HeaderRenderer.renderContent(HeaderRenderer.java:482)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
             at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
             at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
             at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
             at oracle.adfinternal.view.faces.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(BorderLayoutRenderer.java:42)
             at oracle.adfinternal.view.faces.ui.laf.base.xhtml.BorderLayoutRenderer.renderContent(BorderLayoutRenderer.java:71)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
             at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
             at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
             at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
             at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
             at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:67)
             at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
             at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
             at oracle.adfinternal.view.faces.ui.composite.UINodeRenderer.renderWithNode(UINodeRenderer.java:90)
             at oracle.adfinternal.view.faces.ui.composite.UINodeRenderer.render(UINodeRenderer.java:36)
             at oracle.adfinternal.view.faces.ui.laf.oracle.desktop.PageLayoutRenderer.render(PageLayoutRenderer.java:76)
             at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:177)
             at oracle.adfinternal.view.faces.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:53)
             at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
             at oracle.adfinternal.view.faces.renderkit.RenderUtils.encodeRecursive(RenderUtils.java:54)
             at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:232)
             at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeAllChildren(CoreRenderer.java:255)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:65)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:117)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:147)
             at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:60)
             at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:159)
             at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
             at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:349)
             at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:253)
             at oracle.adf.view.faces.webapp.UIXComponentTag.doEndTag(UIXComponentTag.java:100)
             at org.apache.jsp.AccountList_jsp._jspx_meth_afh_body_0(AccountList_jsp.java:266)
             at org.apache.jsp.AccountList_jsp._jspx_meth_f_view_0(AccountList_jsp.java:165)
             at org.apache.jsp.AccountList_jsp._jspService(AccountList_jsp.java:123)
             at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
             at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
             at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
             at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
             at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
             at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
             at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
             at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
             at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
             at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
             at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
             at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
             at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
             at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
             at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
             at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
             at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
             at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
             at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
             at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
             at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
             at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
             at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
             at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
             at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
             at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
             at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
             at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
             at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
             at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
             at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
             at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
             at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
             at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
             at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
             at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
             at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
             at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
             at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
             at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
             at java.lang.Thread.run(Thread.java:595)
        2006-10-04 08:52:43,656 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/BudgetApplicationADF].[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
        javax.faces.FacesException: java.lang.Integer
             at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:421)
             at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
             at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
             at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
             at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
             at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
             at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
             at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
             at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
             at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
             at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
             at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
             at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
             at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
             at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
             at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
             at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
             at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
             at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
             at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
             at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
             at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
             at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
             at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
             at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
             at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
             at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
             at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
             at java.lang.Thread.run(Thread.java:595)
        Caused by: org.apache.jasper.JasperException: java.lang.Integer
             at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
             at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
             at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
             at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
             at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
             at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
             at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
             at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
             at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
             at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
             at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
             at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
             ... 28 more

    Looks like I and BalusC interpreted your questions differently.
    The way I have implemented this case is to have get and set methods for the selectedProperty in my bean.
    I also have the change propertyChanged method that sets the session attribute whenever the user changes the selection.
           public String getSelectedPropertyType() {
                return this.selectedPropertyType;
           public void setSelectedPropertyType(String selectedPropertyType) {
                this.selectedPropertyType = selectedPropertyType;
                HttpServletRequest request = getHttpRequest();
                request.getSession().setAttribute("selectedPropertyType", selectedPropertyType);
           public void propertyTypeSelectionChanged(ValueChangeEvent event) {
                if (event.getNewValue() == null) return;
                String newValue = (String) event.getNewValue();
                setSelectedPropertyType(newValue);
           }Whenever you need the currently selected property, you would just need to get the #(myBean.selectedProperty).
    If you find a simpler solution than this, please let me know.

  • O365 CSOM (javascript) 'SiteOwners' managed property in Search results

    The requirement is to pull SiteOwners [secondary site collection admins] for each site on Office 365 tenancy, using CSOM (JavaScript).
    The following is the code
    var keywordQuery = new Microsoft.SharePoint.Client.Search.Query.KeywordQuery(context);
    keywordQuery.set_queryText('contentclass:"STS_Site" contentclass:"STS_Web"');
    keywordQuery.set_trimDuplicates(false); //returns sub-sites
    var Managedproperties = ['Title', 'Path', 'SiteDescription', 'ParentLink', 'Rank', 'SiteLogo', 'SiteName', 'Author', 'SiteID', 'WebId', 'SiteOwners', 'AuthorOWSUSER', 'WebTemplate'] //'People','SiteMembers'
    var kwqProperties = keywordQuery.get_selectProperties();
    for (var i = 0; i < Managedproperties.length; i++)
    kwqProperties.add(Managedproperties[i]);
    var searchExecutor = new Microsoft.SharePoint.Client.Search.Query.SearchExecutor(context);
    searchresults = searchExecutor.executeQuery(keywordQuery);
    context.executeQueryAsync(onQuerySuccess, onQueryFail)
    Though "SiteOwners" [secondary site collectin admins] are defined for each site, the value for "SiteOwners" is always empty ("").
    Though calls can be made to individual sites to pull the siteowners, want to avoid multiple calls by making use of Indexed search data.
    Any suggestion/help please.
    Sai

    The SiteOwners managed property has no crawled property mapped to it. There does not appear to be a specific site owners crawled property. I would suggest using the Author managed property. It appears to be the same as the site owner. Some side loaded
    or installed third party apps will have System Account as the author, this would be correct since a timer job deploys the app.
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

Maybe you are looking for

  • IMovie Importing Photos Improperly -- Mixing Thumbnail/Footage

    I have iMovie 9 -- a bit old, I know, but that's what the church has for me to work with. I am trying to create a slideshow using images pulled from a Keynote presentation, but every time I import specific images -- a little over half of what I have

  • Account deactivation and/or deletion

    In an answer to a previous question posted, in regards to open accounts I suggested that Skype should consider giving its users the option to either change their accounts, deactivate their accounts or they themselves automatically deactivate/delete t

  • Is my connection good or bad?

    Ping 39ms Download 6.11mbps and Upload 0.94mbps

  • SQL mirroring for CMS database

    I don't think SQL mirroring for CMS database is supported. anybody has any information onthis?

  • Discoverer Upgradation

    Hi We cloned the PROD(11.5.10.2) instance and we did upgrade to R12.1.3 Now how can i upgrade Discover version in TEST. In PROD Instance the Discoverer Version:Session 4.1.48.08.00 Kindly suggest the upgrade path for discoverer. Thanks in Advance Ase