Problems with Oracle9i SCM

I am trying to configure Oracle9i SCM as the projects main version control tool. But I am experiencing problems when I am check-i / out forms from the SCM. I have had version 1.0, 1.1, 1.2, 1.3 and 1.4. The comment are all reflecting as updated. But when I try to compare the previou version, it throws out the error 'Version 1.3 cannot be found in any workareas or configurations. If the form has a sub-classes then the compare operation will fail, or yield and invalid result.' My form does not have any subclass, but a simple block to test the version control.
What is wrong with SCM, What am I doing wrong with SCM.. Any comments or is SCM unreliable or complicated to use ????

I am having the same problem when comparing form. Following is the message that appears:
CDR-03110: Unable to load file as subclassed files could not be found.
Regards
Muhammad Aamir

Similar Messages

  • Problem with demo : Round-Tripping XML with Oracle9i

    Hi,
    We have recently installed a 9.2.0.1.0 database with the intention of trying some of the new XMLTYPE samples.
    I downloaded the demo : Round-Tripping XML with Oracle9i.
    The first part, Mapping XML into Oracle9i, worked fine.
    The second part, Re-composing XML from Oracle9i, doesn't seem to run.
    Here is what I get i SQLPLUS :
    (Step 1 to 15 is OK)
    SQL> create or replace type PURCHASEORDER_TYPE as object
    2 (
    3 "Reference" VARCHAR2(64),
    4 "Actions" SYS.XMLTYPE,
    5 "Requester" VARCHAR2(48),
    6 "User" VARCHAR2(32),
    7 "Reject" PURCHASEORDERREJECTION_TYPE,
    8 "CostCenter" VARCHAR2(3),
    9 "Vendor" VARCHAR2(32),
    10 "PONumber" NUMBER(10),
    11 "ShippingInstructions" PURCHASEORDERSHIPINST_TYPE,
    12 "SpecialInstructions" VARCHAR2(2048),
    13 "LineItems" SYS.XMLTYPE
    14 );
    15 /
    Type created.
    SQL> --script 16
    SQL> create or replace view PURCHASEORDERDOCUMENTS as
    2 select P.REFERENCE,
    3 sys_xmlgen(
    4 PURCHASEORDER_TYPE(
    5 P.REFERENCE,
    6 (
    7 select
    8 sys_xmlagg(
    9 sys_xmlgen(
    10 PURCHASEORDERACTION_TYPE(
    11 A.ACTIONEDBY,
    12 A.DATEACTIONED
    13 ),
    14 sys.xmlgenformattype.createFormat('Action')
    15 )
    16 ).extract('//Action')
    17 from PURCHASEORDERACTIONS A
    18 where A.REFERENCE = P.REFERENCE
    19 ),
    20 P.REQUESTER,
    21 P.USERID,
    22 PURCHASEORDERREJECTION_TYPE(
    23 R.REJECTEDBY,
    24 R.DATEREJECTED,
    25 R.COMMENTS
    26 ),
    27 P.COSTCENTER,
    28 P.VENDOR,
    29 P.PONUMBER,
    30 PURCHASEORDERSHIPINST_TYPE(
    31 S.SHIPTONAME,
    32 S.ADDRESS,
    33 S.PHONE
    34 ),
    35 P.SPECIALINSTRUCTIONS,
    36 (
    37 select
    38 sys_xmlagg(
    39 sys_xmlgen(
    40 PURCHASEORDERLINEITEM_TYPE(
    41 L.LINENO,
    42 L.DESCRIPTION,
    43 PURCHASEORDERPART_TYPE(
    44 L.PARTNO,
    45 L.QUANTITY,
    46 L.UNITPRICE
    47 )
    48 ),
    49 sys.xmlgenformattype.createFormat('LineItem')
    50 ),
    51 sys.xmlgenformattype.createFormat('LineItems')
    52 )
    53 from PURCHASEORDERLINEITEMS L
    54 where P.REFERENCE = L.REFERENCE
    55 )
    56 ),
    57 sys.xmlgenformattype.createFormat('PurchaseOrder')
    58 ) "PODOCUMENT"
    59 from PURCHASEORDERSTORE P,
    60 PURCHASEORDERREJECTION R,
    61 PURCHASEORDERSHIPINSTRUCTIONS S
    62 where R.REFERENCE = P.REFERENCE
    63 and S.REFERENCE = P.REFERENCE;
    View created.
    SQL> --script 17
    SQL> set heading off;
    SQL> set wrap on
    SQL> set pagesize 10000;
    SQL> set long 10000;
    SQL> select P.PODOCUMENT.getClobVal() from PURCHASEORDERDOCUMENTS P;
    select P.PODOCUMENT.getClobVal() from PURCHASEORDERDOCUMENTS P
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at line 1
    Has anyone had the same problem ?? I would appreciate any suggestions.
    Thanks,
    Frank

    I found the solution :
    The database was running with a multibyte characterset (UTF8).
    After changing that to WE8ISO8859P1 everything worked fine.
    It is strange that Oracle suggest to use UTF8 when installing the new database (9i)
    and on the other hand doesn't support multibyte charactersets for several of the XML-products.
    Cheers,
    Frank

  • Bad link "Using Oracle9i SCM with Designer"

    The link on the page http://otn.oracle.com/products/repository/demos.html under the title "Using Oracle9i SCM with Oracle 9i Designer"
    pointing to http://otn.oracle.com/products/repository/demos/designer/new_nov02/html/des_scm_demo.htm
    does not work.
    thanx for the correction,
    trevi

    Hello,
    Thanks for pointing that out Trevi - I'll get onto it
    and fix it as soon as possible.
    Regards,
    Dominic
    Designer Product Management
    Oracle Corp

  • OC4J 9.0.3 (date 07/31) problem with the MDB-demo and Oracle9i-databases (v9.*)

    Trying to get the supplied mdb-demo to work in the J2EE 1.3 certified version of OC4J 9.0.3 (from 07/31).
    It works fine with the OJMS-provider in a Oracle 8i v8.1.7 database but not in a Oracle9i database.
    I have now tried three possible versions of Oracle9i available from OTN and Metalink:
    - v9.0.1.1
    - v9.0.1.3.1
    - v9.2.0.1
    I have noted from the "known-issue-page" that the supported version is v9.0.1.3 with patch #2416054 applied. Unfortunately is that patch only available for Solaris as of today...
    I all cases I get one and the same error message from the CartEJB - bean in OC4J:
    CartEJB::send2Queue: begin; item=QueueqSNDQUE|Queue
    CartEJB::send2Queue; Exception occurred: oracle.jms.AQjmsException: ORA-06550: l
    ine 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'AQ$_JMS_ENQUEUE_BYTES_MESSAGE'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    CartEJB::send2Queue: end
    Is there some post-installation-step that I missed (e.g. copying som jar-fil from Oracle9i to OC4J...) or is there anything else I can do to get the supplied MDB demo working with Oracle9i?
    Thanks in advance,
    Magnus Larsson.

    Ok...
    Thanks for your help!
    So I will stick with Oracle8i v8.1.7 until the patch is available on Windows...
    Maybe I'll make a try with Linux also (thanks for noting me!), but probably will the Windows patch be available before I succeed with Oracle9i on Linux...
    I will post a reply once I get the patch working on either Linux or Windows!
    Regards,
    Magnus.

  • Problem With Alert Category SCM EM 5.0

    I have just updated my EM 4,0 to 5,0 and I have problems with the categories of alert, in the part of messages by mail. I do it correctly when configuring them like was doing it in the version 4 declaring in the containers the name of the paraameter of information and type, but when in the transaction SOST I see the very result the first character of the piece of information that is supposed to all data reflect appears they are declared correctly and in the HEY are everything like parameters of information.
    Somebody is able to tell to himself that it can be happening
    Thanks . . . Alberto

    somebody can helpme

  • Problem with 640 kernel: SAP R3, Oracle9i, Sunsolaris

    Dear Experts,
    Am facing problem with kernel 640 version.
    1. We have Production (620) and DR servers (620).
    2. I upgraded kernel in production to 640, still pumping and applying redo logs in DR server which is 620 kernel.
    3. I copied kernel 640 from production server to DR server.
    4. When I open database in DR server (system started normally) it is showing kernel version 620 only, not 640.
    5. Only diff is production server is upgraded from 4.0B to 4.7 and DR server recently we installed 4.7 directly.
    After restoring backup in DR server again control file created and moved to DR server and applying redo logs normally.
    Why kernel version showing only 620 in DR server???
    Is control file plays any role in kernel upgrade. Should I open database and check again (with new control file and newly restored data). . .  .
    Any idea, , , ,
    Adv thanks....

    Am believe I did. I followed as under.
    1. Copied production box exe in /sapmnt/SID/ to other location of same box
    2. zipped using zip command zip <newfilename>.zip exe on same box
    3. ftp'ed to DR box with normal ftp
    4. unzipped the the zip file there with command unzip  <newfilename>.zip then  moved to /sapmnt/SID/
    5. next renamed.
    You tell me one thing will there be any wrong with zip command
    regds

  • Installation problem with Siebel8.0 on Oracle Enterprise Linux 4 system

    We are having installation problem with Siebel8.0 on Oracle Enterprise Linux 4 system.
    Using interface, when installation come up to “Installing Wizard” window where Gateway Name Server Configuration window should take place, everything just freeze up
    Using console, after installation we obtain following errors:
    Installing Siebel Enterprise Server. Please wait...
    unable to launch: "ksh export
    LD_LIBRARY_PATH=/siebel/gtwysrvr/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/gtwysrvr/bin/setup.jar run -args LANG=ENU
    MODE=LIVE MODEL_FILE=/siebel/gtwysrvr/admin/enterprise_console.scm" error code:
    "236"(SBL-STJ-00152)
    LD_LIBRARY_PATH=/siebel/siebsrvr/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/siebsrvr/bin/setup.jar run -args LANG=ENU
    REPEAT=FALSE MODE=LIVE MODEL_FILE=/siebel/siebsrvr/admin/siebel_server.scm"
    error code: "236"(SBL-STJ-00152)
    LD_LIBRARY_PATH=/siebel/siebsrvr/mgmtagent/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/siebsrvr/mgmtagent/bin/setup.jar run -args
    LANG=ENU MODE=LIVE
    MODEL_FILE=/siebel/siebsrvr/mgmtagent/admin/mgmtagent_ses.scm" error code:
    "236"(SBL-STJ-00152)
    Running command :
    ./ssincfgw -is:javaconsole -console -args LANG=ENU MODE=LIVE MODEL_FILE=/siebel/gtwysrvr/admin/enterprise_console.scm
    Infinite loop of following error pops out:
    An error occurred during wizard bean change notification:
    java.lang.NoClassDefFoundError
    at ConfigInitialize.execute(ConfigInitialize.java:21)
    at com.installshield.wizard.StandardWizardListener.execute(StandardWizardListener.java:123)
    Is there any clue how this error can be solved??
    Thanks in advance!!
    Gordon
    Message was edited by:
    user605023

    I'm facing the same error message while install Siebel 8.0 on OEL. But before I had this ksh problem, it complains about disc space first, and I actually has plenty of disk space under the directory (it needs only 0.7 G and I have 17G free). Anybody has encountered such problem before?
    /net/sdcnas05/vol/engfs01/v_sia/8.0SIA[20405|http://forums.oracle.com/forums/]/Release/Linux/Server/Siebel_Enterprise_Server
    -bash-3.00$ ./setuplinux -is:javaconsole -console
    Initializing InstallShield Wizard........
    Initializing InstallShield Wizard........
    Launching InstallShield Wizard........
    0% 25% 50% 75% 100%
    Welcome to the InstallShield Wizard for Siebel Enterprise Server
    The InstallShield Wizard will install Siebel Enterprise Server on your
    computer.
    To continue, choose Next.
    Siebel Enterprise Server
    Siebel Systems
    Press 1 for Next, 3 to Cancel or 4 to Redisplay [1]
    Siebel Enterprise Server Install Location
    Please specify a directory or press Enter to accept the default directory.
    Directory Name: [siebel] /slot/ems1115/appmgr/20405
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Please select the products you wish to install.
    [ ] 1 - Gateway Name Server
    [ ] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]: 1
    [X] 1 - Gateway Name Server
    [ ] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]: 2
    [X] 1 - Gateway Name Server
    [X] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]:
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Configuring uninstallers. Please wait...
    0% 25% 50% 75% 100%
    Choose the setup type that best suits your needs.
    [X] 1 - Typical
    [ ] 2 - Compact
    [ ] 3 - Custom
    To select an item enter its number, or 0 when you are finished: [0]
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Please select the languages you wish to install.
    [X] 1 - enu - English (American)
    [ ] 2 - fin - Finnish
    [ ] 3 - kor - Korean
    [ ] 4 - cht - Chinese (Traditional)
    [ ] 5 - ita - Italian (Standard)
    [ ] 6 - esn - Spanish (Modern)
    [ ] 7 - deu - German (Standard)
    [ ] 8 - chs - Chinese (Simplified)
    [ ] 9 - tha - Thai
    [ ] 10 - dan - Danish
    [ ] 11 - heb - Hebrew
    [ ] 12 - fra - French (Standard)
    [ ] 13 - nld - Dutch (Standard)
    [ ] 14 - ptb - Portuguese (Brazilian)
    [ ] 15 - csy - Czech
    [ ] 16 - jpn - Japanese
    [ ] 17 - ptg - Portuguese (Standard)
    [ ] 18 - ara - Arabic (Sa`udi)
    [ ] 19 - sve - Swedish
    To select an item enter its number, or 0 when you are finished: [0]
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    {color:#ff0000}*Drive "/slot/ems1115/appmgr/20405" does not have enough space to install the*
    selected configuration. Please free up "766446" KB on drive
    *"/slot/ems1115/appmgr/20405" before continuing.*{color}
    -bash-3.00$ pwd
    /slot/ems1115/appmgr/20405
    -bash-3.00$ df -h .
    Filesystem Size Used Avail Use% Mounted on
    sdc1002nap-vlan1:/vol/ems_39426_1115
    71G 55G 17G 77% /slot/ems1115

  • Problem with java.sql.Clob and oracle.sql.CLOB

    Hi,
    I am using oracle9i and SAP web application server. I am getClob method and storing that in java.sql.Clob and using the getClass().getName() I am getting the class name as oracle.sql.CLOB. But when I am trying to cast this to oracle.sql.CLOB i am getting ClassCastException. The code is given below
    java.sql.Clob lOracleClob = lResultSet.getClob(lColIndex + 1);
    lPrintWriter = new PrintWriter(new BufferedWriter (((oracle.sql.CLOB) lOracleClob).getCharacterOutputStream()));
    lResourceStatus = true;
    can anybody please tell me the what is the problem with this and solution.
    thanks,
    Ashok.

    Hi Ashok
    You can get a "ClassCastException" when the JVM doesn't have access to the specific class (in your case, "oracle.sql.CLOB").
    Just check your classpath and see if you are referring to the correct jar files.
    cheers
    Sameer
    PS: Please award points if you find the answer useful

  • Problem with descriptions in Siebel Configuration Wizzard

    Hi, I'm trying to solve problem with siebel 8.1.1,
    after reainstalation of Enterprise, SWSE, and webclient language (enu language package) on windows XP proffesional , after configuration of oracle 11g database, and IIS server,
    I found out that there are no messages shown in install shield Configuration Wizzard,
    there is no LANG parameter, SIEBEL_LANGUAGE environment variable, language and locale in system are set to English
    descriptions of fields in normal and with -is:javaconsole parameter look like:
    Press 1 for Next, 3 to Cancel or 4 to Redisplay [1] 1
    [ ] 1 - Create
    [ ] 2 - Modify
    [ ] 3 - Remove
    [ ] 4 - Exit
    instead of "Create new configuration"... Additional during configuration of gateway server there is new textbox called PrimaryLanguage. It looks like language file is not loaded with the wizzard, do you have any idea what can be the reason of the problem?
    when I use -is:log parameter, it outputs the following file:
    file type: 0
    file id: 0
    length: 187
    offset: 299095
    file name: instructions.txt
    file type: 5
    file id: 1
    length: 1009
    offset: 299282
    file name: Verify.jar
    file type: 2
    file id: 2
    length: 723
    offset: 300291
    file name: launch.txt
    file type: 4
    file id: 3
    length: 30106977
    offset: 301014
    file name: Windows-Sun-1.5.0.exe
    Executing launch script command: "C:\DOCUME~1\mirek\USTAWI~1\Temp\LRE169.tmp/bin\java.exe" -cp "";"setup.jar";"" -Dtemp.dir="C:\DOCUME~1\mirek\USTAWI~1\Temp" -Dis.jvm.home="C:\DOCUME~1\mirek\USTAWI~1\Temp\LRE169.tmp" -Dis.jvm.temp="1" -Dis.media.home="" -Dis.launcher.file="d:\sba81\gtwysrvr\BIN\ssincfgw.exe" -Dis.jvm.file="C:\DOCUME~1\mirek\USTAWI~1\Temp\LRE169.tmp\jvm" -Dis.external.home="d:\sba81\gtwysrvr\BIN" -Xms64m -Xmx128m -Xss2m run "-args" "MODEL_FILE=d:\sba81\gtwysrvr\ADMIN\enterprise_console.scm" "-console" in working directory d:\sba81\gtwysrvr\BIN
    file type: 0
    file id: 0
    length: 187
    offset: 299095
    file name: instructions.txt
    file type: 5
    file id: 1
    length: 1009
    offset: 299282
    file name: Verify.jar
    file type: 2
    file id: 2
    length: 723
    offset: 300291
    file name: launch.txt
    file type: 4
    file id: 3
    length: 30106977
    offset: 301014
    file name: Windows-Sun-1.5.0.exe
    Executing launch script command: "C:\DOCUME~1\mirek\USTAWI~1\Temp\LRE182.tmp/bin\java.exe" -cp "";"setup.jar";"" -Dtemp.dir="C:\DOCUME~1\mirek\USTAWI~1\Temp" -Dis.jvm.home="C:\DOCUME~1\mirek\USTAWI~1\Temp\LRE182.tmp" -Dis.jvm.temp="1" -Dis.media.home="" -Dis.launcher.file="d:\sba81\gtwysrvr\BIN\ssincfgw.exe" -Dis.jvm.file="C:\DOCUME~1\mirek\USTAWI~1\Temp\LRE182.tmp\jvm" -Dis.external.home="d:\sba81\gtwysrvr\BIN" -Xms64m -Xmx128m -Xss2m run "-args" "MODEL_FILE=d:\sba81\gtwysrvr\ADMIN\enterprise_console_sia.scm" in working directory d:\sba81\gtwysrvr\BIN
    Output from the launch script execution
    StdOut:
    title Kreator konfiguracji aplikacji Siebel uruchomi oprogramowanie z następującymi ustawieniami:)
    ErrOut:
    Best regards,
    Mirek Lewandowski
    Edited by: user8366313 on 2009-07-14 02:25
    Edited by: user8366313 on 2009-07-14 03:15

    is there any tool to clean windows registry after siebel installation?

  • Problem with reports in excel (using text_io)

    we are using Report Builder 6.0.5.28.0 with Oracle9i Enterprise Edition Release 9.2.0.1.0. in a client/server evironment. I'm using 'TEXT_IO' to write the report output to a csv file.
    The process runs ok but the only problem is that the first line of every page (other than the first) gets repeated.
    can anyone out there tell me how to get over this problem.
    Thanx in advance
    Adolph

    1. You first need to create a package in your report
    PACKAGE conv_text IS
    procedure fopen(fname varchar2);
    procedure fclose(fname varchar2);
    procedure fwrite_c(fname varchar2,
    var_c varchar2);
    procedure fline;
    END;
    PACKAGE BODY conv_text IS
    o_file TEXT_IO.FILE_TYPE;
    filename VARCHAR2(50);
    procedure fopen (fname varchar2) is
    begin
    filename := fname;
    o_file := TEXT_IO.FOPEN(filename,'W');
    end;
    procedure fclose (fname varchar2) is
    begin
    Text_IO.Fclose(o_file);
    end;
    procedure fwrite_c (fname varchar2, var_c varchar2) is
    begin
              Text_IO.Put(o_file,var_c);
    end;
    procedure fline is
    begin
         Text_IO.New_Line(o_file);
    end;
    2. In the "before report trigger" open the csv file (make sure the folder exists on the client m/c)
    conv_text.fopen(:filename);
    3. In the innermost frame(use the following,for all the fields u want in ur csv file) :
    filename VARCHAR2(50);
    begin
    filename := :filename;
    conv_text.fwrite_c(filename,:agency_name);
    conv_text.fwrite_c(filename,',');
    conv_text.fwrite_c(filename,:invoice_no);
    conv_text.fwrite_c(filename,',');
    conv_text.fline;
    4. In the after report, close the file
    conv_text.fclose(:filename);
    good luck and let me know if get thru with the problem of the repeating record.
    Adolph
    [email protected]

  • Problem with using database link from oracle 7 to oracle 9i

    Hi To Every One
    I have two oracle database oracle 7.3.4.0.1 and oracle 9i 9.2.0.1.0.
    and the tns alias to connect to oracle 9i database is oracle9i and tns
    alias to oracle 7 database is oracle7.I have no problem in connect to
    these database using these tns aliases from either database.The tns
    alias for oracle 7 is available in tnsnames.ora file of oracle9i and
    tns alias for oracle 9i is available in tnsnames.ora file of oracle 7.
    So there is no connection problem from each other.Connection is
    working fine for each other but the problem with database links is
    like this
    Problem:
    when i create database link from oracle9i user or public database link
    from oracle9i for oracle7 user like this
    SQL ORACLE9I >CREATE DATABASE LINK ORACLE7 CONNECT TO <ORACLE7USER>
    IDENTIFIED BY <PASSWORD> USING 'ORACLE7';
    OR
    SQL ORACLE9I >CREATE PUBLIC DATABASE LINK ORACLE7 CONNECT TO <ORACLE7USER>
    IDENTIFIED BY <PASSWORD> USING 'ORACLE7';
    The links get created sucessfully but when i write command like
    SQL ORACLE9I> DESC <ORACLE7USER_NAME>.<ORACLE7USER_TABLENAME>@ORACLE7
    I RECEIVE A ORACLE ERROR LIKE
    ORA-12663 SERVICE REQUIRED BY CLIENT IS NOT AVAILABLE ON THE SERVER.
    OR IF MY COMMAND IS LIKE
    SQL ORACLE9I> SELECT <FEILD_NAME> FROM
    <ORACLE7USER_NAME>.<ORACLE7USER_TABLENAME>@ORACLE7;
    I RECEIVE AN ORACLE ERROR LIKE
    ORA-01002 FETCH OUT OF SEQUENCE.
    ORA-02063: preceding line from ORACLE7
    BUT IF I CREATE A LINK FROM ORACLE7 USER FOR ORACLE9I USER
    IT WORKS FINE.
    PLZ HELP ME WHAT IS THE PROBLEM THAT THE LINK FOR ORACLE 7 IS NOT WORKING WHEN
    IT IS BEING CREATED FROM ORACLE9I.
    Thank u.

    Oracle 9.2.0 does not support connectivity to Oracle 7. The newest version that will support this is 9.0.1.

  • SAP R-3 IDES 4.71 installation with Oracle9i

    Hello
    I am having problems installing SAP R-3 IDES 4.71 installation with Oracle9i on windows 2003 Server. The log file comes up with this erorr
    INFO 2008-05-14 22:50:30
    Changed working directory to C:\SAPinst ORACLE SAPINST.
    INFO 2008-05-14 22:53:59
    See 'C:\usr\sap\DEV\SYS\exe\run/startsap name=DEV nr=00 SAPDIAHOST=bw2003' output in 'C:\SAPinst ORACLE SAPINST\startsap.log'.
    TRACE
    ProgramReturnCode='-1' means error.
    ERROR 2030-05-14 22:53:59
    MOS-01012  PROBLEM: 'C:\usr\sap\DEV\SYS\exe\run/startsap name=DEV nr=00 SAPDIAHOST=bw2003' returned with '-1' which is not a defined as a success code.
    Windows 2003 Server
    AMD 2GH Dual core
    2GB Ram
    250GB HDD
    Computer name: bw2003
    Central instance: DEV
    I checked the host file system32/drivers/etc the IP adress and the host name is there.
    I am hoping  that someone could help me with the installation  thanks in advance.
    waiting .....

    ok here you go
    dev_disp
    trc file: "dev_disp", trc level: 1, release: "620"
    Sat May 18 00:27:08 2030
    kernel runs with dp version 3(ext=1) (@(#) DPLIB-INT-VERSION-3)
    length of sys_adm_ext is 304 bytes
    systemid   560 (PC with Windows NT)
    relno      6200
    patchlevel 0
    patchno    674
    intno      20020600
    pid        2276
    ***LOG Q00=> DpSapEnvInit, DPStart (00 2276) [dpxxdisp.c   978]
         shared lib "dw_xml.dll" version 674 successfully loaded
         shared lib "dw_xtc.dll" version 674 successfully loaded
         shared lib "dw_stl.dll" version 674 successfully loaded
    MtxInit: -2 0 0
    DpShMCreate: sizeof(wp_adm)          9776     (752)
    DpShMCreate: sizeof(tm_adm)          1690816     (8412)
    DpShMCreate: sizeof(wp_ca_adm)     18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpShMCreate: sizeof(comm_adm)     192000     (384)
    DpShMCreate: sizeof(wall_adm)     (22440/34344/56/100)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 042F0040, size: 1974816)
    DpShMCreate: allocated sys_adm at 042F0040
    DpShMCreate: allocated wp_adm at 042F0560
    DpShMCreate: allocated tm_adm_list at 042F2B90
    DpShMCreate: allocated tm_adm at 042F2BB8
    DpShMCreate: allocated wp_ca_adm at 0448F878
    DpShMCreate: allocated appc_ca_adm at 04493EC8
    DpShMCreate: allocated comm_adm_list at 04495638
    DpShMCreate: allocated comm_adm at 04495650
    DpShMCreate: allocated ca_info at 044C4450
    DpShMCreate: allocated wall_adm at 044C4458
    MBUF state OFF
    Sat May 18 00:27:09 2030
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation std
    <EsNT> Memory Reset enabled as NT default
    <EsNT> EsIUnamFileMapInit: Initialize the memory 307 MB
    <ES> 306 blocks reserved for free list.
    ES initialized.
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, NiPServToNo ( sapmsDEV) [nixxi.c      2599]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ***LOG Q0L=> DpLoopInit, nomscon () [dpxxdisp.c   1451]
    Sat May 18 00:27:18 2030
    CCMS: Initalizing shared memory of size 20000000 for monitoring segment.
    Sat May 18 00:27:32 2030
    CCMS: start to initalize 3.X shared alert area (first segment).
    Sat May 18 00:27:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    Sat May 18 00:27:50 2030
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:28:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:28:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:28:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:29:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W0 (pid 2328) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W0
    ERROR => W11 (pid 2416) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W11
    my types changed after wp death/restart 0xbf --> 0xaf
    ERROR => MsIModTypes: not_attached [msxxi.c      1567]
    Sat May 18 00:29:30 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W5 (pid 2368) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W5
    ERROR => W6 (pid 2376) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W6
    ERROR => W7 (pid 2384) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W7
    my types changed after wp death/restart 0xaf --> 0xad
    ERROR => MsIModTypes: not_attached [msxxi.c      1567]
    Sat May 18 00:29:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W2 (pid 2344) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W2
    ERROR => W8 (pid 2392) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W8
    ERROR => W10 (pid 2408) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W10
    ERROR => W12 (pid 2424) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W12
    my types changed after wp death/restart 0xad --> 0x89
    ERROR => MsIModTypes: not_attached [msxxi.c      1567]
    Sat May 18 00:30:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W1 (pid 2336) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W1
    Sat May 18 00:30:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:30:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:31:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:31:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:31:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:32:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W3 (pid 2352) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W3
    ERROR => W4 (pid 2360) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W4
    ERROR => W9 (pid 2400) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W9
    Sat May 18 00:32:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:32:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:32:51 2030
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    Sat May 18 00:33:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:33:11 2030
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    Sat May 18 00:33:13 2030
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    Sat May 18 00:33:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:33:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:34:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:34:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:34:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:35:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:35:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:35:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:36:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:36:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:36:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:37:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:37:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:37:33 2030
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    Sat May 18 00:37:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:38:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:38:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:38:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:39:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:39:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:39:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:40:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:40:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:40:30 2030
    caught signal 2
    Sat May 18 00:40:42 2030
    ***LOG Q05=> DpHalt, DPStop ( 2276) [dpxxdisp.c   7883]
    dev_w0
    trc file: "dev_w0", trc level: 1, release: "620"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Sat May 18 00:27:19 2030
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\DEV\SYS\exe\run\dboraslib.dll' ...
    B  Library 'C:\usr\sap\DEV\SYS\exe\run\dboraslib.dll' loaded
    B  Version of 'C:\usr\sap\DEV\SYS\exe\run\dboraslib.dll' is "620.02", patchlevel (0.549)
    B  New connection 0 created
    M  systemid   560 (PC with Windows NT)
    M  relno      6200
    M  patchlevel 0
    M  patchno    674
    M  intno      20020600
    M  pid        2328

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2328) [dpxxdisp.c   1028]
    I  MtxInit: -2 0 0

    M Sat May 18 00:27:24 2030
    M  DpShMCreate: sizeof(wp_adm)          9776     (752)
    M  DpShMCreate: sizeof(tm_adm)          1690816     (8412)
    M  DpShMCreate: sizeof(wp_ca_adm)     18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpShMCreate: sizeof(comm_adm)     192000     (384)
    M  DpShMCreate: sizeof(wall_adm)     (22440/34344/56/100)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 04AF0040, size: 1974816)
    M  DpShMCreate: allocated sys_adm at 04AF0040
    M  DpShMCreate: allocated wp_adm at 04AF0560
    M  DpShMCreate: allocated tm_adm_list at 04AF2B90
    M  DpShMCreate: allocated tm_adm at 04AF2BB8
    M  DpShMCreate: allocated wp_ca_adm at 04C8F878
    M  DpShMCreate: allocated appc_ca_adm at 04C93EC8
    M  DpShMCreate: allocated comm_adm_list at 04C95638
    M  DpShMCreate: allocated comm_adm at 04C95650
    M  DpShMCreate: allocated ca_info at 04CC4450
    M  DpShMCreate: allocated wall_adm at 04CC4458

    X Sat May 18 00:27:28 2030
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation std
    M  <EsNT> Memory Reset enabled as NT default
    X  ES initialized.

    M Sat May 18 00:27:33 2030
    M  calling db_connect ...
    C  Got ORACLE_HOME=C:\oracle\ora92 from environment

    C Sat May 18 00:28:05 2030
    C  Client NLS settings: AMERICAN_AMERICA.WE8DEC

    C Sat May 18 00:28:06 2030
    C  Logon as OPS$-user to get SAPDEV's password
    C  Connecting as /@DEV on connection 0 ...
    C  Attaching to DB Server DEV (con_hdl=0,svchp=062414CC,svrhp=06243724)

    C Sat May 18 00:28:17 2030
    C  Starting user session (con_hdl=0,svchp=062414CC,srvhp=06243724,usrhp=0624BEFC)

    C Sat May 18 00:28:33 2030
    C  Now I'm connected to ORACLE
    C  Got SAPDEV's password from table SAPUSER
    C  Got SAPDEV's password from OPS$-user
    C  Disconnecting from connection 0 ...

    C Sat May 18 00:28:34 2030
    C  Closing user session (con_hdl=0,svchp=062414CC,usrhp=0624BEFC)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPDEV/<pwd>@DEV on connection 0 ...
    C  Starting user session (con_hdl=0,svchp=062414CC,srvhp=06243724,usrhp=0624BEFC)
    C  Now I'm connected to ORACLE
    C  Database NLS settings: AMERICAN_AMERICA.WE8DEC
    C  Database instance dev is running on BW2003 with ORACLE version 9.2.0.2.1 since 20300518

    B Sat May 18 00:28:35 2030
    B  Connection 0 opened
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT Date     Time   DBHost
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  20300518 002733 BW2003

    M Sat May 18 00:28:36 2030
    M  db_connect o.k.

    I Sat May 18 00:29:01 2030
    I  MtxInit: 0 0 0

    X Sat May 18 00:29:02 2030
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation std
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 13
    B  dbtbxbuf: Buffer TABL  (addr: 0C2000C8, size: 30000000, end: 0DE9C448)
    B  dbtbxbuf: Buffer TABLP (addr: 0DEA00C8, size: 10240000, end: 0E8640C8)
    B  Layout of EIBUF buffer shared memory:
    B  0: 1 * 4 = 4
    B  1: 1 * 276 = 276
    B  2: 13 * 20 = 260
    B  3: 4001 * 40 = 160040
    B  4: 2000 * 128 = 256000
    B  5: 4001 * 4 = 16004
    B  6: 1 * 100 = 100
    B  7: 65 * 4 = 260
    B  8: 29385 * 128 = 3761280
    B  Tracing = 0, Shm Protection = 0, Force checks = 0
    I  *** ERROR => [CreateOsShm] CreateFileMapping(54,4096 KB) failed with Err=1455
                  ERROR_COMMITMENT_LIMIT: The paging file is too small for this operation to complete.  [shmnt.c      2055]
    I  *** ERROR => ShmCreate: Create (54,4194384,1) failed [shmnt.c      469]
    Memory diagnostic                                 *
    Systeminformation
    Processor-Typ             : Intel unknown
    Processor-Count           : 1
    Operating System          : NT 5.2, Build 3790
    Service Pack              : Service Pack 1
    NT Pagefile Informations
    Config. minimum size      : 589824 K
    Config. maximum size      : 1179648 K
    Avail.  maximum size      : 1179648 K
    Num
    Pagefile
    Min.Size
    Max.Size
    Avail.Max
    Curr.Size
    1
    C:\pagefile.sys
    589824 K
    1179648 K
    1179648 K
    1178900 K
    NT Task Manager Informations
    Total Handles             :        0
    Total Threads             :        0
    Total Processes           :        0
    Commit Charge Total       :  1670224 K
    Commit Charge Limit       :  1676596 K
    Commit Charge Peak        :  1670376 K
    Phys.Memory Total         :        0 K
    Phys.Memory Available     :        0 K
    File Cache                :        0 K
    Kernel Memory Total       :        0 K
    Kernel Memory Paged       :        0 K
    Kernel Memory Nonpaged    :        0 K
    Memory usage of current process
    Total virt.address space  :  2097024 K
    Avail.virt.address space  :  1133576 K
    Private Pages             :        0 K
    Total heap size           :    10729 K
    Virtual memory regions    :        0 K
    Uncommitted heap memory   :     4108 K
    Allocated heap memory     :     4406 K
    Moveable heap memory      :       24 K
    DDE shared heap memory    :        0 K
    Memory usage of all processes
    PID
    Image
    Instance
    Work.Set
    WS Peak
    Priv.Pages
    PP Peak
    Pg Fault
    4
    72 K
    2100 K
    0 K
    0 K
    3
    352
    smss.exe
    212 K
    448 K
    144 K
    160 K
    0
    424
    winlogon.exe
    996 K
    9048 K
    6188 K
    6580 K
    3
    468
    services.exe
    1276 K
    3136 K
    1436 K
    1564 K
    0
    480
    lsass.exe
    2148 K
    6544 K
    7048 K
    7048 K
    1
    676
    svchost.exe
    552 K
    2508 K
    832 K
    832 K
    0
    848
    svchost.exe
    4840 K
    22520 K
    13348 K
    19208 K
    9
    972
    spoolsv.exe
    712 K
    4060 K
    3220 K
    3228 K
    1
    1124
    svchost.exe
    392 K
    1956 K
    476 K
    476 K
    0
    1176
    agntsrvc.exe
    948 K
    7720 K
    9128 K
    9128 K
    1
    1196
    TNSLSNR.exe
    2432 K
    5720 K
    5764 K
    5776 K
    1
    1212
    cmd.exe
    384 K
    1572 K
    1488 K
    1488 K
    0
    1228
    ORACLE.EXE
    122564 K
    135924 K
    203080 K
    205256 K
    38
    1324
    SAPSTARTSRV.EXE
    2520 K
    13364 K
    14828 K
    14828 K
    3
    1420
    VMwareService.exe
    928 K
    2164 K
    604 K
    604 K
    0
    1528
    dbsnmp.exe
    2240 K
    11312 K
    13608 K
    39264 K
    3
    1816
    Explorer.EXE
    2928 K
    15120 K
    10200 K
    10332 K
    13
    1864
    jusched.exe
    252 K
    1764 K
    432 K
    432 K
    0
    1872
    VMwareTray.exe
    724 K
    3144 K
    852 K
    888 K
    0
    1880
    VMwareUser.exe
    1376 K
    3284 K
    1032 K
    1048 K
    0
    1996
    svchost.exe
    488 K
    3740 K
    1440 K
    21664 K
    1
    216
    svchost.exe
    800 K
    3708 K
    2788 K
    2788 K
    0
    2080
    sapinst.exe
    82868 K
    105272 K
    84324 K
    105292 K
    41
    2088
    javaw.exe
    6944 K
    21272 K
    20396 K
    20896 K
    6
    2200
    startsap.exe
    460 K
    1772 K
    748 K
    748 K
    0
    2212
    sapstart.exe
    1244 K
    3176 K
    1188 K
    1188 K
    0
    2276
    disp+work.exe
    [DP] DEV_00
    26740 K
    42464 K
    30176 K
    30176 K
    10
    2312
    gwrd.EXE
    [GW] DEV_00
    1852 K
    6116 K
    3936 K
    8208 K
    1
    2320
    icman.EXE
    56440 K
    60192 K
    75880 K
    75880 K
    17
    2328
    disp+work.EXE
    [WP] DEV_00
    10700 K
    11516 K
    43684 K
    43788 K
    7
    2336
    disp+work.EXE
    [WP] DEV_00
    6696 K
    13084 K
    42180 K
    42180 K
    6
    2344
    disp+work.EXE
    [WP] DEV_00
    10896 K
    14092 K
    42180 K
    42180 K
    6
    2352
    disp+work.EXE
    [WP] DEV_00
    10088 K
    14588 K
    42176 K
    42176 K
    6
    2360
    disp+work.EXE
    [WP] DEV_00
    9320 K
    12960 K
    42184 K
    42184 K
    6
    2368
    disp+work.EXE
    [WP] DEV_00
    9480 K
    13076 K
    42184 K
    42184 K
    6
    2376
    disp+work.EXE
    [WP] DEV_00
    10060 K
    13220 K
    42180 K
    42180 K
    6
    2384
    disp+work.EXE
    [WP] DEV_00
    10024 K
    15128 K
    42184 K
    42184 K
    6
    2392
    disp+work.EXE
    [WP] DEV_00
    6576 K
    14752 K
    42180 K
    42180 K
    6
    2400
    disp+work.EXE
    [WP] DEV_00
    8812 K
    13436 K
    42184 K
    42184 K
    6
    2408
    disp+work.EXE
    [WP] DEV_00
    8552 K
    16140 K
    42180 K
    42180 K
    6
    2416
    disp+work.EXE
    25744 K
    25972 K
    41644 K
    43788 K
    10
    2424
    disp+work.EXE
    [WP] DEV_00
    6848 K
    11060 K
    42180 K
    42180 K
    6
    Sum
    460128 K
    1063904 K
    B  dbexpbuf[0]: Shm 54: create failed
    B  ***LOG BBF=> internal error in export/import buffer: object buf init fail   [dbexpbuf#4 @ 2611] [dbexpbuf2611 ]
    B  dbexpbuf: return code (sap_rc): 4
    B  Buffer 0 will not be available
    B  Unexpected returncode from db_exp_init(EXP_ATP) : 4
    B  db_objinit failed
    M  *** ERROR => ThCallHooks: event handler db_init for event CREATE_SHM failed [thxxtool3.c  237]
    M  *** ERROR => ThIPCInit: hook failed [thxxhead.c   1656]
    M  ***LOG R19=> tskh_init, ThIPCInit ( TSKH-IPC-000001) [thxxhead.c   1159]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: ThIPCInit (step 1, th_errno 17, action 3, level 1) [thxxhead.c   8437]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    rfc_req = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server bw2003_DEV_00 on host bw2003 (wp 0)
    M  *  ERROR       tskh_init: ThIPCInit
    M  *
    M  *  TIME        Sat May 18 00:29:02 2030
    M  *  RELEASE     620
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          17
    M  *  MODULE      thxxhead.c
    M  *  LINE        8569
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   672]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  237]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2328) [dpnttool.c   346]
    M  SemCleanup: Reset blocking on semaphore (Key:4/Slot:3)
    Thanks buddy
    waiting...

  • Problem In Oracle9i Enterprise Edition

    hello mike curtis
    i have some problem with oracle , i hope you want to help me solve my problem,
    i use oracle9i on Microsoft Windows 2000 Advance Server,
    on dell power edge server with dual pentium III 1.2 GB,1 GB RAM,Raid Disk
    everything configure correctly,
    the problem is when i configure parallel_min_server
    and parallel_max_server in init.ora file(s)
    why the plan table did not get an affect , i mean's there no difference
    between i use parallel query and not, but as you know the response time
    is difference between parallel and no parallel,
    and i run show parameter in sql*plus
    parallel_max_server has been set to 8
    parallel_min_server has been set to 4
    but when i try this
    explain plan for select count(*) from mytable;
    commit;
    select other_tag from plan_table
    the empty row is affected,please help me , why it's happened ? may be you can help
    me and show me where my fault is ?,
    thank's for your time to read my email, i hope you want to answer my problem to
    my email([email protected] or [email protected])
    and with that step everything is ok on oracle8i(8.1.7)
    yahya yanuar

    We recommend that you post your question in the appropriate Database Forum. The OTN Suggestions/Feedback forum answers questions about the OTN site and other general site issues.
    Best Regards, OTN Team

  • Having problem with svchost.exe/ntdll.dll errors causing GPSVC (Group Policy Client) to crash preventing users from logging into the server.

    Recently (within the past 2 weeks) I have noticed a few of our servers will have problems with the svchost.exe application causing the GPSVC (Group Policy Client) to crash. The only fix at that point is to reboot the server since the GPSVC service is tied
    to svchost.exe and therefore is protected from being manually restarted.
    I noticed the following errors when this occurs:
    Log Name:      Application
    Source:        Application Error
    Date:          7/23/2013 4:35:26 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Server1.xxx.xxx.net
    Description:
    Faulting application name: svchost.exe, version: 6.1.7600.16385, time stamp: 0x4a5bc3c1
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
    Exception code: 0xc0000024
    Fault offset: 0x00000000000cd7d8
    Faulting process id: 0x46c
    Faulting application start time: 0x01ce877f9476ac07
    Faulting application path: C:\Windows\system32\svchost.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: d252d26d-f372-11e2-8ad4-005056ac00e8
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-07-23T08:35:26.000000000Z" />
        <EventRecordID>158950</EventRecordID>
        <Channel>Application</Channel>
        <Computer>AAW19XM2.agency.nwie.net</Computer>
        <Security />
      </System>
      <EventData>
        <Data>svchost.exe</Data>
        <Data>6.1.7600.16385</Data>
        <Data>4a5bc3c1</Data>
        <Data>ntdll.dll</Data>
        <Data>6.1.7601.17725</Data>
        <Data>4ec4aa8e</Data>
        <Data>c0000024</Data>
        <Data>00000000000cd7d8</Data>
        <Data>46c</Data>
        <Data>01ce877f9476ac07</Data>
        <Data>C:\Windows\system32\svchost.exe</Data>
        <Data>C:\Windows\SYSTEM32\ntdll.dll</Data>
        <Data>d252d26d-f372-11e2-8ad4-005056ac00e8</Data>
      </EventData>
    </Event>
    All of our servers are running Server 2008 R2 Enterprise where we use Citrix to deliver desktop sessions to our users, but some are virtual and some are physical. This seemingly impacts our virtual machines more, and our VMs are hosted through VMWare, however,
    about 5 months ago a similar error fired on a non-virtual machine:
    Log Name:      Application
    Source:        Application Error
    Date:          2/27/2013 6:57:58 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      AAW29033
    Description:
    Faulting application name: svchost.exe_gpsvc, version: 6.1.7600.16385, time stamp: 0x4a5bc3c1
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
    Exception code: 0xc0000024
    Fault offset: 0x00000000000cd7d8
    Faulting process id: 0x6c0
    Faulting application start time: 0x01ce14e1af313fd9
    Faulting application path: C:\Windows\system32\svchost.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: ed3d01c4-80d4-11e2-9128-b499baa9e5e8
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-02-27T11:57:58.000000000Z" />
        <EventRecordID>286291</EventRecordID>
        <Channel>Application</Channel>
        <Computer>AAW29033</Computer>
        <Security />
      </System>
      <EventData>
        <Data>svchost.exe_gpsvc</Data>
        <Data>6.1.7600.16385</Data>
        <Data>4a5bc3c1</Data>
        <Data>ntdll.dll</Data>
        <Data>6.1.7601.17725</Data>
        <Data>4ec4aa8e</Data>
        <Data>c0000024</Data>
        <Data>00000000000cd7d8</Data>
        <Data>6c0</Data>
        <Data>01ce14e1af313fd9</Data>
        <Data>C:\Windows\system32\svchost.exe</Data>
        <Data>C:\Windows\SYSTEM32\ntdll.dll</Data>
        <Data>ed3d01c4-80d4-11e2-9128-b499baa9e5e8</Data>
      </EventData>
    </Event>
    I've searched and cannot seem to find any information as to what may be causing this, or even really where to start. Would someone be able to help me identify what might be causing this event, specific with the Exception code: 0xc0000024, which causes
    the Group Policy Client service to stop?

    You still out there looking at things? If so I have an update. The issue hasn't stopped, even though it did seemingly die down for awhile, however, it is now back with a vengeance.
    I am able to force it to happen by killing the svchost process that is hosting GPSVC. If I run gpupdate /force, then logout/login it does get GPSVC running again. Furthermore, if I simply start svchost again via the Task Manager GPSVC starts running again.
    When I access the server remotely with KVM it acts just like it does as if I'm logging into it via Citrix/RDP which for Admin IDs gives an error saying "Failed to connect to a windows service. Windows could not connect to the Group Policy Client service...",
    however, normal user accounts just get a message when logging into the server "The Group Policy Client Service Failed the Logon. Access is denied."
    I haven't opened a case with Microsoft yet, but we about ready to because of the increase in these errors.
    If you have any further suggestions that would be great, otherwise I'll provide an update once I get word back from Microsoft.
    **EDIT -- apparently I mistook the the server's SCM's actions as my own. I was able to successfully crash the GPSVC service by killing the hosting svchost process, however, after I crashed it and let it sit crashed for awhile when I attempted
    to restart either by starting a svchost task, or running gpupdate /force it failed. Either that, or there is a timing issue where if we don't restart the svchost process, or run gpupdate /force quickly enough it won't be able to recover without a reboot.

  • Problem with:  select 'c' as X from dual

    Problem with 'select 'c' as X from dual'
    I get 2 different results when I execute the above with SQLPlus (or java) depending on the instance I am connected to. For one instance the result is a single character and for the other the character is padded with blanks to 32 chars in the SQLPlus window (and java). Does anyone know what database setting causes this to happen? Is it a version issue ?
    Test #1: Oracle 9.2.0.6 - SQLPlus result is padded with blanks
    SQL*Plus: Release 9.2.0.1.0 - Production on Mon Dec 10 09:27:58 2007
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning option
    JServer Release 9.2.0.6.0 - Production
    SQL> select 'c' as X from dual;
    X
    c
    SQL>
    Test #2 Oracle 9.2.0.1 SQLPlus result is a single character.
    SQL*Plus: Release 9.2.0.1.0 - Production on Mon Dec 10 09:29:27 2007
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    SQL> select 'c' as X from dual;
    X
    c
    SQL>

    Using 9.2.0.6 On AIX 5.2 I get the single byte result:
    UT1 > select 'c' as X from dual;
    X
    c
    If the databases are on different Oracle Homes you may want to check the sqlplus global logon files for any set commands.
    If you executed the two sql statements from different OS directories you may also want to check your sqlpath for sqlplus .logon files.
    Try issueing clear columns and repeating the statement. Are the results the same?
    HTH -- Mark D Powell --

Maybe you are looking for