Error -20023

Hello
I have now made a program for the USB-6215 for counting signals. I have connected a button between +5V and AI15. It can count every time i push the button, but sometimes when i don't touch the button, it still count because of noise. I then made a filter, but every time i start the program, I get "Error -20023"
Please look my program attached to this post, and help me fixing the problem
Thanks 
Attachments:
Collect Signals.vi ‏157 KB

You are still trying to filter a single point and the filter you are using expects multiple points - you could perhaps store the points using your 'collector' and filter the result from them.
Also, I assume you are switching between 0 and +5V? If this is the case why don't you set you switch level to a more appropriate level, perhaps some in the middle of the range (say 2.5V). If you still get unwanted switching due to noise add some hysteresis as I previously mentioned (have different on and off levels for example "low" when between 0 V and 0.8 V and "high" when between 2.2 V and 5 V) - this might be a more appropriate solution than filtering.
If there is anything that you are still unsure of then ask and I can try to give you answers or recommend solutions but I am not going to do the work for you.
David
www.controlsoftwaresolutions.com

Similar Messages

  • Error -20023 internal software error

    Hola a todos. Soy un nuevo usuario del labview y mientras intento aprender algo me he topado con un error que no entiendo a la salida de un filtro:
    Software error ocurred in no asociated comand id on axis control error -20023 internal software error please contact ni for suppor
    Lo que hace el programa no es problema. La cosa es que si quito el filtro funciona bien.
    Para hacerlo funcionar utilizamos una señal simulada de una 9239 creada con MAX.
    Si alguien puede darme alguna idea, se lo agradeceré un monton.
    Attachments:
    prueba3.vi ‏291 KB

    Hola Gonzalo el código de error es de un filtro y el VI que estas utilizando para interpretar los errores no te da una descripción adecuada porque ese es para Motion, y en este caso no lo estas usando por eso la descripción del error no tiene sentido.
    Aquí el erro puede ser por poner rangos inválidos en la frecuencia de muestre, o corte, o debido a que no hay información en el waveform. La siguiente liga tiene mas información:
    http://digital.ni.com/public.nsf/allkb/ABBD3A7BC25E17C8862561270058A4A0?OpenDocument
    Saludos
    Benjamin C
    Senior Systems Engineer // CLA // CLED // CTD

  • I am using an Equi-Ripple BandPass VI and it gives the error 20023???

    I am using a Equi-Ripple BandPass VI and it gives the error  20023. when I change the values of sampling frequency and other required ones and save. it wont save. when I run the program again, it goes back to the previous values, so it displays the error again, so it doresnt display my waveform ???? I am using sampling frequency of 100. High pass 40. low pass 0.5. high stop 45 and low stop 0,25. 
    Attachments:
    half (2).vi ‏144 KB

    OK I see you fixed this with While.vi.  However you left the filter parameters unwired in that vi.
    Let's speak of the operation: the while loop executes exactly once since both cases of the case structure pass F to the condition terminal.  This means that your U8 array will have 0 or 16 elements.  So, the build array outputs will either be a 1D arry of 2 elements or a 1D array of 0 elements (the reshape arrays do nothing) and the inputs to the filter have fewer elements that taps (default is 32).  Taps less than or equal to 2 is an error and so is samples less than taps.  You've created an error generator.
    Jeff

  • Signal analysing program faces different signal processing errors while the mentioned settings in the error solutions are correct!!

    I am trying to get 4 signals from my bluetooth  which is connected to a sensor. later on I need to analyze the signals for calculating heart beat and blood oxygen saturation. when the labview reads the data it has no errors but anyway the peak detecor doesnt work. my sampling rate is 100. anyway I get different signal processing errors like 20023 and 20037 and 20041, 20015. but when i check the solutions for the errors, they dont help me at all. like error 20023 complains about low and high cut of frequency while mine is set correctly could you please check it for me
    Attachments:
    shift final - Copy.vi ‏458 KB

    Mistaken wiring here- after BD Cleanup (Ctrl-U)
    Error -20037 occurred at an unidentified location
    Possible reason(s):
    Analysis:  The number of data points in the Y value array must be greater than the order value.
    Jeff

  • Problème paramètrage de filtre sur une mesure Labview

    Bonjour,
    Je souhaite filtrer une mesure provenant d'une entrée analogique AI1 d'une carte NI-USB 6008.
    La tâche utilisée (AI-Tâche) est paramétrée sous MAX, pour lire 1k en échantillons continus à une fréquence de 50HZ.
    La lecture de la tâche DAQmx se fait ensuite dans une boucle while cadencée à 2Hz.
    Lorsque je tente de filtrer la fréquence de 2Hz, correspondant aux bruits, j'obtiens un message d'erreur de type Error 20023 qui me dit que je ne respecte pas le théorème de Shanon.
    Pourriez-vous, s'il vous plait, m'indiquer pourquoi cette erreur apparait sachant que je suis normalement dans les conditions de Shanon.
    Je vous joins une image de la partie du VI concernant l'acquisition ainsi que mon fichier config exporté depuis MAX.
    Merci d'avance
    Cordialement
    Pièces jointes :
    VI.JPG ‏53 KB
    configData.ini ‏8 KB

    Bonjour,
    Au lieu d'utiliser des VI express, utilisez les fonctions de filtre comme "filtre de butterworth", vous aurez la maitrise sur la frequence d'echantillonage.
    Cordialement,
    Aurélien J.
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> Du 30 juin au 25 août, embarquez pour 2 mois de vidéo-t'chat ! Prenez place pour un voyage au coe...

  • Muti-Channel Low Pass Filter

    I am using a NI 6210 to measure temperatures using thermocouples. The signal acquired is very noisy. What signal processing technique can be applied to all the channels once they are read using the DAQ MX Read Instruction (Analog 2D DBL NChnnl NSamp) ?
    I tried using the Filter Express Vi from Sinal express. It works when I am reading only 1 channel, but does not work for multiple channels? How can I use this for  a 2 dimensional array of data?

    What you need to use is the “convert to dynamic data”, this function will be in the same place as the filter, but one category up, instead of signal analysis it will be under signal manipulation. One article that is kind of doing the opposite is: Exercise 3: Easily Add Analysis to Your LabVIEW Application. But resuming on your problem I have attach what more or less you will need to do to get your code running. Here as you can see you will have your data type in DBL and in a waveform data type. If by any chance you get this error -20023: Troubleshooting Error -20023 from Filter VIs.
    I hope it helps
    Message Edited by Jaime F on 11-14-2007 05:33 PM
    Jaime Hoffiz
    National Instruments
    Product Expert
    Digital Multimeters and LCR Meters
    Attachments:
    filter.JPG ‏44 KB

  • OAMSSA-20023 error while logging in as xelsysadm

    Hello,
    Installed 11.1.1.3 on linux recently and went through the configuration scripts. I am trying to login as xelsysadm in the http://<localhost>:14000/oim and getting an error "Incorrect Username or Password was specified" on the login screen.
    Upon reviewing the logs of oam_server1 under the domain, I am seeing the following error
    <oracle.oam.user.identity.provider> <OAMSSA-20023> <Authentication Failure : No User found matching the criteria.>
    Has anyone come across this issue. I am sure that i am using the password that i entered when installing oim software.
    I also verified that the user XELSYSADM exists in DEV_OIM schema USR table.
    Thanks in advance,
    Prasad.
    Edited by: pk**** on May 10, 2011 6:28 AM

    It appears that i started oam_server1 to soon, i was able to login into oim once i stopped the oam_server1 and was able to complete my installation steps (webgates etc).

  • Error while calling xml report from oaf page

    hi all
    i am calling xml(pdf) report from oaf page the back end jdeveloper console this error message is coming
    when i am caling report empty out put is coming
    any one help me regarding this issue
    123109_073025194][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [123109_073025194][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [123109_073025194][][EXCEPTION] [DEBUG] [ICX_COOKIE_NAME]:[DEV]
    [123109_073025194][][EXCEPTION] [DEBUG] [JDBC:processEscapes]:[true]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [123109_073025194][][EXCEPTION] [DEBUG] [APPL_SERVER_ID]:[07910A4CBEF04DE395C782218C44D60710897045366671209174079915214149]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_SIZE]:[100]
    [123109_073025194][][EXCEPTION] [DEBUG] [NLS_DATE_LANGUAGE]:[AMERICAN]
    [123109_073025194][][EXCEPTION] [DEBUG] [ICX_SESSION_COOKIE_VALUE]:[iDQBc8141owULp9woYLCe7wm:S]
    [123109_073025194][][EXCEPTION] [DEBUG] [ICX_TRANSACTION_ID]:[-1]
    [123109_073025194][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD-MON-RRRR]
    [123109_073025194][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[20023]
    [123109_073025194][][EXCEPTION] [DEBUG] [LOGIN_ID]:[113493]
    [123109_073025194][][EXCEPTION] [DEBUG] [DB_PORT]:[1521]
    [123109_073025194][][EXCEPTION] [DEBUG] [USER_ID]:[1251]
    [123109_073025194][][EXCEPTION] [DEBUG] [DISPLAY_LANGUAGE]:[US]
    [123109_073025194][][EXCEPTION] [DEBUG] [APPLICATION_ID]:[crm.oracle.apps.xxcrm.crmmgmt.quotationmgmt.server.xxcrmquotationmgmtAM]
    [123109_073025194][][EXCEPTION] [DEBUG] [NLS_NUMERIC_CHARACTERS]:[.,]
    [123109_073025194][][EXCEPTION] [DEBUG] [NLS_LANGUAGE]:[AMERICAN]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [123109_073025194][][EXCEPTION] [DEBUG] [GUEST_USER_PWD]:[GUEST/ORACLE]
    [123109_073025194][][EXCEPTION] [DEBUG] [RESP_ID]:[50722]
    [123109_073025194][][EXCEPTION] [DEBUG] [NLS_SORT]:[BINARY]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_PROFILE_VALIDATION_ENABLED]:[null]
    [123109_073025194][][EXCEPTION] [DEBUG] [FUNCTION_ID]:[-1]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [123109_073025194][][EXCEPTION] [DEBUG] [ICX_PV_SESSION_MODE]:[115P]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[true]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[false]
    [123109_073025194][][EXCEPTION] [DEBUG] [NLS_LANG]:[null]
    [123109_073025194][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=data02.utsco.com)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=DEV)))]
    [123109_073025194][][EXCEPTION] [DEBUG] [FNDNAM]:[APPS]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_PROXY_USER]:[null]
    [123109_073025194][][EXCEPTION] [DEBUG] [TWO_TASK]:[DEV]
    [123109_073025194][][EXCEPTION] [DEBUG] [APPS_JDBC_DRIVER_TYPE]:[THIN]
    [123109_073025194][][EXCEPTION] [DEBUG] [DB_HOST]:[data02.utsco.com]
    [123109_073025194][][EXCEPTION] [DEBUG] [DBC_FILE_PATH]:[C:\OAF\jdevhome\jdev\dbc_files\secure\DEV.dbc]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [123109_073025194][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [123109_073025194][][EXCEPTION] [DEBUG] [LANG_CODE]:[US]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[500]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [123109_073025194][][EXCEPTION] [DEBUG] [USER_NAME]:[CRMUSER]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[5]
    [123109_073025194][][EXCEPTION] [DEBUG] [DB_NAME]:[DEV]
    [123109_073025194][][EXCEPTION] [DEBUG] [NLS_CHARACTERSET]:[AL32UTF8]
    [123109_073025194][][EXCEPTION] [DEBUG] [ORG_ID]:[82]
    [123109_073025194][][EXCEPTION] [DEBUG] [DB_ID]:[DEV]
    [123109_073025194][][EXCEPTION] [DEBUG] [GWYUID]:[APPLSYSPUB/PUB]
    [123109_073025194][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[UNITED ARAB EMIRATES]
    [123109_073025194][][EXCEPTION] [DEBUG] [ICX_SESSION_ID]:[848565270]
    [123109_073025194][][EXCEPTION] [DEBUG] [JDBC:oracle.jdbc.maxCachedBufferSize]:[358400]
    [123109_073025194][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [123109_073025194][][EXCEPTION] [DEBUG] [java.vendor]:[Sun Microsystems Inc.]
    [123109_073025194][][EXCEPTION] [DEBUG] [ajp.connection.listener.state]:[down]
    [123109_073025194][][EXCEPTION] [DEBUG] [sun.management.compiler]:[HotSpot Client Compiler]
    [123109_073025194][][EXCEPTION] [DEBUG] [oracle.j2ee.container.version]:[10.1.3.3.0]
    [123109_073025194][][EXCEPTION] [DEBUG] [os.name]:[Windows XP]
    [123109_073025194][][EXCEPTION] [DEBUG] [sun.boot.class.path]:[C:\OAF\jdevbin\jdk\jre\lib\rt.jar;C:\OAF\jdevbin\jdk\jre\lib\i18n.jar;C:\OAF\jdevbin\jdk\jre\lib\sunrsasign.jar;C:\OAF\jdevbin\jdk\jre\lib\jsse.jar;C:\OAF\jdevbin\jdk\jre\lib\jce.jar;C:\OAF\jdevbin\jdk\jre\lib\charsets.jar;C:\OAF\jdevbin\jdk\jre\classes]
    [123109_073025194][][EXCEPTION] [DEBUG] [sun.desktop]:[windows]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.runtime.version]:[1.5.0_05-b05]
    [123109_073025194][][EXCEPTION] [DEBUG] [com.oracle.corba.ee.security.trusted.clients]:[*]
    [123109_073025194][][EXCEPTION] [DEBUG] [oracle.security.jazn.config]:[C:\OAF\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\jazn.xml]
    [123109_073025194][][EXCEPTION] [DEBUG] [user.name]:[utsguest]
    [123109_073025194][][EXCEPTION] [DEBUG] [user.language]:[en]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.naming.factory.initial]:[com.evermind.server.ApplicationInitialContextFactory]
    [123109_073025194][][EXCEPTION] [DEBUG] [sun.boot.library.path]:[C:\OAF\jdevbin\jdk\jre\bin]
    [123109_073025194][][EXCEPTION] [DEBUG] [oc4j.jms.usePersistenceLockFiles]:[false]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.version]:[1.5.0_05]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.util.logging.manager]:[oracle.classloader.util.ApplicationLogManager]
    [123109_073025194][][EXCEPTION] [DEBUG] [user.timezone]:[GMT+04:00]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.net.preferIPv4Stack]:[true]
    [123109_073025194][][EXCEPTION] [DEBUG] [sun.arch.data.model]:[32]
    [123109_073025194][][EXCEPTION] [DEBUG] [javax.rmi.CORBA.UtilClass]:[com.sun.corba.ee.impl.javax.rmi.CORBA.Util]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.endorsed.dirs]:[C:\OAF\jdevbin\jdk\jre\lib\endorsed]
    [123109_073025194][][EXCEPTION] [DEBUG] [sun.cpu.isalist]:[pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86]
    [123109_073025194][][EXCEPTION] [DEBUG] [sun.jnu.encoding]:[Cp1252]
    [123109_073025194][][EXCEPTION] [DEBUG] [file.encoding.pkg]:[sun.io]
    [123109_073025194][][EXCEPTION] [DEBUG] [DBCFILE]:[C:\OAF\jdevhome\jdev\dbc_files\secure\DEV.dbc]
    [123109_073025194][][EXCEPTION] [DEBUG] [file.separator]:[\]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.specification.name]:[Java Platform API Specification]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.class.version]:[49.0]
    [123109_073025194][][EXCEPTION] [DEBUG] [user.country]:[US]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.home]:[C:\OAF\jdevbin\jdk\jre]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.vm.info]:[mixed mode]
    [123109_073025194][][EXCEPTION] [DEBUG] [os.version]:[5.1]
    [123109_073025194][][EXCEPTION] [DEBUG] [org.omg.CORBA.ORBSingletonClass]:[com.sun.corba.ee.impl.orb.ORBImpl]
    [123109_073025194][][EXCEPTION] [DEBUG] [path.separator]:[;]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.vm.version]:[1.5.0_05-b05]
    [123109_073025194][][EXCEPTION] [DEBUG] [user.variant]:[]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.protocol.handler.pkgs]:[oracle.apps.xdo.common.net.protocol|com.evermind.protocol]
    [123109_073025194][][EXCEPTION] [DEBUG] [checkForUpdates]:[adminClientOnly]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.awt.printerjob]:[sun.awt.windows.WPrinterJob]
    [123109_073025194][][EXCEPTION] [DEBUG] [RUN_FROM_JDEV]:[true]
    [123109_073025194][][EXCEPTION] [DEBUG] [sun.io.unicode.encoding]:[UnicodeLittle]
    [123109_073025194][][EXCEPTION] [DEBUG] [com.sun.jts.pi.INTEROP_MODE]:[false]
    [123109_073025194][][EXCEPTION] [DEBUG] [awt.toolkit]:[sun.awt.windows.WToolkit]
    [123109_073025194][][EXCEPTION] [DEBUG] [MetaObjectContext]:[oracle.adf.mds.jbo.JBODefManager]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_TOP]:[C:\OAF\jdevhome\jdev\dbc_files\]
    [123109_073025194][][EXCEPTION] [DEBUG] [oracle.j2ee.http.socket.timeout]:[500]
    [123109_073025194][][EXCEPTION] [DEBUG] [com.oracle.corba.ee.security.ssl.port]:[5656]
    [123109_073025194][][EXCEPTION] [DEBUG] [JRAD_ELEMENT_LIST_PATH]:[C:\OAF\jdevhome\jdev\myhtml\OA_HTML\jrad\]
    [123109_073025194][][EXCEPTION] [DEBUG] [JTFDBCFILE]:[C:\OAF\jdevhome\jdev\dbc_files\secure\DEV.dbc]
    [123109_073025194][][EXCEPTION] [DEBUG] [com.sun.CORBA.POA.ORBServerId]:[1000000]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.naming.factory.url.pkgs]:[oracle.oc4j.naming.url]
    [123109_073025194][][EXCEPTION] [DEBUG] [user.home]:[C:\Documents and Settings\utsguest]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.specification.vendor]:[Sun Microsystems Inc.]
    [123109_073025194][][EXCEPTION] [DEBUG] [oracle.home]:[C:\OAF\jdevbin]
    [123109_073025194][][EXCEPTION] [DEBUG] [oracle.dms.sensors]:[5]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.library.path]:[C:\OAF\jdevbin\jdk\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\DevSuiteHome_1\jdk\jre\bin\classic;C:\DevSuiteHome_1\jdk\jre\bin;C:\DevSuiteHome_1\jdk\jre\bin\client;C:\DevSuiteHome_1\jlib;C:\DevSuiteHome_1\bin;C:\DevSuiteHome_1\jre\1.4.2\bin\client;C:\DevSuiteHome_1\jre\1.4.2\bin;C:\apps\product\11.1.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\DMIX;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.vendor.url]:[http://java.sun.com/]
    [123109_073025194][][EXCEPTION] [DEBUG] [XDO_TOP]:[E:\oracle\apps\apps_st\appl\xdo\12.0.0]
    [123109_073025194][][EXCEPTION] [DEBUG] [javax.rmi.CORBA.StubClass]:[com.sun.corba.ee.impl.javax.rmi.CORBA.StubDelegateImpl]
    [123109_073025194][][EXCEPTION] [DEBUG] [oracle.j2ee.dont.use.memory.archive]:[true]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.vm.vendor]:[Sun Microsystems Inc.]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.runtime.name]:[Java(TM) 2 Runtime Environment, Standard Edition]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.class.path]:[C:\OAF\jdevbin\jdk\jre\lib\rt.jar;C:\OAF\jdevbin\jdk\jre\lib\jsse.jar;C:\OAF\jdevbin\jdk\jre\lib\jce.jar;C:\OAF\jdevbin\jdk\jre\lib\charsets.jar;C:\OAF\jdevbin\jdk\jre\lib\ext\dnsns.jar;C:\OAF\jdevbin\jdk\jre\lib\ext\localedata.jar;C:\OAF\jdevbin\jdk\jre\lib\ext\sunjce_provider.jar;C:\OAF\jdevbin\jdk\jre\lib\ext\sunpkcs11.jar;C:\OAF\jdevbin\j2ee\home\oc4j-api.jar;C:\OAF\jdevbin\j2ee\home\lib\oc4j-unsupported-api.jar;C:\OAF\jdevbin\j2ee\home\lib\activation.jar;C:\OAF\jdevbin\j2ee\home\lib\mail.jar;C:\OAF\jdevbin\j2ee\home\lib\persistence.jar;C:\OAF\jdevbin\j2ee\home\lib\ejb30.jar;C:\OAF\jdevbin\j2ee\home\lib\ejb.jar;C:\OAF\jdevbin\j2ee\home\lib\javax77.jar;C:\OAF\jdevbin\j2ee\home\lib\javax88.jar;C:\OAF\jdevbin\j2ee\home\lib\servlet.jar;C:\OAF\jdevbin\j2ee\home\lib\jms.jar;C:\OAF\jdevbin\j2ee\home\lib\jta.jar;C:\OAF\jdevbin\j2ee\home\lib\jacc-api.jar;C:\OAF\jdevbin\j2ee\home\lib\connector.jar;C:\OAF\jdevbin\j2ee\home\lib\jmx_remote_api.jar;C:\OAF\jdevbin\j2ee\home\lib\jax-qname-namespace.jar;C:\OAF\jdevbin\webservices\lib\jaxr-api.jar;C:\OAF\jdevbin\webservices\lib\jaxrpc-api.jar;C:\OAF\jdevbin\webservices\lib\saaj-api.jar;C:\OAF\jdevbin\webservices\lib\jws-api.jar;C:\OAF\jdevbin\j2ee\home\lib\oc4j-internal.jar;C:\OAF\jdevbin\j2ee\home\lib\oems-jms-oc4j.jar;C:\OAF\jdevbin\j2ee\home\lib\oems-jms-client.jar;C:\OAF\jdevbin\j2ee\home\lib\oems-jms-server.jar;C:\OAF\jdevbin\j2ee\home\lib\oc4j-schemas.jar;C:\OAF\jdevbin\j2ee\home\lib\ojsp.jar;C:\OAF\jdevbin\j2ee\home\lib\oc4j_orb.jar;C:\OAF\jdevbin\j2ee\home\lib\iiop_support.jar;C:\OAF\jdevbin\j2ee\home\lib\orbbase.jar;C:\OAF\jdevbin\j2ee\home\iiop_gen_bin.jar;C:\OAF\jdevbin\j2ee\home\lib\jmxcluster.jar;C:\OAF\jdevbin\j2ee\home\jaccprovider.jar;C:\OAF\jdevbin\javavm\lib\jasper.zip;C:\OAF\jdevbin\j2ee\home\lib\adminclient.jar;C:\OAF\jdevbin\opmn\lib\optic.jar;C:\OAF\jdevbin\j2ee\home\jacc-spi.jar;C:\OAF\jdevbin\j2ee\home\jazncore.jar;C:\OAF\jdevbin\j2ee\home\jazn.jar;C:\OAF\jdevbin\jlib\ospnego.jar;C:\OAF\jdevbin\jlib\ldapjclnt10.jar;C:\OAF\jdevbin\webservices\lib\wsserver.jar;C:\OAF\jdevbin\webservices\lib\wsif.jar;C:\OAF\jdevbin\webservices\lib\orawsmetadata.jar;C:\OAF\jdevbin\webservices\lib\orajaxr.jar;C:\OAF\jdevbin\jlib\jssl-1_1.jar;C:\OAF\jdevbin\jlib\ojmisc.jar;C:\OAF\jdevbin\toplink\jlib\toplink-oc4j.jar;C:\OAF\jdevbin\diagnostics\lib\ojdl2.jar;C:\OAF\jdevbin\xqs\lib\xqs-api.jar;C:\OAF\jdevbin\xqs\lib\xds.jar;C:\OAF\jdevbin\jdev\lib\jdev-oc4j-embedded.jar;C:\OAF\jdevbin\j2ee\home\lib\pcl.jar;C:\OAF\jdevbin\j2ee\home\lib\ext;C:\OAF\jdevbin\lib\dmsapp.jar;C:\OAF\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\admin_ejb.jar;C:\OAF\jdevbin\BC4J\lib\bc4jdomorcl.jar;C:\OAF\jdevbin\jlib\jsp-el-api.jar;C:\OAF\jdevbin\jlib\commons-el.jar;C:\OAF\jdevbin\jlib\oracle-el.jar;C:\OAF\jdevbin\jlib\jewt4.jar;C:\OAF\jdevbin\jdev\appslibrt\regexp.jar;C:\OAF\jdevbin\jdev\appslibrt\share.jar;C:\OAF\jdevbin\jdev\appslibrt\uix2.jar;C:\OAF\jdevbin\oaext\mds\lib\mdsrt.jar;C:\OAF\jdevbin\oaext\lib\mdsdt.jar;C:\OAF\jdevbin\oaext\lib\oamdsdt.jar;C:\OAF\jdevbin\javacache\lib\cache.jar;C:\OAF\jdevbin\lib\xschema.jar;C:\OAF\jdevbin\BC4J\lib;C:\OAF\jdevbin\BC4J\lib\adfbinding.jar;C:\OAF\jdevbin\BC4J\lib\adfcm.jar;C:\OAF\jdevbin\BC4J\lib\adfm.jar;C:\OAF\jdevbin\BC4J\lib\adfmweb.jar;C:\OAF\jdevbin\BC4J\lib\adfs-jazn.jar;C:\OAF\jdevbin\BC4J\lib\adfs.jar;C:\OAF\jdevbin\BC4J\lib\adfshare.jar;C:\OAF\jdevbin\BC4J\lib\bc4jct.jar;C:\OAF\jdevbin\BC4J\lib\bc4jctejb.jar;C:\OAF\jdevbin\BC4J\lib\bc4jimdomains.jar;C:\OAF\jdevbin\BC4J\lib\bc4jmt.jar;C:\OAF\jdevbin\BC4J\lib\bc4jmtejb.jar;C:\OAF\jdevbin\BC4J\lib\bc4jsyscat.jar;C:\OAF\jdevbin\BC4J\lib\collections.jar;C:\OAF\jdevbin\jdev\appslibrt\fwkjbo.zip;C:\OAF\jdevbin\jdev\appslibrt\fwk.zip;C:\OAF\jdevbin\jdev\appslibrt\atg.zip;C:\OAF\jdevbin\jdev\appslibrt\collections.zip;C:\OAF\jdevbin\jdev\appslibrt\iasjoc.zip;C:\OAF\jdevbin\jdev\appslibrt\rosettaRt.zip;C:\OAF\jdevbin\jdev\appslibrt\portalFlexComps.jar;C:\OAF\jdevbin\jdev\appslibrt\svc.zip;C:\OAF\jdevbin\jdev\appslibrt\pat.zip;C:\OAF\jdevbin\jdev\appslibrt\concurrent.zip;C:\OAF\jdevbin\jdev\appslibrt\oamMaintMode.zip;C:\OAF\jdevbin\jdev\appslibrt\fwkCabo.zip;C:\OAF\jdevbin\jdev\appslibrt\wsrp-container.jar;C:\OAF\jdevbin\jdev\appslibrt\pdkjava.jar;C:\OAF\jdevbin\jdev\appslibrt\ptlshare.jar;C:\OAF\jdevbin\jdev\appslibrt\xml.jar;C:\OAF\jdevbin\jdev\appslibrt\wsrp-container-types.jar;C:\OAF\jdevbin\jdev\appslibrt\jaxb-impl.jar;C:\OAF\jdevbin\jdev\appslibrt\jaxb-libs.jar;C:\OAF\jdevbin\jdev\appslibrt\jazn.jar;C:\OAF\jdevbin\jdev\appslibrt\jazncore.jar;C:\OAF\jdevbin\bibeans\lib\biamlocal.jar;C:\OAF\jdevbin\bibeans\lib\bipres.jar;C:\OAF\jdevbin\bibeans\lib\bicmn.jar;C:\OAF\jdevbin\bibeans\lib\bidatasvr.jar;C:\OAF\jdevbin\bibeans\lib\bidataclt.jar;C:\OAF\jdevbin\bibeans\lib\bidatacmn.jar;C:\OAF\jdevbin\bibeans\lib\biext.jar;C:\OAF\jdevbin\bibeans\lib\bicmn-nls.zip;C:\OAF\jdevbin\bibeans\lib\bipres-nls.zip;C:\OAF\jdevbin\bibeans\lib\bidata-nls.zip;C:\OAF\jdevbin\oaext\config\oac\oacfilter.jar;C:\OAF\jdevbin\j2ee\home\lib\scheduler.jar;C:\OAF\jdevbin\jdev\lib\jdev-rt.jar;C:\OAF\jdevbin\jdev\lib\ojc.jar;C:\OAF\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\connectors\datasources\datasources\datasources.jar;C:\OAF\jdevbin\diagnostics\lib\ojdl.jar;C:\OAF\jdevbin\lib\dms.jar;C:\OAF\jdevbin\jdbc\lib\ojdbc14dms.jar;C:\OAF\jdevbin\opmn\lib\ons.jar;C:\OAF\jdevbin\jdbc\lib\ocrs12.jar;C:\OAF\jdevbin\rdbms\jlib\aqapi.jar;C:\OAF\jdevbin\j2ee\home\lib\ojms-provider.jar;C:\OAF\jdevbin\jdbc\lib\orai18n.jar;C:\OAF\jdevbin\lib\xmlparserv2.jar;C:\OAF\jdevbin\lib\xml.jar;C:\OAF\jdevbin\lib\xmlmesg.jar;C:\OAF\jdevbin\lib\xsu12.jar;C:\OAF\jdevbin\lib\xquery.jar;C:\OAF\jdevbin\jlib\osdt_core.jar;C:\OAF\jdevbin\jlib\osdt_cert.jar;C:\OAF\jdevbin\jlib\osdt_xmlsec.jar;C:\OAF\jdevbin\jlib\osdt_wss.jar;C:\OAF\jdevbin\jlib\osdt_saml.jar;C:\OAF\jdevbin\jlib\ojpse.jar;C:\OAF\jdevbin\jlib\oraclepki.jar;C:\OAF\jdevbin\toplink\jlib\toplink.jar;C:\OAF\jdevbin\toplink\jlib\antlr.jar;C:\OAF\jdevbin\toplink\jlib\toplink-essentials.jar;C:\OAF\jdevbin\webservices\lib\wsclient.jar;C:\OAF\jdevbin\webservices\lib\orasaaj.jar;C:\OAF\jdevbin\webservices\lib\xsdlib.jar;C:\OAF\jdevbin\webservices\lib\mdds.jar;C:\OAF\jdevbin\webservices\lib\relaxngDatatype.jar;C:\OAF\jdevbin\webservices\lib\soap.jar;C:\OAF\jdevbin\sqlj\lib\runtime12.jar;C:\OAF\jdevbin\sqlj\lib\translator.jar;C:\OAF\jdevbin\webservices\lib\orawsdl.jar;C:\OAF\jdevbin\j2ee\home\applib;C:\OAF\jdevbin\j2ee\home\jsp\lib\taglib;C:\OAF\jdevbin\j2ee\home\jsp\lib\taglib\ojsputil.jar;C:\OAF\jdevbin\lib\dsv2.jar;C:\OAF\jdevbin\j2ee\home\lib\http_client.jar;C:\OAF\jdevbin\j2ee\home\lib\jgroups-core.jar;C:\OAF\jdevhome\jdev\myhtml\OA_HTML;C:\OAF\jdevhome\jdev\myclasses;C:\OAF\jdevbin\jlib\jdev-cm.jar;C:\OAF\jdevbin\BC4J\jlib\bc4jhtml.jar;C:\OAF\jdevbin\BC4J\jlib\datatags.jar;C:\OAF\jdevbin\BC4J\jlib\bc4juixtags.jar;C:\OAF\jdevbin\BC4J\jlib\graphtags.jar;C:\OAF\jdevbin\jdev\appslibrt\wsp.zip;C:\OAF\jdevbin\jdev\appslibrt\diagnostics.jar;C:\OAF\jdevbin\jdev\appslibrt\svctester.jar]
    [123109_073025194][][EXCEPTION] [DEBUG] [oracle.j2ee.home]:[C:\OAF\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j]
    [123109_073025194][][EXCEPTION] [DEBUG] [oracle.application.environment]:[development]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.vm.specification.name]:[Java Virtual Machine Specification]
    [123109_073025194][][EXCEPTION] [DEBUG] [JRAD_XML_PATH]:[C:\OAF\jdevhome\jdev\myclasses\JRADXML;C:\OAF\jdevhome\jdev\myprojects;C:\OAF\jdevbin\jdev\oamdsxml\fwk]
    [123109_073025194][][EXCEPTION] [DEBUG] [javax.rmi.CORBA.PortableRemoteObjectClass]:[com.sun.corba.ee.impl.javax.rmi.PortableRemoteObject]
    [123109_073025194][][EXCEPTION] [DEBUG] [org.omg.PortableInterceptor.ORBInitializerClass.oracle.oc4j.corba.iiop.server.IIOPInitializer]:[NO_VALUE]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.vm.specification.version]:[1.0]
    [123109_073025194][][EXCEPTION] [DEBUG] [sun.cpu.endian]:[little]
    [123109_073025194][][EXCEPTION] [DEBUG] [oracle.j2ee.container.name]:[Oracle Containers for J2EE 10g (10.1.3.3.0) ]
    [123109_073025194][][EXCEPTION] [DEBUG] [sun.os.patch.level]:[Service Pack 3]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.io.tmpdir]:[C:\DOCUME~1\utsguest\LOCALS~1\Temp\]
    [123109_073025194][][EXCEPTION] [DEBUG] [com.sun.jts.pi.CLIENT_POLICY_CHECKING]:[false]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [123109_073025194][][EXCEPTION] [DEBUG] [com.oracle.corba.ee.security.ssl.mutual.auth.port]:[5657]
    [123109_073025194][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_SIZE]:[200]
    [123109_073025194][][EXCEPTION] [DEBUG] [os.arch]:[x86]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.awt.graphicsenv]:[sun.awt.Win32GraphicsEnvironment]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.ext.dirs]:[C:\OAF\jdevbin\jdk\jre\lib\ext]
    [123109_073025194][][EXCEPTION] [DEBUG] [user.dir]:[C:\OAF\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config]
    [123109_073025194][][EXCEPTION] [DEBUG] [CACHENODBINIT]:[true]
    [123109_073025194][][EXCEPTION] [DEBUG] [line.separator]:[
    [123109_073025194][][EXCEPTION] [DEBUG] [java.vm.name]:[Java HotSpot(TM) Client VM]
    [123109_073025194][][EXCEPTION] [DEBUG] [com.sun.CORBA.connection.ORBSocketFactoryClass]:[oracle.oc4j.corba.iiop.IIOPSSLSocketFactory]
    [123109_073025194][][EXCEPTION] [DEBUG] [javax.management.builder.initial]:[oracle.oc4j.admin.jmx.server.Oc4jMBeanServerBuilder]
    [123109_073025194][][EXCEPTION] [DEBUG] [com.oracle.corba.ee.security.use.ssl]:[false]
    [123109_073025194][][EXCEPTION] [DEBUG] [org.omg.CORBA.ORBClass]:[com.sun.corba.ee.impl.orb.ORBImpl]
    [123109_073025194][][EXCEPTION] [DEBUG] [file.encoding]:[Cp1252]
    [123109_073025194][][EXCEPTION] [DEBUG] [oracle.oc4j.http.socket.sendbuffersize]:[16384]
    [123109_073025194][][EXCEPTION] [DEBUG] [java.specification.version]:[1.5]
    regard
    sreekanth

    Hi Sreekanth;
    Change your output type from PDF to HTML. Then it will give you clear error message in HTML page after fixing it if you able to see/run report fine in HTML then change your output type back to PDF.
    GsrC

  • Maxdb doesn't start error -24994 runtime environment

    Hello.
    The server with system was fall down (there was problems with
    electricity). After turn on maxdb doesn't start (only admin state, it
    can't go to online). There is message -24994 Runtime environment error
    [db_online -f],4, connection broken. Files knldiag and knldiag.err you can see below.
    knldiag:
    Date       Time       TID(hex) Typ MsgID Label    Message-Text
    2008-09-02 12:26:43      0x308     19707 CONNECT  WINSOCK: 2.0, SQLTCP-DLL: 7.6.0
    2008-09-02 12:26:43      0x308     20233 RTE      Dump of all kernel parameters start
    2008-09-02 12:26:43      0x308     20206 RTE      Using mode NORMAL for data volume 1
    2008-09-02 12:26:43      0x308     20206 RTE      Using mode NORMAL for data volume 2
    2008-09-02 12:26:43      0x308     20206 RTE      Using mode NORMAL for data volume 3
    2008-09-02 12:26:43      0x308     20234 RTE       ADMIN=1
    2008-09-02 12:26:43      0x308     20234 RTE       AKDUMP_ALLOWED=YES
    2008-09-02 12:26:43      0x308     20234 RTE       ALLOW_MULTIPLE_SERVERTASK_UKTS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       AUTHENTICATION_ALLOW=
    2008-09-02 12:26:43      0x308     20234 RTE       AUTHENTICATION_DENY=
    2008-09-02 12:26:43      0x308     20234 RTE       AUTOSAVE=1
    2008-09-02 12:26:43      0x308     20234 RTE       AUTO_RECREATE_BAD_INDEXES=NO
    2008-09-02 12:26:43      0x308     20234 RTE       BACKUPRESULT=1
    2008-09-02 12:26:43      0x308     20234 RTE       BACKUP_BLOCK_CNT=64
    2008-09-02 12:26:43      0x308     20234 RTE       BACKUPHISTFILE=dbm.knl
    2008-09-02 12:26:43      0x308     20234 RTE       BACKUPMED_DEF=dbm.mdf
    2008-09-02 12:26:43      0x308     20234 RTE       CACHE_SIZE=174720
    2008-09-02 12:26:43      0x308     20234 RTE       CALLSTACKLEVEL=0
    2008-09-02 12:26:43      0x308     20234 RTE       CATCACHE_MINSIZE=262144
    2008-09-02 12:26:43      0x308     20234 RTE       CAT_CACHE_SUPPLY=10000
    2008-09-02 12:26:43      0x308     20234 RTE       CHECKDATA=1
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_BACKUP=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_COMMON=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_CONVERTER=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_DATACACHE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_DATAINDEX=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_DATAPAGELOG=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_FBM=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_HASHED_RESULTSET=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_IOMAN=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_KB_REGIONS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOCK_SUPPLY=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOCK=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOGHISTORY=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOGPAGE=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOGTRANS=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOGVOLUME=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_REGIONS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_SRVTASKS=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TABLE_WIDTH=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TASK_SPECIFIC_CATALOGCACHE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TRANSLIST=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TREE_LOCKS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TREE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CLUSTERED_LOBS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CLUSTER_WRITE_THRESHOLD=80
    2008-09-02 12:26:43      0x308     20234 RTE       COLUMNCOMPRESSION=YES
    2008-09-02 12:26:43      0x308     20234 RTE       _COMMENT=
    2008-09-02 12:26:43      0x308     20234 RTE       CONTROLPASSWORD=***
    2008-09-02 12:26:43      0x308     20234 RTE       CONTROLUSERID=CONTROL
    2008-09-02 12:26:43      0x308     20234 RTE       CONVERTER_REGIONS=16
    2008-09-02 12:26:43      0x308     20234 RTE       DATABASEFULL=1
    2008-09-02 12:26:43      0x308     20234 RTE       DATACACHE_RGNS=64
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_IO_BLOCK_COUNT=64
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_GROUPS=1
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_MODE_0001=NORMAL
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_MODE_0002=NORMAL
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_MODE_0003=NORMAL
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_NAME_0001=E:\sapdb\DFS\sapdata\disk001\DISKD0001
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_NAME_0002=E:\sapdb\DFS\sapdata\disk002\DISKD0002
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_NAME_0003=E:\sapdb\DFS\sapdata\disk003\DISKD0003
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_SIZE_0001=3840000
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_SIZE_0002=3840000
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_SIZE_0003=3840000
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_TYPE_0001=F
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_TYPE_0002=F
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_TYPE_0003=F
    2008-09-02 12:26:43      0x308     20234 RTE       DATE_TIME_FORMAT=INTERNAL
    2008-09-02 12:26:43      0x308     20234 RTE       DBFILLINGABOVELIMIT=70L80M85M90H95H96H97H98H99H
    2008-09-02 12:26:43      0x308     20234 RTE       DBFILLINGBELOWLIMIT=70L80L85L90L95L
    2008-09-02 12:26:43      0x308     20234 RTE       DDLTRIGGER=YES
    2008-09-02 12:26:43      0x308     20234 RTE       DEADLOCK_DETECTION=4
    2008-09-02 12:26:43      0x308     20234 RTE       DEFAULT_CODE=ASCII
    2008-09-02 12:26:43      0x308     20234 RTE       DELAYCOMMIT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       DELAYLOGWRITER=0
    2008-09-02 12:26:43      0x308     20234 RTE       DIAG_HISTORY_NUM=2
    2008-09-02 12:26:43      0x308     20234 RTE       DIAG_HISTORY_PATH=e:\sapdb\data\wrk\DFS\DIAGHISTORY
    2008-09-02 12:26:43      0x308     20234 RTE       DIAGSEM=0
    2008-09-02 12:26:43      0x308     20234 RTE       DWIO_AREA_FLUSH=50
    2008-09-02 12:26:43      0x308     20234 RTE       DWIO_AREA_SIZE=50
    2008-09-02 12:26:43      0x308     20234 RTE       DWLRU_TAIL_FLUSH=25
    2008-09-02 12:26:43      0x308     20234 RTE       ENABLE_CHECK_INSTANCE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       ENABLE_SYSTEM_TRIGGERS=YES
    2008-09-02 12:26:43      0x308     20234 RTE       ERROR=3
    2008-09-02 12:26:43      0x308     20234 RTE       _EVENTFILE=knldiag.evt
    2008-09-02 12:26:43      0x308     20234 RTE       _EVENTSIZE=0
    2008-09-02 12:26:43      0x308     20234 RTE       EVENT=1
    2008-09-02 12:26:43      0x308     20234 RTE       EXPAND_COM_TRACE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       EXTERNAL_DUMP_REQUEST=NO
    2008-09-02 12:26:43      0x308     20234 RTE       FBMLOW_IO_RATE=10
    2008-09-02 12:26:43      0x308     20234 RTE       FBM_VOLUME_BALANCE=10
    2008-09-02 12:26:43      0x308     20234 RTE       FBM_VOLUME_COMPRESSION=50
    2008-09-02 12:26:43      0x308     20234 RTE       FILEDIR_SPINLOCKPOOL_SIZE=10
    2008-09-02 12:26:43      0x308     20234 RTE       FORBID_LOAD_BALANCING=NO
    2008-09-02 12:26:43      0x308     20234 RTE       FORMATTING_MODE=PARALLEL
    2008-09-02 12:26:43      0x308     20234 RTE       FORMAT_DATAVOLUME=YES
    2008-09-02 12:26:43      0x308     20234 RTE       HASHED_RESULTSET_CACHESIZE=262144
    2008-09-02 12:26:43      0x308     20234 RTE       HASHED_RESULTSET=YES
    2008-09-02 12:26:43      0x308     20234 RTE       HEAP_CHECK_LEVEL=0
    2008-09-02 12:26:43      0x308     20234 RTE       HIRES_TIMER_TYPE=CPU
    2008-09-02 12:26:43      0x308     20234 RTE       HS_STORAGE_DLL=libhsscopy
    2008-09-02 12:26:43      0x308     20234 RTE       HS_SYNC_INTERVAL=50
    2008-09-02 12:26:43      0x308     20234 RTE       IDXFILELIST_SIZE=2048
    2008-09-02 12:26:43      0x308     20234 RTE       INDEX_LEAF_CACHING=2
    2008-09-02 12:26:43      0x308     20234 RTE       INIT_ALLOCATORSIZE=258048
    2008-09-02 12:26:43      0x308     20234 RTE       INSTANCE_TYPE=OLTP
    2008-09-02 12:26:43      0x308     20234 RTE       IOPROCSFOR_PRIO=0
    2008-09-02 12:26:43      0x308     20234 RTE       IOPROCSFOR_READER=0
    2008-09-02 12:26:43      0x308     20234 RTE       IOPROCSPER_DEV=1
    2008-09-02 12:26:43      0x308     20234 RTE       IOPROCSSWITCH=2
    2008-09-02 12:26:43      0x308     20234 RTE       JOIN_MAXTAB_LEVEL4=64
    2008-09-02 12:26:43      0x308     20234 RTE       JOIN_MAXTAB_LEVEL9=5
    2008-09-02 12:26:43      0x308     20234 RTE       JOIN_SEARCH_LEVEL=0
    2008-09-02 12:26:43      0x308     20234 RTE       JOIN_TABLEBUFFER=128
    2008-09-02 12:26:43      0x308     20234 RTE       _KERNELDIAGFILE=knldiag
    2008-09-02 12:26:43      0x308     20234 RTE       KERNELDIAGSIZE=800
    2008-09-02 12:26:43      0x308     20234 RTE       _KERNELDUMPFILE=knldump
    2008-09-02 12:26:43      0x308     20234 RTE       _KERNELTRACEFILE=knltrace
    2008-09-02 12:26:43      0x308     20234 RTE       KERNELTRACESIZE=869
    2008-09-02 12:26:43      0x308     20234 RTE       KERNELVERSION=KERNEL    7.6.00   BUILD 035-123-139-084
    2008-09-02 12:26:43      0x308     20234 RTE       LOAD_BALANCING_CHK=0
    2008-09-02 12:26:43      0x308     20234 RTE       LOAD_BALANCING_DIF=10
    2008-09-02 12:26:43      0x308     20234 RTE       LOAD_BALANCING_EQ=5
    2008-09-02 12:26:43      0x308     20234 RTE       LOCAL_REDO_LOG_BUFFER_SIZE=57344
    2008-09-02 12:26:43      0x308     20234 RTE       LOCKSUPPLY_BLOCK=100
    2008-09-02 12:26:43      0x308     20234 RTE       LOGABOVELIMIT=50L75L90M95M96H97H98H99H
    2008-09-02 12:26:43      0x308     20234 RTE       LOGFULL=1
    2008-09-02 12:26:43      0x308     20234 RTE       LOGSEGMENTFULL=1
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_BACKUP_TO_PIPE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_IO_BLOCK_COUNT=4
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_IO_QUEUE=200
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_MIRRORED=YES
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_QUEUE_COUNT=1
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_SEGMENT_SIZE=85333
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_NAME_001=E:\sapdb\DFS\saplog\log01\DISKL001
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_NAME_002=E:\sapdb\DFS\saplog\log02\DISKL002
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_SIZE_001=256000
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_SIZE_002=256000
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_TYPE_001=F
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_TYPE_002=F
    2008-09-02 12:26:43      0x308     20234 RTE       LRU_FOR_SCAN=NO
    2008-09-02 12:26:43      0x308     20234 RTE       MAXBACKUPDEVS=2
    2008-09-02 12:26:43      0x308     20234 RTE       MAXCPU=1
    2008-09-02 12:26:43      0x308     20234 RTE       MAXDATAVOLUMES=11
    2008-09-02 12:26:43      0x308     20234 RTE       _MAXEVENTS=100
    2008-09-02 12:26:43      0x308     20234 RTE       _MAXEVENTTASKS=2
    2008-09-02 12:26:43      0x308     20234 RTE       MAXGARBAGECOLL=1
    2008-09-02 12:26:43      0x308     20234 RTE       MAXLOCKS=300000
    2008-09-02 12:26:43      0x308     20234 RTE       MAXLOGVOLUMES=3
    2008-09-02 12:26:43      0x308     20234 RTE       MAXPAGER=64
    2008-09-02 12:26:43      0x308     20234 RTE       MAXRGN_REQUEST=-1
    2008-09-02 12:26:43      0x308     20234 RTE       MAXSERVERTASKS=28
    2008-09-02 12:26:43      0x308     20234 RTE       MAXTASKSTACK=1024
    2008-09-02 12:26:43      0x308     20234 RTE       _MAXTRANS=408
    2008-09-02 12:26:43      0x308     20234 RTE       MAXUSERTASKS=50
    2008-09-02 12:26:43      0x308     20234 RTE       MAXVOLUMES=18
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_HASHTABLE_MEMORY=24000
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_LOG_QUEUE_COUNT=0
    2008-09-02 12:26:43      0x308     20234 RTE       MAXMESSAGE_FILES=0
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_MESSAGE_LIST_LENGTH=100
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_RETENTION_TIME=480
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_SERVERTASK_STACK=500
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_SINGLE_HASHTABLE_SIZE=4000
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_SPECIALTASK_STACK=500
    2008-09-02 12:26:43      0x308     20234 RTE       MBLOCKDATA_SIZE=32768
    2008-09-02 12:26:43      0x308     20234 RTE       MBLOCKQUAL_SIZE=32768
    2008-09-02 12:26:43      0x308     20234 RTE       MBLOCKSTACK_SIZE=32768
    2008-09-02 12:26:43      0x308     20234 RTE       MBLOCKSTRAT_SIZE=12288
    2008-09-02 12:26:43      0x308     20234 RTE       MCOD=NO
    2008-09-02 12:26:43      0x308     20234 RTE       MEMORY_ALLOCATION_LIMIT=0
    2008-09-02 12:26:43      0x308     20234 RTE       MEM_ENHANCE_LIMIT=0
    2008-09-02 12:26:43      0x308     20234 RTE       MINI_DUMP=NORMAL
    2008-09-02 12:26:43      0x308     20234 RTE       MINREPLYSIZE=4096
    2008-09-02 12:26:43      0x308     20234 RTE       MINSERVERTASKS=28
    2008-09-02 12:26:43      0x308     20234 RTE       MIN_RETENTION_TIME=60
    2008-09-02 12:26:43      0x308     20234 RTE       MONITOR_READ=2147483647
    2008-09-02 12:26:43      0x308     20234 RTE       MONITOR_ROWNO=0
    2008-09-02 12:26:43      0x308     20234 RTE       MONITOR_SELECTIVITY=0
    2008-09-02 12:26:43      0x308     20234 RTE       MONITOR_TIME=2147483647
    2008-09-02 12:26:43      0x308     20234 RTE       MPDISP_LOOPS=1
    2008-09-02 12:26:43      0x308     20234 RTE       MPDISP_PRIO=DEFAULT
    2008-09-02 12:26:43      0x308     20234 RTE       MPRGN_BUSY_WAIT=DEFAULT
    2008-09-02 12:26:43      0x308     20234 RTE       MPRGN_DIRTY_READ=DEFAULT
    2008-09-02 12:26:43      0x308     20234 RTE       MP_RGN_LOOP=-1
    2008-09-02 12:26:43      0x308     20234 RTE       MPRGN_PRIO=DEFAULT
    2008-09-02 12:26:43      0x308     20234 RTE       MPRGN_QUEUE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       M_LOG_VOLUME_NAME_001=D:\sapdb\DFS\saplog\m_log01\M_DISKL001
    2008-09-02 12:26:43      0x308     20234 RTE       M_LOG_VOLUME_NAME_002=D:\sapdb\DFS\saplog\m_log02\M_DISKL002
    2008-09-02 12:26:43      0x308     20234 RTE       M_LOG_VOLUME_TYPE_001=F
    2008-09-02 12:26:43      0x308     20234 RTE       M_LOG_VOLUME_TYPE_002=F
    2008-09-02 12:26:43      0x308     20234 RTE       OFFICIAL_NODE=
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_HEAP_BLOCKSIZE=10000
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_HEAP_COUNT=1
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_HEAP_LIMIT=0
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_HEAP_THRESHOLD=100
    2008-09-02 12:26:43      0x308     20234 RTE       OMSREGIONS=0
    2008-09-02 12:26:43      0x308     20234 RTE       OMSRGNS=7
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_RUN_IN_UDE_SERVER=NO
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_STREAM_TIMEOUT=30
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_VERS_THRESHOLD=2097152
    2008-09-02 12:26:43      0x308     20234 RTE       ONLINE=1
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_AGGREGATION=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_FETCH_REVERSE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_FIRST_ROWS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_HASHTABLE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_HASH_MINIMAL_RATIO=1
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_ONEPHASE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_OPERATOR_SORT=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_OUTER=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_PARALLEL_MINSIZE=1000000
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_PARALLEL_SERVERS=0
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_MIN_MAX=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_OPERATOR_JOIN_COSTFUNC=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_OPERATOR_JOIN=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_QUAL_ON_INDEX=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_QUERYREWRITE=STATEMENT
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIM_CACHE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIM_INV_ONLY=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIM_JOIN_FETCH=0
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIM_MAX_MERGE=500
    2008-09-02 12:26:43      0x308     20234 RTE       OUTOFSESSIONS=3
    2008-09-02 12:26:43      0x308     20234 RTE       PACKETSIZE=131072
    2008-09-02 12:26:43      0x308     20234 RTE       PAGESIZE=8192
    2008-09-02 12:26:43      0x308     20234 RTE       PREALLOCATE_IOWORKER=NO
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_COM=10
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_IOC=80
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_RAV=80
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_REX=40
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_U2U=100
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOFACTOR=80
    2008-09-02 12:26:43      0x308     20234 RTE       PROTECT_DATACACHE_MEMORY=NO
    2008-09-02 12:26:43      0x308     20234 RTE       READAHEADBLOBS=32
    2008-09-02 12:26:43      0x308     20234 RTE       REQUEST_TIMEOUT=5000
    2008-09-02 12:26:43      0x308     20234 RTE       RESERVEDSERVERTASKS=16
    2008-09-02 12:26:43      0x308     20234 RTE       RESTARTTIME=600
    2008-09-02 12:26:43      0x308     20234 RTE       ROWRGNS=8
    2008-09-02 12:26:43      0x308     20234 RTE       _RTEDUMPFILE=rtedump
    2008-09-02 12:26:43      0x308     20234 RTE       RTE_TEST_REGIONS=0
    2008-09-02 12:26:43      0x308     20234 RTE       RUNDIRECTORY=e:\sapdb\data\wrk\DFS
    2008-09-02 12:26:43      0x308     20234 RTE       SEQUENCE_CACHE=1
    2008-09-02 12:26:43      0x308     20234 RTE       SERVERDBFOR_SAP=YES
    2008-09-02 12:26:43      0x308     20234 RTE       SESSION_TIMEOUT=900
    2008-09-02 12:26:43      0x308     20234 RTE       SET_VOLUME_LOCK=YES
    2008-09-02 12:26:43      0x308     20234 RTE       SHAREDSQL_COMMANDCACHESIZE=262144
    2008-09-02 12:26:43      0x308     20234 RTE       SHAREDSQL_EXPECTEDSTATEMENTCOUNT=1500
    2008-09-02 12:26:43      0x308     20234 RTE       SHAREDSQL=YES
    2008-09-02 12:26:43      0x308     20234 RTE       SHOW_MAX_KB_STACK_USE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       SHOW_MAX_STACK_USE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       STANDBY=1
    2008-09-02 12:26:43      0x308     20234 RTE       SUBTREE_LOCKS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       SYMBOL_DEMANGLING=NO
    2008-09-02 12:26:43      0x308     20234 RTE       SYMBOL_RESOLUTION=YES
    2008-09-02 12:26:43      0x308     20234 RTE       SYSTEMERROR=3
    2008-09-02 12:26:43      0x308     20234 RTE       TABRGNS=8
    2008-09-02 12:26:43      0x308     20234 RTE       TASKCLUSTER01=tw;al;ut;2000sv,100bup;10ev,10gc;
    2008-09-02 12:26:43      0x308     20234 RTE       TASKCLUSTER02=ti,100dw;30000us;
    2008-09-02 12:26:43      0x308     20234 RTE       TASKCLUSTER03=compress
    2008-09-02 12:26:43      0x308     20234 RTE       TIME_MEASUREMENT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_AK=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_ALLOCATOR=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_CATALOG=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_CLIENTKERNELCOM=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_COMMON=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_COMMUNICATION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_CONVERTER=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DATACHAIN=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DATAINDEX=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DATAPAM=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DATATREE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DBPROC=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DEFAULT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DELETE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_FBM=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_FILEDIR=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_FRAMECTRL=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_INDEX=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_INSERT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_IOMAN=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_IPC=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_JOIN=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_KSQL=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOCK=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGACTION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGHISTORY=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGPAGE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGTRANS=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGVOLUME=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LONG=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_MEMORY=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_MESSAGES=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECTCONTAINER=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT_ADD=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT_ALTER=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT_FREE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT_GET=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_CONTAINERDIR=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_CONTEXT=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_ERROR=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_FLUSHCACHE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_INTERFACE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_KEYRANGE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_KEY=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_LOCK=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_MEMORY=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_NEWOBJ=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_SESSION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_STREAM=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_VAROBJECT=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_VERSION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OPTIMIZE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_ORDER_STANDARD=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_ORDER=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGER=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_BUP=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_EV=2
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_GC=20
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_LW=5
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_PG=3
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_SV=5
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_TI=2
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_US=10
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_UT=5
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PRIMARY_TREE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_QUERYREWRITE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_RUNTIME=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SELECT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SHAREDSQL=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SQLMANAGER=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SRVTASKS=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_STOP_ERRORCODE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SYNCHRONISATION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SYSVIEW=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_TABLE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_TIME=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_UPDATE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_VOLUME=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRANS_HISTORY_SIZE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRANSRGNS=8
    2008-09-02 12:26:43      0x308     20234 RTE       TRANS_THRESHOLD_VALUE=60
    2008-09-02 12:26:43      0x308     20234 RTE       UKT_CPU_RELATIONSHIP=NONE
    2008-09-02 12:26:43      0x308     20234 RTE       _UNICODE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       UPDATESTAT_PARALLEL_SERVERS=0
    2008-09-02 12:26:43      0x308     20234 RTE       UPDATESTAT_SAMPLE_ALGO=1
    2008-09-02 12:26:43      0x308     20234 RTE       UPDSTATWANTED=1
    2008-09-02 12:26:43      0x308     20234 RTE       USED_MAX_LOG_QUEUE_COUNT=1
    2008-09-02 12:26:43      0x308     20234 RTE       USESELECTFETCH=YES
    2008-09-02 12:26:43      0x308     20234 RTE       USEVARIABLEINPUT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       USEASYNC_IO=YES
    2008-09-02 12:26:43      0x308     20234 RTE       USE_COROUTINES=YES
    2008-09-02 12:26:43      0x308     20234 RTE       USE_FIBERS=YES
    2008-09-02 12:26:43      0x308     20234 RTE       USEIOPROCS_ONLY=NO
    2008-09-02 12:26:43      0x308     20234 RTE       USE_MEM_ENHANCE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       USE_OPEN_DIRECT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       USE_SYSTEM_PAGE_CACHE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       UTILITYPROTFILE=dbm.utl
    2008-09-02 12:26:43      0x308     20234 RTE       UTILITY_PROTSIZE=100
    2008-09-02 12:26:43      0x308     20234 RTE       VOLUMENO_BIT_COUNT=8
    2008-09-02 12:26:43      0x308     20234 RTE       WORKDATASIZE=8192
    2008-09-02 12:26:43      0x308     20234 RTE       WORKSTACKSIZE=8192
    2008-09-02 12:26:43      0x308     20234 RTE       XP_CONVERTER_REGIONS=0
    2008-09-02 12:26:43      0x308     20234 RTE       XP_DATA_CACHE_RGNS=0
    2008-09-02 12:26:43      0x308     20234 RTE       XP_MAXPAGER=0
    2008-09-02 12:26:43      0x308     20235 RTE      Dump of all kernel parameters done
    2008-09-02 12:26:43      0x308     19841 DIAGHIST Backup of diagnostic files is in progress
    2008-09-02 12:26:43      0xE8C WRN 20190 RTE      Unexpected CPU timer leaps, timer type ignored
    2008-09-02 12:26:44      0x308     19842 DIAGHIST Backup of diagnostic files has finished
    2008-09-02 12:26:44      0x308     19600 VERSION  'Kernel    7.6.00   Build 035-123-139-084'
    2008-09-02 12:26:44      0x308     19600 VERSION  'W32/INTEL 7.6.00   Build 035-123-139-084'
    2008-09-02 12:26:44      0x308     19769 INFO     Starting SERVERDB:      'DFS'
    2008-09-02 12:26:44      0x308     19770 INFO              SERVERNODE:    'autaris'
    2008-09-02 12:26:44      0x308     19771 INFO              Process ID:    2216
    2008-09-02 12:26:44      0x308     19773 INFO              Date:          2008-09-02
    2008-09-02 12:26:44      0x308     19772 INFO              Owner:         'SYSTEM'
    2008-09-02 12:26:44      0x308     19774 INFO              Product suite: 'Enterprise'
    2008-09-02 12:26:44      0x308     19806 INFO              Machine:       'Intel IA32 level f revision 2b01'
    2008-09-02 12:26:44      0x308     19783 INFO              Processors:    1 ( logical: 2 )
    2008-09-02 12:26:44      0x308     19782 INFO              Fiber:         'YES'
    2008-09-02 12:26:44      0x308     19776 INFO              Max virtual memory:        2047 MB
    2008-09-02 12:26:44      0x308     19777 INFO              Total physical memory:     4095 MB
    2008-09-02 12:26:44      0x308     19778 INFO              Available physical memory: 3428 MB
    2008-09-02 12:26:44      0x308     20219 RTE      Memory allocation not limited
    2008-09-02 12:26:44      0x308     20220 RTE      System page cache usage enabled
    2008-09-02 12:26:44      0x308     19692 TCLUSTER tw;al;ut;2000sv,100bup;10ev,10gc;ti,100dw;30000us;compress
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of 'BUP':   0
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' DW':  64
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' US':  50
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' SV':  28
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' EV':   2
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' GC':   1
    2008-09-02 12:26:44      0x308     19692 TCLUSTER Total Number of UKT 7
    2008-09-02 12:26:44      0x308     19692 TCLUSTER Number of UKT with User Tasks 1
    2008-09-02 12:26:44      0x308     19860 MEMORY   I/O buffer cache: 174720 Pages allocated
    2008-09-02 12:26:44      0x308     19811 EVENTING Suppressing output to 'knldiag.evt' 0 pages
    2008-09-02 12:26:44      0x308     19812 EVENTING Eventbuffer 100 events 2 tasks
    2008-09-02 12:26:44      0xB94     19821 TASKING  Thread 2964 starting
    2008-09-02 12:26:44      0x308     19831 TRACE_IO Configured MAXMESSAGE_FILES:0
    2008-09-02 12:26:44      0x308     19832 TRACE_IO Disabled: No TraceMessagefiles wanted
    2008-09-02 12:26:44      0xBA0     19688 THREAD   CLOCK thread started
    2008-09-02 12:26:44      0x774     19688 THREAD   REQUESTOR thread started
    2008-09-02 12:26:44      0xBFC     19688 THREAD   ASYNC0 thread started
    2008-09-02 12:26:44      0xBE8     19688 THREAD   TIMER thread started
    2008-09-02 12:26:44      0xB7C     19821 TASKING  Thread 2940 starting
    2008-09-02 12:26:44      0xB88     20213 RTE      CONSOLE thread started
    2008-09-02 12:26:44       0xE4     19821 TASKING  Thread 228 starting
    2008-09-02 12:26:44       0xE0     19821 TASKING  Thread 224 starting
    2008-09-02 12:26:44      0xB78     19821 TASKING  Thread 2936 starting
    2008-09-02 12:26:44      0x4F8     19821 TASKING  Thread 1272 starting
    2008-09-02 12:26:44      0xC98     19821 TASKING  Thread 3224 starting
    2008-09-02 12:26:44      0x608     19821 TASKING  Thread 1544 starting
    2008-09-02 12:26:44      0x480     19821 TASKING  Thread 1152 starting
    2008-09-02 12:26:44      0x720     19821 TASKING  Thread 1824 starting
    2008-09-02 12:26:44      0x670     19821 TASKING  Thread 1648 starting
    2008-09-02 12:26:44      0x244     19821 TASKING  Thread 580 starting
    2008-09-02 12:26:44      0x314     19627 TASKING  UKT started, TID:0x314
    2008-09-02 12:26:44      0xA50     19627 TASKING  UKT started, TID:0xA50
    2008-09-02 12:26:44      0xE88     19627 TASKING  UKT started, TID:0xE88
    2008-09-02 12:26:44      0x5E8     19627 TASKING  UKT started, TID:0x5E8
    2008-09-02 12:26:44      0xA70     19627 TASKING  UKT started, TID:0xA70
    2008-09-02 12:26:44      0x2F4     19627 TASKING  UKT started, TID:0x2F4
    2008-09-02 12:26:44      0xE34     19627 TASKING  UKT started, TID:0xE34
    2008-09-02 12:26:44      0xE34     19615 VOLUMEIO Attaching volume 'knltrace'
    2008-09-02 12:26:46      0x6C8     19613 DBSTATE  I/O thread for 'knltrace' started
    2008-09-02 12:26:46      0xE34     20040 Admin    Kernel state: 'ADMIN' reached
    2008-09-02 12:26:46      0xE34         9 SrvTasks Available Servertasks: 28
    2008-09-02 12:26:46      0xE34     54003 dynpool  HIST_DIR  item size    :      8
    2008-09-02 12:26:46      0xE34     54003 dynpool  HIST_DIR  num items    :     50
    2008-09-02 12:26:46      0xE34     54003 dynpool  DYNP_B930_HIST_DIR     :    400
    2008-09-02 12:26:46      0xE34     20083 Log      Size of LocalRedoEntryBuffer/transactions: 57344
    2008-09-02 12:26:46      0xE34     54003 dynDATA  DYND_K57_KB_PAGES      :     11
    2008-09-02 12:26:46      0xE34     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP TASK LIST       :    208
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP TAPE LIST       :    672
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP DEVSP LIST      :     96
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP SRR QUEUE       :    656
    2008-09-02 12:26:46      0xE34     54003 dynpool  DYNP_K38_SAVE_GLOB     :   1568
    2008-09-02 12:26:46      0xE34     54003 dynDATA  DYND_K38_SAVE          :   1729
    2008-09-02 12:26:46      0xE34     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP TASK LIST       :     32
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP TAPE LIST       :    672
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP DEVSP LIST      :     16
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP SRR QUEUE       :    128
    2008-09-02 12:26:46      0xE34     54003 dynpool  DYNP_K38_AUTOSAVE      :    864
    2008-09-02 12:26:46      0xE34     54003 dynDATA  DYND_K38_AUTOSAVE      :    321
    2008-09-02 12:26:46      0xE34     19930 TASKING  Kernel initialization completed
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 5
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:0
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 68
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:1
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 67
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:2
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 66
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:3
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 65
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:4
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 64
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:5
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 63
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:6
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 62
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:7
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 61
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:8
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 60
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:9
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 59
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:10
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 58
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:11
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 57
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:12
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 56
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:13
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 55
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:14
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 54
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:15
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 53
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:16
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 52
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:17
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 51
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:18
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 50
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:19
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 49
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:20
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 48
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:21
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 47
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:22
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 46
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:23
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 45
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:24
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 44
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:25
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 43
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:26
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 42
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:27
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 41
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:28
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 40
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:29
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 39
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:30
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 38
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:31
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 37
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:32
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 36
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:33
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 35
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:34
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 34
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:35
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 33
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:36
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 32
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:37
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 31
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:38
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 30
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:39
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 29
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:40
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 28
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:41
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 27
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:42
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 26
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:43
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 25
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:44
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 24
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:45
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 23
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:46
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 22
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:47
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 21
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:48
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 20
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:49
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 19
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:50
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 18
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:51
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 17
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:52
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 16
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:53
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 15
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:54
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 14
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:55
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 13
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:56
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 12
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:57
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 11
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:58
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 10
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:59
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 9
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:60
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 8
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:61
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 7
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:62
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 6
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:63
    2008-09-02 12:26:47      0xE34        31 SrvTasks Permanently reserved 13 servertasks for 'Backup / Restore'.
    2008-09-02 12:26:47      0xE34        31 SrvTasks Permanently reserved 2 servertasks for 'Backup / Restore'.
    2008-09-02 12:26:47      0xE34        31 SrvTasks Permanently reserved 1 servertasks for 'Savepoint'.
    2008-09-02 12:26:47      0xBE8         3 RunTime  State changed from STARTING to ADMIN
    2008-09-02 12:26:47      0xBE8     19601 DBSTATE  SERVERDB is ready
    ============================================ begin of write cycle ==================
    2008-09-02 12:26:48      0xE88     19633 CONNECT  Connect req. (T69, Node:'', PID:2360)
    2008-09-02 12:26:48      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\sapdata\disk001\DISKD0001'
    2008-09-02 12:26:48      0x684     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\sapdata\disk001\DISKD0001' started
    2008-09-02 12:26:48      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\sapdata\disk001\DISKD0001', UKT:7
    2008-09-02 12:26:48      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\sapdata\disk002\DISKD0002'
    2008-09-02 12:26:48      0xCAC     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\sapdata\disk002\DISKD0002' started
    2008-09-02 12:26:48      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\sapdata\disk002\DISKD0002', UKT:7
    2008-09-02 12:26:48      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\sapdata\disk003\DISKD0003'
    2008-09-02 12:26:48      0xAC0     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\sapdata\disk003\DISKD0003' started
    2008-09-02 12:26:48      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\sapdata\disk003\DISKD0003', UKT:7
    2008-09-02 12:26:48      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\saplog\log01\DISKL001'
    2008-09-02 12:26:48      0x634     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\saplog\log01\DISKL001' started
    2008-09-02 12:26:49      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\saplog\log01\DISKL001', UKT:7
    2008-09-02 12:26:49      0xE88     19615 VOLUMEIO Attaching volume 'D:\sapdb\DFS\saplog\m_log01\M_DISKL001'
    2008-09-02 12:26:49      0x678     19613 DBSTATE  I/O thread for 'D:\sapdb\DFS\saplog\m_log01\M_DISKL001' started
    2008-09-02 12:26:49      0xE88     19617 VOLUMEIO Single I/O attach, 'D:\sapdb\DFS\saplog\m_log01\M_DISKL001', UKT:7
    2008-09-02 12:26:49      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\saplog\log02\DISKL002'
    2008-09-02 12:26:49      0x5B0     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\saplog\log02\DISKL002' started
    2008-09-02 12:26:49      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\saplog\log02\DISKL002', UKT:7
    2008-09-02 12:26:49      0xE88     19615 VOLUMEIO Attaching volume 'D:\sapdb\DFS\saplog\m_log02\M_DISKL002'
    2008-09-02 12:26:49      0xB08     19613 DBSTATE  I/O thread for 'D:\sapdb\DFS\saplog\m_log02\M_DISKL002' started
    2008-09-02 12:26:49      0xE88     19617 VOLUMEIO Single I/O attach, 'D:\sapdb\DFS\saplog\m_log02\M_DISKL002', UKT:7
    2008-09-02 12:26:49      0xE88     20016 Pager    Start Read Converter
    2008-09-02 12:27:06      0xE34     20003 KernelDB  70 percent of data area occupied, 3455999 pages free
    2008-09-02 12:27:07      0xE88     20017 Pager    Stop Read Converter, Pages: 4528 IO: 4528
    2008-09-02 12:27:07      0xE88     53000 DATACACH Begin data cache restart
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATA_CACHE_REGIONS     :     64
    2008-09-02 12:27:07      0xE88     54003 dynpool  B20_DATACACHE_HEAD     :  85112
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE head num item:  10639
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE head item siz:      8
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE task queue   :   2144
    2008-09-02 12:27:07      0xE88     54003 dynpool  US + SV + DW +  8      :    134
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE taskq elem   :     16
    2008-09-02 12:27:07      0xE88     54003 dynpool  B20_DATACACHE_TASKQ    :  87256
    2008-09-02 12:27:07      0xE88     54003 dynDATA  DATA_CACHE_PAGES       :   2658
    2008-09-02 12:27:07      0xE88     54003 dynpool  B20_DATACACHE_CB       : 223272
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE num cblocks  :   2658
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE cblock size  :     84
    2008-09-02 12:27:07      0xE88     54003 dynpool  DYNP_B20_DATACACHE     : 19873792
    2008-09-02 12:27:07      0xE88     54003 dynDATA  DYND_B20_DATACACHE     : 170112
    2008-09-02 12:27:07      0xE88     53000 DATACACH Finish data cache restart
    2008-09-02 12:27:07      0xE88     53000 B*TREE   LOB file directory restart successful
    2008-09-02 12:27:07      0xE88         7 FileDir  File directory restarting
    2008-09-02 12:27:18      0xE88         8 FileDir  File directory restart completed
    2008-09-02 12:27:19      0xE88     20061 Log      History: 50 (50) files existing
    2008-09-02 12:27:19      0xE88     20064 Log      History: all history files registered, GC is ready
    2008-09-02 12:27:19      0xE88     54003 dynpool  DYNP_K51_LOCK_LIST     : 66843632
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK maxlocks          : 300000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK items             : 902400
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK Regions           :     24
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransRegions      :      8
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK RegionGlob+Space  :   3072
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransGlob         :    640
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK SupplyItemsPerRgn :    100
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK SupplySize        : 172800
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK RowHash entries   : 300000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TabHash entries   :  60000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK Row+Tab hash size :1440000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK Trans entries     :    408
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK trans_list size   :  78336
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransPtrList      :   1632
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransHash entries :    408
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransHash size    :   1664
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK SupplyPoolSegments:   9000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK SupplyPoolSize    : 64980000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK ObjColl_list size :  13056
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK ObjReq_list size  :   8160
    2008-09-02 12:27:19      0xE88     20006 Log      1 queues, flushmode is 'MaximizeSafety', devstate is 'Okay'
    2008-09-02 12:27:19      0xE88     20007 Log      Oldest not saved is ioseq 5105560 @ off 85273
    2008-09-02 12:27:19      0xE88     20008 Log      First known on LogVolume is ioseq 2750300 @ off 108504
    2008-09-02 12:27:19      0xE88     20005 Log      Restart from ioseq 5233533 @ off 108112 to ioseq 5236323 @ off 108503
    2008-09-02 12:27:19      0xE88     20010 Log      Result after checking the log device: 'Ok'
    2008-09-02 12:27:19      0xE88         9 Log      The number of active logging-queues has been increased to 1
    2008-09-02 12:27:19      0xE88     53000 OBJECT   Restarted Garbage coll: 0
    2008-09-02 12:27:19      0xE88        11 Rst      408 redo transactions readable and 11 redo tasks available.
    2008-09-02 12:27:19      0xA50         7 Restart  recovering log from log_volume from IOSeq: '5233533'
    2008-09-02 12:27:21      0xA50 ERR 18793 EXCEPT   EXCEPTION:'Access violation' (0xc0000005), The program code at IP:0x5afde9 attempted to read to/from address:0x18
    2008-09-02 12:27:22      0xA50     19624 EXCEPT   Kernel aborts
    2008-09-02 12:27:22      0x880 ERR 19999 BTRACE   Using 'imagehlp.dll' ver

    Hi, Lars.
    Thank you.
    Ok, I just try your variant after the recovery will finished (I start recovery with initialization this morning).
    Before it I tried to recovery with initialization. Full recovery finished successfull, Database Manager sugest me to restart database or continie log recovery, first log recovery falled with error and stop:
    2008-09-08 09:42:59      0xB6C ERR 52012 RESTORE  error occured, basis_err 400
    2008-09-08 09:42:59      0xB6C ERR     3 Admin    Database state: OFFLINE
    2008-09-08 09:42:59      0xB6C ERR     6 KernelCo  +   Internal errorcode, Error code 400 "cancelled"
    2008-09-08 09:42:59      0xB6C ERR 20000 Log       +   no update of LogInfoPage: DeviceState = Cleared, LogIsEmpty = true
    2008-09-08 09:42:59      0xB6C ERR     6 KernelCo  +   k38headmaster, Error code 400 "cancelled"
    2008-09-08 09:42:59      0x308 ERR     7 Messages Begin of dump of registered messages
    2008-09-08 09:42:59      0x308 ERR    10 Messages abort dump of registered messages
    2008-09-08 09:42:59      0x308 ERR     8 Messages End of the message list registry dump
    2008-09-08 09:43:03                               ___ Stopping GMT 2008-09-08 05:43:03           7.6.04   Build 016-123-191-583
    Then I tried to restart database as Database Manager sugest. Next error:
    2008-09-08 10:00:25                               --- Starting GMT 2008-09-08 06:00:25           7.6.04   Build 016-123-191-583
    2008-09-08 10:00:40      0x3D4 ERR 51080 SYSERROR -9407 unexpected error
    2008-09-08 10:00:40      0x3D4 ERR     3 Admin    Database state: OFFLINE
    2008-09-08 10:00:40      0x3D4 ERR 20002 Log       +   Expected ioseq 632114, found NIL-NIL on off 511952
    2008-09-08 10:00:40      0x3D4 ERR 20023 Log       +   Savepoint not found on log
    2008-09-08 10:00:40      0x3D4 ERR 20028 Admin     +   Initialization of log for 'restart' failed with 'SavepointPositionNotFound'
    2008-09-08 10:00:40      0x684 ERR     7 Messages Begin of dump of registered messages
    2008-09-08 10:00:40      0x684 ERR     8 Messages End of the message list registry dump
    2008-09-08 10:00:46                               ___ Stopping GMT 2008-09-08 06:00:46           7.6.04   Build 016-123-191-58
    Now I recover one more time and try to restart database without log recovery.
    Can I do it via database manager (put "Online")?  Or via your command "dbmcli -d <dbsid> -u control,<pw> util_execute clear log"? And how I can perform recover of logs without error?
    Best regards, Elena

  • Error when configuring the userstore in OAM for OUD

    Hi,
    I installed the OIM/OAM sucessfully. I would like to do a PoC to protect one web based application using the OAM.
    Using the OUD as user story. When trying to create a userstore in OAM, i am getting the below error. However, when i click on test connection, it shows sucessfully.
    security.idm.ObjectNotFoundException: No User found matching the criteria.>
    <May 6, 2013 4:51:23 PM IST> <Error> <oracle.oam.user.identity.provider> <OAMSSA -20023> <Authentication Failure for user : test2, for idstore OUDStore1 with exc
    eption Could not get user : test2, idstore: OUDStore1, with exception: No User found matching the criteria. with primary error message null>
    Can you please suggest me.
    Thanks
    Harry

    Hi Brandon,
    I'm wondering if your SAP Server realy is running on the 'localhost'? Don't you work on a seperate machine? Try the MDK-config with the server name of your SAP server, e.g.:  ME SERVER NAME: sapserver or so (in case you're working on a different machine)
    With that your browser should display the page.
    Regards

  • Installation Error  SAP Netweaver 04s Full Abap ed. Sneak Preview

    Hello i get an error when installing the trialversion of SAP Netweaver 04s Full Abap ed. Sneak Preview. Here is the error.
    ERROR 2006-03-17 08:37:43
    The dbmcli call for action ACTIVATE failed. Check the logfile XCMDOUT.LOG.
    ERROR 2006-03-17 08:37:43
    The dbmcli call for action ACTIVATE failed. Check the logfile XCMDOUT.LOG.
    ERROR 2006-03-17 08:37:43
    FCO-00011  The step sdb_instance_activate with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_CreateDB|ind|ind|ind|ind|9|0|NW_ADA_DB|ind|ind|ind|ind|6|0|SdbPreInstanceDialogs|ind|ind|ind|ind|2|0|SdbInstanceDialogs|ind|ind|ind|ind|1|0|SDB_INSTANCE_CREATE|ind|ind|ind|ind|0|0|sdb_instance_activate was executed with status ERROR .
    I tried to retry this step and also tried to install the application again. Also there is no XCMDOUT.LOG. Can anybody help me?

    Hello and sorry for this late answer, but i always change between school and company.  
    So here is the KNLDIAG:
    Date       Time       TID(hex) Typ MsgID Label    Message-Text
    2006-03-20 09:33:01      0xE88     19705 CONNECT  Loading default TCPIP-DLL, ( 'sqltcp.dll')
    2006-03-20 09:33:01      0xE88     19707 CONNECT  WINSOCK: 2.0, SQLTCP-DLL: 7.6.0
    2006-03-20 09:33:01      0xE88     20233 RTE      Dump of all kernel parameters start
    2006-03-20 09:33:01      0xE88     20206 RTE      Using mode NORMAL for data volume 1
    2006-03-20 09:33:01      0xE88     20234 RTE       ADMIN=1
    2006-03-20 09:33:01      0xE88     20234 RTE       _AK_DUMP_ALLOWED=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       ALLOW_MULTIPLE_SERVERTASK_UKTS=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       AUTHENTICATION_ALLOW=
    2006-03-20 09:33:01      0xE88     20234 RTE       AUTHENTICATION_DENY=
    2006-03-20 09:33:01      0xE88     20234 RTE       AUTOSAVE=1
    2006-03-20 09:33:01      0xE88     20234 RTE       AUTO_RECREATE_BAD_INDEXES=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       BACKUPRESULT=1
    2006-03-20 09:33:01      0xE88     20234 RTE       BACKUP_BLOCK_CNT=8
    2006-03-20 09:33:01      0xE88     20234 RTE       _BACKUP_HISTFILE=dbm.knl
    2006-03-20 09:33:01      0xE88     20234 RTE       _BACKUP_MED_DEF=dbm.mdf
    2006-03-20 09:33:01      0xE88     20234 RTE       CACHE_SIZE=12800
    2006-03-20 09:33:01      0xE88     20234 RTE       CALLSTACKLEVEL=0
    2006-03-20 09:33:01      0xE88     20234 RTE       _CAT_CACHE_MINSIZE=262144
    2006-03-20 09:33:01      0xE88     20234 RTE       CAT_CACHE_SUPPLY=3000
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECKDATA=1
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_BACKUP=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_COMMON=0
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_CONVERTER=0
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_DATACACHE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_DATAPAGELOG=0
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_FBM=0
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_IOMAN=0
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_KB_REGIONS=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_LOCK_SUPPLY=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_LOCK=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_LOGHISTORY=0
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_LOGPAGE=0
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_LOGTRANS=0
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_LOGVOLUME=0
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_REGIONS=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_SRVTASKS=0
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_TABLE_WIDTH=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_TASK_SPECIFIC_CATALOGCACHE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_TRANSLIST=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_TREE_LOCKS=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       CHECK_TREE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       CLUSTERED_IO=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       COLUMNCOMPRESSION=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       _COMMENT=
    2006-03-20 09:33:01      0xE88     20234 RTE       CONTROLPASSWORD=***
    2006-03-20 09:33:01      0xE88     20234 RTE       CONTROLUSERID=CONTROL
    2006-03-20 09:33:01      0xE88     20234 RTE       CONVERTER_REGIONS=8
    2006-03-20 09:33:01      0xE88     20234 RTE       DATABASEFULL=1
    2006-03-20 09:33:01      0xE88     20234 RTE       _DATA_CACHE_RGNS=16
    2006-03-20 09:33:01      0xE88     20234 RTE       DATA_VOLUME_GROUPS=1
    2006-03-20 09:33:01      0xE88     20234 RTE       DATA_VOLUME_MODE_0001=NORMAL
    2006-03-20 09:33:01      0xE88     20234 RTE       DATA_VOLUME_NAME_0001=D:\DISKD0001
    2006-03-20 09:33:01      0xE88     20234 RTE       DATA_VOLUME_SIZE_0001=1036672
    2006-03-20 09:33:01      0xE88     20234 RTE       DATA_VOLUME_TYPE_0001=F
    2006-03-20 09:33:01      0xE88     20234 RTE       DATE_TIME_FORMAT=INTERNAL
    2006-03-20 09:33:01      0xE88     20234 RTE       DBFILLINGABOVELIMIT=70L80M85M90H95H96H97H98H99H
    2006-03-20 09:33:01      0xE88     20234 RTE       DBFILLINGBELOWLIMIT=70L80L85L90L95L
    2006-03-20 09:33:01      0xE88     20234 RTE       DDLTRIGGER=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       DEADLOCK_DETECTION=4
    2006-03-20 09:33:01      0xE88     20234 RTE       DEFAULT_CODE=ASCII
    2006-03-20 09:33:01      0xE88     20234 RTE       _DELAY_COMMIT=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       _DELAY_LOGWRITER=0
    2006-03-20 09:33:01      0xE88     20234 RTE       DIAG_HISTORY_NUM=2
    2006-03-20 09:33:01      0xE88     20234 RTE       DIAG_HISTORY_PATH=d:sapdbdatawrkNSPDIAGHISTORY
    2006-03-20 09:33:01      0xE88     20234 RTE       _DIAG_SEM=0
    2006-03-20 09:33:01      0xE88     20234 RTE       _DW_IO_AREA_FLUSH=50
    2006-03-20 09:33:01      0xE88     20234 RTE       _DW_IO_AREA_SIZE=50
    2006-03-20 09:33:01      0xE88     20234 RTE       _DW_LRU_TAIL_FLUSH=25
    2006-03-20 09:33:01      0xE88     20234 RTE       ENABLE_CHECK_INSTANCE=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       ENABLE_SYSTEM_TRIGGERS=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       ERROR=3
    2006-03-20 09:33:01      0xE88     20234 RTE       _EVENTFILE=knldiag.evt
    2006-03-20 09:33:01      0xE88     20234 RTE       _EVENTSIZE=0
    2006-03-20 09:33:01      0xE88     20234 RTE       EVENT=1
    2006-03-20 09:33:01      0xE88     20234 RTE       EXPAND_COM_TRACE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       EXTERNAL_DUMP_REQUEST=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       _FBM_LOW_IO_RATE=10
    2006-03-20 09:33:01      0xE88     20234 RTE       FBM_VOLUME_BALANCE=10
    2006-03-20 09:33:01      0xE88     20234 RTE       FBM_VOLUME_COMPRESSION=50
    2006-03-20 09:33:01      0xE88     20234 RTE       FILEDIR_SPINLOCKPOOL_SIZE=10
    2006-03-20 09:33:01      0xE88     20234 RTE       FORBID_LOAD_BALANCING=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       FORMATTING_MODE=PARALLEL
    2006-03-20 09:33:01      0xE88     20234 RTE       FORMAT_DATAVOLUME=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       HASHED_RESULTSET_CACHESIZE=262144
    2006-03-20 09:33:01      0xE88     20234 RTE       HASHED_RESULTSET=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       HEAP_CHECK_LEVEL=0
    2006-03-20 09:33:01      0xE88     20234 RTE       HIRES_TIMER_TYPE=CPU
    2006-03-20 09:33:01      0xE88     20234 RTE       HS_STORAGE_DLL=libhsscopy
    2006-03-20 09:33:01      0xE88     20234 RTE       HS_SYNC_INTERVAL=50
    2006-03-20 09:33:01      0xE88     20234 RTE       _IDXFILE_LIST_SIZE=2048
    2006-03-20 09:33:01      0xE88     20234 RTE       INIT_ALLOCATORSIZE=237568
    2006-03-20 09:33:01      0xE88     20234 RTE       INSTANCE_TYPE=OLTP
    2006-03-20 09:33:01      0xE88     20234 RTE       _IOPROCS_FOR_PRIO=1
    2006-03-20 09:33:01      0xE88     20234 RTE       _IOPROCS_PER_DEV=1
    2006-03-20 09:33:01      0xE88     20234 RTE       _IOPROCS_SWITCH=2
    2006-03-20 09:33:01      0xE88     20234 RTE       JOIN_MAXTAB_LEVEL4=64
    2006-03-20 09:33:01      0xE88     20234 RTE       JOIN_MAXTAB_LEVEL9=5
    2006-03-20 09:33:01      0xE88     20234 RTE       JOIN_SEARCH_LEVEL=0
    2006-03-20 09:33:01      0xE88     20234 RTE       JOIN_TABLEBUFFER=128
    2006-03-20 09:33:01      0xE88     20234 RTE       _KERNELDIAGFILE=knldiag
    2006-03-20 09:33:01      0xE88     20234 RTE       KERNELDIAGSIZE=800
    2006-03-20 09:33:01      0xE88     20234 RTE       _KERNELDUMPFILE=knldump
    2006-03-20 09:33:01      0xE88     20234 RTE       _KERNELTRACEFILE=knltrace
    2006-03-20 09:33:01      0xE88     20234 RTE       KERNELTRACESIZE=700
    2006-03-20 09:33:01      0xE88     20234 RTE       KERNELVERSION=KERNEL    7.6.00   BUILD 018-123-113-357
    2006-03-20 09:33:01      0xE88     20234 RTE       LOAD_BALANCING_CHK=0
    2006-03-20 09:33:01      0xE88     20234 RTE       LOAD_BALANCING_DIF=10
    2006-03-20 09:33:01      0xE88     20234 RTE       LOAD_BALANCING_EQ=5
    2006-03-20 09:33:01      0xE88     20234 RTE       LOCAL_REDO_LOG_BUFFER_SIZE=0
    2006-03-20 09:33:01      0xE88     20234 RTE       _LOCK_SUPPLY_BLOCK=100
    2006-03-20 09:33:01      0xE88     20234 RTE       LOGABOVELIMIT=50L75L90M95M96H97H98H99H
    2006-03-20 09:33:01      0xE88     20234 RTE       LOGFULL=1
    2006-03-20 09:33:01      0xE88     20234 RTE       LOGSEGMENTFULL=1
    2006-03-20 09:33:01      0xE88     20234 RTE       LOG_BACKUP_TO_PIPE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       LOG_IO_QUEUE=200
    2006-03-20 09:33:01      0xE88     20234 RTE       LOG_MIRRORED=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       LOG_QUEUE_COUNT=1
    2006-03-20 09:33:01      0xE88     20234 RTE       LOG_SEGMENT_SIZE=4266
    2006-03-20 09:33:01      0xE88     20234 RTE       LOG_VOLUME_NAME_001=D:\DISKL001
    2006-03-20 09:33:01      0xE88     20234 RTE       LOG_VOLUME_SIZE_001=12800
    2006-03-20 09:33:01      0xE88     20234 RTE       LOG_VOLUME_TYPE_001=F
    2006-03-20 09:33:01      0xE88     20234 RTE       LRU_FOR_SCAN=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       MAXBACKUPDEVS=2
    2006-03-20 09:33:01      0xE88     20234 RTE       MAXCPU=1
    2006-03-20 09:33:01      0xE88     20234 RTE       MAXDATAVOLUMES=11
    2006-03-20 09:33:01      0xE88     20234 RTE       _MAXEVENTS=100
    2006-03-20 09:33:01      0xE88     20234 RTE       _MAXEVENTTASKS=2
    2006-03-20 09:33:01      0xE88     20234 RTE       _MAXGARBAGE_COLL=1
    2006-03-20 09:33:01      0xE88     20234 RTE       MAXLOCKS=300000
    2006-03-20 09:33:01      0xE88     20234 RTE       MAXLOGVOLUMES=2
    2006-03-20 09:33:01      0xE88     20234 RTE       MAXPAGER=16
    2006-03-20 09:33:01      0xE88     20234 RTE       MAXRGN_REQUEST=-1
    2006-03-20 09:33:01      0xE88     20234 RTE       MAXSERVERTASKS=63
    2006-03-20 09:33:01      0xE88     20234 RTE       _MAXTASK_STACK=1024
    2006-03-20 09:33:01      0xE88     20234 RTE       _MAXTRANS=264
    2006-03-20 09:33:01      0xE88     20234 RTE       MAXUSERTASKS=30
    2006-03-20 09:33:01      0xE88     20234 RTE       MAXVOLUMES=14
    2006-03-20 09:33:01      0xE88     20234 RTE       MAX_HASHTABLE_MEMORY=5120
    2006-03-20 09:33:01      0xE88     20234 RTE       MAX_LOG_QUEUE_COUNT=0
    2006-03-20 09:33:01      0xE88     20234 RTE       _MAX_MESSAGE_FILES=0
    2006-03-20 09:33:01      0xE88     20234 RTE       MAX_MESSAGE_LIST_LENGTH=100
    2006-03-20 09:33:01      0xE88     20234 RTE       MAX_RETENTION_TIME=480
    2006-03-20 09:33:01      0xE88     20234 RTE       MAX_SERVERTASK_STACK=150
    2006-03-20 09:33:01      0xE88     20234 RTE       MAX_SINGLE_HASHTABLE_SIZE=512
    2006-03-20 09:33:01      0xE88     20234 RTE       MAX_SPECIALTASK_STACK=200
    2006-03-20 09:33:01      0xE88     20234 RTE       _MBLOCK_DATA_SIZE=32768
    2006-03-20 09:33:01      0xE88     20234 RTE       _MBLOCK_QUAL_SIZE=16384
    2006-03-20 09:33:01      0xE88     20234 RTE       _MBLOCK_STACK_SIZE=32768
    2006-03-20 09:33:01      0xE88     20234 RTE       _MBLOCK_STRAT_SIZE=8192
    2006-03-20 09:33:01      0xE88     20234 RTE       MCOD=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       MEMORY_ALLOCATION_LIMIT=0
    2006-03-20 09:33:01      0xE88     20234 RTE       MEM_ENHANCE_LIMIT=0
    2006-03-20 09:33:01      0xE88     20234 RTE       MINI_DUMP=NORMAL
    2006-03-20 09:33:01      0xE88     20234 RTE       _MINREPLY_SIZE=4096
    2006-03-20 09:33:01      0xE88     20234 RTE       MINSERVERTASKS=53
    2006-03-20 09:33:01      0xE88     20234 RTE       MIN_RETENTION_TIME=60
    2006-03-20 09:33:01      0xE88     20234 RTE       MONITOR_READ=2147483647
    2006-03-20 09:33:01      0xE88     20234 RTE       MONITOR_ROWNO=0
    2006-03-20 09:33:01      0xE88     20234 RTE       MONITOR_SELECTIVITY=0
    2006-03-20 09:33:01      0xE88     20234 RTE       MONITOR_TIME=2147483647
    2006-03-20 09:33:01      0xE88     20234 RTE       _MP_DISP_LOOPS=1
    2006-03-20 09:33:01      0xE88     20234 RTE       _MP_DISP_PRIO=DEFAULT
    2006-03-20 09:33:01      0xE88     20234 RTE       _MP_RGN_BUSY_WAIT=DEFAULT
    2006-03-20 09:33:01      0xE88     20234 RTE       _MP_RGN_DIRTY_READ=DEFAULT
    2006-03-20 09:33:01      0xE88     20234 RTE       MP_RGN_LOOP=-1
    2006-03-20 09:33:01      0xE88     20234 RTE       _MP_RGN_PRIO=DEFAULT
    2006-03-20 09:33:01      0xE88     20234 RTE       _MP_RGN_QUEUE=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       _MULT_IO_BLOCK_CNT=4
    2006-03-20 09:33:01      0xE88     20234 RTE       OFFICIAL_NODE=
    2006-03-20 09:33:01      0xE88     20234 RTE       OMS_HEAP_BLOCKSIZE=10000
    2006-03-20 09:33:01      0xE88     20234 RTE       OMS_HEAP_COUNT=1
    2006-03-20 09:33:01      0xE88     20234 RTE       OMS_HEAP_LIMIT=0
    2006-03-20 09:33:01      0xE88     20234 RTE       OMS_HEAP_THRESHOLD=100
    2006-03-20 09:33:01      0xE88     20234 RTE       _OMS_REGIONS=0
    2006-03-20 09:33:01      0xE88     20234 RTE       _OMS_RGNS=7
    2006-03-20 09:33:01      0xE88     20234 RTE       OMS_RUN_IN_UDE_SERVER=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       OMS_STREAM_TIMEOUT=30
    2006-03-20 09:33:01      0xE88     20234 RTE       OMS_VERS_THRESHOLD=2097152
    2006-03-20 09:33:01      0xE88     20234 RTE       ONLINE=1
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_AGGREGATION=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_FETCH_REVERSE=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_FIRST_ROWS=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_JOIN_HASHTABLE=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_JOIN_HASH_MINIMAL_RATIO=1
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_JOIN_ONEPHASE=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_JOIN_OPERATOR_SORT=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_JOIN_OUTER=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_JOIN_PARALLEL_MINSIZE=1000000
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_JOIN_PARALLEL_SERVERS=0
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_MIN_MAX=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_OPERATOR_JOIN_COSTFUNC=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_OPERATOR_JOIN=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_QUAL_ON_INDEX=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIMIZE_QUERYREWRITE=STATEMENT
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIM_CACHE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIM_INV_ONLY=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIM_JOIN_FETCH=0
    2006-03-20 09:33:01      0xE88     20234 RTE       OPTIM_MAX_MERGE=500
    2006-03-20 09:33:01      0xE88     20234 RTE       OUTOFSESSIONS=2
    2006-03-20 09:33:01      0xE88     20234 RTE       _PACKET_SIZE=131072
    2006-03-20 09:33:01      0xE88     20234 RTE       _PAGE_SIZE=8192
    2006-03-20 09:33:01      0xE88     20234 RTE       _PRIO_BASE_COM=10
    2006-03-20 09:33:01      0xE88     20234 RTE       _PRIO_BASE_IOC=80
    2006-03-20 09:33:01      0xE88     20234 RTE       _PRIO_BASE_RAV=80
    2006-03-20 09:33:01      0xE88     20234 RTE       _PRIO_BASE_REX=40
    2006-03-20 09:33:01      0xE88     20234 RTE       _PRIO_BASE_U2U=100
    2006-03-20 09:33:01      0xE88     20234 RTE       _PRIO_FACTOR=80
    2006-03-20 09:33:01      0xE88     20234 RTE       PROTECT_DATACACHE_MEMORY=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       _READAHEAD_BLOBS=32
    2006-03-20 09:33:01      0xE88     20234 RTE       REQUEST_TIMEOUT=5000
    2006-03-20 09:33:01      0xE88     20234 RTE       _RESTART_TIME=600
    2006-03-20 09:33:01      0xE88     20234 RTE       _ROW_RGNS=8
    2006-03-20 09:33:01      0xE88     20234 RTE       _RTEDUMPFILE=rtedump
    2006-03-20 09:33:01      0xE88     20234 RTE       RTE_TEST_REGIONS=0
    2006-03-20 09:33:01      0xE88     20234 RTE       RUNDIRECTORY=d:sapdbdatawrkNSP
    2006-03-20 09:33:01      0xE88     20234 RTE       SEQUENCE_CACHE=1
    2006-03-20 09:33:01      0xE88     20234 RTE       _SERVERDB_FOR_SAP=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       SESSION_TIMEOUT=900
    2006-03-20 09:33:01      0xE88     20234 RTE       SET_VOLUME_LOCK=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       SHAREDSQL_COMMANDCACHESIZE=32768
    2006-03-20 09:33:01      0xE88     20234 RTE       SHAREDSQL_EXPECTEDSTATEMENTCOUNT=1500
    2006-03-20 09:33:01      0xE88     20234 RTE       SHAREDSQL=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       SHOW_MAX_KB_STACK_USE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       SHOW_MAX_STACK_USE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       STANDBY=0
    2006-03-20 09:33:01      0xE88     20234 RTE       SUBTREE_LOCKS=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       SYMBOL_DEMANGLING=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       SYMBOL_RESOLUTION=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       SYSTEMERROR=3
    2006-03-20 09:33:01      0xE88     20234 RTE       _TAB_RGNS=8
    2006-03-20 09:33:01      0xE88     20234 RTE       _TASKCLUSTER_01=tw;al;ut;2000*sv,100*bup;10*ev,10*gc;
    2006-03-20 09:33:01      0xE88     20234 RTE       _TASKCLUSTER_02=ti,100*dw;30000*us;
    2006-03-20 09:33:01      0xE88     20234 RTE       _TASKCLUSTER_03=compress
    2006-03-20 09:33:01      0xE88     20234 RTE       TIME_MEASUREMENT=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_AK=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_ALLOCATOR=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_CATALOG=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_CLIENTKERNELCOM=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_COMMON=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_COMMUNICATION=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_CONVERTER=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_DATACHAIN=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_DATAPAM=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_DATATREE=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_DBPROC=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_DEFAULT=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_DELETE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_FBM=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_FILEDIR=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_FRAMECTRL=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_INDEX=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_INSERT=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_IOMAN=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_IPC=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_JOIN=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_KSQL=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_LOCK=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_LOGACTION=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_LOGHISTORY=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_LOGPAGE=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_LOGTRANS=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_LOGVOLUME=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_LONG=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_MEMORY=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_MESSAGES=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OBJECTCONTAINER=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OBJECT_ADD=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OBJECT_ALTER=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OBJECT_FREE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OBJECT_GET=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OBJECT=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_CONTAINERDIR=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_CONTEXT=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_ERROR=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_FLUSHCACHE=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_INTERFACE=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_KEYRANGE=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_KEY=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_LOCK=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_MEMORY=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_NEWOBJ=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_SESSION=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_STREAM=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_VAROBJECT=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OMS_VERSION=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_OPTIMIZE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_ORDER_STANDARD=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_ORDER=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_PAGER=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_PAGES_BUP=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_PAGES_EV=2
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_PAGES_GC=20
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_PAGES_LW=5
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_PAGES_PG=3
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_PAGES_SV=5
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_PAGES_TI=2
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_PAGES_US=10
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_PAGES_UT=5
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_PAGES=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_PRIMARY_TREE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_QUERYREWRITE=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_RUNTIME=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_SELECT=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_SHAREDSQL=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_SQLMANAGER=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_SRVTASKS=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_STOP_ERRORCODE=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_SYNCHRONISATION=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_SYSVIEW=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_TABLE=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_TIME=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_UPDATE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       TRACE_VOLUME=0
    2006-03-20 09:33:01      0xE88     20234 RTE       TRANS_HISTORY_SIZE=0
    2006-03-20 09:33:01      0xE88     20234 RTE       _TRANS_RGNS=8
    2006-03-20 09:33:01      0xE88     20234 RTE       TRANS_THRESHOLD_VALUE=60
    2006-03-20 09:33:01      0xE88     20234 RTE       UKT_CPU_RELATIONSHIP=NONE
    2006-03-20 09:33:01      0xE88     20234 RTE       _UNICODE=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       UPDATESTAT_PARALLEL_SERVERS=0
    2006-03-20 09:33:01      0xE88     20234 RTE       UPDSTATWANTED=1
    2006-03-20 09:33:01      0xE88     20234 RTE       USED_MAX_LOG_QUEUE_COUNT=1
    2006-03-20 09:33:01      0xE88     20234 RTE       USESELECTFETCH=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       USEVARIABLEINPUT=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       _USE_ASYNC_IO=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       USE_COROUTINES=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       USE_FIBERS=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       _USE_IOPROCS_ONLY=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       USE_MEM_ENHANCE=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       USE_OPEN_DIRECT=NO
    2006-03-20 09:33:01      0xE88     20234 RTE       USE_SYSTEM_PAGE_CACHE=YES
    2006-03-20 09:33:01      0xE88     20234 RTE       _UTILITY_PROTFILE=dbm.utl
    2006-03-20 09:33:01      0xE88     20234 RTE       UTILITY_PROTSIZE=100
    2006-03-20 09:33:01      0xE88     20234 RTE       VOLUMENO_BIT_COUNT=8
    2006-03-20 09:33:01      0xE88     20234 RTE       _WORKDATA_SIZE=8192
    2006-03-20 09:33:01      0xE88     20234 RTE       _WORKSTACK_SIZE=8192
    2006-03-20 09:33:01      0xE88     20234 RTE       XP_CONVERTER_REGIONS=0
    2006-03-20 09:33:01      0xE88     20234 RTE       XP_DATA_CACHE_RGNS=0
    2006-03-20 09:33:01      0xE88     20234 RTE       XP_MAXPAGER=0
    2006-03-20 09:33:01      0xE88     20235 RTE      Dump of all kernel parameters done
    2006-03-20 09:33:01      0xE88     19841 DIAGHIST Backup of diagnostic files is in progress
    2006-03-20 09:33:01      0xE88     19842 DIAGHIST Backup of diagnostic files has finished
    2006-03-20 09:33:01      0xE88     19600 VERSION  'Kernel    7.6.00   Build 018-123-113-357'
    2006-03-20 09:33:01      0xE88     19600 VERSION  'W32/INTEL 7.6.00   Build 018-123-113-357'
    2006-03-20 09:33:01      0xE88     19769 INFO     Starting SERVERDB:      'NSP'
    2006-03-20 09:33:01      0xE88     19770 INFO              SERVERNODE:    'AUA5062'
    2006-03-20 09:33:01      0xE88     19771 INFO              Process ID:    2724
    2006-03-20 09:33:01      0xE88     19773 INFO              Date:          2006-03-20
    2006-03-20 09:33:01      0xE88     19772 INFO              Owner:         'SYSTEM'
    2006-03-20 09:33:01      0xE88     19775 INFO              Processors:       1
    2006-03-20 09:33:01      0xE88     19782 INFO              Fiber:         'YES'
    2006-03-20 09:33:01      0xE88     19776 INFO              Max virtual memory:        2047 MB
    2006-03-20 09:33:01      0xE88     19777 INFO              Total physical memory:     1015 MB
    2006-03-20 09:33:01      0xE88     19778 INFO              Available physical memory: 535 MB
    2006-03-20 09:33:01      0xE88     20219 RTE      Memory allocation not limited
    2006-03-20 09:33:01      0xE88     20220 RTE      System page cache usage enabled
    2006-03-20 09:33:01      0xE88     19692 TCLUSTER tw;al;ut;2000*sv,100*bup;10*ev,10*gc;ti,100*dw;30000*us;compress
    2006-03-20 09:33:01      0xE88     19693 TCLUSTER number of 'BUP':   0
    2006-03-20 09:33:01      0xE88     19693 TCLUSTER number of ' DW':  16
    2006-03-20 09:33:01      0xE88     19693 TCLUSTER number of ' US':  30
    2006-03-20 09:33:01      0xE88     19693 TCLUSTER number of ' SV':  63
    2006-03-20 09:33:01      0xE88     19693 TCLUSTER number of ' EV':   2
    2006-03-20 09:33:01      0xE88     19693 TCLUSTER number of ' GC':   1
    2006-03-20 09:33:01      0xE88     19692 TCLUSTER Total Number of UKT 7
    2006-03-20 09:33:01      0xE88     19692 TCLUSTER Number of UKT with User Tasks 1
    2006-03-20 09:33:01      0xE88     19860 MEMORY   I/O buffer cache: 12800 Pages allocated
    2006-03-20 09:33:01      0xE88     19811 EVENTING Suppressing output to 'knldiag.evt' 0 pages
    2006-03-20 09:33:01      0xE88     19812 EVENTING Eventbuffer 100 events 2 tasks
    2006-03-20 09:33:01      0xBBC     19821 TASKING  Thread 3004 starting
    2006-03-20 09:33:02      0xE88     19831 TRACE_IO Configured _MAX_MESSAGE_FILES:0
    2006-03-20 09:33:02      0xE88     19832 TRACE_IO Disabled: No TraceMessagefiles wanted
    2006-03-20 09:33:02      0xA1C     19688 THREAD   CLOCK thread started
    2006-03-20 09:33:02      0xF6C     19688 THREAD   TIMER thread started
    2006-03-20 09:33:02      0x140     19688 THREAD   ASYNC0 thread started
    2006-03-20 09:33:02      0x300     20213 RTE      CONSOLE thread started
    2006-03-20 09:33:02      0xEF4     19688 THREAD   REQUESTOR thread started
    2006-03-20 09:33:02      0x128     19821 TASKING  Thread 296 starting
    2006-03-20 09:33:02      0xB28     19821 TASKING  Thread 2856 starting
    2006-03-20 09:33:02      0x124     19821 TASKING  Thread 292 starting
    2006-03-20 09:33:13      0xE88     19649 CONNECT  Kernel threads initialization timeout
    2006-03-20 09:33:13      0xF44     19821 TASKING  Thread 3908 starting
    2006-03-20 09:33:13      0x3B8     19821 TASKING  Thread 952 starting
    2006-03-20 09:33:13      0x9F0     19821 TASKING  Thread 2544 starting
    2006-03-20 09:33:13      0x40C     19821 TASKING  Thread 1036 starting
    2006-03-20 09:33:13      0xD14     19627 TASKING  UKT started, TID:0xD14
    2006-03-20 09:33:13      0x664     19627 TASKING  UKT started, TID:0x664
    2006-03-20 09:33:13      0xB70     19627 TASKING  UKT started, TID:0xB70
    2006-03-20 09:33:13      0x80C     19627 TASKING  UKT started, TID:0x80C
    2006-03-20 09:33:13      0x908     19627 TASKING  UKT started, TID:0x908
    2006-03-20 09:33:13      0x448     19627 TASKING  UKT started, TID:0x448
    2006-03-20 09:33:13      0xEE8     19627 TASKING  UKT started, TID:0xEE8
    2006-03-20 09:33:13      0xEE8     19615 VOLUMEIO Attaching volume 'knltrace'
    2006-03-20 09:33:13      0x830     19613 DBSTATE  I/O thread for 'knltrace' started
    2006-03-20 09:33:13      0xEE8     20038 Admin    Kernel state: 'ADMIN' reached
    2006-03-20 09:33:13      0xEE8     20023 Pager    Initialized without clustered IO
    2006-03-20 09:33:13      0xEE8     54003 dynpool  HIST_DIR  item size    :      8
    2006-03-20 09:33:13      0xEE8     54003 dynpool  HIST_DIR  num items    :     30
    2006-03-20 09:33:13      0xEE8     54003 dynpool  DYNP_B930_HIST_DIR     :    240
    2006-03-20 09:33:13      0xEE8     54003 dynpool  INDEX FileListItemSize :      8
    2006-03-20 09:33:13      0xEE8     54003 dynpool  INDEX NumFileListItems :   2048
    2006-03-20 09:33:13      0xEE8     54003 dynpool  INDEX FileListSizeAll  :  16384
    2006-03-20 09:33:13      0xEE8     54003 dynpool  INDEX FunnelItemSize   :      8
    2006-03-20 09:33:13      0xEE8     54003 dynpool  INDEX QueueItemPtrSize :      4
    2006-03-20 09:33:13      0xEE8     54003 dynpool  INDEX QueueItemSize    :     36
    2006-03-20 09:33:13      0xEE8     54003 dynpool  INDEX SortItemSize     :     16
    2006-03-20 09:33:13      0xEE8     54003 dynpool  INDEX NumFunnelItems   :   2048
    2006-03-20 09:33:13      0xEE8     54003 dynpool  INDEX FunnelSizeAll    : 131072
    2006-03-20 09:33:13      0xEE8     54003 dynpool  DYNP_B49_IDXSIZE       : 147456
    2006-03-20 09:33:13      0xEE8     54003 dynDATA  DYND_K57_KB_PAGES      :     11
    2006-03-20 09:33:13      0xEE8         9 SrvTasks Available Servertasks: 63
    2006-03-20 09:33:13      0xEE8     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2006-03-20 09:33:13      0xEE8     54003 dynpool  BACKUP TASK LIST       :    208
    2006-03-20 09:33:13      0xEE8     54003 dynpool  BACKUP TAPE LIST       :    688
    2006-03-20 09:33:13      0xEE8     54003 dynpool  BACKUP DEVSP LIST      :     96
    2006-03-20 09:33:13      0xEE8     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2006-03-20 09:33:13      0xEE8     54003 dynpool  BACKUP SRR QUEUE       :    656
    2006-03-20 09:33:13      0xEE8     54003 dynpool  DYNP_K38_SAVE_GLOB     :   1584
    2006-03-20 09:33:13      0xEE8     54003 dynDATA  DYND_K38_SAVE          :    217
    2006-03-20 09:33:13      0xEE8     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2006-03-20 09:33:13      0xEE8     54003 dynpool  BACKUP TASK LIST       :     32
    2006-03-20 09:33:13      0xEE8     54003 dynpool  BACKUP TAPE LIST       :    688
    2006-03-20 09:33:13      0xEE8     54003 dynpool  BACKUP DEVSP LIST      :     16
    2006-03-20 09:33:13      0xEE8     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2006-03-20 09:33:13      0xEE8     54003 dynpool  BACKUP SRR QUEUE       :    128
    2006-03-20 09:33:13      0xEE8     54003 dynpool  DYNP_K38_AUTOSAVE      :    880
    2006-03-20 09:33:13      0xEE8     54003 dynDATA  DYND_K38_AUTOSAVE      :     41
    2006-03-20 09:33:13      0xEE8     19930 TASKING  Kernel initialization completed
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 5
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:0
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 20
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:1
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 19
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:2
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 18
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:3
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 17
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:4
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 16
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:5
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 15
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:6
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 14
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:7
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 13
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:8
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 12
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:9
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 11
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:10
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 10
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:11
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 9
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:12
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 8
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:13
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 7
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:14
    2006-03-20 09:33:13      0xEE8     20019 Pager    Start TaskId: 6
    2006-03-20 09:33:13      0xEE8     20020 Pager    First DataCacheSegment:15
    2006-03-20 09:33:13      0xF6C         3 RunTime  State changed from STARTING to ADMIN
    2006-03-20 09:33:13      0xF6C     19601 DBSTATE  SERVERDB is ready
    ============================================ begin of write cycle ==================
    2006-03-20 09:33:13      0xF6C     20223 RTE      Database tries automatic restart
    2006-03-20 09:33:13      0x1F0     19821 TASKING  Thread 496 starting
    2006-03-20 09:33:13      0x448     19633 CONNECT  Connect req. (T21, Node:'', PID:4084)
    2006-03-20 09:33:13      0x448     19615 VOLUMEIO Attaching volume 'D:\DISKD0001'
    2006-03-20 09:33:13      0xCC8 ERR 18164 VOLUMEIO Could not read page 0 from volume: 'D:\DISKD0001', rc = 24
    2006-03-20 09:33:14      0xEE8        31 SrvTasks Permanently reserved 13 servertasks for 'Backup / Restore'.
    2006-03-20 09:33:14      0xEE8        31 SrvTasks Permanently reserved 2 servertasks for 'Backup / Restore'.
    2006-03-20 09:33:14      0xCC8 ERR 18164 VOLUMEIO Could not read page 0 from volume: 'D:\DISKD0001', rc = 24
    2006-03-20 09:33:15      0xCC8 ERR 18164 VOLUMEIO Could not read page 0 from volume: 'D:\DISKD0001', rc = 24
    2006-03-20 09:33:15      0x448 ERR 20031 IOMan    IOMan_Volume.cpp:976
    2006-03-20 09:33:15      0x448 ERR 20031 IOMan    2006-03-20 09:33:15 IOMan Error 20031
    2006-03-20 09:33:15      0x448 ERR 20031 IOMan    Attach error on Data volume 1: error evaluating volume
    2006-03-20 09:33:15      0x448 ERR     3 Admin    Kernel_Administration.cpp:606
    2006-03-20 09:33:15      0x448 ERR     3 Admin    2006-03-20 09:33:15 Admin Error 3
    2006-03-20 09:33:15      0x448 ERR     3 Admin    Database state: OFFLINE
    2006-03-20 09:33:15      0x448 ERR     3 Admin     + Kernel_Trace.cpp:223
    2006-03-20 09:33:15      0x448 ERR     3 Admin     + 2006-03-20 09:33:15 KernelCommon Info 6
    2006-03-20 09:33:15      0x448 ERR     3 Admin     -   Internal errorcode, Errorcode 9050 "disk_not_accessible"
    2006-03-20 09:33:15      0x448 ERR     3 Admin     + Kernel_Administration.cpp:365
    2006-03-20 09:33:15      0x448 ERR     3 Admin     + 2006-03-20 09:33:15 Admin Error 20014
    2006-03-20 09:33:15      0x448 ERR     3 Admin     -   RestartFilesystem failed with 'I/O error'
    2006-03-20 09:33:15      0x448     19651 CONNECT  Connection released, T21
    2006-03-20 09:33:15      0x448     19621 DBSTATE  Shutdown kill requested
    2006-03-20 09:33:15      0xE88 ERR     7 Messages Msg_List.cpp:3617
    2006-03-20 09:33:15      0xE88 ERR     7 Messages 2006-03-20 09:33:15 Messages Error 7
    2006-03-20 09:33:15      0xE88 ERR     7 Messages Begin of dump of registered messages
    2006-03-20 09:33:15      0xE88 ERR    10 Messages Msg_List.cpp:3631
    2006-03-20 09:33:15      0xE88 ERR    10 Messages 2006-03-20 09:33:15 Messages Error 10
    2006-03-20 09:33:15      0xE88 ERR    10 Messages abort dump of registered messages
    2006-03-20 09:33:15      0xE88 ERR     8 Messages Msg_List.cpp:3636
    2006-03-20 09:33:15      0xE88 ERR     8 Messages 2006-03-20 09:33:15 Messages Error 8
    2006-03-20 09:33:15      0xE88 ERR     8 Messages End of the message list registry dump
    2006-03-20 09:33:15      0xD14     20000 Trace    Start flush kernel trace
    2006-03-20 09:33:15      0xD14     19617 VOLUMEIO Single I/O attach, 'knltrace', UKT:1
    2006-03-20 09:33:15      0xE88     19684 TASKING  Tracewriter termination timeout: 1200 sec
    2006-03-20 09:33:15      0x1F0 ERR 20125 RTE      RTE_ExternalCall.cpp:877
    2006-03-20 09:33:15      0x1F0 ERR 20125 RTE      2006-03-20 09:33:15 RTE Error 20125
    2006-03-20 09:33:15      0x1F0 ERR 20125 RTE      Database automatic restart failed
    2006-03-20 09:33:16      0xD14     20001 Trace    Stop flush kernel trace
    2006-03-20 09:33:16      0xD14     20002 Trace    Start flush kernel dump
    2006-03-20 09:33:16      0xD14     20003 Trace    Stop flush kernel dump
    2006-03-20 09:33:16      0xD14     19619 TASKING  Releasing tracewriter
    2006-03-20 09:33:16      0xE88     19890 DIAGHIST Backup of diagnostic files will be forced at next restart
    2006-03-20 09:33:16      0xE88     19600 VERSION  'Kernel    7.6.00   Build 018-123-113-357'
    2006-03-20 09:33:16      0xE88     19654 DBSTATE  SERVERDB 'NSP' has stopped
    -------------------------------------------- current write position ----------------

  • OAMSSA-20023

    After configuring OIM 11g (11.5.5) , we are receiving <oracle.oam.user.identity.provider> <OAMSSA-20023> <Authentication Failure for user : xelsysadm.> error while trying to access OAM console.
    We are able to login using weblogic credentials but not with the xelsysadmin nor oamadmin (added using ldapadd script).
    Please help us.
    Thanks

    It appears that i started oam_server1 to soon, i was able to login into oim once i stopped the oam_server1 and was able to complete my installation steps (webgates etc).

  • Error in starting Adobe Bridge in Photoshop CS2

    I've just installed Photoshop CS2, however upon opening Adobe Bridge this error message appears " The application has failed to start because libagluc28.dll was not found. Reinstalling to application may fix the problem"
    I have reinstalled and click repair but to no avail
    I followed Adobe Support Knowledgebase solution and run CMD and this appears:
    c:Documents and Settings/Jesus M Ferraris>
    then i entered the command
    cacls c:\windows\installer /T /E /C /G administrators:F
    but an error message appears - 'cacls' is not recognized as an internal or external command, operable program or bathc file
    I also entered the next command
    cacls "c:\documents and setting\all users" /Y /E /C /G administrators:F
    still the same error as above appears, Please help, have I miss something or was my procedure correct...
    P4, 512ram, WXP 80gHD

    Very useful.
    Good Luck.
    My
    Si
    tes

  • Windows Vista: Ipod Error Message, no longer read by PCs

    Hello,
    I have a 5th generation black ipod video with 30GB of memory.
    The other day I hooked it up to my laptop (Toshiba, 4 months old) that it's been functioning on with no problems whatsoever. This weird error message flashed twice about it not being able to sync because of some software problem.
    Eversince then, the only thing I can charge my ipod on is the family treadmill in the basement (~_~) as no other computer in the house recognizes it. I can't even charge it through the wall sockets, either.
    I have changed the ipod cord, still no luck. I've also reset the device about 3 or 4 times and uninstalled, restarted the laptop then reinstalled itunes. I would like to reset it back to factory settings but that's impossible as computers/laptops don't pick it up. I live very far from a Mac store...
    What's a girl to do? I can't live without my Busta Rhymes and Wu-Tang Clan!
    Any advice would be greatly appreciated! Thanks!

    you have to update Vista go to this site and up-date http://windowsupdate.microsoft.com

  • Error while offsetting a variable

    Hello Experts
    I want to display the data for last 5 years in my query. So I tried using the SAP exit variable Current Calendar Year (0CYEAR) and the offset it by 5. However, I am getting the following error message for the query "System error in program SAPLRR12 and form REP_ASSIGN_INITIAL_OPT-01"
    Any Help on this is appreciated and points will be assigned.
    Thanks

    Thanks Chetan for your prompt reply. I have assigned points.
    But I would appreciate if you help me clear my understanding of offseting a variable.
    Say if the Current Calendar Year variable returns 2008, then will offseting that variable by 5 return me the data for years 2008, 2007, 2006, 2005 , 2004. Or, will it just return me the data for 2008 - 5 = 2004 only.
    Thanks
    Rishi

Maybe you are looking for

  • Please help me out in getting this information.....

    *1) The name of the Cookie* *2) The value* *3) The directory path* *4) The size of the cookie ie. 1024 bytes* After that I am unable to make out , what are the rest of the informations Can any one help in understanding what are all information which

  • Importing .asf files, blurry in source/sequence monitors and output

    I have a large amount of material to work with in .asf form, 480x360 resolution. I'll be outputting to 480x360 as well, so no scaling/zooming needed at all. Problem is, when I import one of those asfs it immediately becomes blurry, i.e. in the source

  • IPhoto 11 a step back-

    Well first of all, I love Apple products, but iPhoto 11 is a step back compared to the predecessor. The way how one is using iPhoto 11 got more complicated, not intuitive and it feels so sluggish. Like a cheap Microsoft copy of iPhoto- Really, the mo

  • How to Determine Text File Encoding is UNICODE

    Hi Gurus, How to determine whether the file is a UNICODE format or not? I have the file stored as a BLOB column in a table Thanks, Sombit

  • Duplicate todos in Mail.app

    Hi, My todos have recently started duplicating themselves inside Mail.app (strangely there are no duplicates in iCal!). Can anyone suggest why this might be happening? I have an iPhone syncing 'over the air' with MobileMe. I don't have any other sync