WL6.0 Multi developer install on Solaris

Hi,
I have installed WL6.0 on a solaris m/c in a common directory logged in as
root.
Everything works fine when I run the WL server as root.
But, I would like to run the WL server as an ordinary user from my home
directory. So, I copy the config directory to my area, and then start the WL
server on a different port.
The EJBs deploy fine, but I am unable to create JDBC connection pools and
install startup classes. There is obviously something wrong with starting WL
from my local area.
My question is - what are the WL files, i need to copy over to my home dir,
to successfully start the WL server from my dir ?
Thanks,
Karthik

s_n_i_dba wrote:
So based on metalink note 207303.1, I have to install 10.1.0.5 oracle client on this machine which will work with 11.2.0.2 Oracle database.
I can find the patchset in MOS for 10.1.0.5. I'm not able to find the base release software in otn or edelivery site. A 10.1.0.5 client is available as Instant Client:
http://www.oracle.com/technetwork/topics/sol64soft-085649.html
With IC there are no "admin" tools etc. like in the "full" install, and not all app interfaces/api's are supported, so depending on your requirements it may not be usable (it's one of the very first releases of Instant Client, the current one's are more developed).
Edited by: orafad on Apr 15, 2012 10:19 AM

Similar Messages

  • Help with Video Card Install on Solaris 8

    I have a video card with nvidia4 chipset. After installing solaris 8 on my system I get a screen that is too big to fit on the monitor, so I have to scroll down to see everything. Plus it displays 16 colors. I tried to install the FreeBSD drivers that are availble on the nvidia site but could not run "make" command. Anyone know how to solve this?

    There are two options:
    1. Install the latest Solaris 8 x86 video driver patch109401-14
    available at:
    http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/xprod-Solaris_x86IntelDrivers&nav=pub-patches
    This may add native support for your nvidia chipset. If it doesn't,
    then you have the option to try the new VESA driver which is
    included with this patch as well - the VESA driver is supposed to work
    on all cards that have the necessary VESA support bios routines.
    2. Install the "Solaris XFree86 Video Drivers and Porting Kit"
    http://soldc.sun.com/developer/support/driver/tools/video/video-index.html
    It adds support for many video cards by using XFree 4.2.0 video
    driver modules. It also includes another variant of the VESA driver.

  • Migrating C/C++Development environment from Solaris 6 OS to Solaris 10 OS.

    Hi,
    I have several questions. Hope i can get some advises.
    I am tasks to do a migration for my current Development environment from Solaris 6 OS to Solaris 10 OS.
    Current Scenaros:
    =============
    My Development environment is on Solaris 6 OS machine ( 5.6 Generic_105181-31 sun4u sparc SUNW,Ultra-2 )
    and where i did my C/C++ codings and compilation for my company software application.
    We have purchased a new machine Solaris 10 OS machine ( 5.10 Generic_125100-07 sun4u sparcSUNW,Sun-Fire-V210 )
    with the objective to replace the old development H/W and OS.
    The machine ( Solaris 6 OS) where the software application currently is running will also be replace with a new machine ( Solaris 10 OS).
    The Software application is purely C/C++ codings and has no database requirements.
    The application is make up of several executables and they utilise the Solaris Unix queues.
    The source codes are compiled using Sun compiliers and libraries.
    Problems:
    ========
    I did the followings:
    1. Installed the Solaris 10 OS machine with all the necessary compilers and libraries for my C/C++ codes.
    2. I ported over all my sourcecodes and makefiles from the old machine ( Solaris 6 ) to the new machine ( Solaris 10 )
    3. I did a recompilation of the source codes on the new Solaris 10 machine and hit many errors as followings:
    "/opt/SUNWspro/prod/include/CC/rw7/rw/rstream.h", line 46: Error: The name istream is ambiguous, istream and std::istream.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/rstream.h", line 46: Error: The type "istream" is incomplete.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/stringid.h", line 50: Error: The name ostream is ambiguous, ostream and std::ostream.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/stringid.h", line 50: Error: The name ostream is ambiguous, ostream and std::ostream.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/rwdate.h", line 82: Error: The name istream is ambiguous, istream and std::istream.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 92: Error: The name ios is ambiguous, ios and std::ios.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 92: Error: eofbit is not a member of ios.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/locale.h", line 115: Error: The name ios is ambiguous, ios and std::ios.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/rwdate.h", line 151: Error: The name ostream is ambiguous, ostream and std::ostream.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/rwerr.h", line 197: Error: The name ios is ambiguous, ios and std::ios.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 347: Error: The name istream is ambiguous, istream and std::istream.
    Questions:
    ========
    1. Can anyone advise on these errors messages that i am seeing?
    2. Can i say that as long i can successful recompile my codes on Solaris 10 , my application will work?
    3. Can i simply copy my application ( Compiled in Solaris 6 ) directly to the new Solaris 10 machine and expect it to run properly? What are the concerns if i adopt this approach.
    Regards,
    Edwin

    I did the followings:
    1. Installed the Solaris 10 OS machine with all the necessary compilers and libraries for my C/C++ codes.
    2. I ported over all my sourcecodes and makefiles from the old machine ( Solaris 6 ) to the new machine ( Solaris 10 )
    3. I did a recompilation of the source codes on the new Solaris 10 machine and hit many errors as followings:
    "/opt/SUNWspro/prod/include/CC/rw7/rw/rstream.h", line 46: Error: The name istream is ambiguous, istream and std::istream.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/rstream.h", line 46: Error: The type "istream" is incomplete.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/stringid.h", line 50: Error: The name ostream is ambiguous, ostream and std::ostream.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/stringid.h", line 50: Error: The name ostream is ambiguous, ostream and std::ostream.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/rwdate.h", line 82: Error: The name istream is ambiguous, istream and std::istream.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 92: Error: The name ios is ambiguous, ios and std::ios.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/vstream.h", line 92: Error: eofbit is not a member of ios.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/locale.h", line 115: Error: The name ios is ambiguous, ios and std::ios.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/rwdate.h", line 151: Error: The name ostream is ambiguous, ostream and std::ostream.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/rwerr.h", line 197: Error: The name ios is ambiguous, ios and std::ios.
    "/opt/SUNWspro/prod/include/CC/rw7/rw/cstring.h", line 347: Error: The name istream is ambiguous, istream and std::istream.
    Questions:
    ========
    1. Can anyone advise on these errors messages that i am seeing?My guess would be that the names have changed from Solaris 6 to Solaris 10.
    2. Can i say that as long i can successful recompile my codes on Solaris 10 , my application will work?No. I've seen GNU utilities that compile without error and then fail on make test or make check. A clean compile only means that, a clean compile nothing more.
    3. Can i simply copy my application ( Compiled in Solaris 6 ) directly to the new Solaris 10 machine and expect it to run properly? What are the concerns if i adopt this approach.It might. The easiest way to find out is to just move it and see what happens. On a test machine of course.
    alan

  • What packages are required for an 11.2.0.3 install on Solaris 11?

    Where can I find information on which packages are required to install Oracle 11.2.0.3 on Solaris 11?
    The documentation only mentions Solaris 10. I tracked down the packages required for Solaris 10, and most of them are either included in the GA release of 11 or obsoleted.
    There are however a couple of packages that are missing from the base install of Solaris 11:
    SUNWarc (renamed to):
         * consolidation/osnet/osnet-incorporation (installed)
         * developer/library/lint (missing)
    SUNWhea (renamed to):
         * consolidation/osnet/osnet-incorporation (installed)
         * system/header (misising)
    So it looks like developer/library/lint and system/header are packages from required for Solaris 10 that are missing on 11. The installer however doesn't check for any packages whatsoever.
    Does that mean it's safe to install the database?
    Edited by: 894946 on Nov 21, 2011 8:38 AM

    Here is list of packages you need in order to install Oracle 11gR2 on Solaris 11:
    SUNWarc SUNWbtool SUNWhea SUNWlibms SUNWpool SUNWpoolr SUNWsprot SUNWtoo SUNWlibm SUNWuiu8 SUNWfont-xorg-core SUNWfont-xorg-iso8859-1 SUNWmfrun SUNWxorg-client-programs SUNWxorg-clientlibs SUNWxwfsw SUNWxwplt
    Some of the above are installed by default which you can find by:
    pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibms SUNWpool SUNWpoolr SUNWsprot SUNWtoo SUNWlibm SUNWuiu8 SUNWfont-xorg-core SUNWfont-xorg-iso8859-1 SUNWmfrun SUNWxorg-client-programs SUNWxorg-clientlibs SUNWxwfsw SUNWxwplt
    I believe you will only have to install the following:
    pkg install compatibility/packages/SUNWxwplt SUNWarc SUNWhea SUNWxorg-client-programs SUNWxorg-clientlibs
    Cheers

  • What are all the Softwares i can install on Solaris 8

    Hi,
    Can anyone tell me what are all the Softwares i can install on Solaris Machine.
    If I want to develop a web Based appalication what are the necessary things i have to do.
    What are all the major application can develop?.
    Is there any already Developed site or some demo which we can see online?
    I will be very thankful i you provide some related information regarding this.
    THanks in Advance.

    Hi,
    You can check out http://soldc.sun.com website and select Software.
    This list the categories of Sun Software, freeware, Web Start Wizard
    much more information.
    ...jagruti

  • How to uninstall oracle10g developer & install oracle enterprise  solaris10

    Hi forum members , I'm newby in oracle and solaris also, but with your help I could successfully install oracle 10g developer edition on solaris 10, but I must uninstalled in order to install an oracle 10g enterprise instance, I thing that it's possible an kind of upgrade, but I woul prefer unistalling and installing and start of the begining
    Do you recommend some links to unistall and clear solaris10 of the oracle's stuff?
    thanks in advance

    The six-step process to remove all things Oracle from a Windows machine:
    A. Delete the Oracle services: In the registry, go to \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete everything that starts with "Oracle"
    B. Remove other Oracle stuff from the registry: Go to \HKEY_LOCAL_MACHINE\SOFTWARE\ and delete the key ORACLE
    C. Reboot
    D. Delete all the Oracle software from the directories where you installed it
    E. Delete the Oracle software inventory: Delete the directory C:\Program Files\Oracle. You must do this no matter where you installed your Oracle software - the Oracle installer automatically writes information here.
    F. Delete all shortcuts from your Start menu.+

  • Trusted Extensions not installing correctly - Solaris 10 x86 11/06

    I've installed Solaris 10 11/06 x86 selecting the "development" install, and I assigned 7GB to the root slice and 3GB to /export/home. The install goes fine, so I then install Trusted Extensions. After installing Trusted Extensions and rebooting, the Trusted Extensions CDE desktop is not listed as a login option. The JDS Trusted Extensions desktop is listed, but attempting to login to it gives the error "Your X Server has not been set up with SUN_TSOL extension to login to Trusted JDS. Select ordinary JDS to login", and the login fails. Are there any required steps that are not listed in the documentation, or are Trusted Extensions broken in Solaris 10 version 11/06? Any tips at all are greatly appreciated.

    It took me a few days of headaches, but I finally figured it out! I'm working under VMWare, and installing VMWareTools in Solaris 10 seems to somehow break the Trusted Extensions. There are no errors, the Trusted Extension features just don't work. When I installed the Trusted Extensions first I did get the Trusted CDE desktop and it logged in just fine, but after installing VMWareTools the desktop option disappeared from the login menu. I hope this helps someone else.

  • Unable to install a Solaris OS in a Single disk slice

    Hi,
    We are unable to install the Solaris-OS on a single slice disk.
    We found that, only "Solaris 10 10/08 (U6)" release can support the single slice disk installation, prior release are not. Is it true ?
    We found it from "LDoms Community Cookbook " , from given link
    http://wikis.sun.com/display/SolarisLogicalDomains/Section+2+-VirtualDevices
    Paragraph is
    " Before Solaris 10 10/08 (U6), when a backend is exported to a domain as a single slice disk, it will appear in that domain as a disk with a single partition (s0). Such a disk is not visible with the format(1m) command and its partition table can not be changed. A single slice disk will not be visible from the Solaris installer and can not be select as a disk device on which Solaris can be installed. "
    Our Configuration are
    sc> showhost
    System Firmware 6.6.4 Sun Blade[TM] T6300 2008/07/01 02:03
    Host flash versions:
    OBP 4.28.9 2008/06/30 21:26
    Hypervisor 1.6.4 2008/06/06 04:57
    Sun Blade T6300 Server Module POST 4.28.6 2008/05/23 12:35
    -bash-3.00# cat /etc/release
    Solaris 10 8/07 s10s_u4wos_12b SPARC
    Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 16 August 2007
    We Installed a 127127-11 patch also.
    -bash-3.00# ldm -V
    Logical Domain Manager (v 1.0.3)
    Hypervisor control protocol v 1.1
    Using Hypervisor MD v 1.1
    System PROM:
    Hypervisor v. 1.6.4 @(#)Hypervisor 1.6.4 2008/06/06 04:57\015
    OpenBoot v. 4.28.9 @(#)OBP 4.28.9 2008/06/30 21:26
    Use below command to add single slice disk
    *# ldm add-vdsdev options=slice /dev/dsk/c0t1d0s3 vol3@primary-vds0*
    Getting error in between installation,
    ERROR: No disks found
    - Check to make sure disks are cabled and powered up
    Please help us to, resolve this issue. Thanks a lot.
    Best Regards,
    Parvez Memon.

    Hi,
    Whenever i try to installed the patch 137137-09, it required a below patch
    0 For patch 137137-09, required patch 138866-01 does not exist.
    And try this then
    # patchadd 138866-01
    The following requested patches will not be installed because
    the packages they patch are not installed on this system.
    0 No Packages from patch 138866-01 are installed on the system.
    No patches to install.
    I am not able to install this patch 138866-01, even i try with 138866-02 but not success.
    Thanks for your reply, please help to resovle the same.
    Regards,
    Parvz Memon

  • R12.1 Multi Node Install Questions

    Hi All,
    I'm planning R12.1.3 multi tier install. and I need your help to know which server to use for APPS and which for DB
    Server 1:
    8GB RAM
    High CPU
    Server 2:
    4GB RAM
    Medium CPU
    Shall I install DB on sever 1 or 2?
    Also shall i start the install of DB tier first or APPS tier first?
    This is an internal PROD instance that will be used by maximum 3 people.
    Thanks
    Mohammed

    Server 1:
    8GB RAM
    High CPU
    Server 2:
    4GB RAM
    Medium CPU
    Shall I install DB on sever 1 or 2?I would say Server 1 as you can set SGA size to greater than 4 GB
    Also shall i start the install of DB tier first or APPS tier first?Run Rapid Install on the database node then on the application node -- http://docs.oracle.com/cd/B53825_08/current/acrobat/121oaig.pdf
    Thanks,
    Hussein

  • ORA-12154 after 10g Developer installed

    Guys
    Not seen any specific references to these exact circumstances, and this may be in the wrong forum, but please bear with me .....
    I've recently installed Oracle Developer Suite 10.1.2.0.2 on to my PC. Now, every time I try to connect to any Oracle database via PL/SQL Developer, Impromptu/Cognos etc, I get;
    ORA-12154: TNS:could not resolve the connect identifier specified
    Everything worked fine before the Developer install. As far as I can see my PC has exactly the same files and settings as before, as my old PC that was dumped a couple of weeks ago and as colleague's PCs who have not installed Oracle 10g Developer and are happily accessing databases.
    Is there something the install amends that may have impacted?? Something that I need to be aware of or accomodate??
    Thanks in advance for any help
    Ian

    You are about the 100000000 person with this problem.
    This problem occurs when not reading the installation manual, not trying to find out what is going on, and jumping to the Usenet or this forum rightaway to ask this boring question AGAIN.
    Why do people never pay attention? Why can't they be bothered to read the troubleshooting section in the Net administrators manual?
    Why does everyone need to be spoon fed.
    The answer is for the 100000001 time:
    You have installed Developer in a different Oracle_home, you now have TWO different tnsnames.ora, and you need either
    - to synchronize them
    or
    - to set TNS_ADMIN string variable in HKLM\software\oracle to the old tnsnames.ora directory.
    Can't anyone sue Bill Gates for causing a worldwide epidemia of laziness?
    Sybrand Bakker
    Senior Oracle DBA

  • How to install Sun solaries 9 or 10.

    Hi,
    I am trying to install Sun solaries 9 or 10.over AMD 64.
    Please guide me to install sun on AMD.
    Any help greatly appreciated.
    Thanks,
    Chandan.

    The very first thing you should do is go over the HCL or Hardware Compatability List. The most likely problems you will run into are the show stoppers, first and most likely will be the network card, if you have an onboard card that is part of the mainboard find out what kind it is and then check the HCL, if it is not there then pickup a PCI network card that is on the HCL list. Second will be the video, again find out with the HCL, worst case is you will get it installed and the X server won't work right. Again you may end up picking up an AGP or PCI video card that is supported.
    As far as installing it's just a matter of booting of the installer CD and following the directions, take all the defaults first then do a bit of research on drive slicing and install it a second time.
    I have not had good luck with the DVD's no matter whether they are going on a Intel, AMD or a SUN platform.

  • Is there such a thing as a Developer Install of Distiller Server?

    I've heard that there used to be a developer install of Distiller Server available from Adobe - is this still the case?
    If so, how can one be acquired?
    Thanks,
    Jim

    You might get an answer from customer service. You can also use this webpage to request information:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=livecycle

  • List the tape drives installed in solaris

    Hi ,
    Can some one please let me know how can I display the tape drives which is installed in Solaris (below Version 8)
    In solaris 8 we can use cfgadm , However below 8 other than prtconf is there any command or way to findout the devices installed . prtconf and sysdef command outputs are too difficult to digest ,
    Thanks
    Dileep

    Yes I can see the following things .
    I would like to use a command which will list all the devices installed in a user friendly manner .
    root on LIVE netra1 # ls -l *hbn<br />
    lrwxrwxrwx 1 root other 52 Jul 3 1998 0hbn -> ../../devices/sbus&#64;3,0/SUNW,fas&#64;0,8800000/st&#64;4,0:hbn
    lrwxrwxrwx 1 root other 50 Jul 3 1998 1hbn -> ../../devices/sbus&#64;a,0/QLGC,isp&#64;2,10000/st&#64;1,0:hbn
    lrwxrwxrwx 1 root other 50 Jul 3 1998 2hbn -> ../../devices/sbus&#64;a,0/QLGC,isp&#64;2,10000/st&#64;2,0:hbn
    lrwxrwxrwx 1 root other 50 Jul 3 1998 3hbn -> ../../devices/sbus&#64;a,0/QLGC,isp&#64;2,10000/st&#64;3,0:hbn
    lrwxrwxrwx 1 root other 50 Jul 3 1998 4hbn -> ../../devices/sbus&#64;a,0/QLGC,isp&#64;2,10000/st&#64;4,0:hbn
    Thanks
    Dileep

  • Unable to install open solaris

    Dear all,
    We have sun sparc T5220 server with solaris 10/U7.we are trying to install open solaris.But geting error can not open boot device,using same cd we are able to install normal sparc server.please help me.
    Regards
    kk

    Uninstall iTunes and all related components. You may need to do this more than once.
    (99935)

  • LMS 4.0 - Install on Solaris 10 aborts after DHCP-check

    Hi all,
    on solaris 10 (HW T5140) I tried to install from orignal DVD, suddenly after
    answering the licensing questions with [y] setup.sh aborts with no error-message
    directly after checking DHCP.
    INFO: Checking DHCP..
    INFO: DHCP not enabled in this machine.
    INFO: BUILD_ID is SOL_LMS4_0_20100906_0753
    INFO: ITOOLS_BUILD_ID is SOL_ITOOLS4_0_MAIN_20100905_1742
    <abort>
    Are there any known issues with install on solaris?
    Thanks a lot
    Lothar
    This is output of install-log
    ======================================================================
    Started :  Tue Jul 5 07:41:20 CEST 2011 ======================================================================
    ================- Software Installation Tool Started -================
    Welcome to CiscoWorks LAN Management Solution 4.0 Applications   setup program.
    ======================================================================
    INFO: Executing /cdrom/lms4_0_sol/install/correctnmsver.sh
    Press ENTER to read/browse the following License Agreement:
    INFO: You must accept this License Agreement to proceed with the installation.
    INFO: If you enter N/n, the installation will exit.
    Do you accept all the terms of the License Agreement? (y/n) [n]:
    INFO: Environment variables in this machine
    AIX_MIN_RAM=131072
    AIX_MIN_SWAP=262144
    AIX_OS_VERSION=5.5
    ANILOG=/var/adm/CSCOpx/log/ani.log
    CSCO_ADM_FILE=/tmp/cscotmp/CSCO.admin
    CWLOG=/var/adm/CSCOpx/log/dmgtd.log
    DEBUG=0
    DEF_IU_ROOT=/opt/CSCOpx
    DISKSPACE=0
    DO_UPGRADE_FILE=/var/tmp/csco_do_upgrade
    EDITOR=vi HISTLOGFILE=/var/tmp/Ciscoworks_install_20110705_074119.log
    HOME=/
    HPX_OS_VERSION=5.5
    HP_MIN_RAM=262144
    HP_MIN_SWAP=1048576
    HZ=100
    INSTALL_MODE=NEW
    IU_DBDIR=/db/data
    IU_NAME=CSCOpx
    IU_ROOT=/opt/CSCOpx
    LC_ALL=C
    LC_OS=sol
    LD_LIBRARY_PATH= LOGFILE=/var/tmp/Ciscoworks_install_20110705_074119.log.new
    LOGNAME=root
    LOG_NAME=Ciscoworks_install_20110705_074119.log
    MAIL=/var/mail/root
    MESSAGES=/var/adm/messages
    OS=SOL
    PATH=/usr/sbin:/usr/bin:/usr/ucb:/usr/sbin:/usr/bin:/usr/etc:/usr/ucb:/usr/sbin:
    /usr/bin:/usr/etc:/usr/ucb
    PRODUCT=CSCO NM
    PROFILE=0
    PWD=/cdrom/cdrom0
    REQ_OS=SunOS
    SERVER_EXP=[C]SCOpx
    SETUPDIR=/cdrom/lms4_0_sol/install
    SHELL=/bin/bash
    SHLVL=2
    SINGLEINSTALLER=TRUE
    SOL_MIN_RAM=131072
    SOL_MIN_SWAP=131072
    SOL_OS_VERSION=5.10
    SWMODOPTS=-xloglevel=0
    SWOPTIONS=-x reinstall=true -x reinstall_files=true -x allow_multiple_versions=t rue -x write_remote_files=true -x autoselect_dependencies=false -x match_target= false TERM=vt100 THREADS_FLAG=native TOC=disk.toc TZ=Europe/Berlin
    UPGRADE_VERSIONS=2.* 3.0 YES_PUMP=/cdrom/lms4_0_sol/install/install/yes.sol
    _=/sbin/sh
    INFO: Checking DHCP..
    INFO: DHCP not enabled in this machine.
    INFO: BUILD_ID is SOL_LMS4_0_20100906_0753
    INFO: ITOOLS_BUILD_ID is SOL_ITOOLS4_0_MAIN_20100905_1742

    Hi Joe,
    thanks a lot for your hint, the problem is solved with editing /etc/release.
    There should be a user-information pointing to the source of the problem, just aborting
    the install-script is not very nice.
    Do you know whether this "/etc/release-abort" is present with update to LMS 4.01 install-script
    and other patches?
    I like this forum
    Lothar

Maybe you are looking for

  • Need help in Xi faqs

    Hi guys , This is SuryaNarayana . I have collected some faqs from www.**************** but they have no answers please answers these questions Questions are releated in to XI-BPM 1. Business Process Management is concerned with ? a. Processes within

  • I mirror my iphone 4s to my Apple TV and can't use my headphones straight to the iphone 4s. Is there a way to avoid running a really long cable to the tv jack?

    I think apple may have overlooked that alot of people watch tv with headphones on, it would have been really good to mirror the iphone 4s and use the headphone jack on the iphone 4s to run the headphones. I'm the kind of person who walks about when w

  • Inserting swf file into dw vs. creating full site in flash

    I'm updating a website, and am pretty familiar w/html and DreamWeaver, but would like to add some elements of Flash into the site.  I am using Flash CS4. What is the advantage and/disadvantage of inserting various swf files into my DW site versus jus

  • XI Mail Adapter

    Hi, I am trying to send mails from XI. I have configured the mail adapter. When i run the scenario, i am getting the following error in RWB, Mail: Configuration error: Channel e1bbe604871c3a45bcea14c1a12f426fis not configured for XIMailAdapter Any id

  • Can't find my aliases with iCloud.

    Had 5 aliases when I switched ti iCloud. Now my "accounts" indicate I have only three and even those three DON'T show on my accounts page. Since I moved my non-compatible MacBookPro to iCloud a couple weeks ago and received a validation eMail that my