Installation Issue - Oracle9i on Solaris 9

Greetings all,
What's the deal with 9i on Solaris 9 SPARC? I did a fresh install of Solaris 9 and downloaded the Solaris Version of 9i (64 Bit). All three compressed files came down fine.
Step 2, as noted below does nothing. After executing the 'cpio' command, nothing happens. Step 1 thought executes fine.
Any thoughts..?
Directions
1. Uncompress the file using "gunzip". Eg.: "gunzip solaris64_9.2.0.1.0.Disk1.cpio.gz"
2. Extract the file resulting from the step above using "cpio". Eg.: "cpio -idmv < (solaris64_9.2.0.1.0.Disk1.cpio"
3. Repeat this for solaris64_9.2.0.1.0.Disk2.cpio.gz and solaris64_9.2.0.1.0.Disk3.cpio.gz
Important Note: Some browsers will uncompress the files but leave the extension the same (gz) when downloading. If the above steps do not work, try skipping step 1 and go directly to step 2 without changing the filename. Eg. "cpio -idmv < solaris64_9.2.0.1.0.Disk1.cpio.gz"

Try this:
E.g.
cat solaris64_9.2.0.1.0.Disk1.cpio | cpio -idmv
might work.
/Regards Erik

Similar Messages

  • Issue wit hthe installation on Unix Sun solaris

    Hello,
    We are doing a fresh installation on Unix sun solaris Sparc 64 bit
    I have downloaded the software and when i was trying to invoke RunInstaller i am getting the following error message and this is regarding Display
    Error Message :
    Checking Temp space: must be greater than 250 MB. Actual 66655 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 66889 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    we didnt actually have any licensed version of xterm or any other Display unit.
    As this is a test server i am working i was looking for free software which also supports ssh and work as a Display tool.
    Note: This should support ssh.
    Would appreciate any help.
    Thank You

    See this thread - installing the 11g database via putty
    HTH
    Srini

  • Application Runtime Environment installation issue

    Hi,
    JDeveloper 11.1.1.3.0
    OS: Solaris SPARC
    I am trying to install the application runtime environment and I am getting the below error. Please advice me on how to resolve this issue.
    JAVA Version in Solaris SPARC :
    weblogic@comm1 ~/Installs $ java -version
    java version "1.5.0_24"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_24-b02)
    Java HotSpot(TM) Server VM (build 1.5.0_24-b02, mixed mode)
    Error:
    weblogic@comm1 ~/Installs $ cd Disk112/
    weblogic@comm1 ~/Installs/Disk112 $ cd Disk1/
    weblogic@comm1 ~/Installs/Disk112/Disk1 $ ./runInstaller
    ./runInstaller: /apps/wls/Installs/Disk112/Disk1/install/solaris/runInstaller: cannot execute
    ./runInstaller: syntax error at line 299: `count1=$' unexpected
    Thanks,
    Rajesh

    Hi,
    I have installed the jdk 64bit version and tried the application runtime environment installation but I am still getting the same old error. Here it is..
    weblogic@dwlsalescomm1-c2 ~/Installs/Disk112/Disk1 $ ./runInstaller -jreLoc /apps/wls/WL10/jdk1.6.0_21/
    ./runInstaller: /apps/wls/Installs/Disk112/Disk1/install/solaris/runInstaller: cannot execute
    ./runInstaller: syntax error at line 299: `count1=$' unexpected
    JDK Version:
    WL10/jdk1.6.0_21/bin $ ./java -d64 -version
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode)
    Please advice me on how to resolve this installation issue.
    Thanks,
    Rajesh
    Edited by: Rajesh on Mar 15, 2011 8:28 AM

  • Graphical installer issues..

    Hi people,
    I would like to recommend a redesign of the initialization system to the graphical installer for the new Solaris Express..
    I have a 256MB nVidia 6800GS series card which alas, Xorg has problems with some of these chipsets
    and all we get is garbage when X initializes.
    I can get around this by having X use VESA drivers instead of the typical NV drivers that it uses
    by default upon finding an nVidia chipset until I can download binary drivers from nVidia itself which
    never has this issue ( this is how I installed earlier Solaris releases )
    Can I recommend that the installer always use a VESA driver, instead of searching for the closest match
    to the chipset it finds - or atleast have a 'safe mode graphics' option that uses VESA - this is how Ubuntu gets around this issue.
    As said, this is an Xorg issue, not a Solaris one.. it's a problem on Linux also, but the work around is easy enough.
    Cheers
    Dave

    Hi treunltd3
    What is the Error you're getting ?
    You can refer the below document and see if that helps.
    http://helpx.adobe.com/x-productkb/global/installation-launch-log-errors-creative.html

  • Fail to install Oracle9i on Solaris

    Hi,
    I am a green hand for Solaris. When I tried to install oracle9i on Solaris, it says 'no enough disk space'. However, the hard disk of that machine is 72G. Can anybody tell me how to enlarge the available disk for Oracle9i installer? Thank you very much in advance!
    BR/Shirley

    Hi,
    maybe the available space on your physical harddisk(s) is 72G. But normally disks consist of logical units, the mount points. The Unix command df-k shows the existing mount points and their allocated space. So it is possible, that the mount point, you are installing to, has not enough space. Another reason for a failing installation could be, the temp directory (normally /tmp) has not enough space.
    Werner

  • Oralce 9i installer not working in Solaris 8

    Hello All,
    When running Oracle 9i installer from Disk1 folder like this:
    ./runInstaller
    I am getting error:
    ./runInstaller: syntax error at line 1: '(' expected.
    I commented all lines (except last 2) in runInstaller script. Still getting same error:
    ***************modified script***************
    #!/bin/sh
    # The environment variable $SRCHOME cannot be set during the installation
    #unset SRCHOME
    #CMDDIR=`dirname $0`
    #if [ "$CMDDIR" = "." ];then
    # CMDDIR=`pwd`;
    #fi
    # Replace relative path with fully qualified path.
    #if [ ! "`echo $CMDDIR|grep '^/'`" ];then
    # CMDDIR=`pwd`/$CMDDIR;
    #fi
    #if [ x${PATH} != x ] ; then
    # PATH=/usr/bin:/usr/ccs/bin:$PATH
    #export PATH
    #else
    # PATH=/usr/bin:/usr/ccs/bin
    # export PATH
    #fi
    #if [ x${LD_LIBRARY_PATH} != x ] ; then
    # LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
    # export LD_LIBRARY_PATH
    #else
    #LD_LIBRARY_PATH=/usr/lib
    # export LD_LIBRARY_PATH
    #fi
    cd /home/oracle/download/Disk1/install/solaris
    ./runInstaller $* &
    ***********modified script**************
    looking forward for your help
    Arun.

    One update to my query:
    I am trying to install Oracle9i for Solaris 8 SPARC version in Solaris 8 in Intel machine. Could it be the reason for this error.
    Is Oracle 9i available for Solaris 8 in Intel machine?
    Thanks
    Arun.

  • Lightroom 4.2 Installation Issue

    Leaving this around in case anyone else has the same problem -- Solution found -- Windows installer issues / registry issues -- used the Microsoft Fix it tool (http://support.microsoft.com/kb/2438651#reso3) to correct.  4.2 install ran fine.
    I've read through the posts in the Lightroom forum regarding  LR 4.2 install issues. I will list here the things I've done to try to get the install to work:
    1) Downloaded the installation software twice.
    2) Ran the setup program in admin user mode.
    3) Ran the install in admin user mode.
    4) Get the following error in a Windows Installer window:
    The feature you are trying to use is on a network resource that is unavailable.
    Click ok to try again, or enter an alternate path to a folder containing the installation package 'Adobe_Lightroom_x64.msi' in the box below.
    Use source:
    c:\Users\RMJF\AppData\Local\Temp\{...}
    What I have found (after displaying hidden AppData folder):
    The location where the .msi file resides is different from the one defaulting in the above window.
    I select this alternate path, but still cannot complete the installation.
    Furthermore, when I cancel the install, I get this error:
    Adobe Photoshop Lightroom 4.2 64-bit Installer Info
    Error 1714. The older version of Adobe Photoshop Lightoom 4.2 64-bit cannot be removed. Contact your technical support group
    I have been running LR since the beginning of time and most recently LR 4.1, so there is no 4.2 installed.
    Also, I tried to fix the install of 4.1 via the programs in Control Panel. I cannot repair it and get this error:
    The installation source for this product is not available. Verify that the source exists and that you can access it.
    All versions (except the 1.0 version) were downloaded and installed from the Adobe LR site.
    So, looking for suggestions.
    Seems like there are some missing files from the 4.1 version that are hindering the install of 4.2???
    All quite frustrating.  Hope you can get me to a speedy solution.
    (System info:  Windows Vista 64-bit Home, SP 2, 20 GB of disk space to spare!  Also, I have set the install program to be allowed by the anti-virus program. I have run a registry clean-up, as well.  No other apps are running during the install.)
    Message was edited by: marzo19

    untill now, 3 phones later, and mayby 10 attemps later to install it: notting. the errors that i am gething are the same as above, but nothing helps for me.
    even the microsoft fixid diden't help.
    So also desperate.

  • Installation issue on opensuse 11

    Hey All,<br /><br />Im a Windows guy still struggling with Linux set-upsso take it easy on me! :)  and Im having a hard time getting blaze installed and running.<br /><br />This is what Ive done so far.  I've successfully set-up the latest copy of openSuse11 64 bit version with: <br />  Tomcat 6.0.16 (Tested and running)<br />  ANT 1.7<br />  JAVA SDK & JDK 6<br />  Junit (ant-junit, junit, junit-javadoc, junit-manual, libcppunit-1_12-0)<br />  Downloaded both blazeds.war and blazeds_src_3-0-0-544.zip<br />  From Tomcat Manager I uploaded the blazeds.war file successfully.<br />  I unzipped the zip file into root/blazeds and from a command prompt ran     ant.  These are the errors Im getting:<br />     *  [taskdef] Could no load definitions from resource net/sf/antcontrib/antcontrib.properties.  It could not be found.  (Repeats about a dozen times)<br />     *  BUILD FAILED<br />     *  /root/blazeds/build.xml:445:  The following error occurred while executing this line:<br />     *  /root/blazeds/resources/fds-ajax-bridge/build.xml:52  Problem:  failed to create task or type if Cause:  The name is undefined.<br />     *  Action:  Check the spelling<br />     *  Action:  Check that any custom tasks/types have been declared<br />     *  Action:  Check that any <presetdef>/<mac  rodef> declarations have taken place.<br /><br />Variables:<br />env | grep _HOME<br /><br />ANT_HOME  = /usr/share/ant<br />JRE_HOME =/usr/lib64/jvm/java/jre<br />JAVA_HOME =/usr/lib64/jvm/java/jre<br />SDK_HOME =/usr/lib64/jvm/java/jre<br />JDK_HOME =/usr/lib64/jvm/java/jre<br /><br />Any ideas?<br />Brad

    Hi Alex,
    Sorry I've been away and just got back.  Presently I'm working from jrun4 and would like to use blazeds instead.  Once my projects get going I would need the ability to use my customers already made linux/tomcat boxes and just plug in blaze.
    I look forward to your answer.
    Brad
    On Fri, Aug 1, 2008 at 12:57 PM, Alex Glosband
    <
    [email protected]> wrote:
    A new message was posted by Alex Glosband in
    Configuration and Getting Started Discussion --
      Installation issue on opensuse 11
    Are you just trying to install and run BlazeDS? Why do you need to build from source?
    -Alex
    View/reply at
    Installation issue on opensuse 11
    Replies by email are OK.
    Use the
    unsubscribe form to cancel your email subscription.

  • Forms 10g Installation issue on windows 7 Professional service pack 1

    hi
    I am trying to install oracle forms 10g  64 bit windows 7 Professional service pack 1 ..
    Below are 2 files that i am using ..
    ds_windows_x86_101202_disk1.zip (626,122,752 bytes)
    ds_windows_x86_101202_disk2.zip (236,880,881 bytes)
    But it failed but the error is .. 
    Checking operating system version: must be 4.0, 5.0, 5.1 or 5.2.    Actual 6.1     Failed <<<<
    just wondering if there are any workaround ..

    Christian is right - Forms 10g R2 (version 10.1.2.0.2) is not certified for installation on Windows 7.  You must apply a Forms 10g R2 patch to bring the version to 10.1.2.3.0 for it to be certified.  You must have a My Oracle Support account to obtain the patch.
    Now, to your question - is there a workaround; the answer is yes.  There are known issues with this installer.  I'll list them and their workaround.
    1.  The Oracle installer checks for a specific set of Windows versions rather than check for a minimum Windows version.
    Workaround:  Right-click the Installer and select Properties.  Click the Compatibility tab and click the checkbox: Run this program in compatibility mode for:  Windows XP SP3).
    2.  The Oracle Installer can't detect Windows Managed Virtual Memory (VM).
    Workaround:  You must temporarily change the Virtual Memory settings and specify specific Initial and Maximum sizes.  See this Microsoft article for more information on changing VM settings.  http://windows.microsoft.com/en-us/windows-vista/change-the-size-of-virtual-memory
    This change will require you to restart your computer.  After you have successfully installed Oracle Forms 10g, you can restore the original VM settings.
    3.  The Oracle installer MUST be installed as an "Administrator". 
    Workaround:  Windows 7 uses "Least privileged user" so you must right-click the Installer and select the Compatibility tab.  Click the "Run this program as an administrator" checkbox.
    4.  Not a Oracle installer issue, but you will have to install the 32-bit version of the Oracle Java Runtime Environment (JRE) (1.6.0 - not 1.7.0) because Oracle Forms is a 32-bit application so it will not be able to use the 64-bit JRE.
    Run the Oracle installer and it should now install succesfully.
    Craig...

  • HP Photosmart D7360 -- Driver/Installation issue

    For some reason my HP Pavillion Laptop no longer recognizes my HP Photosmart printer.  I have downloaded the drivers, I have the disk and no matter what I do, I can't get the printer driver to install. 
    It tells me that it can load verythign BUT the driver.  Any ideas?
    Thanks
    jstjohn

    Welcome to the forums @Pierre-Louis ,
    I read about the installation issue you're having with your Photosmart C4280 on Windows 8. I have a guide that I have heard successful results from and I hope they work for your scenario as well!
    Click this link to get started: A 'Fatal Error' (MSI error) Displays on the Computer During HP Software Installation in Windows
    Good luck
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

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

  • Photoshop CS6 Installation issues

    Anyone on 10.7.5 having PSCS6 installation issues after trying to apply update via Creative Cloud?

    This link took me to location where I chose the appropriate version of Bridge update and it worked.  My verion was updated to 5.0.1.23
    http://www.adobe.com/support/downloads/product.jsp?product=108&platfor m=Windows

  • NWDS installation issue - "Please wait... completing the install"

    Hi all,
    I got the same "Problem" each time I update my NWDS.
    [Re: NWDS installation issue.|Re: NWDS installation issue.]
    After the installation, when I start the NWDS I get always the message:
    "Please wait... completing the install"
    If I create a new Workspace this really solves the problem but I don't like to create every time a new workspace after an update and copy all my projects back to this new workspace.
    Is there no other solution around? I think I'm not the only one who has this troubles, am I?
    Regards,
    Stefan

    Hi all,
    I solved this problem by myself. So for everyone who is interested in how to solve this problem:
    Just delete the folder .config in
    \workspace\.metadata\
    During the next start of NWDS this folder will be created and everything will work as excpected!
    Stefan

  • Acrobat Installation Issues due to Computer Switch

    My surface bit the dust last week and I had to replace it. Downloaded acrobat successfully tot eh surface but then that apparently cut off access to the adobe pro on my home computer.
    How do I get acrobat re-installed without the "you don't have a license" error message.
    I am on a subscription plan
    P

    licensing issue-the system does not recognize that I have a license so I would love to eb able to speak with a real person so they coudl go and look at my purchase and fix the problem.
    I'll be calling on Monday- right now I am using a trial version again but need to fix before the 39 days are up Peter Collopy, CSP, CIH, CHP
    Damariscotta, ME518.859.1944 (cell)
          From: RahulTyagi4you <[email protected]>
    To: Peter Collopy <[email protected]>
    Sent: Sunday, March 1, 2015 5:30 AM
    Subject:  Acrobat Installation Issues due to Computer Switch
    Acrobat Installation Issues due to Computer Switch
    created by RahulTyagi4you in Acrobat Installation & Update Issues - View the full discussionHi Peter Collopy, Is Acrobat properly installed on your system?Please confirm if you facing installation issues or licensing issues? Regards,Rahul Tyagi If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7240431#7240431 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7240431#7240431 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Acrobat Installation & Update Issues by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Adobe AIR Installation Issue

    Hi,
    I am facing an installation issue with AIR file on multiple machines.Though I am able to install it on some machiens.Below is the log for same.
    [2011-08-05:11:56:02] Application Installer begin with version 2.7.0.19530 on Windows XP x86
    [2011-08-05:11:56:02] Commandline is: E:\ASMTv3India\ASMT2011_Beta-4Aug2011\ASMT2011_Beta.air
    [2011-08-05:11:56:02] Installed runtime (2.7.0.19530) located at c:\Program Files\Common Files\Adobe AIR
    [2011-08-05:11:56:02] Unpackaging file:///E:/v3India/App_Beta.air to C:\Documents and Settings\Media\Local Settings\Temp\fla2D.tmp
    [2011-08-05:11:56:03] Application signature verified
    [2011-08-05:11:56:03] Unpackaging/validation complete
    [2011-08-05:11:56:03] No app located for appID 'App2011-Beta' and pubID ''
    [2011-08-05:11:56:12] Converting unpackaged application to a native installation package in C:\Documents and Settings\Media\Local Settings\Temp\fla3B.tmp
    [2011-08-05:11:56:18] Native installation package creation succeeded
    [2011-08-05:11:56:18] Starting app installation to C:\Program Files. Installing app ASMT2011-Beta version v3.010 using the source file at file:///E:/v3India/App_Beta.air
    [2011-08-05:11:56:18] Installing msi at C:\Documents and Settings\Media\Local Settings\Temp\fla3B.tmp\setup.msi with guid {EBF346A2-FD8C-08C2-07E8-AA91ABD1CAE6}
    [2011-08-05:11:56:21] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2011-08-05:11:56:21] Rolling back install of C:\Documents and Settings\Media\Local Settings\Temp\fla3B.tmp\setup.msi
    [2011-08-05:11:56:21] Rollback complete
    [2011-08-05:11:56:21] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2011-08-05:11:56:28] Application Installer end with exit code 7
    Please do the needful.
    Thanks & Regards
       Vishal

    Ok, I understand.  So before we continue, we really need to figure out what the exact error is.  Can you, on at least 2 systems, generate the MSI logs we'll need?  Here's a document that explains how to enable logging and where to find the logs once they've been created:
    How to enable Windows logging
    Once you've enabled logging, try installing again.  Grab the newly created msi logs and either post here or email me at [email protected]  I'll examine the logs and see if we can find a common issue between the systems.
    Thanks,
    Chris

Maybe you are looking for

  • PSG Grouping only numeric??

    Hi All.. We have a problem with PSG Grouping..We have used PSG Grouping up to 99 and we left with no more numeric PSG grouping..Is there any solution for this problem..Can we use charected code for PSG grouping by applying any patch..Your help is rea

  • Registration key doesn't work

    I'm trying to upgrade the QuickTime player to Pro, but when I enter my name and registration code I get 'Invalid registration'. I am certain that I've entered my name and the code exactly as on the registration e-mail. I've installed the latest Windo

  • Why do Apps crash on IPad ?

    Why do Apps crash on IPad 1 running he latest OS i.e. 5.1.1?

  • Apple Tech Support and the Publish Fiasco

    This publishing issue has been something I have fought with from the moment that iWeb was released. It recurs every few weeks, and either resolves its self, or in the most extreme case the last time this ocurred, I had to delete my entire site from m

  • Can't open older multisim files

    Attached are two files. One is from MS7 and won't open with the latest version any more to be able to view or update. The other is more recent and when opening it looks OK but on closer inspection seems to have an issue with busses. For example the l