Search Indexing Issue

Hi All,
I am doing search indexing in ATG10. The following error is occurred while doing indexing .
Can you please give me your valuable suggestions to solve this error.
Content Item: atgrep:/CustomProductCatalog_production/book/prod117063?locale=el
atg.repository.search.indexing.IndexingException: java.lang.RuntimeException: CONTAINER:atg.repository.RepositoryException; SOURCE:org.jboss.util.NestedSQLException: Transaction
is not active: tx=TransactionImple < ac, BasicAction: 7f000001:c850:4ec0a480:60d81 status: ActionStatus.ABORTING >; - nested throwable: (javax.resource.ResourceException:
Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:c850:4ec0a480:60d81 status: ActionStatus.ABORTING >)
Regards,
Rams

Hi Rams,
Even we have faced the similar issue and we have done the following
1. Changed the default transaction timeout from 300 to 10000ms in /jboss/server/<server-name>/deploy/transaction-jboss-beans.xml
2. Increased the JBOSS connection pool size to min as 40 and max as 100
If you are unable to do indexing even after changing the above settings
3. Modify AEConfig.xml present in the bin folder of searhEngineDirectory with the below settings
MemoryIncrementSize - 0*00800000
MemoryReserveSize - 0*100000000
MemoryThreshold - 0*008000000
4. Even if you are facing indexing issue, modify the below property in Configuration component
/atg/search/routing/Configuration
defaultPartitionPhysicalCount = 1 - default value is 19, you can have it one or two
Hope the above informations helps you
Shabari

Similar Messages

  • CTXCAT search index Issue - trying to index multi columns

    i can index more than one column in the same table using MULTI_COLUMN_DATASTORE but when the index type is CONTEXT
    but i need to index more than one column ,when the index type is CTXCAT
    putting into considerations that i found that MULTI_COLUMN_DATASTORE doesn't work with ctxcat
    if anybody knows any other way pleaze Help...
    thanks in advance

    MULTI_COLUMN_DATASTORE cannot be used with CTXCAT search as the this parameter is not supported
    i am asking about abnother way,or a work around MULTI_COLUMN_DATASTORE
    in order to work

  • 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.

  • Search Engine issue in Windows 7 32 bit

    Hi,
    Configuring ATG Search 10.0.1 on Windows 7 (32 bit) & getting following error while indexing.I have a 55 GB free memory space so I don't think any issues with disk space.
    I am aware that ATG Search 10.x is not supported for Windows 7 32 bit system.Search with CRS is working on the same environment but erroring out for my application. Any guess on this issue?
    Thanks!
    Mani
    20:06:43,310 WARN [IndexDeploymentService] Bad search engine 26600001 on krv for partition 26500020
    20:06:43,316 ERROR [IndexDeploymentService] Message from engine on krv: Fri Jan 16 08:26:56 CST 1970 error Could not create the physical partition kernel o
    bject. GetLastError returned 0.
    20:06:51,537 ERROR [IndexDeploymentService] Swap failed for index 26500002; aborting swap and tearing down staging. Swap rollback Policy Description: All physic
    al partitions must have at least one successfully initialized search engine.
    20:06:51,562 ERROR [IndexLoader] Error occurred in step partition_step for sync task 26600004 of type complete. Error:
    atg.searchadmin.core.IndexLoaderException: atg.search.SearchAdminException: atg.search.routing.IndexDeploymentException: Deployment of index for environment 'in
    dexing environment (Production)' failed. Check logs.
    atg.searchadmin.core.IndexLoaderException: atg.search.SearchAdminException: atg.search.routing.IndexDeploymentException: Deployment of index for environment 'in
    dexing environment (Production)' failed. Check logs.
    at atg.searchadmin.core.IndexLoader.prepareEnvironment(IndexLoader.java:676)
    at atg.searchadmin.core.IndexLoader.executeSession(IndexLoader.java:1992)
    at atg.searchadmin.core.IndexLoader$IndexingThread.run(IndexLoader.java:2427)
    Caused by: atg.search.SearchAdminException: atg.search.routing.IndexDeploymentException: Deployment of index for environment 'indexing environment (Production)'
    failed. Check logs.
    at atg.searchadmin.core.stage.PartitionDispatchStage.doInitializeSession(PartitionDispatchStage.java:322)
    at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:143)
    at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:149)
    at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:149)
    at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:149)
    at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:149)
    at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:149)
    at atg.searchadmin.core.stage.IndexingPipelineSessionImpl.initialize(IndexingPipelineSessionImpl.java:242)
    at atg.searchadmin.core.stage.IndexingPipelineSessionService.createSession(IndexingPipelineSessionService.java:121)
    at atg.searchadmin.core.IndexLoader.prepareEnvironment(IndexLoader.java:666)
    ... 2 more
    Caused by: atg.search.routing.IndexDeploymentException: Deployment of index for environment 'indexing environment (Production)' failed. Check logs.
    at atg.search.routing.IndexDeploymentService.deployIndexSynchronously(IndexDeploymentService.java:326)
    at atg.search.routing.RoutingSystemService.deployIndexSynchronously(RoutingSystemService.java:2132)
    at atg.searchadmin.core.stage.PartitionDispatchStage.doInitializeSession(PartitionDispatchStage.java:315)
    ... 11 more
    Edited by: user11263665 on Sep 19, 2012 7:38 AM
    Edited by: user11263665 on Sep 19, 2012 7:40 AM

    I tried the ATG Search indexing in ATG 10.1.1 and I faced the same issue.
    My CRS is up and running and I am able to complete an order in it. But search is not working with it.
    atg.searchadmin.core.IndexLoaderException: atg.search.SearchAdminException: atg.search.routing.IndexDeploymentException: Deployment of index for environment 'indexing environment' failed. Check logs.
         at atg.searchadmin.core.IndexLoader.prepareEnvironment(IndexLoader.java:623)
         at atg.searchadmin.core.IndexLoader.executeSession(IndexLoader.java:2069)
         at atg.searchadmin.core.IndexLoader$IndexingThread.run(IndexLoader.java:2542)
    Caused by :atg.search.SearchAdminException: atg.search.routing.IndexDeploymentException: Deployment of index for environment 'indexing environment' failed. Check logs.
         at atg.searchadmin.core.stage.PartitionDispatchStage.doInitializeSession(PartitionDispatchStage.java:326)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:169)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:175)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:175)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:175)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:175)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:175)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:175)
         at atg.searchadmin.core.stage.IndexingPipelineSessionImpl.initialize(IndexingPipelineSessionImpl.java:296)
         at atg.searchadmin.core.stage.IndexingPipelineSessionService.createSession(IndexingPipelineSessionService.java:144)
         at atg.searchadmin.core.IndexLoader.prepareEnvironment(IndexLoader.java:613)
         at atg.searchadmin.core.IndexLoader.executeSession(IndexLoader.java:2069)
         at atg.searchadmin.core.IndexLoader$IndexingThread.run(IndexLoader.java:2542)
    Caused by (#2):atg.search.routing.IndexDeploymentException: Deployment of index for environment 'indexing environment' failed. Check logs.
         at atg.search.routing.IndexDeploymentService.deployIndexSynchronously(IndexDeploymentService.java:354)
         at atg.search.routing.RoutingSystemService.deployIndexSynchronously(RoutingSystemService.java:2266)
         at atg.searchadmin.core.stage.PartitionDispatchStage.doInitializeSession(PartitionDispatchStage.java:319)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:169)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:175)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:175)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:175)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:175)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:175)
         at atg.searchadmin.core.stage.IndexingPipelineStage2Impl.initializeSession(IndexingPipelineStage2Impl.java:175)
         at atg.searchadmin.core.stage.IndexingPipelineSessionImpl.initialize(IndexingPipelineSessionImpl.java:296)
         at atg.searchadmin.core.stage.IndexingPipelineSessionService.createSession(IndexingPipelineSessionService.java:144)
         at atg.searchadmin.core.IndexLoader.prepareEnvironment(IndexLoader.java:613)
         at atg.searchadmin.core.IndexLoader.executeSession(IndexLoader.java:2069)
         at atg.searchadmin.core.IndexLoader$IndexingThread.run(IndexLoader.java:2542)

  • Problem while creating text search index

    Hi,
    When I am tring to create a text search index I am getting the following:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: GLOBAL_LEXER
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 364
    ORA-06512: at "myschema.RECREATE_SEARCHINDEX", line 31
    ORA-06512: at line 2
    any idea what is causing the problem?
    saby

    Hi,
    I think Probably what has failed is some inner kind of operation that didn't handle the exception correctly, that is dropping the offending object automatically and it issue is raised (error). Therefore you'll have to manually drop the index and re-create the desired index (that might solve your problem)
    - Pavan Kumar N

  • 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

  • App-V Office 2013 MLCFG32.cpl and Search indexing

    Hi there, 
    I used the ODT to make an app-v package of office 2013. However when I try to load the mlcfg32.cpl it displays the following error: 
    The operating system is not presently configured to run this application. 
    I start the cpl from the following location: 
    C:\ProgramData\App-V\D24C3BDD-8FAD-44D3-998C-933F8F053682\764C2E31-0B14-4E44-818A-2836992E7EA6\Root\Office15
    Also the search indexing isn't working in Outlook 2013, whenever I try to load the indexing status it keeps on loading with no result. I wanted to remove the profile from Outlook 2013, but with no mlcfg32.cpl it's very hard. 
    I also tried a repair of the application with no result. 
    Why is there so little information on packaging office 2013 in combination with App-v from Microsoft? 

    Well the package should be published globally, in the policy the global refresh is enabled. However when I look at the settings of the application I see the following: 
    PackageId            : d24c3bdd-8fad-44d3-998c-933f8f053682
    VersionId            : 764c2e31-0b14-4e44-818a-2836992e7ea6
    Name                 : Microsoft Office 15 ProjectProRetail_O365ProPlusRetail_V
                           isioProRetail_nl-nl_en-us_x86
    Version              : 15.0.4701.1002
    Path                 : \\SRV-SDLP-001\Applications\AppV\Microsoft Office
                           2013,Visio,Project ProPlusRetail nl-nl,en-us\ProjectProR
                           etail_O365ProPlusRetail_VisioProRetail_nl-nl_en-us_x86.a
                           ppv
    IsPublishedToUser    : True
    UserPending          : False
    IsPublishedGlobally  : False
    GlobalPending        : False
    InUse                : False
    InUseByCurrentUser   : False
    PackageSize          : 2603951976
    PercentLoaded        : 100
    IsLoading            : False
    HasAssetIntelligence : True
    All of our applications state that they are published to the user... but our refreshing policy states the following:
    Id                        : 1
    SetByGroupPolicy          : True
    Name                      : appvserver
    URL                       : http://appvserver.ourdomain.com:889
    GlobalRefreshEnabled      : True
    GlobalRefreshOnLogon      : True
    GlobalRefreshInterval     : 1
    GlobalRefreshIntervalUnit : Hour
    UserRefreshEnabled        : True
    UserRefreshOnLogon        : True
    UserRefreshInterval       : 1
    UserRefreshIntervalUnit   : Hour
    We use the native App-V management server in combination with App-V publishing server... 

  • Embedded Search Index AND Document Security?

    I'm using Adobe Acrobat Standard 8.1.7.
    It appears that I cannot have both an embedded search index and restricted security (e.g., password required to change document) on the same document.
    Why is that?
    If I start with security ON and then attempt to embed a search index, I get below error message:
    A search index can not be embedded in this document because this document has restricted security permissions.
    If I start with security OFF, successfully embed a search index, and then secure the document, Acrobat "strips off" the previously embedded search index.  No warning message; no feedback to end-user; just kills it!
    Why are those two functions mutually exclusive?  Anyone know of a work-around?
    Thank you in advance!

    Hi,
    As to "why", that might be floating out there in Adobe's devnet space or in one of the blogs maintained by Adobe's devnet crew.
    Also good to know about use of embedded index - if used, cannot apply fast web view to the PDF. It is one or the other, but not both.
    Work around? I've not come across one; but, that does not mean something isn't "out there" <g>.
    Be well...

  • Search indexing not working in Outlook PST files

    My boss recently got Office 2010 on his new laptop.  I copied his PST's from his old laptop whihc had Office 2003 on it to the new one and added them to his profile.  They are there and look to be workign fine, until you try any sort of search
    on them.
    If I am looking at the eMails in the PST and I see a whole lot from
    [email protected] and then in the search box I type
    [email protected] the emails are all firltered away and I am told that there are no items that match the criteria.  This also happens when I try try to run an advanced search.
    So according to this post,
    http://social.technet.microsoft.com/Forums/en/outlook/thread/b1859770-dfb5-4224-995f-be828bd21333, I disabled Indexing of outlook, then search stops working on my default location, i.e. if I search my inbox or anything in that datafile, I get
    no results returned, but if I search one of the archieve PST files for say
    [email protected] the search runs for ages with out retunring any results, if I stop the search and then rerun it then I get results.
    It just seems a bit strange that I have to choose iether or.
    Please help ASAP as my boss leave tomorrrow on a trip to Australia and I would like to get this sorted out be fore he leave.
    Regards
    A user needs the admin password like nitro glycerine needs a good shake.

    This seems to be an ongoing problem. The instant search feature in Outlook 2010 is not working correctly for a large number of users. I have read many, many posts here in TechNet and many more that come up with a Google search. None of the solutions provided
    are permanently solving the problem.
    I have tried every potential solution I have found:
    Rebuilding the index did not work
    The registry key(s) PrevenIndexingOutlook, PreventIndexingEmailAttachments, did not exist (the Search Key did not exist). I tried adding both keys in 2 different suggested locations (HKCU and HKLM) Search indexing did not work with or without those keys
    added.
    I have tried everything that I have found everwhere to resolve this problem. I found one solution that appeared to work a month or so ago. Unfortunately, I cannot find it again and no new emails have been added to the index since that day (09/15/2010).
    I tried rebuilding the index (again). This process has removed all of the emails from the index that had been there after I applied the fix that seemed to work. I am continuing to research this problem in the hope that I will find that previous partial solution.
    It would be nice to get some feedback from Microsoft to let us know if this problem is being looked into. All of the solutions provided from Microsoft on these forums have failed to correct this long term problem.
    FYI: I am running Windows 7 Ultimate (64 bit) and Office Professional Plus 2010. These were fresh installs, not upgrades. After installation the instant search feature in Outlook was working, I do not know exactly when it stopped working.

  • Search index not working in String

    Hello all,
         I am using String.search(any sentence) in Flash builder 4. If my sentence to be searched include some special characters such as (), then String.search()
         returns -1 although  that sentence is present in the text. However, if I used to search the same sentence without the special characters, it returns the
         appropriate index. Any help will be greatful.
    -Thanks in Advance
    Vishal Kumar

    Hi,
    Thanks for the reply,
    The text is
    Volcanic ash guidelines are drawn up by the International Civil Aviation Organization, a United Nations body, but experts say there is no commonly agreed safe concentration of ash.
    “The ICAO regulation that has prompted this widespread grounding is from experience gained from over 80 incidents between 1980 and 2000 and computer modeling (or) best guestimate,” said aviation consultant Chris Yates.
    Now when I search
    “The ICAO regulation that has prompted this widespread grounding is from experience gained from over 80 incidents between 1980 and 2000 and computer modeling (or) best guestimate,” said aviation consultant Chris Yates.
    It returns -1.
    However if I remove special characters () and perform search on
    “The ICAO regulation that has prompted this widespread grounding is from experience gained from over 80 incidents between 1980 and 2000 and computer modeling ,
    it returns proper search index .
    -Thanks
    Vishal Kumar

  • Search Index hangs on large files

    I am using the 6.1 SP4 Web Server on Windows XP. I have the default search application working. My problem is adding MS Word documents to the collection. Word documents of the size 25KB work, but when I add a large Word document 6934KB it just hangs with no CPU activity going on.
    Is there a work around or a parameter that needs to changed to allow larger sized files to be indexed in the collection?

    I'm not sure what's going wrong, but you may want to try increasing the amount of memory the search indexer is allowed to use. To do this, you'll need to modify the searchadmin.bat batch file. You can find it in your Web Server's bin\https\bin subdirectory.
    First, make a backup copy of searchadmin.bat. Next, open searchadmin.bat in a text editor and replace "-Xmx128m" with "-Xmx1024m". This will allow the search indexer to use up to 8x more memory.
    Please let us know whether this helps.

  • Problem in while creating text search index

    Hi,
    When I am tring to create a text search index I am getting the following:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: GLOBAL_LEXER
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 364
    ORA-06512: at "myschema.RECREATE_SEARCHINDEX", line 31
    ORA-06512: at line 2
    any idea what is causing the problem?
    saby

    Looks like you don't have a lexer called GLOBAL_LEXER, but you're trying to use it in the create index statement.
    Maybe it's owned by someone other than the current user - or maybe you meant to write WORLD_LEXER.
    Perhaps you could paste the whole index creation script here.

  • How to create search index files for Java Pet Store

    Hi All,
    As you may know, the java pet store application uses for the search function a search index object, which itself uses the following files '_36.cfs', 'deletable', 'segments'.
    Now as I want to change the data of the database (delete some pets, and names, etc.), it does not have an effect on the search results. This is because the application uses the search index files and does not use the database for the search query.
    So can anybody help me and tell me how I can create this three files from my *.sql file, so I can search in my own data?
    Thank you very much for your help.
    Regards,
    Wolfgang

    gonso777 wrote:
    Solved:
    I had the same problem. It seems that the installer does not unzip three files where it should.
    With NetBeans (Using File Perspective) or just editing build.xml
    Netbeans: select build.xml/Run Target/Other Targets/unzipindexes: Tough it should work it fails in resolving $javaee.domaindir$ at least in my system, but it does suscessfully create a new directory named ${jee.domaindir} that includes lib/petstore/searchindex and three files: _36.cfs , deletable, segments.
    Copy those three files to your_glasshfish_path/domains/domain1/petstore/searchindex.
    Now you are done. I hope that you had a nice time while waiting two years for it to be answered. How is it that it is not answered anywhere else?
    Regards,
    Ramon Talavera
    www.sciencetechworks.comThanks. I didn't wait 2 years for this, but I just replied on a 2 year old post. I only recently tried the petstore app. I thought I needed to study lucene first to figure things out, it turns out there was an 'internal target' on the build file for this. Thanks a bunch!

  • BIA index issues.

    Hi All,
    i have an  BIA-Index issue,The query-result is wrong when i executes  with BIA-Index in transaction RSRT .
    But when i checked the  master data of infoobject  is consistent. I have checked this in transaction RSRV.
    Could you please give any ideas how to correct this?
    Thanks,
    Vikram.

    Hi,
    Most likely you need to run an attribute change run. Attribute change run updates BIA index according to data stored in a InfoObject. You can do it from both a Process Chain or  manually through Administrator Workbench -> Tools -> Hierarchy/Attribute Changes.
    Regards,
    Adam

  • Batch option to automatically place the search index path

    HI
    My company has 1000s of PDFs that we deliver to customers with search capabilities across all documents. We have created the catalog index for these documents, and in the past, we used a plugin called Options to batch set the Search Index path in Document Properties. This was a lot easier and less time consuming than opening every single PDF and manually inputting the path. Before options, it took me well more than a day to do this to every document we deliver. The plugin reduced my time to less than an hour. Very valuabe when in a delivery crunch!!!
    But since upgrading to Acrobat X Pro which we need for our Office 2010 upgrade, we have been unable to use the plugin. I am looking for a new solution that can run a process to set this option across all documents. We are not a bunch of people who can go write scripts etc to do this so something off the shelf/ready made would be great.
    Any recommendations?

    "... manually inputting the path."
    That is one method.
    While not on your scale I maintain a large "eLibrary" of PDF document collections.
    Also provide OSM for distribution of some of the collections.
    Each topic has a cataloged index. Each sub-topic has a cataloged index.
    For a topic / sub-topic a PDF that the user will land on has the path to its PDX.
    The PDF opens, the PDX is mounted, advanced search is available for the respective collection.
    The PDX stays 'mounted' until the end-user moves on.
    Also, PDXs can be selected from the Search dialog/pane.
    The PDX and its associated folder of index files is not in the folder that holds PDF(s) which are periodically updated.
    So, update a collection, rebuild the index.
    Good to go.
    Not as quick as the plug-in but less mind-numbing as the "each PDF manually".
    Be well...

Maybe you are looking for

  • My iphone 5 won't turn on but when plugged into power source it keeps showing apple logo?

    My iPhone 5 won't turn on at all and then when I plug it into a power source either into a plug socket or into my laptop with the USB cable it keeps showing start up screen with apple logo over and over again on a loop. I have tried holding the top a

  • Problem with ScrollPane and JFrame Size

    Hi, The code is workin but after change the size of frame it works CORRECTLY.Please help me why this frame is small an scrollpane doesn't show at the beginning. Here is the code: import java.awt.*; public class canvasExp extends Canvas      private s

  • Error message when logging into financial reporting studio 11.1.1.3

    I receive the following error message when I attempt to login in to financial reporting studio 11.1.1.3: "You are not authorized to use this functionality. Please contact your administrator." I'm attempting to login with the default "admin" user that

  • Create accounting error :APP-SQLAP-100000,  ora-00000

    afer validate the AP credit memo. create accounting occured the error as below the first form 'NOTE :create accounting successfully' the secone form 'ERROR APP-SQLAP-10000:.........(x_rowid=AAAAHTUAAXAABIDYAA,X_invoice_id= 34345 ,ap_in:normal, succes

  • Initial layout - FBL1N

    Dear all, I have an issue: when a user defines an initial layout for FBL1N transaction, it is not only set for this user but for others too, so if this layout has been defined using filters, etc, users who doesn´t know about can get a wrong result. I