CRM search, request return nothing

Hi,
When I try to make research in our b2b applications (CRM 5, TREX 7 update26) if I use the character "*" it return all items, but any other character, (join, union) returns nothing for any requests.
I have the following error : "An exception has occurred: Invalid attribute "TEXT_0001" in the filter printout  Invalid attribute "TEXT_0001" in the filter printout.
com.sap.isa.catalog.impl.CatalogBuildFailedException: Invalid"
(SRM0, RFC connections works fine, catalog is well replicated)
The Quick Search Attributes from the WEB-INF/cfg/catalog-site-config.xml was not be modified.
Any Help will be reward.
Regards,
Thomas

This reply is way too late, but might help someone.
There are two options in your case:
1. Attribute "TEXT_0001" is not replicated in TREX catalog
2. "TEXT_0001" is in P-Index, and you are doing search over the S-index (or vice-verse).
There are 2 types of Queries in ISA.
Catalog search which is done over the P-indexes (when you create your Quesry throug the ICatalog object).
Category specific search which is done over the S-indexes (when you get your Query from a ICategory).
Best regards,
Marian

Similar Messages

  • Search request returns status 2

    Hi,
    I am trying to perform a search request on Office365 but I keep getting status 2 back, here is my request:
    <Search xmlns="Search" xmlns:AirSync="AirSync:">
    <Store>
    <Name>mailbox</Name>
    <Query>
    <And>
    <AirSync:Class>email</AirSync:Class>
    <AirSync:CollectionId>0</AirSync:CollectionId>
    <FreeText>waseem</FreeText>
    </And>
    </Query>
    <Options>
    <DeepTraversal/>
    </Options>
    </Store>
    </Search>
    The response I get looks like:
    <?xml version="1.0"?>
    <!DOCTYPE ActiveSync PUBLIC "-//MICROSOFT//DTD ActiveSync//EN" "http://www.microsoft.com/">
    <Search xmlns="Search:">
    <Status>1</Status>
    <Response>
    <Store>
    <Status>2</Status>
    </Store>
    </Response>
    </Search>
    I also tried the exact same XML request payload as mentioned in the protocol documentation, but keep getting the same response. Has anyone gotten this to work successfully?
    Thanks
    Waseem

    Hi Kamil,
    Thank you very much for your reply. I did actually test earlier with all these changes as well, for completeness sake I just tried with this request payload:
    <!DOCTYPE ActiveSync PUBLIC "-//MICROSOFT//DTD ActiveSync//EN" "http://www.microsoft.com/">
    <Search xmlns="Search" xmlns:AirSync="AirSync">
    <Store>
    <Name>Mailbox</Name>
    <Query>
    <And>
    <AirSync:Class>Email</AirSync:Class>
    <AirSync:CollectionId>7</AirSync:CollectionId>
    <FreeText>waseem</FreeText>
    </And>
    </Query>
    <Options>
    <DeepTraversal/>
    </Options>
    </Store>
    </Search>
    Here is the response I get on Exchange Online (Office365):
    <?xml version="1.0"?>
    <!DOCTYPE ActiveSync PUBLIC "-//MICROSOFT//DTD ActiveSync//EN" "http://www.microsoft.com/">
    <Search xmlns="Search:">
    <Status>1</Status>
    <Response>
    <Store>
    <Status>2</Status>
    </Store>
    </Response>
    </Search>
    Thanks!
    Waseem

  • CRM central search iview show nothing, how to config?

    Hi guys,
    We've load the CRM business package 5.0 to our portal, and we want to use the "central search" iview in the business package. The iview is contained in the "Today" page under "CRM User" role, when we open the page in portal, the central search area shows nothing. What's the problem, how to config it, thank you!
    Best Regards,
    Xiaoming Yang

    Hi Michael:
    Thank you for your reply. I know we need the function group authorization, so I've assigned the SAP_ALL and SAP_new to the user in CRM. But the problem remains.
    I'm not sure what you meant by rights to access the portal component, as I've already assign the role contains the page contains which the central search iview to the user, I think the user now have the rights to access the iview. Do we need any further check on this?
    Thanks you very much!
    Xiaoming Yang

  • Finder searches return nothing

    when i search for a file under spotlight, results appear, but when I click "show all in finder", nothing appears in the finder. similarly, searches in the finder directly return nothing. thoughts?

    Certain things are not included in "All my Files", I think some of these things include apps, internet history, etc. I would suggest you just use spotlight, it includes more.

  • Search query returning ALL records

    DW CS3 - MS Access - ASP/VBScript
    I have a search form for records to display on the same page with keywords highlighted.  The search is returning ALL records and highlighting keywords throughout rather than returning specific records with the searched word.  What am I missing?  I'm sure it's something terribly simple.....
              <input name="search" type="text" id="search" value="<%= Request.QueryString("search") %>" />
              SELECT item, item, item, item
              FROM tbl_name
              WHERE item OR item OR item LIKE %MMColParam%
              ORDER BY sql_orderby, Date DESC
              Name: MMColParam
              Type: Text
              Value: Request.Querystring("search")
              Default Value: %

    I was using the word "item" as an example for multiple columns without actually naming them - they are not the same.  I should've used this example:
    SELECT shoes, socks, hats, gloves
    FROM tbl_apparel
    WHERE shoes OR socks OR hats LIKE %MMColParam%
    ORDER BY sql_orderby, Date DESC
    In the past, I had four duplicate query parameters for four columns which worked fine.  But since I only have one search term, I thought I could eliminate three of the duplicate parameters and use just one with the OR statement.
    In the past, you questioned me on this.  You stated, "You only have one search term and so all of the parameters have the same value, but DW still wants to creates 4 parameters. If you were coding this by hand you wouldn't do it that way, but DW's one-size-fits-all code generates four seperate parms. It's nothing to worry about."

  • Web Services deployment error "Server returned nothing (no headers, no data)" and more

    I'm developing a large-scale VI with an associated web service VI in 2010 SP1. The "auxiliary VI" is responsible for data capture and analysis as well as communications and data storage. It is fairly large and communicates with the web method VI via network-shared variables [and I'm using the DSC module to allow event handling on the shared variables].
    I can build and deploy the web method VI just fine and it runs great. However, I need to communicate between the auxiliary and web method VI's, and it looks like I can't do that without including the auxiliary vi in the RESTful web service build [by the way, is there any way to do this with web service builds?]. When I added the auxiliary vi to the build, it built fine, but then during the deployment I got:
    "Server returned nothing (no headers, no data)"
    The next time I tried to deploy, I got a spurious NI Auth dialog per this KnowledgeBase article. Following the instructions for case 1 ["Application Web Server failure since last start"], I ran Services.msc and found that NI Application Web Service was indeed not running. I tried to restart the service but got this error:
    "The NI Application Web Server service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service."
    The KnowledgeBase article suggests restarting at this point and I did, but I still see the same behavior. So I really have a few questions:
    1. Is there any way to deploy a network-shared variable library across a deployed web service and local VI?
    2. What causes "Server returned nothing (no headers, no data)" upon deployment? A google search returned very little.
    3. What does this mean: "The NI Application Web Server service on Local Computer
    started and then stopped..." and what do I need to do to get my Application Web Server back up?
    [to heap on the pile... I tried to re-enable the Application Web Server from localhost:3580 and got an error. Then localhost:3580 went off-line also.]
    thanks!
    Solved!
    Go to Solution.

    Update.
    I noticed that the Application Web Server was trying to deploy the broken web service and was choking on it. There seemed to be no way to erase the .lvws originally created by the build. I could delete the deployment folder at $(WebServicesRoot)\UserServices\deployed\<Service Name>-<Globally Unique Identifier (GUID)> but it was recreated from the .lvws every time I attempted to restart the service.
    So I called NI and they pointed me to this directory [in XP]:
    C:\Documents and Settings\LocalService\My Documents\LabVIEW Data\WebServices\Standalone
    The .lvws was in this folder. I deleted it and now I can run the ApplicationWebService. Apparently this undocumented hidden file is a "not-quite-bug" that is recognized as needing a fix in upcoming releases.

  • Putting variable in regexp_substr pattern returns nothing

    I'm trying to create a function to simply extract positioned text from a string, ie I want the text in position two from string X with a pattern of ' - '. I want to create a function so it is simpler for the developers but regexp_substr doesn't seem to like it.
    So I want a function like below to be executed, select text_extractor('ABC - DEF - HIJ',' - ',2) from dual; which would return DEF;
    But regexp_substr doesn't like matching on ' - '. If I tell it to give me position 2, I get '-', and if I tell it position 3, I get DEF. It seems to work fine if the '-' is substritued with a ':'
    ie
    select regexp_substr('ABC - DEF - HIJ','[^ - ]+',1,2) from dual;
    results
    select regexp_substr('ABC - DEF - HIJ','[^ - ]+',1,3) from dual;
    results
    DEF
    select regexp_substr('ABC : DEF : HIJ','[^ : ]+',1,2) from dual;
    results
    DEF
    I would further like to make a function to wrap it in but it didn't work at all.
    The following examples return nothing.
    create or replace function text_extractor (p_text varchar2, p_delimiter varchar2, p_position number)
    return varchar2
    is
    begin
    return (regexp_substr(p_text,'^p_delimiter]+', 1,p_position));
    end;
    I've also tried
    create or replace function text_extractor (p_text varchar2, p_delimiter varchar2, p_position number)
    return varchar2
    is
    v_search_expression varchar2(2000);
    begin
    v_search_expression := '''[^'||p_delimiter||']+''';
    return (regexp_substr(p_text,v_search_expression),1,p_position);
    end;
    But I get nothing. Any ideas?

    When you do this:
    select regexp_substr('ABC - DEF - HIJ','[^ - ]+',1,2) from dual;
    results
    -Your search string is a set of characters, so you are saying anything that is NOT a space or dash (or space again, but that's redundant). So the first match is ABC, the second match is "-" as that's the second non-space match, so that's why you get that. Probably what you want is to ignore the spaces and use the "-" as your delimiter, then just trim the spaces off after...
    SQL> ed
    Wrote file afiedt.buf
      1* select trim(regexp_substr('ABC - DEF - HIJ','[^-]+',1,2)) from dual
    SQL> /
    TRI
    DEF
    SQL>

  • ProductTextSearch return nothing

    ProductTextSearch doesn't return anything, below are the configuration i did
    <dsp:importbean bean="/atg/commerce/catalog/ProductTextSearch"/>
    <dsp:input id="search-q" bean="ProductTextSearch.searchInput" type="text" placeholder="I'm looking for..." class="se-input"/>
    <dsp:input bean="ProductTextSearch.search" type="hidden" value="Search"/>
    <dsp:input type="submit" bean="ProductTextSearch.search" class="btn btn-sml btn-alt" name="search-q" value="Go"/>
    i executed the generated query on the database and it returns nothing
    SELECT DISTINCT t1.product_id,t1.product_type
       FROM dcs_product t1, dcs_prd_catalogs t2, dcs_product_sites t3
      WHERE t2.product_id=t1.product_id
        AND t3.product_id=t1.product_id
        AND (((CONTAINS(t1.description,'desire',0) > 1
        OR CONTAINS(t1.display_name,'desire',1) > 1)
        AND t2.catalog_id = 'catalog10003')
        AND t3.site_id = 'mySiteId')

    Hi Amr,
    Have you configure the catalog to properly handle full text searching as mentioned in below link-
    http://docs.oracle.com/cd/E24152_01/Platform.10-1/ATGCommProgGuide/html/s0204configuringacatalogfororaclefull01.html
    For debugging enable the loggingDebug of that component and see if there is any error in log.
    Try with above configuration and let us know if problem is solved or not.
    Regards,
    Prateek Gupta

  • The search request was unable to connect to the Search Service

    I have upgraded from WSS 3.0 to SharePoint Foundation 2010. So far everything appears to be OK apart from my search.
    When I attempt a search I get the following:
    The search request was unable to connect to the Search Service.
    I checked the Manage Database Update Status in Central Admin and noticed the following(an upgrade is required):
    Also, I checked Manage Services on Server and noticed that the only search related service is 'SharePoint Foundation Help Search'.
    If I go into Manage Service Applications and click new there is no option to add a search service.
    Finally I tried PSConfig:
    PS C:\Users\administrator.ACHESON> PSConfig.exe -cmd upgrade -inplace b2b -force
    -cmd applicationcontent -install -cmd installfeatures
    SharePoint Products Configuration Wizard version 14.0.6009.1000. Copyright (C) M
    icrosoft Corporation 2010. All rights reserved.
    Performing configuration task 1 of 6
    Initializing SharePoint Products upgrade...
    Waiting to get a lock to upgrade the farm.
    Successfully initialized SharePoint Products upgrade.
    Performing configuration task 2 of 6
    Initiating the upgrade sequence...
    Successfully initiated the upgrade sequence.
    Performing configuration task 3 of 6
    Registering SharePoint features...
    Feature installation has determined that there are no new features that require
    installation.
    Successfully registered SharePoint features.
    Performing configuration task 4 of 6
    Installing the application content files...
    Installing the SharePoint Central Administration Web Application content files..
    Installing the SharePoint Web Application content files...
    Successfully installed the application content files.
    Performing configuration task 5 of 6
    Upgrading SharePoint Products...
    10.00%Failed to upgrade SharePoint Products.
    An exception of type Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfig
    urationTaskException was thrown. Additional exception information: The upgrade
    command is invalid or a failure has been encountered.
    Failed to upgrade SharePoint Products.
    Total number of configuration settings run: 5
    Total number of successful configuration settings: 4
    Total number of unsuccessful configuration settings: 1
    Successfully stopped the configuration of SharePoint Products.
    Configuration of SharePoint Products failed. Configuration must be performed be
    fore you use SharePoint Products. For further details, see the diagnostic log l
    ocated at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\1
    4\LOGS\PSCDiagnostics_10_9_2013_12_47_54_528_1859316720.log and the application
    event log.
    This is the warnings and errors that the log contained:
    10/09/2013 12:48:16 10 WRN Found registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS\ComponentsToRegister, but the SubKeyCount is zero
    10/09/2013 12:48:24 10 WRN Failed to add the service connection point for this farm
    10/09/2013 12:48:24 10 WRN Unable to create a Service Connection Point in the current Active Directory domain. Verify that the SharePoint container exists in the current domain and that you have rights to write to it.
    Microsoft.SharePoint.SPException: The object LDAP://CN=Microsoft SharePoint Products,CN=System,DC=acheson-glover,DC=com doesn't exist in the directory.
    at Microsoft.SharePoint.Administration.SPServiceConnectionPoint.Ensure(String serviceBindingInformation)
    at Microsoft.SharePoint.PostSetupConfiguration.UpgradeTask.Run()
    10/09/2013 12:48:40 10 ERR The exclusive inplace upgrader timer job failed.
    10/09/2013 12:48:40 10 ERR Task upgrade has failed with a PostSetupConfigurationTaskException An exception of type Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: The upgrade command is invalid or a failure has been encountered.
    Failed to upgrade SharePoint Products.
    10/09/2013 12:48:40 10 ERR An exception of type Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: The upgrade command is invalid or a failure has been encountered.
    Failed to upgrade SharePoint Products.
    Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException: Exception of type 'Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException' was thrown.
    at Microsoft.SharePoint.PostSetupConfiguration.UpgradeTask.Run()
    at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    10/09/2013 12:48:40 10 ERR Task upgrade has failed
    10/09/2013 12:48:40 1 ERR Task upgrade SharePoint Products failed, so stopping execution of the engine
    10/09/2013 12:48:40 1 ERR Failed to upgrade SharePoint Products.
    An exception of type Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: The upgrade command is invalid or a failure has been encountered.
    Failed to upgrade SharePoint Products.
    Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException: Exception of type 'Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException' was thrown.
    at Microsoft.SharePoint.PostSetupConfiguration.UpgradeTask.Run()
    at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    10/09/2013 12:48:41 1 ERR One or more configuration tasks has failed or some tasks were not run
    10/09/2013 12:48:41 1 ERR One or more configuration tasks has failed to execute
    10/09/2013 12:48:41 1 ERR Configuration of SharePoint Products failed. Configuration must be performed in order for this product to operate properly. To diagnose the problem, review the extended error information located at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS\PSCDiagnostics_10_9_2013_12_47_54_528_1859316720.log, fix the problem, and run this configuration wizard again.
    10/09/2013 12:48:41 1 ERR Post setup configuration was not run successfully when using the command line task driver module
    How do I resolve this?
    Cheers
    Paul

    Hi,
    SharePoint Foundation the search service should be installed by default.  It's not the same as with 2010 Standard or Enterprise where you can create a "Service Application" for it.
    Follow this article to configure SharePoint Foundation Search:
    http://plexhosted.blogspot.com/2011/11/how-to-configure-sharepoint-foundation.html
    Meanwhile, here is a thread which discusses the similar question:
    Configuration of SharePoint Foundation 2010 Search
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/af57728f-ae20-477b-8c67-2b594a1a72de/configuration-of-sharepoint-foundation-2010-search?forum=sharepointadminprevious
    Thanks.
    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.

  • 2 people sent e-mails to me today and I did not receive them. They both were replies to my e-mail (both different).  I am running 10.7.5.  I searched everywhere and nothing.  Not on iCloud either.

    2 people sent e-mails to me today and I did not receive them. They both were replies to my e-mail (both different).  I am running 10.7.5.  I searched everywhere and nothing.  Not on iCloud either.  This happened a few years ago and never noticed it again.  I received emails before and after the 2 that never showed up so can't figure out why I didn't get them!  Does Apple automatically delete some emails based on text?  These were nothing crazy.  One was about decorating cookies for a party and which colors to use!  HELP!  Now I am worried I am missing important emails!

    Greetings Val Val,
    Welcome to the Apple Support Communities!
    I understand that you are not receiving some email from an account that you have set up on your Mac. To begin the troubleshooting process, I would recommend reading over and working through the attached article.
    OS X Mail: Troubleshooting sending and receiving email messages - Apple Support
    Have a great day,
    Joe

  • Strange error in requests returning huge data

    Hi
    Whenever a request returns huge data, we get the following error, which is annoying because there is no online source or documentation about this error:
    Odbc driver returned an error (SQLFetchScroll).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46073] Operation 'stat()' on file '/orabi/OracleBIData/tmp/nQS_3898_715_34357490.TMP' failed with error: (75) ¾§ . (HY000)
    Any idea what might be wrong?
    Thanks

    The TMP folder is also "working" directory for the cache management (not exclusively). OBIEE tries to check if the report can be run against a cache entry using the info in this file.
    Check if MAX_ROWS_PER_CACHE_ENTRY , MAX_ROWS_PER_CACHE_ENTRY and MAX_CACHE_ENTRY_SIZE are set correctly.
    Regards
    John
    http://obiee101.blogspot.com

  • Search request issue in GRC AC10.0

    Hello Experts,
    When we want to check the status of the request logged by others by using the below option we are not getting any results
    GRC 10.0 with SP14.
    My Home ->My Profile -> Request Status then click on the Change Query. In the Change query screen enter the request number created by others and click on Preview.
    This is not authorization issue. We tested with user having SAP_ALL authorization.
    Does anyone has any idea?
    Thanks in advance
    Hari

    Hi Hari,
    When we talk about page My Home  / My Profile, this shows the information which is related to me/us only. If end user logon using this page/link, he/she can see his/her own data.
    Change Query is to filter the existing data which comes at the time of loading/refreshing the window. This should not show data out of scope.
    So request status using my home page would not be able to show data for other users.
    Search Request link is the only way to check others request data.
    Thanks & Regards
    Neeraj

  • Search response returning 100 items for all searches

    Hi,
    In ATG 10 Search, I see wierd behavior while displaying the value of FacetSearchTools.searchResponse.
    Case #1 : total no. of products < 100 , responseCount = correct value AND all products displayed by paginating
    Case #2 : total no. of products > 100 , responseCount = 100 AND only 100 products listed in the pagination
    In the below XML total items is 617 but responseCount=100.(Sending the part of XML due to limited characters)
    Any guess on this issue?
    Thanks in advance!
    Mani
    <answer printer="Java" contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" id="0004670052" time="1340746281659" sorting="property" sortProp="string:$repositoryId:1" docSetSort="none" mode="and" strategy="normal" refineMax="50" refineMin="0" refineMinVal="2" refineTop="500" refineDebug="true" autospell="true" highlight="false" minScore="0" pageNum="0" pageSize="15" maxRelatedSets="0" docSort="relevance" docSortOrder="descending" docSortCase="true" docSortPropVal="first" responseCount="100" groupCount="100" docCand="738" docMax="754" docMin="754" ansCand="4737" ansMax="5203" ansMin="5203" ansPool="500"> <question>maps</question> <userquestion>maps</userquestion> <info>unknown rank config: cfg7004|</info> <documentSets> <and> <or name="base"> <and> <strprop name="catalogs.$repositoryId" op="equal" case="true">masterCatalog</strprop> <strprop name="catalogs.$repositoryId" op="equal" case="true">masterCatalog</strprop> </and> </or> <or name="refinement"> <numprop name="isSearchable" op="equal">1.0</numprop> </or> </and> </documentSets> <spelling> <term text="maps" offset="1" length="4"></term> </spelling> <parserOptions> <language>english</language> <propertyMapping>price,childSKUs.price@salePrices,childSKUs.price@listPrices</propertyMapping> </parserOptions> <response contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" score="995.0" id="0" answerGroup="1" type="ANCESTORCATEGORIES.DISPLAYNAME" field="17" sortprop="1020300"> <text score="99.49" name="ANCESTORCATEGORIES.DISPLAYNAME" goto="466">Maps</text> <document contextID="352:466.470" contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" goto="466" hdoc="352" size="0" docset="/Solutions"> <_url>atgrep:/CustomProductCatalog/product/1020300?catalog=masterCatalog&amp;locale=en_US</_url> <timestamp>0</timestamp> <properties> <meta name="$itemDescriptor.itemDescriptorName" content="product"></meta> <meta name="$repository.repositoryName" content="CustomProductCatalog"></meta> <meta name="$repositoryId" content="1020300"></meta> </properties> </document> </response> <response contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" score="995.0" id="1" answerGroup="2" type="ANCESTORCATEGORIES.DISPLAYNAME" field="18" sortprop="315"> <text score="99.49" name="ANCESTORCATEGORIES.DISPLAYNAME" goto="609">Maps</text> <document contextID="1377:609.613" contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" goto="609" hdoc="1377" size="0" docset="/Solutions"> <_url>atgrep:/CustomProductCatalog/product/315?catalog=masterCatalog&amp;locale=en_US</_url> <timestamp>0</timestamp> <properties> <meta name="$itemDescriptor.itemDescriptorName" content="product"></meta> <meta name="$repository.repositoryName" content="CustomProductCatalog"></meta> <meta name="$repositoryId" content="315"></meta> </properties> </document> </response> <response contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" score="995.0" id="2" answerGroup="3" type="ANCESTORCATEGORIES.DISPLAYNAME" field="19" sortprop="810"> <text score="99.48" name="ANCESTORCATEGORIES.DISPLAYNAME" goto="631">Maps</text> <document contextID="2709:631.635" contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" goto="631" hdoc="2709" size="0" docset="/Solutions"> <_url>atgrep:/CustomProductCatalog/product/810?catalog=masterCatalog&amp;locale=en_US</_url> <timestamp>0</timestamp> <properties> <meta name="$itemDescriptor.itemDescriptorName" content="product"></meta> <meta name="$repository.repositoryName" content="CustomProductCatalog"></meta> <meta name="$repositoryId" content="810"></meta> </properties> </document> </response> <response contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" score="995.0" id="3" answerGroup="4" type="ANCESTORCATEGORIES.DISPLAYNAME" field="20" sortprop="1023051"> <text score="99.48" name="ANCESTORCATEGORIES.DISPLAYNAME" goto="578">Maps</text> <document contextID="2735:578.582" contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" goto="578" hdoc="2735" size="0" docset="/Solutions"> <_url>atgrep:/CustomProductCatalog/product/1023051?catalog=masterCatalog&amp;locale=en_US</_url> <timestamp>0</timestamp> <properties> <meta name="$itemDescriptor.itemDescriptorName" content="product"></meta> <meta name="$repository.repositoryName" content="CustomProductCatalog"></meta> <meta name="$repositoryId" content="1023051"></meta> </properties> </document> </response> <response contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" score="995.0" id="4" answerGroup="5" type="ANCESTORCATEGORIES.DISPLAYNAME" field="21" sortprop="1020339"> <text score="99.48" name="ANCESTORCATEGORIES.DISPLAYNAME" goto="674">Maps</text> <document contextID="506:674.678" contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" goto="674" hdoc="506" size="0" docset="/Solutions"> <_url>atgrep:/CustomProductCatalog/product/1020339?catalog=masterCatalog&amp;locale=en_US</_url> <timestamp>0</timestamp> <properties> <meta name="$itemDescriptor.itemDescriptorName" content="product"></meta> <meta name="$repository.repositoryName" content="CustomProductCatalog"></meta> <meta name="$repositoryId" content="1020339"></meta> </properties> </document> </response> <response contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" score="995.0" id="5" answerGroup="6" type="ANCESTORCATEGORIES.DISPLAYNAME" field="21" sortprop="1074529"> <text score="99.47" name="ANCESTORCATEGORIES.DISPLAYNAME" goto="680">Maps</text> <document contextID="1198:680.684" contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" goto="680" hdoc="1198" size="0" docset="/Solutions"> <_url>atgrep:/CustomProductCatalog/product/1074529?catalog=masterCatalog&amp;locale=en_US</_url> <timestamp>0</timestamp> <properties> <meta name="$itemDescriptor.itemDescriptorName" content="product"></meta> <meta name="$repository.repositoryName" content="CustomProductCatalog"></meta> <meta name="$repositoryId" content="1074529"></meta> </properties> </document> </response> <response contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" score="995.0" id="6" answerGroup="7" type="ANCESTORCATEGORIES.DISPLAYNAME" field="17" sortprop="1072016"> <text score="99.47" name="ANCESTORCATEGORIES.DISPLAYNAME" goto="455">Maps</text> <document contextID="2737:455.459" contentID="ec58cd16-eb6c-44a1-8e93-cf4c3ba5a4e8" goto="455" hdoc="2737" size="0" docset="/Solutions"> <_url>atgrep:/CustomProductCatalog/product/1072016?catalog=masterCatalog&amp;locale=en_US</_url> <timestamp>0</timestamp> <properties> <meta name="$itemDescriptor.itemDescriptorName" content="product"></meta> <meta name="$repository.repositoryName" content="CustomProductCatalog"></meta> <meta name="$repositoryId" content="1072016"></meta> </properties> </document> </response>
    .

    The search server returns the results in the form of groups. You can notice the groupCount value in the xml is set to 100. The value of the groupCount is determined by setting the responseNumberSettings property in the QueryRequest component.
    responseNumberSettings=\
    prop=100,\
    perProp=1,\
    doc=100,\
    perDoc=1
    You can notice here that the value of the doc property is set to 100. It indicates maximum number of document result groups to return. I believe this is the reason why you are only seeing 100 results though the total number of products are more. You can tweak this property in the QueryRequest component and try.
    <ATGDir>\DCS\Search\Query\config\config\atg\commerce\search\catalog\QueryRequest.properties.

  • Copy of Business Transaction (CRM Service Request)

    Hi Forum,
    I created a transaction that uses the CRM Service Request as leading Transaction Category. I configured the IMG step "Copying Control for Business Transacation" in order to copy the transaction as a follow-up.
    The problem is that the transaction does not appear in the list when we choose the link  "create follow-up".
    Any idea ?
    Thanks a lot !!!

    1. Activate Copying Control of Activities
    CRM - Transactions - Settings for Activities - Activate Copying Control of Activities
    This will cause that only transactions defined in your Business Transaction Profile (which is assigned to your Business Role and defined in CRM - Interaction Center Webclient - Business Transaction - Define Business Transaction Profiles) are visible in dropdown list.
    2. Define Copying Control of Transaction Types
    CRM - Transactions - Basic Settings - Copying Control of Transaction Types - Define Copying Control of Transaction Types
    Here select Source Transaction and choose Target Transaction.
    Always follow CRM Best Practices documentation as all of the customizing steps are described there...
    Link - http://help.sap.com/bp_crmv12007/CRM_DE/HTML/index.htm

  • How to limit the number of search results returned by oracle text

    Hello All,
    I am running an oracle text search which returned the following error to my java program.
    ORA-20000: Oracle Text error:
    DRG-51030: wildcard query expansion resulted in too many terms
    #### ORA-29902: Fehler bei der Ausführung von Routine ODCIIndexStart()
    ORA-20000: Oracle Text error:
    DRG-51030: wildcard query expansion resulted in too many terms
    java.sql.SQLException: ORA-29902: Fehler bei der Ausführung von Routine ODCIIndexStart()
    ORA-20000: Oracle Text error:
    DRG-51030: wildcard query expansion resulted in too many terms
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169)
    When i looked up the net, one suggestion that was given is to narrow the wildcard query, which i cannot in my search page. Hence I am left with the only alternative of limiting the number of results returned by oracle text search query.
    Please let me know how to limit the number of search results returned by oracle text so that this error can be avoided.
    Thanks in advance
    krk

    Hi,
    If not set explicitly, the default value for WILDCARD_MAXTERMS is 5000. This is set as a wordlist preference. This means that if your wildcard query matches more than 5000 terms the message is returned. Exceeding that would give the user a lot to sift through.
    My suggestion: trap the error and return a meaningful message to the user indicating that the search needs to be refined. Although it is possible to increase the number of terms before hitting maxterms (increase wildcard_maxterms preference value for your wordlist), 5000 records is generally too much for a user to deal with anyway. The search is not a good one since it is not restricting rows adequately. If it happens frequently, get the query log and see the terms that are being searched that generate this message. It may be necessary to add one or more words to a stoplist if they are too generic.
    Example: The word mortgage might be a great search term for a local business directory. It might be a terrible search term for a national directory of mortgage lenders though (since 99% of them have the term in their name). In the case of the national directory, that term would be a candidate for inclusion in the stoplist.
    Also remember that full terms do not need a wildcard. Search for "car %" is not necessary and will give you the error you mentioned. A search for "car" will yield the results you need even if it is only part of a bigger sentence because everything is based on the token. You may already know all of this, but without an example query I figured I'd mention it to be sure.
    As for limiting the results - the best way to do that is to allow the user to limit the results through their query. This will ensure accurate and more meaningful results for them.
    -Ron

Maybe you are looking for