ATG search constraints

Hi All,
We have a requirement to add some additional condition to my search Constraint.
Currently we have following Store Constraints configured –
constraints+=/search/constraints/PublishingSkuStartDateConstraints,/search/constraints/PublishingSkuEndDateConstraints,/search/constraints/PriceConstraint,/search/constraints/InventoryConstraint
The InventoryConstraint basically checks the inventory status of each product and if there is no stock then it doesn’t consider that product for Indexing. Now we have a specific product which we want to include in Indexing even if this product doesn’t have any stock .
Is there any way to include this rule in my Constraints properties file ? Or is there any way to achieve this via Search Admin console in BCC, kindly suggest.
Thanks,

To my knowledge, i dont think you require the constraint mappings through property files for your scenario
constraints+=/search/constraints/PublishingSkuStartDateConstraints,/search/constraints/PublishingSkuEndDateConstraints,/search/constraints/PriceConstraint,/search/constraints/InventoryConstraint
These constraints can be put in the BCC through exclusion rules.
The publishing start date and end date, i believe is the start dates and end dates for products.
So here is what you should try.
Create a new Administer Commerce Search Project under Merchandising
Make sure "Search Configuration Tree" is selected in dropdown
In there create new Search Configuration
Then goto Result Exclusion tab, and create a rule like following
"For all searches do not return products whose Start date is after today"
For inventory you can put a rule like
"For all searches do not return products whose Stock Availability Status is Out of Stock"
You ll have to play with these options to suffice your requirement.
And make sure once you have deployed your project, you do a full indexing.
Hope this helps
Thanks

Similar Messages

  • Restrict expired skus in ATG Search

    Hi
    we have implemented product based search in our project and we are doing sort by price filtering.
    But the results are not coming proper as the products are including expired skus. some expired skus have less price and that is making product to appear in top results when we do the filtering.
    Is there a way to exclude skus whose end date has passed?
    P.S we dont want to change the existing search functionality to sku based search.
    Any ideas would help.

    You can restrict the expired sku's not to show up in the search results by mentioning the date constraints in the QueryRequest. You can set the constraints for the search query request by adding property constraint for the startDate property of the product
    In the QueryRequest.properties set the documentSetConstraints
    QueryRequest.properties
    documentSetContraints=/atg/commerce/search/SkuConstraints
    and in the SkuConstraints.properties
    $class=atg.search.routing.command.search.ConstraintsGroup
    $scope=request
    # include all the constraints that need to part of search Query
    constraints=Constraint1, SkuStartDateConstraints, Constraint2, Constraint3
    operation=and
    SkuStartDateConstraints.properties
    $class=atg.search.routing.command.search.PropConstraint
    $scope=request
    # Restrict the search to products with start date is less than or equal to the current date
    type=integer
    propertyName=startDate
    operation=lesseq
    value^=/atg/dynamo/service/CurrentDate.epochTime
    Since in the above constraint we are comparing the time in seconds, extend the CurrentDate class to convert the time into seconds
    * Returns the Epoch/current time value in String format. The time value is divided by 1000 in
    * order to get the Epoch (seconds) time value, which is compatible with Search's date format.
    * @return the time value in String format
    public String getEpochTime() {
    return String.valueOf((CurrentDate.getTime()/1000));
    you can have custom class to define additional constraints that you want to set to the docSetConstraints.
    HTH
    Thanks
    Rajesh Akavaram

  • ATG search 2007 and case in-sensitive search sorting

    Any one please tell me , how can we do the case in-sensitive sorting in ATG search 2007 ?
    please find below my current sort properties to search engine for the alphabetical sorting of the products/skus :
    docSortProp="displayName" docSortOrder="ascending" sorting="document" setSort="none" docSetSort="fulltree" sortProp="" docSortPred="numprop:descending:childSKUs.skuFeature:1|numprop:ascending:minPrice|strprop:descending:null:z|strprop:ascending:displayName:z" docSort="strprop"

    Hi Sony,
    There is no way in 2007.x. It was added in 9.x. See http://docs.oracle.com/cd/E26180_01/Search.94/ATGSearchQueryRef/html/s0513docsort02.html .
    Thanks.
    Nick Glover
    Oracle Support for ATG Products

  • ATG Search vs Endeca Search

    Why ATG is integrating with Endeca Search in ATG10.1.1?
    Is there any issues with ATG Search? Why cant we use ATG Search itself for indexing and Search in Commerce applications.
    Any specific advantages of Endeca Search over ATG Search. Please share your experience.
    Regards,
    MBS

    You can get complete understanding of the Endeca and its integration benefits with ATG ecommerce in the below presentation
    http://www.oracle.com/us/corporate/acquisitions/endeca/general-presentation-517133.pdf
    HTH
    Thanks,
    Rajesh Akavaram

  • ATG search result sorting logics

    I would like to get the list of all sorting options in atg search results and the priority and order of each logic applied in the search result. Any one please help me ?
    I am listing below the sort options known to me
    1. The default sort order --> sort by relevance
    2. The secondary sort order specified using docSort, docSortOrder , sortProp and docSortPred parameters
    3. Search result rule positioning @ ATG Merchandising ( BCC )
    4. Search property prioritization @ ATG Merchandising ( BCC )

    i think this helps you
    docSort
    ATG Search returns a list of result groups in its query response. Normally, the result groups are sorted in
    relevance order, but you may want to allow users to sort the final results by some secondary criteria, such
    as date. This secondary sort does not affect what results are in the result groups, just the order of the
    returned groups. Secondary sorting is performed before paging, and is controlled by the following
    attributes:
    <query docSort="mode" docSortOrder="order" docSortProp="prop"
    dcSortPropDefault="def" docSortPropVal="val" docSortPred="predicate"
    docSortCase="bool"
    The mode value specifies how the index items will be sorted, and can be one of the following:
    relevance —The default value, return items in relevance order, assuming the item set
    is a category

  • Boolean Search Constraint in new Java API doesn't work for value of false

    I'm developing an application that interfaces with MDM via the new Java API.  We're on MDM version 5.5 SP 4 and have the latest patches installed.  I can do searches fine on the repository, but have run into one problem with the Boolean Search Constraint.  I have a set of records in the main table that have several boolean fields.  I've discovered that when searching these records using a Boolean Search Constraint on any of the fields, I'm always receiving records that match the boolean value of true.  This is even when I specify the Boolean Search Constraint value as false.  Is anybody else seeing this problem?

    It's a bug in MDM 5.5 SP04.  The fix is in MDM 5.5 SP05.

  • ATG Search Indexing Issue

    I am getting error on Preparing content during Indexing. Suggest some points guys
    2013-06-06 06:31:39,328 ERROR [nucleusNamespace.atg.searchadmin.core.IndexLoader] (Thread-225) Error occurred in step pre_index_customization_step for sync task 26700020 of type complete. Error:
    atg.searchadmin.core.IndexLoaderException: Exception while processing customization item LocalLanguageItem [id,English][displayName,English]: Error generating or processing language load command
    atg.searchadmin.core.IndexLoaderException: Exception while processing customization item LocalLanguageItem [id,English][displayName,English]: Error generating or processing language load command
    at atg.searchadmin.core.IndexLoader.executeCustomizationList(IndexLoader.java:1010)
    at atg.searchadmin.core.IndexLoader.executeCustomizationType(IndexLoader.java:928)
    at atg.searchadmin.core.IndexLoader.executeCustomizationType(IndexLoader.java:878)
    at atg.searchadmin.core.IndexLoader.executeCustomizations(IndexLoader.java:815)
    at atg.searchadmin.core.IndexLoader.prepareIndexLoadCustomizations(IndexLoader.java:759)
    at atg.searchadmin.core.IndexLoader.prepareIndex(IndexLoader.java:692)
    at atg.searchadmin.core.IndexLoader.executeSession(IndexLoader.java:1991)
    at atg.searchadmin.core.IndexLoader$IndexingThread.run(IndexLoader.java:2425)
    Caused by: atg.search.adapter.exception.AdapterException: Error generating or processing language load command
    at atg.searchadmin.adapter.customization.LocalLanguageItem.acquireCustomizations(LocalLanguageItem.java:107)
    at atg.searchadmin.core.IndexLoader.executeCustomizationList(IndexLoader.java:1003)
    ... 7 more
    Caused by: java.lang.RuntimeException: No language configuration is loaded probably parsing of the language configuration file '/usr/local/atg/ATG10.0.1/Search10.0.1/SearchEngine/language/Config.xml' failed.
    at atg.searchadmin.atgsearchengine.LanguageConfigurationService.cloneAndTrim(LanguageConfigurationService.java:562)
    at atg.searchadmin.atgsearchengine.LanguageConfigurationService.cloneAndTrimByLanguageToAdapterNames(LanguageConfigurationService.java:540)
    at atg.searchadmin.atgsearchengine.LanguageConfigurationService.generateLanguageLoadConfig(LanguageConfigurationService.java:430)
    at atg.searchadmin.adapter.customization.LocalLanguageItem.acquireCustomizations(LocalLanguageItem.java:104)
    ... 8 more
    2013-06-06 06:34:10,361 WARN [nucleusNamespace.atg.dynamo.service.ClientLockManager_production] (/atg/dynamo/service/Scheduler-reusablejobhandler-null) The useLockServer property of: /atg/dynamo/service/ClientLockManager_production is false and so global locking is disabled

    Go to SITE ADMINISTRATION, and map the site to the ContentSet in the SearchAdministration section. Once done, publish the project and do re-indexing.

  • ATG Search installation issue

    Hello all,
    I am installing ATG 10.0.0.2, CRS and ATG Search on windows 2003 server with weblogic and Oracle following Commerce Reference Store Installation and Configuration Guide.
    When deploy ATGPublishing.ear to weblogic, it always indicate online deployment failed.
    If I configure it without ATG Search by skipping all the Search only steps, it will successfully deploy to weblogic.
    Can anyone help resolving this issue.
    Thank you in advance.
    The following are the CIM setps and log:
    -------WEBLOGIC ONLINE DEPLOYMENT MENU------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Current runAssembler arguments :
    -server ATGProduction
    Weblogic Admin Server must be running.
    Top Level Module List:
    DafEar.Admin DPS DSS B2CCommerce DCS.PublishingAgent
    DCS.AbandonedOrderServices DAF.Search.Routing DCS.Search Store.Search
    DAF.Search.Base.QueryConsole Store.Storefront Store.EStore.International
    Store.Fulfillment Store.EStore.International.Search
    Store.EStore.International.Search.Query
    [D] Deploy Production with a Server Lock Manager ATGProduction.ear to
    Weblogic Online - Done
    [R] Register Datasources on Weblogic Online - Done
    [A] Add database driver to app server classpath - Done
    [P] Post Deployment Actions on Weblogic Online - Done
    [E] Edit runAssembler arguments
    *[O] Configure Another Server Instance
    >
    -------DEPLOYMENT SERVER INSTANCE SELECTION-------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    [A] ATGProduction - Production with a Server Lock Manager - Done
    *[P] ATGPublishing - Publishing with a Server Lock Manager
    [D] Done
    >
    -------ENTER EAR FILE NAME(S)---------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Enter Ear File Name for Publishing with a Server Lock Manager
    [[atg_publishing_lockserver.ear]] > ATGPublishing.ear
    -------WEBLOGIC ONLINE DEPLOYMENT MENU------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    Current runAssembler arguments :
    -server ATGPublishing
    Weblogic Admin Server must be running.
    Top Level Module List:
    DCS-UI.Search DCS-UI.Versioned BIZUI PubPortlet DafEar.Admin
    SiteAdmin.Versioned B2CCommerce.Versioned DCS.Versioned DCS-UI
    Store.EStore.Versioned Store.Storefront DAF.Search.Versioned
    DAF.Search.Routing SearchAdmin.AdminUI SiteAdmin.Search DCS.Search.Versioned
    Store.Search Store.Search.Index DAF.Search.Base.QueryConsole
    Store.EStore.International.Versioned Store.EStore.International.Search
    Store.EStore.International.Search.Index
    *[D] Deploy Publishing with a Server Lock Manager ATGPublishing.ear to
    Weblogic Online
    [R] Register Datasources on Weblogic Online
    [A] Add database driver to app server classpath
    [P] Post Deployment Actions on Weblogic Online
    [E] Edit runAssembler arguments
    [O] Configure Another Server Instance
    >
    -------DEPLOY PUBLISHING WITH A SERVER LOCK MANAGER TO WEBLOGIC ONLINE----------
    enter [h]elp, [m]ain menu, [q]uit to exit
    create server instance ATGPublishing. View log file at C:/ATG/ATG10.0.2/
    home/../CIM/log/cim.log
    |. . . . . . |
    >> created server instance ATGPublishing
    Executing runAssembler for ATGPublishing. View log file at C:/ATG/ATG10.0.2/
    home/../CIM/log/cim.log
    |. .
    -------ONLINE DEPLOYMENT FAILED-------------------------------------------------
    enter [h]elp, [m]ain menu, [q]uit to exit
    exec returned: -1
    *[D] Deploy Menu
    >

    cim.log part 2
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor Caused by (#2):atg.cim.ValidatorExecutionException: AlwaysTrueValidator:Error Executing Validator Commands
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.executeValidations(StepExecutor.java:322)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.ui.text.TextDisplay.processStep(TextDisplay.java:436)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.ui.UIDispatchImpl.processStep(UIDispatchImpl.java:89)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:201)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.LaunchWizard.execute(LaunchWizard.java:73)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:216)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.flow.CimFlow.startupFlow(CimFlow.java:69)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.flow.CimFlowCreator.startDefaultCimFlow(CimFlowCreator.java:78)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.Launcher.startCimFlow(Launcher.java:168)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.Launcher.main(Launcher.java:68)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor Caused by (#3):atg.cim.CommandException: Error Executing Step Tasks
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.ExecuteStepTasks.execute(ExecuteStepTasks.java:54)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.executeValidations(StepExecutor.java:289)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.ui.text.TextDisplay.processStep(TextDisplay.java:436)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.ui.UIDispatchImpl.processStep(UIDispatchImpl.java:89)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:201)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.LaunchWizard.execute(LaunchWizard.java:73)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:216)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.flow.CimFlow.startupFlow(CimFlow.java:69)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.flow.CimFlowCreator.startDefaultCimFlow(CimFlowCreator.java:78)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.Launcher.startCimFlow(Launcher.java:168)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.Launcher.main(Launcher.java:68)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor Caused by (#4):atg.cim.TaskExecutionException: DeployEarToTempDirectoryTaskmanagement_lock:Error Executing Background Task
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.task.TaskExecutor.execute(TaskExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.task.TaskExecutor.executeTasks(TaskExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.ExecuteStepTasks.execute(ExecuteStepTasks.java:51)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.executeValidations(StepExecutor.java:289)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.ui.text.TextDisplay.processStep(TextDisplay.java:436)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.ui.UIDispatchImpl.processStep(UIDispatchImpl.java:89)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:201)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.types.LaunchWizard.execute(LaunchWizard.java:73)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processStep(StepExecutor.java:216)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.flow.CimFlow.startupFlow(CimFlow.java:69)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.flow.CimFlowCreator.startDefaultCimFlow(CimFlowCreator.java:78)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.Launcher.startCimFlow(Launcher.java:168)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.Launcher.main(Launcher.java:68)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor Caused by (#5):atg.cim.worker.TaskException: GenericAntExecutionTask.exception
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.worker.Task.handleException(Task.java:50)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.productconfig.appassembly.RunAssemblerExecutorTask.execute(RunAssemblerExecutorTask.java:195)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.task.TaskThread.run(TaskThread.java:93)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor Caused by (#6):C:\ATG\ATG10.0.2\CIM\plugins\Base\ant\cim-ant.xml:97: exec returned: -1
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:636)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:662)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:487)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at sun.reflect.GeneratedMethodAccessor405.invoke(Unknown Source)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at java.lang.reflect.Method.invoke(Method.java:597)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at org.apache.tools.ant.Task.perform(Task.java:348)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at org.apache.tools.ant.Target.execute(Target.java:357)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at org.apache.tools.ant.Target.performTasks(Target.java:385)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.task.ant.utility.AntExecutionWrapper.executeAntTarget(AntExecutionWrapper.java:145)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.worker.AntTask.executeAntTarget(AntTask.java:93)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.productconfig.appassembly.RunAssemblerExecutorTask.execute(RunAssemblerExecutorTask.java:192)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor at atg.cim.task.TaskThread.run(TaskThread.java:93)
    **** Error 星期四 六月 02 03:07:43 CST 2011 1306955263314 atg.cim.step.StepExecutor

  • Search constraint for field of type name

    Hi,
    I am using MDM 5.5 sp 06 patch 2. I am using webdynpro with MDM java API.
    I have a field of type Name. What should i use as the search constraint for the field of type name like we use textSearchConstraint for the field of type text.
    Thanks.

    Hi,
       Is that a built-in type? If not and if it's based on the built-in type text then you can use "TextSearchConstraint". Otherwise try with "NullSearchConstraint".
    Regards,
    Satyajit

  • ATG Search | Query Rules are not executing

    Hi,
    We want to put some search relaxation, for example partial entry of a search term returns results i.e.if user enter "shi" results should show all shirts.
    Followed following steps for that,
    1) Created query rules for wildcard pattern with a actions.(For example created a pattern "shi*" and action "prop,string,displayName,Shirt" , so that when a user enter "shi", search results would return all products whose name contain "Shirt" or "Shirts".
    2) After indexing, verified Query Rules are applied; using "Index Review" (QueryRuleLoad -- 4 rules, 4 patterns, 4 actions, from stream)
    3) Layered the component /atg/commerce/search/catalog/QueryRequest property ruleMode to exec so that search request contain "ruleMode=exec" as per ATG docs.
    4) Clear and Disable cache using the component : /atg/search/routing/CacheService/
    5) Search submitted on site for "shi".
    6) Verified Search request XML that "ruleMode=exec" is being send to Search Engine.
    But as per query rules, search results/response are not coming, verified response XML, but didn't find any clue.
    Are we missing any configuration for query rules to execute or the pattern & action which we have created are not proper ?
    Thanks,
    Sarbajeet

    Hi  ,
    According to your description, my understanding is that you want to configure Query Rule for the SharePoint Contextual Search (by default its result page is osssearchresult.aspx).
    As far as I know, the Query Rules
     work in the SharePoint Contextual Search when you define them on site level. You can create your query rule in
     your Site ->  Site Settings -> Search -> Query Rules.
    Meanwhile the SharePoint Contextual Search is based on the result sources defined in the Site Settings->Search -> Result Sources, you need to make
     the result source of your Query Rule to the above Result Source.
    Reference:
    http://sharepoint.stackexchange.com/questions/64393/where-to-define-query-rule-and-when
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • To Stop ATG search  in  Commerce Reference Store

    Hi Guys,
    Does any body has the Idea , how to stop ATG search in Commerce Reference Store.
    I Want to run Endeca Search,My data is indexed , i want to see the indexed data in Commerce reference Store. Any body has any Idea how Can i Perform this?

    CRS version 10.1.2 requires Endeca and includes an Endeca assembler-based integration, and does not support ATG Search.
    CRS version 10.1.1 includes optional Endeca indexing modules to index CRS data, but does not include an Endeca integrated CRS storefront. CRS version 10.1.1 supports optional ATG Search modules, but can be run without them (in which case simple Repository-based searching is used).
    ATG and Endeca integrations can either follow the CRS 10.1.2's example of using a Nucleus-configured assembler and extending ATG Endeca integration platform features, or can do an integration as they would have before there was an ATG Endeca integration (for example, use a Spring-configured assembler and follow the model shown by Endeca's Discover Electronics).

  • How to put constraint for a property in ATG Search

    Hi
    We are facing an issue with search 10.0.2
    We have added a functionality to search promotions along with catalog.
    Now, if we search by promo id and if an exact match is found then the results come fine.
    like if i search for "promo123" and if there are 5 products associated to promo123 then it displays correctly.
    The problem comes when we search for a promo that does not have any product linked to it.
    like if i search for "promo456" then there are no results associated with it but the search now brings the search related to "promo" excluding the 456 from it and displays them all.
    Is there a way i can tell my search to bring exact match results corresponding to "promo456" and if there is no exact match then display 0?
    Thanks

    Hello,
    You can try this,
    If your promotions item descriptor is part of the index then add the following input field in your search form.
    Eg:
    <dsp:input bean="/atg/commerce/search/catalog/QueryFormHandler.searchRequest.relQuestSettings.activeSolutionZones" type="hidden" value="role:promotionitemdescriptorpropertyname.id"/>
    Here the value of this hidden field is
    role:promotionitemdescriptorpropertyname.id
    You need to change the promotionitemdescriptorpropertyname with your property name in productcatalogoutputconfig and if you search on id then add
    whatever is the id name of the property you need to pass that.
    Hope this helps...
    You can have the documentation at following URL:
    http://download.oracle.com/docs/cd/E22630_01/Search.1002/pdf/ATGSearchQuery.pdf
    and in that pdf take a look at this chapter "Setting the relQuestSettings Property"
    Edited by: 890963 on Oct 12, 2011 1:32 AM
    Edited by: 890963 on Oct 12, 2011 1:35 AM

  • ATG Search Migration Question 10.1

    Hi,
    We are migrating an existing application from ATG 2007.1 to ATG10.1. The migration document does not indicate about running any import scripts on the publishing schemas to import the updated search view mapping data, but it appears that this data for ATG 10.1 has been modified when compared to 2007.1 version. there are a lot of view mappings which have been added into the publishing schema. I was able to find out when i did a reference installation using CIM so i could use it for comparison after migration.
    Are we supposed to run those import scripts again on the publishing schema post database migration?
    Thanks,
    Srikanth

    Can I reach this with patches No, you have to install the base release of 10.2 and then migrate.
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14238/toc.htm

  • ATG Search erro while running indexing

    Hi, i have this erro while running indexing in Search Project
    Error from content adapter atg.searchadmin.adapter.content.impl.RepositoryAdapter@1efd62f6
    atg.searchadmin.core.IndexLoaderException: Error from content adapter atg.searchadmin.adapter.content.impl.RepositoryAdapter@1efd62f6
         at atg.searchadmin.core.IndexLoader.acquireContent(IndexLoader.java:1148)
         at atg.searchadmin.core.IndexLoader.executeSession(IndexLoader.java:1990)
         at atg.searchadmin.core.IndexLoader$IndexingThread.run(IndexLoader.java:2423)
    /atg/commerce/search/ProductCatalogOutputConfig: CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: Transaction rolled back: Transaction timed out after 120 seconds BEA1-68BD9E0B7126EC55F873 at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1616) at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1503) at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:205) at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:74) at weblogic.jdbc.wrapper.ResultSet.preInvocationHandler(ResultSet.java:99) at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_ScrollableResultSet.getInt(Unknown Source) at atg.core.jdbc.ResultSetGetter$IntGetter.getObject(ResultSetGetter.java:131) at atg.adapter.gsa.GSAItemDescriptor.getPersistentItems(GSAItemDescriptor.java:4428) at atg.adapter.gsa.GSAItemDescriptor.getPersistentItems(GSAItemDescriptor.java:4147) at atg.adapter.gsa.GSAItemDescriptor.getItems(GSAItemDescriptor.java:3394) at atg.adapter.gsa.GSAItemDescriptor.getItems(GSAItemDescriptor.java:3099) at atg.adapter.gsa.GSAItemDescriptor.executeQuery(GSAItemDescriptor.java:7789) at atg.adapter.gsa.GSAView.executeUncachedQuery(GSAView.java:338) at atg.adapter.gsa.GSAView.executeUncachedQuery(GSAView.java:438) at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:346) at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:285) at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:323) at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:229) at atg.repository.search.indexing.IncrementalItemQueue.getRepoItemsForConfigAndGenerationRange(IncrementalItemQueue.java:867) at atg.repository.search.indexing.IncrementalItemQueue.getRepoItemsForConfigAndGeneration(IncrementalItemQueue.java:847) at atg.repository.search.indexing.IncrementalItemQueue$4.doInTransaction(IncrementalItemQueue.java:988) at atg.repository.search.indexing.TransactionUtil$IndexingTransactionAction.doWithTransaction(TransactionUtil.java:84) at atg.repository.search.indexing.IncrementalItemQueue.deleteChangesForConfigAndGenerationRange(IncrementalItemQueue.java:984) at atg.repository.search.indexing.IncrementalItemQueue$8.doInTransaction(IncrementalItemQueue.java:1590) at atg.repository.search.indexing.TransactionUtil$IndexingTransactionAction.doWithTransaction(TransactionUtil.java:84) at atg.repository.search.indexing.ConfigStatePersister$IndexingReadLockedTransactionAction.doWithTransaction(ConfigStatePersister.java:2101) at atg.repository.search.indexing.IncrementalItemQueue.removeObsoleteIncrementalState(IncrementalItemQueue.java:1587) at atg.repository.search.indexing.IncrementalItemQueue.removeObsoleteIncrementalStates(IncrementalItemQueue.java:1570) at atg.repository.search.indexing.IncrementalItemQueue.adjustIncrementalQueue(IncrementalItemQueue.java:1539) at atg.repository.search.indexing.LoaderImpl.adjustIncrementalQueue(LoaderImpl.java:2059) at atg.repository.search.indexing.BulkLoaderImpl.bulkLoad(BulkLoaderImpl.java:708) at atg.repository.search.indexing.IndexingOutputConfig.bulkLoad(IndexingOutputConfig.java:1475) at atg.repository.search.indexing.IndexingOutputConfig.bulkLoad(IndexingOutputConfig.java:1448) at atg.searchadmin.adapter.content.impl.RepositorySource.run(RepositorySource.java:480) at java.lang.Thread.run(Thread.java:662) Caused by: weblogic.transaction.TimedOutException: Transaction timed out after 120 seconds BEA1-68BD9E0B7126EC55F873 at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1614) ... 34 more
         2012-02-07 18:40:16.349
    atg.repository.search.indexing.IndexingException: /atg/commerce/search/ProductCatalogOutputConfig: CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: Transaction rolled back: Transaction timed out after 120 seconds
    BEA1-68BD9E0B7126EC55F873
         at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1616)
         at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1503)
         at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:205)
    I change the transection timeout to 600 seconds and not resolved.
    someone knows how to solve?

    Hi,
    Have you increased max connection for App server(up to 100)?
    Which App server and database are you using?
    Regards,
    Nishant

  • ATG Search not available in ATG Commerce Service Center 10.1

    Can anyone please tell me, how to enable this?
    I am getting the following message.
    *"Search is unavailable. Contact your system administrator for more details"*
    Thanks,
    MBS

    Thanks for your reply Rajesh.
    I have completed all the steps in that page. But in next page steps, I have done it through BCC of Search management server.
    Is that correct? Still I am getting that message *"Search is unavailable while maintenance is being performed. Contact your system administrator for more details. "*
    But i am able to find the order thro order id in CSC.
    awaiting for your reply.
    MBS.

Maybe you are looking for

  • My safari wont open and says quit unexpectedly quit-yosimite 10.10.1

    i have had a couple of help messages but too much tech speak and I cant follow the support

  • XI Adapter FTPS to a CUTE FTP server

    We have a problem during the connection to a CUTE FTP server in FTPS mode in a Passive connection. The port on firewall are correctly opened. We have the messages from log Error during disconnect from ftp server test.car-pass.be, ignored: com.sap.aii

  • Unable to run user defined table in Query Generator...

    hi experts,                      iam unable to run the user defined table in query generator..this is the query iam using... Select T0.U_Date from dbo.@ENQHEAD T0 where T0.U_EnqNo='[%0]' When i run this query it popups a window & asking EnqNo,when i

  • Problem with Premiere Pro CC _ Will not start

    I have the following problem, which I hope you can solve for me.  There are written the following text when the program started up: "" Premiere Pro CC has stopped working and the Adobe Media Encoder has stopped working A problem caused the program to

  • How do I officially file a bug?

    ''locking - please stick with your original thread - https://support.mozilla.com/en-US/questions/828126'' I have been unable to use Firefox from 4.0 onwards on Solaris/SPARC, because it immediately crashes when encountering a Flash page. I posted a q