Sessions in a multi-server env...

Hi guys, I have a question concerning sessions in a multi-server environment...
The scenario is this-- There is hardware-based load balancer distributing across two or more webservers, which tie into a central database...
My question is, what is the accepted way to propogate sessions from one webserver to the next? What I mean is, if the user hits webserver A and starts a session and the next request happens to get routed to webserver B, how can webserver B access the session that was started on webserver A?
The immediate application of this would be to keep a user "logged in" or shopping cart ability.
I have a few ideas but would like to hear yours before I taint the discussion :)
I'm very sorry if this has been discussed before, but I did search and did not find what I was looking for (searching for "Session" isnt very helpful...)
Thanks a bunch!

The big application servers from ATG, BEA and IBM handles this in roughly the same way.
You have several app.server instances handling user requests. In front of these you have an app.server instance in "load balancer mode" which dispatches incoming requests in ongiong sessions to the app. server instance the session is located on, and dispatches requests for new sessions to the least busy app. server.
This is all fine until one of the app. servers breaks down, is taken offline for maintenance or suffers network or hardware failure. The better application servers are capable of making the sessions that ran on the downed app. server instance move to another app. server instance. To facilitate this, the content of all sessions are constantly being mirrored to another app. server than the one handling the session. This is done by means of serialization. In this way sessions can continue running uninterupted even if the app. server that handled them goes down with no warning.
It's facilities like this that makes it worthwhile to pay the premium prices for ATG Dynamo, BEA WebLogic and IBM WebSphere over application servers like tomcat.
One of the niftier setups I have seen was made with four SUN boxes in as many countries, each running a localized version of a news service website. These servers acted as session mirrors for each other, So whenever one of the national servers went down, the traffic and the live sessions were moved to one of the other servers.

Similar Messages

  • Multi-server load balancing

    Hi,
    Currently I'm working on a simple electronic newspaper application. In this application, after login, users can download articles from a digital newspaper. The client application sends content requests to a server-side component in order to retrieve the article.
    In order to have a scalable infrastructure, the server-side of this application is implemented using the multi-server paradigm.
    Our application has to have some very basic load balancing between the servers:
    - the total amount of downloaded bytes over a pre-defined time T has to be calculated for each server.
    - if this value exceeds by 10% the average value for all servers, the request has to be redirected to another server. In this case, the client gets a reference to another (less loaded) server.
    In order to load balance the servers, the number of downloaded bytes over a given period should be tracked, and communicated within the server pool.
    My question is, how can this be implemented using standard Session Beans ? Do I have to use stateless or stateful session beans ?
    Does somebody have some ideas about the design of this application concerning the load balancing functionality ?
    Thanks !
    Filip Blondeel

    Hi
    I want to clerify one thing that,
    whether you want to
    the number of downloaded bytes over a given period should be tracked? and communicated within the server pool with the session beans or what?
    regards
    Santosh Thakur

  • Bw web report plugin http session hangs at the server side

    Hi,
    I am having problems when closing the browser of a BW web report. After I closed the browser by going File->close, I ran SM04 and found out the Plugin HTTP session hangs at the server side.
    How can we terminate the Plugin HTTP session at the server side when user closes the internet browser?
    I did implement a logoff function at my web template, if user clicks on the logoff, the Plugin HTTP session is terminated at server side correctly. But As you know, 50% of time user will close the report by closing the internet browser instead of clicking the logoff. That leaves lots of hanging Plugin HTTP sessions at our server side.
    By the way, we actived our BEX service at the SICF.
    Thanks for help!
    JA

    Hi
    If you want to avoid a blank page with logoff button, add opener=0
    <a href="<SAP_BW_URL CMD='LOG_OFF' ~command='logoff'
    >" onClick="javascript:window.close(opener=0);">Log off</a>
    If you want to close the session via X, use this code:
    create a sapscript function
    function closeSession()
    logoff()
    window.unload=CloseSession()
    However, the Plugin HTTP session isn't killed.
    Regards

  • How to find active sessions count on a server in weblogic server console

    Hi All,
    I would like to know how to find active sessions count on a server in weblogic console. I am using weblogic 11g.
    Regards,
    Sunil.

    On the deployment, monitoring tab, you can select web applications. Here the number of current sessions are listed per web application deployed on the domain.
    The deployment itself (deployments, application, monitoring, sessions) shows a list of sessions and where it is located. Unfortunately, there is no aggregation (but that is something you can so yourself as well).
    When you are using a load balancer in front, the count of sessions on per web application on the domain gives you some clue how many sessions there are present on each server.
    That is to say, when load balancer is using round-robin (and does that correct), you can take the total number of sessions divide it by the number of servers.

  • How to monitor oracle 11g database sessions on Windows 2008 server?

    Hi Experts
    How to monitor the Oracle 11g database sessions on Windows 2008 server (other than SQL Developer tool), which procedure or query is taking more time with Java application.

    Recently i found this tool- myorasql on the net to monitor the performence of database, easy to setup and check the performence.  i never tested it but seems impresive.  It is free and i think it would be use ful to you.
    http://myorasql.com/
    You can also use Quest - Toad or sqlplus if you are very good at sql commands and all dictionary tables or OEM/EM grid if it is configured .

  • Code to set and destroy session variables in Java Server Pages(JSP)

    code to set and destroy session variables in Java Server Pages(JSP)
    we have use following statement to set session variable
    session.setAttribute("userClient",id);
    we have use following statement to destroy session variable
    session.setAttribute("userClient","");
    and
    the session.invalidate() is not working
    Plz. solve this probem

    code to set and destroy session variables in Java
    Server Pages(JSP)
    we have use following statement to set session
    variable
    session.setAttribute("userClient",id);
    we have use following statement to destroy session
    variable
    session.setAttribute("userClient","");Perhaps if you tried using
    session.setAttribute("userClient", null);
    or
    session.removeAttribute("userClient");
    and
    the session.invalidate() is not workingNot working how?
    >
    Plz. solve this probem

  • Running 9i Form in client server env

    I have instaled Oracle 9i DS on Win NT.
    I have created a form using 9i form.
    When i run the form it get a message "FRM-10142 - HTTP listener is not running on xyz machine at port 8888"
    This means that my form will run in a web based (thin client) env where as i want to create an application that is suppose to run in a client server env not on web browsers.
    Please guide me how can this me done.
    I am a new one to oracle DS. your help will be a good start for me
    Samir

    Forms 9i only runs on the web - it does not provide a way or running applications client server

  • GRC AC 5.3 Logging strategy in multi server nodes

    Hello Experts,
    We have GRC AC 5.3 SP6 and 5.2 10 landscapes and PRD system are running with multiple server nodes. SAP recomends to use SAP Logger instead of Java Logger in multi server environment, but i am not able to find out complete documentation on this.
    Can someone please give pointers on configuring GRC logging in NWA - which all Categories needs to be defined,etc,etc.
    And after this configuration, will we be able to see the logs of scheduled jobs with same details as shown in GRC --> Background Job -> View Logs.
    Thanks
    Davinder

    Hello Harleen,
    Thanks for your time. Here are my observations
    1. When we have created categories and then deinfed Logging and Tracing (with Severity level ALL) in NWA - these entries have also been reflected in Visual Administrator -> Log Configuration.
    2. We will have to restart SAP system after changing logging strategy from Java Logger to SAP Logger.
    3. After this change and restart, only upcoming new jobs scheduled/run will be displayed in NWA, jobs ran in the past will never be displayed in NWA.
    Severe Problems faced when checking logs through NWA:
    1. Logs through NWA are not at all readble as one entry is displayed in one row, whereas checking logs in RAR - VIew Logs was very convenient (similar to reading a text file).
    Is it possible to customize the display format of log files in NWA to something like text files,etc?
    2. When we try to donwload the logs from NWA, server produces huge dumps files of size in GBs (hpfa files which are memory dumps) - and before this download is completed - server crashes after around 15 minutes of starting log downloads - no free space availbale as everything has been taken by these memroy dumps (around 7GB).
    Any further pointers on handling GRC AC logs (multiple server nodes) in NWA would be highly appreciated.
    Thanks
    Davinder

  • Java plug-in not working in multi-server instance

    I am having problems getting the Sun Java plug-in to work
    when attempting to use the Browse Server button within the CF
    Administrator for directory browsing features such as the Code
    Analyzer, Verity Collections,etc., in a multi-server instance
    setup. The plug-in works fine within the first instance. For all
    the other instances (2 through n), the Java plug-in doesn't do
    anything except show an image of a sun with the words Java Sun
    Microsystems with the rays of the sun going around and round.
    We are using CFMX 7.0.1 with the Sun Java plug-in 1.5.0_06.
    Anyone else experience this problem before?

    First, you need to get off of Java 1.5 and back to 1.4.2. 1.5
    isn't supported yet and breaks stuff.
    Secondly, you need to make sure RDS is enabled on all of your
    instances.

  • Multi server administration MSXOeprator not getting notified via email

    I created mutli server jobs and they are working fine except that I don't get any notification via email.
    The target and master are configured with DB Mail and it is working fine. But for the multi server jobs.. it isn't.
    I tried the operator that exists in both target and master and also the msxoperator.
    What am I doing wrong?
    Thanks
    Paula

    I guess this is it:
    Enable DatabaseMail on the SQL Server Agent -> properties -> Alert System  (check the checkbox), and then restart SQL Server Agent.
    Paula

  • Com.sapportals.wcm.WcmException:multi-server search failed

    Hi Friends,
    I am getting the below error when i use search option in portal.
    Search Failure
    Error during search occurred - com.sapportals.wcm.WcmException: multi-server search failed on some of the servers;error=1999,index=zhsea_helpdesk_doc,location=hsea-pdc-s019:30103;error=1999,index=zhsea_helpdesk_doc,location=hsea-pdc-s019:30103;error=1999,index=zsccc_io_ep,location=hsea-pdc-s019:30103;error=1999,index=zsccc_io_ep,location=hsea-pdc-s019:30103;error=1999,index=zsccc_io_ep,location=hsea-pdc-s019:30103;error=1999,index=zsccc_io_ep,location=hsea-pdc-s019:30103;error=1999,index=zsccc_bpp,location=hsea-pdc-s019:30103;error=1999,index=zsccc_elibrary_fulltext_search,location=hsea-pdc-s019:30103;error=1999,index=zsccc_elibrary_fulltext_search,location=hsea-pdc-s019:30103;error=1999,index=zapcm_user_forum_database,location=hsea-pdc-s019:30103 (Errorcode 2975)
    An unexpected severe error occurred during the search call.  If the situation persists, inform your system administrator.
    I tried to create indexing but it is not happening,If i check TREX logs i found some errors please analyze the problem and advice
    [6052] 2009-02-02 21:48:16.325 e TREX_C_STORE CSFile.cpp(00332) : GetDeviceFileName() failed.
    [6052] 2009-02-02 21:48:16.325 e TREX_C_STORE CSFile.cpp(00336) : sleeping 10 seconds and trying again...
    [6052] 2009-02-02 21:48:26.325 e TREX_C_STORE CSFile.cpp(00717) : open('
    ephasapgrp\TXP_SHARE\TXP\index\zsccc_io_ep\en\settings.header',ab) failed with error 106 (last file open failed and handle is not okay), 13 global open files
    [6052] 2009-02-02 21:48:26.325 e TREX_C_STORE FileHandle.cpp(00638) : ERROR: checkAndSetVersion(): reading index version from file failed
    [6052] 2009-02-02 21:48:26.325 e TrexStore    IndexSettings.cpp(00518) : could not read maxtermcounter zsccc_io_epen
    [6052] 2009-02-02 21:48:26.325 e TrexStore    IndexSettings.cpp(00251) : crashed in CSIndexSettings::open zsccc_io_epen
    [6052] 2009-02-02 21:48:26.325 e TrexStore    IndexSettings.cpp(00647) : CSIndexSettings not opened zsccc_io_epen
    [6052] 2009-02-02 21:48:26.325 e Trex_SE      FuzzyExceptions.cpp(00130) : caught ... exception in blobInfo.open() for zsccc_io_epen
    [6052] 2009-02-02 21:48:26.325 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_io_epen (rc = 1999)
    [6052] 2009-02-02 21:48:26.325 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_io_epde (rc = 1999)
    [6052] 2009-02-02 21:48:26.325 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_io_epsh (rc = 1999)
    [6052] 2009-02-02 21:48:26.325 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_io_epth (rc = 1999)
    [6052] 2009-02-02 21:48:26.325 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_bppen (rc = 1999)
    [6052] 2009-02-02 21:48:26.325 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_elibrary_fulltext_searchen (rc = 1999)
    [6052] 2009-02-02 21:48:26.325 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_elibrary_fulltext_searchth (rc = 1999)
    [6052] 2009-02-02 21:48:26.325 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zapcm_user_forum_databaseen (rc = 1999)
    [6052] 2009-02-02 21:48:26.325 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zhsea_helpdesk_docen (rc = 1999)
    [6052] 2009-02-02 21:48:26.325 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zhsea_helpdesk_docth (rc = 1999)
    [5384] 2009-02-02 21:52:12.922 e TREX_C_STORE CSFile.cpp(00741) : GetLastError: 5=Access is denied.
    [5384] 2009-02-02 21:52:12.922 e TREX_C_STORE CSFile.cpp(00324) : fopen
    ephasapgrp\TXP_SHARE\TXP\index\zsccc_io_ep\en\settings.header (21) failed
    [5384] 2009-02-02 21:52:12.922 e TREX_C_STORE CSFile.cpp(00332) : GetDeviceFileName() failed.
    [5384] 2009-02-02 21:52:12.922 e TREX_C_STORE CSFile.cpp(00336) : sleeping 10 seconds and trying again...
    [5384] 2009-02-02 21:52:22.922 e TREX_C_STORE CSFile.cpp(00741) : GetLastError: 5=Access is denied.
    [5384] 2009-02-02 21:52:22.922 e TREX_C_STORE CSFile.cpp(00324) : fopen
    ephasapgrp\TXP_SHARE\TXP\index\zsccc_io_ep\en\settings.header (21) failed
    [5384] 2009-02-02 21:52:22.922 e TREX_C_STORE CSFile.cpp(00332) : GetDeviceFileName() failed.
    [5384] 2009-02-02 21:52:22.922 e TREX_C_STORE CSFile.cpp(00336) : sleeping 10 seconds and trying again...
    [5384] 2009-02-02 21:52:32.922 e TREX_C_STORE CSFile.cpp(00741) : GetLastError: 5=Access is denied.
    [5384] 2009-02-02 21:52:32.922 e TREX_C_STORE CSFile.cpp(00324) : fopen
    ephasapgrp\TXP_SHARE\TXP\index\zsccc_io_ep\en\settings.header (21) failed
    [5384] 2009-02-02 21:52:32.922 e TREX_C_STORE CSFile.cpp(00332) : GetDeviceFileName() failed.
    [5384] 2009-02-02 21:52:32.922 e TREX_C_STORE CSFile.cpp(00336) : sleeping 10 seconds and trying again...
    [5384] 2009-02-02 21:52:42.922 e TREX_C_STORE CSFile.cpp(00741) : GetLastError: 5=Access is denied.
    [5384] 2009-02-02 21:52:42.922 e TREX_C_STORE CSFile.cpp(00324) : fopen
    ephasapgrp\TXP_SHARE\TXP\index\zsccc_io_ep\en\settings.header (21) failed
    [5384] 2009-02-02 21:52:42.922 e TREX_C_STORE CSFile.cpp(00332) : GetDeviceFileName() failed.
    [5384] 2009-02-02 21:52:42.922 e TREX_C_STORE CSFile.cpp(00336) : sleeping 10 seconds and trying again...
    [5384] 2009-02-02 21:52:52.922 e TREX_C_STORE CSFile.cpp(00741) : GetLastError: 5=Access is denied.
    [5384] 2009-02-02 21:52:52.922 e TREX_C_STORE CSFile.cpp(00324) : fopen
    ephasapgrp\TXP_SHARE\TXP\index\zsccc_io_ep\en\settings.header (21) failed
    [5384] 2009-02-02 21:52:52.922 e TREX_C_STORE CSFile.cpp(00332) : GetDeviceFileName() failed.
    [5384] 2009-02-02 21:52:52.922 e TREX_C_STORE CSFile.cpp(00336) : sleeping 10 seconds and trying again...
    [5384] 2009-02-02 21:53:02.923 e TREX_C_STORE CSFile.cpp(00741) : GetLastError: 5=Access is denied.
    [5384] 2009-02-02 21:53:02.923 e TREX_C_STORE CSFile.cpp(00324) : fopen
    ephasapgrp\TXP_SHARE\TXP\index\zsccc_io_ep\en\settings.header (21) failed
    [5384] 2009-02-02 21:53:02.923 e TREX_C_STORE CSFile.cpp(00332) : GetDeviceFileName() failed.
    [5384] 2009-02-02 21:53:02.923 e TREX_C_STORE CSFile.cpp(00336) : sleeping 10 seconds and trying again...
    [5384] 2009-02-02 21:53:12.923 e TREX_C_STORE CSFile.cpp(00717) : open('
    ephasapgrp\TXP_SHARE\TXP\index\zsccc_io_ep\en\settings.header',ab) failed with error 106 (last file open failed and handle is not okay), 13 global open files
    [5384] 2009-02-02 21:53:12.923 e TREX_C_STORE FileHandle.cpp(00638) : ERROR: checkAndSetVersion(): reading index version from file failed
    [5384] 2009-02-02 21:53:12.923 e TrexStore    IndexSettings.cpp(00518) : could not read maxtermcounter zsccc_io_epen
    [5384] 2009-02-02 21:53:12.923 e TrexStore    IndexSettings.cpp(00251) : crashed in CSIndexSettings::open zsccc_io_epen
    [5384] 2009-02-02 21:53:12.923 e TrexStore    IndexSettings.cpp(00647) : CSIndexSettings not opened zsccc_io_epen
    [5384] 2009-02-02 21:53:12.923 e Trex_SE      FuzzyExceptions.cpp(00130) : caught ... exception in blobInfo.open() for zsccc_io_epen
    [5384] 2009-02-02 21:53:12.923 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_io_epen (rc = 1999)
    [5384] 2009-02-02 21:53:12.923 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_io_epde (rc = 1999)
    [5384] 2009-02-02 21:53:12.923 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_io_epsh (rc = 1999)
    [5384] 2009-02-02 21:53:12.923 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_io_epth (rc = 1999)
    [5384] 2009-02-02 21:53:12.923 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_bppen (rc = 1999)
    [5384] 2009-02-02 21:53:12.923 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_elibrary_fulltext_searchen (rc = 1999)
    [5384] 2009-02-02 21:53:12.923 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zsccc_elibrary_fulltext_searchth (rc = 1999)
    [5384] 2009-02-02 21:53:12.923 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zapcm_user_forum_databaseen (rc = 1999)
    [5384] 2009-02-02 21:53:12.923 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zhsea_helpdesk_docen (rc = 1999)
    [5384] 2009-02-02 21:53:12.923 e SERVER_TRACE DeltaIndexManager.cpp(03987) : search: failed for main index zhsea_helpdesk_docth (rc = 1999)
    [2528] 2009-02-02 22:05:02.666 e SERVER_TRACE TRexApiIndexDocuments.cpp(02494) : indexLocal zsccc_elibrary_fulltext_search: <zsccc_elibrary_fulltext_search> is already prepared (3=TPCS_PREPARED). Index call not allowed!
    Kind Regards
    Sudhakar

    I know this is an old thread, but in my case the problem was solved after i patched the TREX 7.10 revision 40 to revision 50...
    Cheers Michael

  • Multi-server search failed on some of the servers

    Hi All,
    i am getting below error in our portal/advance search.
    Error during search occurred - com.sapportals.wcm.WcmException: multi-server search failed on some of the servers;error=2972,index=easywcmen;error=2972,index=itec_dept_indexen;error=2972,index=itec_proj_indexen (Errorcode 2975).
    TrexIndexServer_dcwwtrexprdm1.30003.002.trc
    [86380] 2007-12-31 09:31:08.708 e Trex_SE      FuzzyOptimizer.cpp(03951) : rollbackOptimizeFullText 'itec_proj_indexen' failed rc=4527
    [86380] 2007-12-31 09:31:08.708 e SERVER_TRACE DeltaIndexManager.cpp(01260) : rollback failed for itec_proj_indexen
    [86380] 2007-12-31 09:31:08.724 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [52804] 2007-12-31 09:31:08.740 e TrexSlice    TRexApiSystem.cpp(01248) : IndexID: itec_proj_index, index is corrupt.
    [52804] 2007-12-31 09:31:08.740 e TrexSlice    TrexSlice.cpp(00502) : ERROR: snapshot creation failed with ret=2008!
    [52804] 2007-12-31 09:32:06.100 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexen
    [52804] 2007-12-31 09:32:06.225 e TextMining   Trace.cpp(00074) : EX: 'Unable to open input file
    dcwwtrexprdfs1\i$\itec_dept_index\en\trex\index.ini'
    [52804] 2007-12-31 09:32:06.225 e Trex_SE      FuzzyOptimizer.cpp(02490) : getTMHandle: error in opening TM '
    dcwwtrexprdfs1\i$\itec_dept_index\en\trex' rc=9013
    [52804] 2007-12-31 09:32:06.225 e Trex_SE      FuzzyOptimizer.cpp(03945) : rollbackOptimizeTextMining 'itec_dept_indexen' failed rc=9013
    [52804] 2007-12-31 09:32:06.225 e SERVER_TRACE DeltaIndexManager.cpp(01260) : rollback failed for itec_dept_indexen
    [52804] 2007-12-31 09:32:06.241 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexde
    [52804] 2007-12-31 09:32:06.366 e MiningAdmin  IndexManager.cpp(00866) : IndexManager::getAttributeInfos in IndexManager.cpp: Unable to read attribute infos from file '
    dcwwtrexprdfs1\i$\itec_dept_index\de\trex\FDocs'! Rollback is only possible option for index '
    dcwwtrexprdfs1\i$\itec_dept_index\de\trex\'.
    [52804] 2007-12-31 09:32:07.397 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexde finished rc=0
    [52804] 2007-12-31 09:32:07.397 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexes
    [52804] 2007-12-31 09:32:08.538 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexes finished rc=0
    [52804] 2007-12-31 09:32:08.538 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexfr
    [52804] 2007-12-31 09:32:09.663 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexfr finished rc=0
    [52804] 2007-12-31 09:32:09.663 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexsh
    [52804] 2007-12-31 09:32:10.788 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexsh finished rc=0
    [52804] 2007-12-31 09:32:10.803 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [20892] 2007-12-31 09:33:15.336 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [71696] 2007-12-31 09:33:15.351 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [38716] 2007-12-31 09:33:15.367 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [38716] 2007-12-31 09:36:15.386 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [71696] 2007-12-31 09:36:15.402 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [86380] 2007-12-31 09:36:15.417 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [86380] 2007-12-31 09:39:15.421 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [71696] 2007-12-31 09:39:15.437 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [20892] 2007-12-31 09:39:15.452 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [96940] 2007-12-31 09:40:38.626 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [86380] 2007-12-31 09:40:38.657 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [23192] 2007-12-31 09:40:38.688 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [86380] 2007-12-31 09:40:38.844 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [71696] 2007-12-31 09:40:38.860 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [120828] 2007-12-31 09:40:38.891 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [23192] 2007-12-31 09:40:44.985 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [120828] 2007-12-31 09:40:45.001 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [96940] 2007-12-31 09:40:45.032 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [120828] 2007-12-31 09:40:45.110 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [103116] 2007-12-31 09:40:45.126 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [38716] 2007-12-31 09:40:45.141 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [96940] 2007-12-31 09:42:15.456 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [83108] 2007-12-31 09:42:15.471 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [20892] 2007-12-31 09:42:15.487 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [20892] 2007-12-31 09:45:15.490 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [83108] 2007-12-31 09:45:15.506 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [38716] 2007-12-31 09:45:15.522 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [96940] 2007-12-31 09:48:15.541 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [23192] 2007-12-31 09:48:15.556 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [38716] 2007-12-31 09:48:15.572 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [120828] 2007-12-31 09:48:32.510 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [52804] 2007-12-31 09:48:32.541 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [96940] 2007-12-31 09:48:32.557 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [52804] 2007-12-31 09:48:32.635 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [20892] 2007-12-31 09:48:32.650 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [83108] 2007-12-31 09:48:32.682 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [83108] 2007-12-31 09:48:44.572 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [71696] 2007-12-31 09:48:44.588 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [103116] 2007-12-31 09:48:44.619 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [71696] 2007-12-31 09:48:44.697 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [120828] 2007-12-31 09:48:44.713 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [38716] 2007-12-31 09:48:44.729 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [20892] 2007-12-31 09:48:55.026 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [86380] 2007-12-31 09:48:55.041 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [71696] 2007-12-31 09:48:55.073 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [86380] 2007-12-31 09:48:55.135 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [23192] 2007-12-31 09:48:55.151 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [120828] 2007-12-31 09:48:55.182 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [38716] 2007-12-31 09:49:11.448 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [96940] 2007-12-31 09:49:11.464 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [23192] 2007-12-31 09:49:11.479 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [96940] 2007-12-31 09:49:11.557 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [83108] 2007-12-31 09:49:11.573 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [51320] 2007-12-31 09:49:11.604 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [120828] 2007-12-31 09:49:21.745 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [52804] 2007-12-31 09:49:21.761 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [96940] 2007-12-31 09:49:21.776 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [52804] 2007-12-31 09:49:21.854 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [20892] 2007-12-31 09:49:21.870 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [83108] 2007-12-31 09:49:21.901 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [51320] 2007-12-31 09:50:44.075 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [103116] 2007-12-31 09:50:44.106 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [20892] 2007-12-31 09:50:44.137 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [103116] 2007-12-31 09:50:44.215 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [38716] 2007-12-31 09:50:44.231 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [86380] 2007-12-31 09:50:44.247 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [86380] 2007-12-31 09:50:51.247 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [23192] 2007-12-31 09:50:51.262 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [120828] 2007-12-31 09:50:51.294 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [23192] 2007-12-31 09:50:51.356 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [51320] 2007-12-31 09:50:51.372 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [52804] 2007-12-31 09:50:51.403 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [23192] 2007-12-31 09:51:15.575 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [103116] 2007-12-31 09:51:15.591 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [71696] 2007-12-31 09:51:15.607 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [51320] 2007-12-31 09:54:15.610 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [52804] 2007-12-31 09:54:15.626 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [71696] 2007-12-31 09:54:15.641 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [86380] 2007-12-31 09:57:15.645 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [103116] 2007-12-31 09:57:15.660 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [23192] 2007-12-31 09:57:15.676 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [51320] 2007-12-31 10:00:15.695 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [52804] 2007-12-31 10:00:15.711 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [23192] 2007-12-31 10:00:15.726 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [120828] 2007-12-31 10:01:05.305 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index easywcmen
    [120828] 2007-12-31 10:01:05.837 e TREX_C_STORE CStoreFiler.cpp(01142) : <rollback>
    dcwwtrexprdfs1\i$\easywcm\en\HashKeyStore.read.offset for fall back not availabel
    [120828] 2007-12-31 10:01:05.837 e TREX_C_STORE CStoreFiler.cpp(01193) : ERROR: rollback:
    dcwwtrexprdfs1\i$\easywcm\en\HashKeyStore failed
    [120828] 2007-12-31 10:01:05.837 f TrexStore    PersistentDocStore.cpp(01753) : TrexStore error: TRexCommonObjectsException in DocKeyStore.cpp(222): 'ContentStoreOptimizeError' in function PersistentDocStore::rollback
    [120828] 2007-12-31 10:01:05.837 e Trex_SE      FuzzyOptimizer.cpp(02259) : ERROR: m_docStore->rollback failed.
    [120828] 2007-12-31 10:01:05.837 e Trex_SE      FuzzyOptimizer.cpp(03951) : rollbackOptimizeFullText 'easywcmen' failed rc=4527
    [120828] 2007-12-31 10:01:05.837 e SERVER_TRACE DeltaIndexManager.cpp(01260) : rollback failed for easywcmen
    [120828] 2007-12-31 10:01:05.852 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [103116] 2007-12-31 10:01:05.852 e TrexSlice    TRexApiSystem.cpp(01248) : IndexID: easywcm, index is corrupt.
    [103116] 2007-12-31 10:01:05.868 e TrexSlice    TrexSlice.cpp(00502) : ERROR: snapshot creation failed with ret=2008!
    [20892] 2007-12-31 10:01:08.774 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_proj_indexen
    [20892] 2007-12-31 10:01:09.321 e TREX_C_STORE CStoreFiler.cpp(01142) : <rollback>
    dcwwtrexprdfs1\i$\itec_proj_index\en\HashKeyStore.read.offset for fall back not availabel
    [20892] 2007-12-31 10:01:09.337 e TREX_C_STORE CStoreFiler.cpp(01193) : ERROR: rollback:
    dcwwtrexprdfs1\i$\itec_proj_index\en\HashKeyStore failed
    [20892] 2007-12-31 10:01:09.337 f TrexStore    PersistentDocStore.cpp(01753) : TrexStore error: TRexCommonObjectsException in DocKeyStore.cpp(222): 'ContentStoreOptimizeError' in function PersistentDocStore::rollback
    [20892] 2007-12-31 10:01:09.337 e Trex_SE      FuzzyOptimizer.cpp(02259) : ERROR: m_docStore->rollback failed.
    [20892] 2007-12-31 10:01:09.337 e Trex_SE      FuzzyOptimizer.cpp(03951) : rollbackOptimizeFullText 'itec_proj_indexen' failed rc=4527
    [20892] 2007-12-31 10:01:09.337 e SERVER_TRACE DeltaIndexManager.cpp(01260) : rollback failed for itec_proj_indexen
    [20892] 2007-12-31 10:01:09.352 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [96940] 2007-12-31 10:01:09.352 e TrexSlice    TRexApiSystem.cpp(01248) : IndexID: itec_proj_index, index is corrupt.
    [96940] 2007-12-31 10:01:09.352 e TrexSlice    TrexSlice.cpp(00502) : ERROR: snapshot creation failed with ret=2008!
    [96940] 2007-12-31 10:02:00.838 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexen
    [96940] 2007-12-31 10:02:00.978 e TextMining   Trace.cpp(00074) : EX: 'Unable to open input file
    dcwwtrexprdfs1\i$\itec_dept_index\en\trex\index.ini'
    [96940] 2007-12-31 10:02:00.978 e Trex_SE      FuzzyOptimizer.cpp(02490) : getTMHandle: error in opening TM '
    dcwwtrexprdfs1\i$\itec_dept_index\en\trex' rc=9013
    [96940] 2007-12-31 10:02:00.978 e Trex_SE      FuzzyOptimizer.cpp(03945) : rollbackOptimizeTextMining 'itec_dept_indexen' failed rc=9013
    [96940] 2007-12-31 10:02:00.978 e SERVER_TRACE DeltaIndexManager.cpp(01260) : rollback failed for itec_dept_indexen
    [96940] 2007-12-31 10:02:00.994 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexde
    [96940] 2007-12-31 10:02:01.135 e MiningAdmin  IndexManager.cpp(00866) : IndexManager::getAttributeInfos in IndexManager.cpp: Unable to read attribute infos from file '
    dcwwtrexprdfs1\i$\itec_dept_index\de\trex\FDocs'! Rollback is only possible option for index '
    dcwwtrexprdfs1\i$\itec_dept_index\de\trex\'.
    [96940] 2007-12-31 10:02:02.166 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexde finished rc=0
    [96940] 2007-12-31 10:02:02.166 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexes
    [96940] 2007-12-31 10:02:03.307 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexes finished rc=0
    [96940] 2007-12-31 10:02:03.307 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexfr
    [96940] 2007-12-31 10:02:04.432 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexfr finished rc=0
    [96940] 2007-12-31 10:02:04.447 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexsh
    [96940] 2007-12-31 10:02:05.572 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexsh finished rc=0
    [96940] 2007-12-31 10:02:05.588 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [52804] 2007-12-31 10:03:15.730 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [83108] 2007-12-31 10:03:15.745 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [38716] 2007-12-31 10:03:15.761 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [86380] 2007-12-31 10:03:20.636 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [51320] 2007-12-31 10:03:20.683 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [38716] 2007-12-31 10:03:20.699 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [51320] 2007-12-31 10:03:20.777 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [103116] 2007-12-31 10:03:20.792 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [52804] 2007-12-31 10:03:20.808 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [52804] 2007-12-31 10:03:29.636 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [83108] 2007-12-31 10:03:29.652 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [23192] 2007-12-31 10:03:29.668 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [83108] 2007-12-31 10:03:29.746 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [86380] 2007-12-31 10:03:29.761 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [120828] 2007-12-31 10:03:29.793 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [120828] 2007-12-31 10:06:15.764 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [96940] 2007-12-31 10:06:15.780 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [38716] 2007-12-31 10:06:15.796 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [83108] 2007-12-31 10:07:22.266 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [23192] 2007-12-31 10:07:22.266 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [20892] 2007-12-31 10:09:15.799 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [86380] 2007-12-31 10:09:15.815 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [52804] 2007-12-31 10:09:15.830 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [120828] 2007-12-31 10:12:15.850 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [86380] 2007-12-31 10:12:15.865 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [20892] 2007-12-31 10:12:15.881 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [20892] 2007-12-31 10:15:15.884 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [86380] 2007-12-31 10:15:15.900 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [120828] 2007-12-31 10:15:15.915 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [52804] 2007-12-31 10:18:15.935 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [86380] 2007-12-31 10:18:15.950 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [96940] 2007-12-31 10:18:15.966 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [83108] 2007-12-31 10:21:07.282 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [23192] 2007-12-31 10:21:07.282 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [38716] 2007-12-31 10:21:12.282 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [120828] 2007-12-31 10:21:12.282 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [83108] 2007-12-31 10:21:16.001 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [51320] 2007-12-31 10:21:16.016 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [86380] 2007-12-31 10:21:16.032 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [120828] 2007-12-31 10:21:27.344 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [71696] 2007-12-31 10:21:27.360 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [23192] 2007-12-31 10:21:27.376 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [71696] 2007-12-31 10:21:27.454 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [86380] 2007-12-31 10:21:27.469 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [103116] 2007-12-31 10:21:27.485 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [51320] 2007-12-31 10:21:38.563 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [120828] 2007-12-31 10:21:38.579 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [20892] 2007-12-31 10:21:38.595 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [120828] 2007-12-31 10:21:38.673 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [71696] 2007-12-31 10:21:38.688 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [83108] 2007-12-31 10:21:38.704 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [103116] 2007-12-31 10:21:50.376 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [51320] 2007-12-31 10:21:50.407 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [52804] 2007-12-31 10:21:50.423 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [51320] 2007-12-31 10:21:50.501 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [120828] 2007-12-31 10:21:50.517 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [20892] 2007-12-31 10:21:50.548 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [96940] 2007-12-31 10:24:16.035 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [86380] 2007-12-31 10:24:16.051 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [52804] 2007-12-31 10:24:16.066 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [83108] 2007-12-31 10:27:12.289 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [38716] 2007-12-31 10:27:12.289 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [96940] 2007-12-31 10:27:16.070 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [103116] 2007-12-31 10:27:16.086 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [20892] 2007-12-31 10:27:16.101 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [71696] 2007-12-31 10:30:16.105 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [23192] 2007-12-31 10:30:16.105 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [96940] 2007-12-31 10:30:16.136 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [83108] 2007-12-31 10:30:22.292 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [120828] 2007-12-31 10:30:22.292 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [38716] 2007-12-31 10:31:05.902 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index easywcmen
    [38716] 2007-12-31 10:31:06.418 e TREX_C_STORE CStoreFiler.cpp(01142) : <rollback>
    dcwwtrexprdfs1\i$\easywcm\en\HashKeyStore.read.offset for fall back not availabel
    [38716] 2007-12-31 10:31:06.418 e TREX_C_STORE CStoreFiler.cpp(01193) : ERROR: rollback:
    dcwwtrexprdfs1\i$\easywcm\en\HashKeyStore failed
    [38716] 2007-12-31 10:31:06.434 f TrexStore    PersistentDocStore.cpp(01753) : TrexStore error: TRexCommonObjectsException in DocKeyStore.cpp(222): 'ContentStoreOptimizeError' in function PersistentDocStore::rollback
    [38716] 2007-12-31 10:31:06.434 e Trex_SE      FuzzyOptimizer.cpp(02259) : ERROR: m_docStore->rollback failed.
    [38716] 2007-12-31 10:31:06.434 e Trex_SE      FuzzyOptimizer.cpp(03951) : rollbackOptimizeFullText 'easywcmen' failed rc=4527
    [38716] 2007-12-31 10:31:06.434 e SERVER_TRACE DeltaIndexManager.cpp(01260) : rollback failed for easywcmen
    [38716] 2007-12-31 10:31:06.449 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [83108] 2007-12-31 10:31:06.449 e TrexSlice    TRexApiSystem.cpp(01248) : IndexID: easywcm, index is corrupt.
    [83108] 2007-12-31 10:31:06.449 e TrexSlice    TrexSlice.cpp(00502) : ERROR: snapshot creation failed with ret=2008!
    [52804] 2007-12-31 10:31:09.387 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_proj_indexen
    [52804] 2007-12-31 10:31:09.934 e TREX_C_STORE CStoreFiler.cpp(01142) : <rollback>
    dcwwtrexprdfs1\i$\itec_proj_index\en\HashKeyStore.read.offset for fall back not availabel
    [52804] 2007-12-31 10:31:09.934 e TREX_C_STORE CStoreFiler.cpp(01193) : ERROR: rollback:
    dcwwtrexprdfs1\i$\itec_proj_index\en\HashKeyStore failed
    [52804] 2007-12-31 10:31:09.934 f TrexStore    PersistentDocStore.cpp(01753) : TrexStore error: TRexCommonObjectsException in DocKeyStore.cpp(222): 'ContentStoreOptimizeError' in function PersistentDocStore::rollback
    [52804] 2007-12-31 10:31:09.934 e Trex_SE      FuzzyOptimizer.cpp(02259) : ERROR: m_docStore->rollback failed.
    [52804] 2007-12-31 10:31:09.949 e Trex_SE      FuzzyOptimizer.cpp(03951) : rollbackOptimizeFullText 'itec_proj_indexen' failed rc=4527
    [52804] 2007-12-31 10:31:09.949 e SERVER_TRACE DeltaIndexManager.cpp(01260) : rollback failed for itec_proj_indexen
    [52804] 2007-12-31 10:31:09.965 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [71696] 2007-12-31 10:31:09.965 e TrexSlice    TRexApiSystem.cpp(01248) : IndexID: itec_proj_index, index is corrupt.
    [71696] 2007-12-31 10:31:09.965 e TrexSlice    TrexSlice.cpp(00502) : ERROR: snapshot creation failed with ret=2008!
    [96940] 2007-12-31 10:31:12.293 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [86380] 2007-12-31 10:31:12.293 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [20892] 2007-12-31 10:31:17.293 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [103116] 2007-12-31 10:31:17.293 e SERVER_TRACE TRexApiAdmin.cpp(09658) : Index Id: itec_proj_index, index is corrupt.
    [103116] 2007-12-31 10:32:05.622 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexen
    [103116] 2007-12-31 10:32:05.747 e TextMining   Trace.cpp(00074) : EX: 'Unable to open input file
    dcwwtrexprdfs1\i$\itec_dept_index\en\trex\index.ini'
    [103116] 2007-12-31 10:32:05.747 e Trex_SE      FuzzyOptimizer.cpp(02490) : getTMHandle: error in opening TM '
    dcwwtrexprdfs1\i$\itec_dept_index\en\trex' rc=9013
    [103116] 2007-12-31 10:32:05.747 e Trex_SE      FuzzyOptimizer.cpp(03945) : rollbackOptimizeTextMining 'itec_dept_indexen' failed rc=9013
    [103116] 2007-12-31 10:32:05.747 e SERVER_TRACE DeltaIndexManager.cpp(01260) : rollback failed for itec_dept_indexen
    [103116] 2007-12-31 10:32:05.747 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexde
    [103116] 2007-12-31 10:32:05.888 e MiningAdmin  IndexManager.cpp(00866) : IndexManager::getAttributeInfos in IndexManager.cpp: Unable to read attribute infos from file '
    dcwwtrexprdfs1\i$\itec_dept_index\de\trex\FDocs'! Rollback is only possible option for index '
    dcwwtrexprdfs1\i$\itec_dept_index\de\trex\'.
    [103116] 2007-12-31 10:32:06.888 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexde finished rc=0
    [103116] 2007-12-31 10:32:06.904 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexes
    [103116] 2007-12-31 10:32:08.029 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexes finished rc=0
    [103116] 2007-12-31 10:32:08.029 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexfr
    [103116] 2007-12-31 10:32:09.154 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexfr finished rc=0
    [103116] 2007-12-31 10:32:09.154 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexsh
    [103116] 2007-12-31 10:32:10.279 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexsh finished rc=0
    [103116] 2007-12-31 10:32:10.279 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [71696] 2007-12-31 10:33:16.139 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [38716] 2007-12-31 10:33:16.139 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [96940] 2007-12-31 10:33:16.171 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [96940] 2007-12-31 10:36:16.190 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [38716] 2007-12-31 10:36:16.205 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [20892] 2007-12-31 10:36:16.221 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [20892] 2007-12-31 10:39:16.224 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [38716] 2007-12-31 10:39:16.240 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [86380] 2007-12-31 10:39:16.256 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [86380] 2007-12-31 10:42:16.290 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [103116] 2007-12-31 10:42:16.306 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [96940] 2007-12-31 10:42:16.322 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [96940] 2007-12-31 10:45:16.341 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [103116] 2007-12-31 10:45:16.356 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [20892] 2007-12-31 10:45:16.372 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [52804] 2007-12-31 10:48:16.375 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [38716] 2007-12-31 10:48:16.391 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [86380] 2007-12-31 10:48:16.407 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [86380] 2007-12-31 10:51:16.410 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [83108] 2007-12-31 10:51:16.426 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [96940] 2007-12-31 10:51:16.441 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [71696] 2007-12-31 10:54:16.460 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [38716] 2007-12-31 10:54:16.460 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [96940] 2007-12-31 10:54:16.492 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [71696] 2007-12-31 10:57:16.495 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [38716] 2007-12-31 10:57:16.495 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [96940] 2007-12-31 10:57:16.526 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [96940] 2007-12-31 11:00:16.545 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [38716] 2007-12-31 11:00:16.560 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [52804] 2007-12-31 11:00:16.576 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [23192] 2007-12-31 11:01:06.413 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index easywcmen
    [23192] 2007-12-31 11:01:06.929 e TREX_C_STORE CStoreFiler.cpp(01142) : <rollback>
    dcwwtrexprdfs1\i$\easywcm\en\HashKeyStore.read.offset for fall back not availabel
    [23192] 2007-12-31 11:01:06.929 e TREX_C_STORE CStoreFiler.cpp(01193) : ERROR: rollback:
    dcwwtrexprdfs1\i$\easywcm\en\HashKeyStore failed
    [23192] 2007-12-31 11:01:06.944 f TrexStore    PersistentDocStore.cpp(01753) : TrexStore error: TRexCommonObjectsException in DocKeyStore.cpp(222): 'ContentStoreOptimizeError' in function PersistentDocStore::rollback
    [23192] 2007-12-31 11:01:06.944 e Trex_SE      FuzzyOptimizer.cpp(02259) : ERROR: m_docStore->rollback failed.
    [23192] 2007-12-31 11:01:06.944 e Trex_SE      FuzzyOptimizer.cpp(03951) : rollbackOptimizeFullText 'easywcmen' failed rc=4527
    [23192] 2007-12-31 11:01:06.944 e SERVER_TRACE DeltaIndexManager.cpp(01260) : rollback failed for easywcmen
    [23192] 2007-12-31 11:01:06.960 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [38716] 2007-12-31 11:01:06.960 e TrexSlice    TRexApiSystem.cpp(01248) : IndexID: easywcm, index is corrupt.
    [38716] 2007-12-31 11:01:06.960 e TrexSlice    TrexSlice.cpp(00502) : ERROR: snapshot creation failed with ret=2008!
    [103116] 2007-12-31 11:01:09.927 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_proj_indexen
    [103116] 2007-12-31 11:01:10.474 e TREX_C_STORE CStoreFiler.cpp(01142) : <rollback>
    dcwwtrexprdfs1\i$\itec_proj_index\en\HashKeyStore.read.offset for fall back not availabel
    [103116] 2007-12-31 11:01:10.474 e TREX_C_STORE CStoreFiler.cpp(01193) : ERROR: rollback:
    dcwwtrexprdfs1\i$\itec_proj_index\en\HashKeyStore failed
    [103116] 2007-12-31 11:01:10.474 f TrexStore    PersistentDocStore.cpp(01753) : TrexStore error: TRexCommonObjectsException in DocKeyStore.cpp(222): 'ContentStoreOptimizeError' in function PersistentDocStore::rollback
    [103116] 2007-12-31 11:01:10.474 e Trex_SE      FuzzyOptimizer.cpp(02259) : ERROR: m_docStore->rollback failed.
    [103116] 2007-12-31 11:01:10.474 e Trex_SE      FuzzyOptimizer.cpp(03951) : rollbackOptimizeFullText 'itec_proj_indexen' failed rc=4527
    [103116] 2007-12-31 11:01:10.489 e SERVER_TRACE DeltaIndexManager.cpp(01260) : rollback failed for itec_proj_indexen
    [103116] 2007-12-31 11:01:10.489 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [51320] 2007-12-31 11:01:10.505 e TrexSlice    TRexApiSystem.cpp(01248) : IndexID: itec_proj_index, index is corrupt.
    [51320] 2007-12-31 11:01:10.505 e TrexSlice    TrexSlice.cpp(00502) : ERROR: snapshot creation failed with ret=2008!
    [51320] 2007-12-31 11:02:00.233 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexen
    [51320] 2007-12-31 11:02:00.358 e TextMining   Trace.cpp(00074) : EX: 'Unable to open input file
    dcwwtrexprdfs1\i$\itec_dept_index\en\trex\index.ini'
    [51320] 2007-12-31 11:02:00.358 e Trex_SE      FuzzyOptimizer.cpp(02490) : getTMHandle: error in opening TM '
    dcwwtrexprdfs1\i$\itec_dept_index\en\trex' rc=9013
    [51320] 2007-12-31 11:02:00.358 e Trex_SE      FuzzyOptimizer.cpp(03945) : rollbackOptimizeTextMining 'itec_dept_indexen' failed rc=9013
    [51320] 2007-12-31 11:02:00.358 e SERVER_TRACE DeltaIndexManager.cpp(01260) : rollback failed for itec_dept_indexen
    [51320] 2007-12-31 11:02:00.358 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexde
    [51320] 2007-12-31 11:02:00.498 e MiningAdmin  IndexManager.cpp(00866) : IndexManager::getAttributeInfos in IndexManager.cpp: Unable to read attribute infos from file '
    dcwwtrexprdfs1\i$\itec_dept_index\de\trex\FDocs'! Rollback is only possible option for index '
    dcwwtrexprdfs1\i$\itec_dept_index\de\trex\'.
    [51320] 2007-12-31 11:02:01.482 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexde finished rc=0
    [51320] 2007-12-31 11:02:01.482 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexes
    [51320] 2007-12-31 11:02:02.607 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexes finished rc=0
    [51320] 2007-12-31 11:02:02.607 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexfr
    [51320] 2007-12-31 11:02:03.716 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexfr finished rc=0
    [51320] 2007-12-31 11:02:03.731 e Trex_SE      FuzzyOptimizer.cpp(03907) : start rollbackOptimize for index itec_dept_indexsh
    [51320] 2007-12-31 11:02:04.840 e Trex_SE      FuzzyOptimizer.cpp(03984) : rollbackOptimize for index itec_dept_indexsh finished rc=0
    [51320] 2007-12-31 11:02:04.856 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [23192] 2007-12-31 11:02:27.705 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [83108] 2007-12-31 11:02:27.736 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [51320] 2007-12-31 11:02:27.767 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [83108] 2007-12-31 11:02:27.845 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [103116] 2007-12-31 11:02:27.861 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [71696] 2007-12-31 11:02:27.877 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [51320] 2007-12-31 11:03:16.589 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [96940] 2007-12-31 11:03:16.605 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [71696] 2007-12-31 11:03:16.620 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [71696] 2007-12-31 11:06:16.682 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [96940] 2007-12-31 11:06:16.682 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [71696] 2007-12-31 11:06:16.713 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [20892] 2007-12-31 11:09:16.785 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [96940] 2007-12-31 11:09:16.801 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [52804] 2007-12-31 11:09:16.816 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [83108] 2007-12-31 11:10:18.345 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.
    [120828] 2007-12-31 11:10:18.377 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_proj_index, index is corrupt.
    [52804] 2007-12-31 11:10:18.392 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: easywcm, index is corrupt.
    [120828] 2007-12-31 11:10:18.470 e SERVER_TRACE TRexApiAdmin.cpp(09159) : Index Id: itec_dept_index, index is corrupt.

    Hi Srinivas,
    I am afraid, but it seems that the indexes of your TREX installation are corrupt. This could happen if, e.g. you use a network storage (SAN or NAS) which is temporarily not available.
    As far as I see it is necessary to perform a reindex or restore a backup of the not working indexes. For further investigation it might be useful to do a backup of the current situation.
    Kind regards,
    Roland

  • Re: (forte-users) Unstable server ENV after upgrade to Forte30M2.

    I see/suggest a few things:
    1) In your #1, you mention ".... development and test environments which use the
    same Forte 3M installs through links ...". This concerns me. On our UNIX box
    each environment has it's own directory containing it's own install. If your
    environments are some how sharing a node manager, log directory or processes (to
    name a few things) that is a recipe for disaster. They may be competing for
    resources and usually the first one started will win.
    2) I haven't done a lot with compatibility levels, but if an application built
    in dev is to run in test it may be important that node managers and services
    (autocompile, codegen etc.) be at the same level (????).
    3) Check the definition files, to make sure the two environments operate
    independently. If they are both trying to write to the same log file the one
    started up first will work while the second will not as the file will be "busy".
    4) We usually use rpcreate (newer version) to create brand new repositories.
    Than we export/import the source code that we need. Also it is important to
    force compile ALL plans in a workspace at least once after doing the import.
    This will ensure that all of the code is "speaking the same language". The other
    compile, only compiles those pieces of code that changed from the last compile.
    Hope this helps.
    Kelsey PetrychynSaskTel Technical Analyst
    ITM - Technology Solutions - Distributed Computing
    Tel (306) 777 - 4906, Fax (306) 359 - 0857
    Internet:kelsey.petrychynSasktel.sk.ca
    Quality is not job 1. It is the only job!
    "Braja Chattaraj" <forte_brajachotmail.com> on 09/13/2000 03:43:57 PM
    Please respond to chattaraj_braja_NONLILLYlilly.com
    To: forte-userslists.xpedior.com
    cc: (bcc: Kelsey Petrychyn/SaskTel/CA)
    Subject: (forte-users) Unstable server ENV after upgrade to Forte 30M2.
    We are running Forte 3M2 clients and server in our test environment with
    clients on NT and server on Solaris 2.6. Eversince the upgrade from 3L to 3M
    we have been having an unstable environment that does not remain alive for >
    10 mins. These are the details of the Forte installs and server setups :
    1. The server hosts the development and test environments which use the same
    Forte 3M installs through links (same ftcmd, ftexec, nodemgr, etc.). The
    environments are at compatibility levels 0 and 1 respectively.
    2. The two environments have the same definition files (defining the ENV
    variables), though seperate copies and the two environments are hosted on
    different ports on the same server.
    3. While building the new 3M environmnets in DEV and TST, we exported the
    old 3L repositories and imported them into the new 3M repositories and
    deployed the applications.
    While the DEV environment is stable the TST environment is not. This has
    been observed while moving plans between the environments (export and
    import) using fscript commands, deploying the apps after the move using
    fscript, and testing the apps. Sometimes it has come down right after a
    startup. There is no programatic reference to the environment agent in the
    code. So, a programatic shutdown is ruled out.
    Does anybody have a clue or a similar experience ?
    Thanks.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    BRAJA KISHORE CHATTARAJ
    Consultant, Analysts International.
    Work : Sphinx Pharmaceuticals (A division of Eli Lilly & Co.)
    (919) 314-4134
    Home : 1801, Williamsburg Rd., #41H, Durham, NC 27707.
    (919) 463-7802
    E-mail : forte_brajachotmail.com
    Visit us www.analysts.com
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    http://profiles.msn.com.
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    We found a solution to our issue.Their desktops were in a lockdown environment and the essbase.id file located in the windows directory was locked as well. This file is responsible for assigning ports etc and it couldn't be updated for the 6.5.4p2 upgrade. Once the file was deleted and the user reconnected to Essbase, the essbase.id was reset and they could connect.

  • Setting up Multi server environment in Sql Server 2012 - Enlist Failed Error

    I am trying to Configure the Master target server / Multi server environment in Sql Server 2012.
    I changed :
     - `MSXENCryptChannnelOptions`-->Changed from 2 to 0
     - `AllowDownloadedJobsToMatchProxyName` - changed from 0 to 1 on the target
    When I run the wizard I am getting below error
    >MSX Enlist failed for Job Server 'MasterServerName'
    >The enlist operation Failed(Reason:SQL Server Agent Error: Unable to connect to MSX 'MasterServerName'(Microsoft Sql Server, Error : 22026)
    They both servers SQL Agents are running on the same windows service account.
    Any Suggestions on how to fix this?
    **Adding the Log:**
    Enlist TSX Progress
    - Create MSXOperator (Success)
    Checking for an existing MSXOperator. 
    Updating existing MSXOperator. 
    Successfully updated MSXOperator. 
    - Make sure the Agent service for 'Test3' is running (Success)
    The service 'SQLSERVERAGENT' is running. 
    - Ensure the agent startup account for 'Test4' has rights to login as a target server (Success)
    Checking to see if the startup account for 'Test4' already exists. 
    Login exists on server. 
    Checking to see if login has rights to msdb. 
    Login has rights to msdb. 
    Checking to see if user is a member of the TargetServersRole. 
    User is a member of the TargetServersRole. 
    - Enlist 'Test4' into 'Test3' (Error)
    Enlisting target server 'Test4' with master server 'Test3'. 
    Using new enlistment method. 
    Messages
    MSX enlist failed for JobServer 'Test4'.  (Microsoft.SqlServer.Smo)
    ADDITIONAL INFORMATION:
    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
    The enlist operation failed (reason: SQLServerAgent Error: Unable to connect to MSX 'TEST3'.) (Microsoft SQL Server, Error: 22026)

    hi SmilingLily,
    you can try to run the SQL Agent under a domain account.

  • Multi server data retrieval performance

    Hi experts,
    I have a question regarding the data retrieval performance (EVDRE) on a multi server installation environment on Microsoft SQL Server 2008.
    We have succesfully migrated Outlooksoft 4.2 SP03 to SAP BPC 7.0 SP07 for a customer. During this project we have also set up a complete new server environment consisting of:
    Development server: dedicated single server, Windows 2003 Standard SP2 32 bit, SQL Server 2008 SP1 with cumulative update package 6, SAP BPC 7.0 SP07, 2 quad core processors, 4 GB RAM
    QA server: dedicated multi servers - 1 database server (SQL/OLAP), Windows 2003 Standard SP2 64 bit, SQL Server 2008 SP1 with cumulative update package 6, 2 quad core processors, 32 GB RAM - 1 dedicated application/web server, Windows 2003 Standard SP2 32 bit, SQL Server 2008 SP1 with cumulative update package 6 (shared components / reporting services), SAP BPC 7.0 SP07, 2 quad core processors, 4 GB RAM
    Production server: dedicated multi servers - 1 database server (SQL/OLAP/Reporting services), Windows 2003 Standard SP2 64 bit, SQL Server 2008 SP1 with cumulative update package 6, 2 quad core processors, 32 GB RAM - 2 dedicated application/web server, Windows 2003 Standard SP2 32 bit, SQL Server 2008 SP1 with cumulative update package 6 (shared components), SAP BPC 7.0 SP07, 2 quad core processors, 4 GB RAM
    Furthermore, two terminal servers with the SAP BPC client.
    All servers have good performancve and we have great times on cube processing and SQL processing. However, to our great surprise we find that the single development server is much faster with a single user to retrieve data using EVDRE than the multi-server environment. About 2x as fast. A reporting book with more then 10 sheets and about 25 EVDRE's takes about 42 seconds on the development server and 93 seconds on the multi server.
    It seems that EVDRE is taking up a lot of time to communicate between the application server and the database server in a multi server environment while being much faster on a single server. This is not what we want :-). The network speed in the domain consist of all 1 GB lines so that should not be the issue.
    Do you have any experience with this? How can we upgrade the speed of the multi server, are there specific settings?
    Hope the get some useful answers. Thanks in advance.
    Damien
    Edited by: DWiegman on Feb 20, 2010 4:15 PM

    Hi,
       You have to activate also the EVDRE logs on the client and server level, just to understand from where is coming the problem (appserver-db comuncication or client-appserver communication). You have to check also if there is any proxy firewall between client and application server.
        In case you are using NLB, please verify if afinity is setup to true.
        The performance problems can be come from db level. Did you verify how many records do you have into WB table for the specific application? Are you keeping the DB in full mode? How big is the log of the databse?
        The are a lot of things that can have impact of this, but it looks to be a setup problem.
    Hope this can help you,
    Mihaela

Maybe you are looking for

  • RoboHelp HTML 8

    I cannot view a selected item.  I click on the glasses and nothing happens.  It was working fine yesterday.

  • Tabkey command not working in iOS 7

    Using the voice tab key command in Notes does not work properly in iOS 7.  It did work properly in iOS 6.  Any thoughts on this?? TomR

  • Compaq Presario C62

    My laptop will not reboot. I have loaded the windows 7 recovery disc, come sup with error message Rem couldn't perform the screening because couldn't detect 2 HDD's on this system. can anyone help

  • How to Create a record if vo.executequery does not return any rows

    I would like to update a single record on adf form. However if the record does not exist would like to create a row and save it in the table. The user does not want to add a "create" button on the screen. Hence would need to add the create code if vo

  • Getting all eeeeeeees in yahoo search and other times

    When I try to find Yahoo Search I get all eeeeeeeee's and they won't erase. Also on web sites when I try to fill in information the eeeeee's appear? Help me if you can please. Thank you! I'm surprised i got to type this message without it happening.