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

Similar Messages

  • 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

  • How to restrict the results in the search help

    Hi Friends,
    My current assignment calls for a program using search help. The scenario is.. there are different radio buttons for organizational units and if a unit is selected, corresponding users need to be displayed in the screen. Multiple selection should be allowed.
    I created the search help and attached it to the screen field userid. I am able to display all the users.
    But my problem is , i need to consider the organizational unit before displaying the users... If the radio button for A/R is selected, only the A/R should be displayed.....
    Is there any way that we could restrict the entries in the search help? Please help me with your expert advices and
    suggestions.
    Thanks
    Poornima

    Hi,
    Refer this link:
    http://help.sap.com/saphelp_45b/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    Regards,
    Prashant

  • 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

  • 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

  • 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

  • Restricting access to Queries via Search

    Does anyone have any ideas on restricting access to queries from the Bex search. We have folks that are using the search functionality of Bex and are finding queries that we have not been published to a reporting role. We instruct our query writers that when devloping queries, do not publish them to a reporting role until they are finalized and tested. We are finding that folks are using search in Bex and finding these queries that may be in the middle of development and trying ot use them. In other words, we would like to restrict the Bex search to just queries published to reporting roles.

    Hi Diago,
         Our dilema is that restricting access of the search by query name (via the role) requires the query writer, when finished with the development of their query, to do a savas with a different technical name that falls into the role restrictions of the authorization. This then leaves two versions of the query out there until the original gets deleted, if the query writer happens to remember to do that. It would be great to limit the search mechanism to just published queries. What are other folks doing to get around this issue. It seems that everyone would be running into it unless the search could be restricted in such a manner.

  • 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

  • WP8.1 MDM Restrictions - Voice record and safe search not working as expected

    Hi
    I'm having some issues with the new restrictions - 
    Voice recording
    After setting Experience/AllowVoiceRecording to 0, voice recording no longer works as expected in the Nokia recorder app, however you can still voice record from other apps such as One note.  Is this expected or should this restriction be applied at
    OS level?
    Safe search level
    Setting Search/SafeSearchPermissions to 0 or 1 causes the UI in settings > search for the level to be greyed out and states that it is disabled - but it does not show the correct level set.  It seems this restriction is not working or the values
    I am using are incorrect.
    Thanks
    Scott

    Hi Scott,
    I was checking the documentation and it seems vague. However, I have a few thoughts...
    Are you running this as PolicyManager/My/<Area>/<policy name> or PolicyManager/Device/<Area>/<policy name>? In Windows Phone 8.1, the PolicyManager configuration service provider is new. "My" path handles the policy configuration
    request coming from the server and "Device" is a read only path to reflect the plicy values that are enforced at the device.
    I would check to insure that you've set it up in the correct area. To troubleshoot, you could also try setting it up in either the opposite area and/or both areas.
    I hope this helps!
    David

  • Restrict users from saving own search in existing Named Searches

    Hello,
    I have created some Named Searches that will be used by the MDM users. These users are only allowed to use these named searches (in their search selections) but they are not allowed to 'overwrite' any of the named searches by their own search criteria.
    How can I prevent the user from 'overwriting' the Named Searches? 
    Because even when I set the user role to "None" for all functions and "Read-Only" for all tables and fields, the user can still make their own search and Save that as Named Search (and thus 'overwriting' the existing Named Search which impacts also the other users that make use of these Named Searches).
    We are using MDM 5.5 SP5 (5.5.42.106).
    Or is this an autorisation bug in MDM?
    Thanks for your answers!
    Regards,
    Marcel

    All,
    Just for your information:
    We have upgraded to MDM 5.5 SP06 Patch 3 (build 5.5.63.57) and they have introduced new role feature to protect named searched to be overwritten (see also release notes of patch 3 - OSS Note 1234675).
    So you can now change the Role (in MDM Console) and under section MDM Data Manager, you can set None or Execute for the function of Saving a Named Search.
    If you set it to None, then the menu option in the MDM Data Manager of saving an search as a Named Search (and hence overwriting the named search) is greyed out. Only when you set it to Execute (which is automatically set during upgrade to thi snew version when the role has set it's Default function to Execute), then the user can overwrite the named search with his own search.
    So, issue solved!
    Regards,
    Marcel

Maybe you are looking for

  • How to keep email messages on iPhone using iCloud

    I can't figure out how to keep opened email on my iPhone.  If I have previously opened message on my iMac and it is in the Inbox on my iPhone, it disappears as soon as I try to open it.    Often I want to re-read a message.   Surely there must be a w

  • Export function is not working.

    Hello gurus, I am using the export function and I am unable to download the tsv file. We have 2 development instances (both R12) and it works on one of them but not the other. The file I am trying to export is under OM\Quick Order Organizer\Holds Inf

  • Can i use windows operating system in e51 in addit...

    E51 has huge 130 mb of phone memory.so can we install additionlly windows mobile operating system in addition to symbian and java.because there are many good softwares in windows which are not available in symbian.

  • Looking for Canadian accounting software

    Would really appreciate recommendations on a desktop accounting software compatible with Mountain lion , I have a very small business,I have been using Quicken for 10 years.. hear they don't support online banking anymore ? My wish list: Online banki

  • SAP HR Dashboard/Reports using BO or BW ?

    I need you suggestion in our BW HR implementation, like Payroll, Time Mgt, Employee Relations, Learning & Dev etc.. All our reports are currently in SAP BO XI3.1, since we dont have any reports in BW, i am trying to avaluate the PROS and CONS of HR D