Jumping an installation step on WAS 6.40 installation

Hello dear colleagues . I am installing the Database Instance of a WAS 6.40 with Oracle, but instead of a Standard Installation I used the option to copy the database from another system (this will be my quality system and I am copying the production database). On the post installation steps the installer runs a script called run_control.sql that tries to create the controlfiles , but I would like to jump this step as I have already created this controlfiles when I made the SID change of the database.
I am trying to modify the keydb.xml file on my installation directory , the section where checks if this run_controlfile  is ok (actually it is marked [ERROR] and I change it for [OK]) , but the installer overrides my changes . How could I force this change? Is this keydb.xml the file that controls the installation steps or it is a different file?
Thanks in Advance for your help
Jose Luis Valverde
Spain

Hello
I already found the answer, I post it here in case anyone needs to use it.
To jump a step on the installation of a WAS 6.40 you have to stop the sapinst and launch it again with this parameter:
/sapinst SAPINST_SKIP_ERRORSTEP=true
But be advised that doing this could make  you loose the sap support on the installation

Similar Messages

  • Oracle Enterprise Repository post installation steps failed.

    Hi,
    I was able to install Oracle 11g Express and Weblogic 10.3.6.0 and 11.1.1.6.0 and when try to follow post installation steps to extend a domain installation fails with following steps. Could you please assist me
    what could i have done wrong or suggest me hints to locate the error.
    2013-01-30 23:08:04,768 INFO [WizardController] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - C:\Oracle\Middleware\wlserver_10.3\common\lib\components.xml does not contain component elements and will be skipped
    2013-01-30 23:08:11,830 INFO [WizardController] com.oracle.cie.wizard.domain.gui.tasks.MultipleTemplateSelectionGUITask - Selected required template: Basic WebLogic Server Domain:10.3.6.0 [C:\Oracle\Middleware\wlserver_10.3\common\templates\domains\wls.jar]
    2013-01-30 23:08:15,362 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2013-01-30 23:08:15,471 WARN [WizardController] com.oracle.cie.domain.AbstractTemplate - Could not find component name 'Oracle Enterprise Repository' version 'null'
    2013-01-30 23:08:15,471 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Replacing component reference Oracle Enterprise Repository version null with top-level component reference: WebLogic Server version 10.3.6.0
    2013-01-30 23:08:15,471 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.6.0 to WebLogic_Server_10.3.6.0_wlserver_10.3_ORACLE_HOME
    2013-01-30 23:08:27,096 INFO [WizardController] com.oracle.cie.domain.assignment.ServerMachineAssignment - ListenPort internal Validation result= [null]
    2013-01-30 23:08:28,737 INFO [WizardController] com.oracle.cie.domain.DomainChecker - ListenPort external Validation result= [null]
    2013-01-30 23:08:32,580 ERROR [create_gui] com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask - Generation Error!!
    Traceback (innermost last):
    (no code object) at line 0
    SyntaxError: ('Lexical error at line 6, column 11. Encountered: "@" (64), after : ""', ('<iostream>', 6, 11, 'oerPort = @DOMAIN_LISTEN_PORT@'))
         at org.python.core.parser.fixParseError(Unknown Source)
         at org.python.core.parser.parse(Unknown Source)
         at org.python.core.Py.compile_flags(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at com.oracle.cie.domain.script.ScriptHelper.executeEmbeddedTemplateScript(ScriptHelper.java:1574)
         at com.oracle.cie.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:1322)
         at com.oracle.cie.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:1305)
         at com.oracle.cie.domain.DomainChecker.preprocessOutput(DomainChecker.java:143)
         at com.oracle.cie.domain.TemplateImporter.generate(TemplateImporter.java:274)
         at com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:216)
    Thanks
    Edited by: 985275 on Jan 31, 2013 12:13 AM

    Hi,
    After installing Oracle DB, did you Install RCU setup succesfully??
    If not, Install RCU and then procced.
    -Santosh

  • SAP Installation Server & GUI 7.10 Remote Installation

    Hello!
    We have installed an SAP Installation Server (8.1.0.104) with SAP GUI 7.10 (Patch 9) and created a package for SAP GUI. On our old installation server there was a "remote installation" button, but here on the new version, we cannot see it. Have there been some significant changes?
    Thanks for helpful answers!

    I had basically the same question about remote installing the gui.  Here is a response from OSS about it.
    I am sorry but we do not provide a Client Push Installation mechanism.
    but only a method to pull a package from an installation server.
    Using for instance
    <SERVER>\<***>\sapsetup /update /silent
    for a pull scenario.
    As stated in note 507996, tool like SMS can be used but you you use
    the [nw]Sapsetup option
    thanx
    PM1K

  • Error in WAS ABAP+JAVA installation

    Hi all,
    I have a notebook with WAS 6.40 ABAP stack running fine. Now I'm trying to install WAS Java stack (NW04 Sneak Preview SP11) in the same machine, but I always get this error in the 6th step of the installation process:
    6th step: MaxDB Database Installation:
    <i>ERROR 2005-10-25 15:41:59
    CJS-00030  Assertion failed: in function sapdb_param_init(db_name, db_host, sapdb_version, inst_type) {    var init_s;    if (inst_type == undefined) {        init_s = "OLTP";    } else {        switch (inst_type) {          case "LVC":            init_s = "LVC";            break;          default:            init_s = "OLTP";            break;        }    }    var r_arr = sdb_instance_type(db_name, db_host, init_s, sapdb_version);    ASSERT(arguments.callee, r_arr != undefined, "SDB: ERROR EXECUTING PARAM_INIT!");    ASSERT(arguments.callee, r_arr[0] == "true", "SDB: ERROR EXECUTING PARAM_INIT! CHECK THE XCMDOUT.LOG FILE!");    return (r_arr[0] == "true");}SDB: ERROR EXECUTING PARAM_INIT! CHECK THE XCMDOUT.LOG FILE!</i>
    I've tried several times. I've tried to start and stop the WAS ABAP and all SAP windows services and I always get an error. Before any installation I uninstall previous incomplete installation and I remove all registry entries.
    During the SAPinst previous parameters pages, sapinst ask for "reinstall or reuse the SAP MaxDB Web Manager" (or similar). I've tried both options without success. Which is the correct option?
    I need to install EP NW04 in the same machine that WASP WAS ABAP to configure the SLD and run a webdynpro application at the portal.
    Can anybody help me?
    Best regards.

    Agustin I think you probably have the same problem as I had which can be resolved by dropping the J2E database read my install log:
    A major problem was that I kept on getting installation error where the message gave no indication on what is actually wrong. This was probably caused by the uninstall failure of another Netweaver installation.
    To completely remove the installation manually I had to find and stop all the related services in order to delete the files, then I had to clean up the registry.
    A another major problem was that the system still believed that there was a J2E database on the system although all its files were deleted. In order to remove (drop) the database I first had to install MaxDB in order to remove the database with the following statement “dbmcli -d J2E -u control,control db_drop”. Use statement “dbmcli db_enum” to view the databases on your system (go to the folder, probably c:\sapdb, were the SAPDB is installed before executing the command in a dos box).
    Let me know if this helped.
    Kind Regards,
    Dennis.
    Message was edited by: Dennis

  • Oracle EBS 11.5.10.2 Installation Steps

    Although this is by no means exhaustive or the most accurate, all contributions and/or corrections are welcome
    As I attempt to reply the numerous calls and emails I have been getting, firstly sorry guys, I have been settling down at a new job, and haven’t had time to locate my implementation notes, however find below the steps I followed with a successful result.
    Installing Oracle E-Business (EBS) Release 11i (version 11.5.10.2)
    Linux Installation – SLES 9 Rel 1
    •     Please follow these instructions – I could not have written a better set of instructions :
    http://www.novell.com/coolsolutions/feature/16009.html     
    NOTE: Although this is written for SLES 9.1, I believe this will work for any Linux variant.
    Also, make sure you have installed openmotif 2.0 or higher to make sure the forms server starts and remains running
    Windows 2003 Server SP 1
    Environment:
    Windows 2003 Server was installed as an environment on VMWare Server (The free one).
    Hardware Spec:
    P4 800 Mhz CPU
    2GB (Physical RAM) and 1GB (Virtual RAM)
    250 GB (Physical HDD), 120GB (Virtual HDD)
    DVD RW
    DECLARE
    At this point I have to say a few things:
    1.     I have not attempted installing on any other version of Windows, so if you try with another version, I may not be able to answer your questions, although I believe it should not be any different.
    2.     I would believe you can or have access to the internet and can download or find most of the resources needed.
    3.     I would assume you have installed the Windows 2003 Server with SP 1, Internet Explorer and Outlook. Also, have included an IP address, a server name with its domain extensions in the host file.
    4.     I would assume that you have created one group – dba , two users applmgr and oracle and included them in the dba and administrator groups
    5.     I would assume that you are at least familiar with the terms and usage of abbreviations in this sort of environments.
    6.     I would also assume you have reviewed and have made allowance to meet the required specification in terms of hardware (I did not attempt an installation on the USB HDD, so may not be able to help, if this applies to your situation)
    BEGIN
         Prepare Environment
    Download and have read the following software:
    1.     Java Development Kit 1.3 (or higher version)
    http://java.sun.com/downloads/index.html
    2.     Active Perl – This is needed for the staging script adautostg.pl http://www.activestate.com/store/productdetail.aspx?prdGuid=81fbce82-6bd5-49bc-a915-08d58c2648ca     
    3.      Visual C++ - This is needed for many of the real-time code compilation
    http://msdn.microsoft.com/vstudio/express/visualc/download/     
    4.      CYGWIN
    http://www.cywin.com/setup.exe     (Free open source, never expires!)
    OR
    MKS Toolkit (Evaluation copy, 30 Trial or get a licence for about $500)
    http://www.mkssoftware.com/eval/
    This is necessary for certain unix-only available utilities required to implement/compile Oracle E-business Suite, such as which, make, cc, etc.
    5.     The DVDs or downloaded zipped copy of the entire Oracle E-Business Suite software for Windows 32-Bit ( I did not attempt on a 64-Bit processor, though I believe it should not be different, but see the necessary documentation if that is your situation)
    http://edelivery.oracle.com     
    6.     Jinitiator – This is required to run the forms on your system (Although a first attempt to view any of the form interfaces downloads and requests this be installed first) http://www.oracle.com/technology/software/htdocs/devlic.html?url=http://otn.oracle.com/software/products/developer/htdocs/jinit.htm     
    NOTE:
    •     DO NOT Install into the default directories and do not allow spaces in file directories/path when installing the software, somehow experience has shown that the Oracle EBS does not handle spaces in file directories well, and results in untold hardship if ignored. E.g Default installation folder for an software installation may suggest C:\Program Files\ JDK 1.5, MAKE SURE you alter this to something like C:\JDK15. DO THIS FOR ALL SOFTWARE INSTALLED
    •     After each software installation, please reboot the system before installing the next piece.
    •     Make sure that all the paths to the bin folders for all software installed is included in the environment variables, and verify by typing path in the command prompt to display all paths listed
    •     If using CYGWIN (like I did, as I could not afford a software expiring on me nor could afford $500 for a test). You may choose all the modules available, but you do not need all (it will be an overkill to have the entire unix utilities and libraries on your windows box, unless you plan on learning unix commands or into heavy development requiring a unix environment, without wanting a unix machine) MAKE SURE you choose all the library options, all the development options and that should be OK. Then confirm after the installation by typing which, cc (or gcc), make(gnumake), ls, gawk(awk), grep (egrep) (IMPORTANT:Where one of the other in brackets exists, copy and rename the copy as the alternative). As a double sure – copy all of these into C:\Bin directory.
    •     If the Oracle EBS is downloaded, unzip all the files into the folder and ignore any suggestions that it will over-write other files such as the component.label files
    Installation Proper
    •     Run adautostg.pl – which you will find in the StartCD i.e the first file downloaded and unzipped. This will attempt to rearrange the installation files in the order in which the installation wizard – rapidwiz prefers and identifies the folders. (Saves you hand-holding the wizard by having to interact during the installation, pointing it to the relevant folders/files if not run) to create the staging area.
    •     Run Rapidwiz – either by double clicking the rapidwiz.cmd in the startcd folder (this would be the one in the staging area) or from the command prompt
    •     As required, point rapidwiz, to the bin folder of cygwin e.g C:\cygwin\bin (if this is as installed) in the place where it requires the MKS Toolkit
    •     Pre-installation Checks – rapidwiz intelligently tests all the necessary software and requirements before installation starts. A corresponding message to each parameter suggests the opinion of the rapidwiz whilst a green tick indicates the parameter is sufficient, other indicators may need reviewing. Please make sure you resolve each issue before progressing with the installation. This may lead to a waste of time if not resolved.
    •     Choose a single-node installation
    (if just testing or practicing, you may also choose a multi-node if this is what you want.)
    •     If all the modules are not needed (I installed all), you may have to choose which modules you require, and state where you want the modules installed.
    •     Assuming all parameters are passed and installation begins, the different stages of the installation steps can be followed by the on-screen messages or log file reviews (each logfile directory will be displayed on the screen during the installation of each context).
    •     Post Installation Checks – Rapidwiz does some checks after an installation, whether successful or not, and provides a report. When an installation is successful. It confirms and provides the url to login. The default username and password for the system administrator is usually sysadmin / sysadmin. You are encouraged to create another user immediately.
    For all who asked, depending on how far up your hardware scales in terms of specifications, the installation may take about 3 hours (at least mine did) or more.
    Login on to Oracle EBS !
    The URL required for logging on to the OAM (Oracle Application Management - For the Apps DBAs) and OEBS (Oracle E-Business Suite - essentially for the Functional Implemeters/Consultants ) - The entire gamut (They are shown as hyperlinks), should be as follows;
    http://hostname(servername.domainname.com):8000/
    where hostname is the same as specified in your host file e.g servername.domainname.com or .whatever-u-like
    and
    8000 - is the default port, but you may have chosen your own port and that should be used in such a case.
    N.B - The Forms server is often started when an attempt is made to access such an interface after login in to the OEBS. However, in my own case, it did not until I made sure openmotif 2.1 was installed on my SuSE Linux Enterprise Server 9.1. The windows installation started without any issues.
    If all attempts fails….
    You may have to try and try again by deleting all installation files and starting all the installation steps again. It will help if you know how to edit your registry settings to delete all reference to oracle e-business (not all reference to oracle though, as some odbc-related entries have been installed by Microsoft and require your registry settings to function)
    Alternatively, send me your box, your mailing address and a token (money of course, and I may be able to set it all up for you) – JOKING!
    CAVEAT: I will not be held responsible if anything unsavoury happens to your system in the course of you following the steps I have highlighted above either correctly or incorrectly. However, if you are successful, please sing my praises all over the forum and ask that I be rewarded by Oracle!
    Olu

    Hi
    If anyone need the document to "How to install Oracle Applications 11i on Windows 2003" i can forward the document with screen shots with detailed steps.
    Reg
    Dwaraka

  • NW PI Post Installation steps

    Hello All,
    I have installed a dual stack PI system and performing post installation steps for PI AS Java. In configuration tasks After completing NetWeaver initial setup with skipped steps I was progressing to next step to configure NW PI - AS ABAP in All Configuration Tasks-->NW PI - AS ABAP (Basic Configuration for Idoc, Proxy Maintain) but I couldn't find this option.
    I have updated system, patches, cim etc still I couldnt find the above option, Please advise where I went wrong.
    Thanks
    Sam

    Hi,
    What is the pi version?
    The steps differs from version to version . Like 7.1 and 7.3 are not exactly same. Can you check in the installation guide for the pi specific post steps for your version .
    Regards,
    Amit.

  • XI Post installation steps

    Hi,
    I'm trying to get XI going at a project.  The basis guys have installed the server but I have an idea none of the 'post installation steps' have been completed.
    The symptoms are that when I start the Integration Builder (SXMB_IFR) the Windows 'File Explorer' is started and not IE. The Integration Web page is not displayed.
    I quickly looked at the Configuration guide and I see none of the RFC destinations mentioned in the guide.
    Is this the reason for the problem ?.  I need to know exactly what totell the basis people to look at. They have never done an XI installation before so I'm almost sure they have not done these configuration steps.
    Thanks
    Andre

    Hi Andre,
    They should look at the intallation/configuration guides that SAP provides. These guides can be found at the service.sap.com and/or help.sap.com
    In a nutshell you have to make sure they have configured:
    SLD settings, these involves configuring RFC destinations, Maintain the SLD parameters in SLDAPICUST.
    Register, Starting up the queues. Configure the role of the integration server in trx SXMB_ADM or SXMB_ADMIN.
    Hope this helps.
    Cheers,
    Roberto
    Message was edited by: Roberto Viana

  • Post Installation steps for Messages archiving from Adapter engine

    Hi,
    Can any let me know the post installation steps for Archiving messages from AE.
    We are archiving the messages from Integration Engine (BC_XMB).
    This note refers to the Post installation steps... But i could not find them anywhere.
    Note 790226 - Messages in AdapterEngine/PCK database do not get archived
    Thanks,
    Tanuj
    Message was edited by:
            Tanuj Kumar Bolisetty

    Hi Tanuj,
    have a look at note 872388
    "2) For messages in the Adapter Framework: note 816022, question 8
    (deletion) and
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/b2fc3f48ecc742e10000000a
    1550b0/content.htm (archiving)"
    Additionally consult the troubleshooting guide,page 110
    Set the adapter service properties (note 791379)
    Hope it helps
    Jaime

  • SAP WAS 6.40 installation on a DHCP enables machine

    Hi ,
       I understand that any SAP installation based on WAS 6.40 requires the machine to have a static/fixed ip and not an ip which changes dynamically whenever the machines comes on the network , which is usually the case when the machine has DHCP network . Now, if I am correct,  please tell me if there is a work around .
    I know that Microsoft Loopback Adapter can be installed but in that case I would loose my original network and would not be able to access the LAN . MS Loopback adapter is considered to be an option usually when there is no network available .
    Basically the question how to install WAS 6.40 on a machine which does not have a fixed ip and runs on DHCP ?
    Regards
    Deepak Singh

    I don´t have such "document".
    Configuring is not a "step-by-step" thing, if you don´t understand what´s going on behind the scene, it may or may not work.
    You need to make the machine a member of your Active Directory domain, then the system will automatically sent its hostname to the Active Directory DNS server if the DNS server is configured to accept those entries.
    I suggest you contact your AD administrator and let him configure the machine so that it will work.
    Markus

  • I followed the steps and it says initializing installer but then when it's done nothing happens..?

    I followed the steps and it says initializing installer but then when it's done nothing happens..?

    Same problem here. Uninstalled old versions CS. Downloaded Creative Cloud Installer. Launched Installer. It said everything was installed (Creative Cloud for Desktop). Tried to launch CC for Desktop : nothing happens.
    Then uninstalled CC Desktop, downloaded Installer, installed, launched installer, nothing happens…
    So tired of that unefficiency!

  • WAS Sneak Preview Installation problem???

    Hi,
    I was successful in installing the WAS sneak preview installation from sdn.but since I had problems in using sdm password for deploying webdynpro I uninstalled the entire setup of sneak preview.
    Again when I tried to install sneal preview,it is stopping at 17th phase of 28 for a long time.The phase is "Load Java Database content".Neither it is giving any error in log file nor moving forward to next step for more than 2 -3 hours.
    Has anybody encountered this problem earlier?
    Useful answers will be suitably rewarded.
    Regards,
    RK

    Hi,
    it could very well be that your LOG volume is filled 100%. Please check your (<drive>:\sapdb\data\wrk\<SID>\)knldiag and/or knldiag.err file for LOGFULL messages.
    In order to free up log, you need to make a Log backup. Prior to your first Log backup, you need to have made a Data backup.
    So, if you haven't done any of the above previously, you would need to:
    1. define backupmedia for both Log and Data backups
    2. perform a data backup using the data backupmedium created in step 1
    3. perform a log backup using the log backupmedium created in step 1
    Afterwards, you could also create an Autolog backupmedium and switch on the Autologging feature, it would save the log automatically from filling to that degree.
    All done conveniently using the Database Manager GUI.
    Regards,
    Roland

  • WAS Sneek Preview Installation Problem

    Hi ,
    I am trying to Install Sneak Preview WAS. I have met all the system requirements. But while installation when it tries to run J2EE (Second Last Step) , it fails there.
    Any idea what is going wrong or let me know if more inputs are needed
    it is now 2 weeks and i am not able to make out what is wrong.
    COULD YOU PLEASE GIVE ME PROPER STEP BY STEP PROCESS OF INSTALLATION.
    Thanks
    Rajiv Gupta
    Hi ,
    I am not sure what log file you need , because it makes a lot files. this is last few lines of Installation Log which it show while installation.
    Please help me !!!
    INFO 2004-08-18 17:50:30
    Output of C:/DOCUME1/dhira/LOCALS1/Temp/sapinst_exe.3232.1092863868/SAPCAR.exe '-x' '-v' '-g' '-i' '-n' '-R' 'C:\usr\sap/J2E/JC00/j2ee/os_libs' '-f' 'SCSCLIENT32UC.SAR,':
    INFO 2004-08-18 17:50:33
    Copying file C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/callSdmViaSapinst.log to: C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/callSdmViaSapinst.30.log.
    INFO 2004-08-18 17:50:33
    Copying file C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/callSdmViaSapinst.log to: C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/callSdmViaSapinst.30.log.
    INFO 2004-08-18 17:50:33
    Creating file C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install\callSdmViaSapinst.30.log.
    INFO 2004-08-18 17:50:34
    Copying file C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/java.exe.log to: C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/java.exe.30.log.
    INFO 2004-08-18 17:50:34
    Copying file C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/java.exe.log to: C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/java.exe.30.log.
    INFO 2004-08-18 17:50:34
    Creating file C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install\java.exe.30.log.
    INFO 2004-08-18 17:50:34
    Removing file C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/java.exe.log.
    INFO 2004-08-18 17:50:34
    Creating file C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install\java.exe.log.
    INFO 2004-08-18 17:50:34
    Working directory changed to C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install.
    INFO 2004-08-18 17:50:34
    Output of C:\j2sdk1.4.2_05/bin/java.exe '-Xmx256M' '-Djava.ext.dirs=C:\usr\sap/J2E/JC00/SDM/program/lib;C:\j2sdk1.4.2_05/jre/lib/ext' '-jar' 'C:\usr\sap/J2E/JC00/SDM/program/bin/SDM.jar' 'jstartup' 'mode=integrated' 'sdmhome=C:\usr\sap/J2E/JC00/SDM/program' 'logfile=C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install/callSdmViaSapinst.log' is written to the logfile java.exe.log.
    INFO 2004-08-18 17:50:37
    Execution of the command "C:\j2sdk1.4.2_05/bin/java.exe '-Xmx256M' '-Djava.ext.dirs=C:\usr\sap/J2E/JC00/SDM/program/lib;C:\j2sdk1.4.2_05/jre/lib/ext' '-jar' 'C:\usr\sap/J2E/JC00/SDM/program/bin/SDM.jar' 'jstartup' 'mode=integrated' 'sdmhome=C:\usr\sap/J2E/JC00/SDM/program' 'logfile=C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install/callSdmViaSapinst.log'" finished with return code 0. Output: Starting SDM - Software Deployment Manager...tc/SL/SDM/SDM/sap.com/SAP AG/6.3004.00.0000.20040204183620.0000Initializing Network Manager (50017)Checking if another SDM is running on port 50018
    Operationmode for JStartupFramework set to "integrated".
    Successfully executed. Return code: 0
    INFO 2004-08-18 17:50:45
    Switched to user: j2eadm.
    INFO 2004-08-18 17:50:45
    Copying file C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/msclients.exe.log to: C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/msclients.exe.1.log.
    INFO 2004-08-18 17:50:45
    Copying file C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/msclients.exe.log to: C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/msclients.exe.1.log.
    INFO 2004-08-18 17:50:45
    Creating file C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install\msclients.exe.1.log.
    INFO 2004-08-18 17:50:45
    Removing file C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/msclients.exe.log.
    INFO 2004-08-18 17:50:45
    Creating file C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install\msclients.exe.log.
    INFO 2004-08-18 17:50:48
    Switched to user: j2eadm.
    INFO 2004-08-18 17:50:48
    Working directory changed to C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install.
    INFO 2004-08-18 17:50:48
    Output of C:\usr\sap\J2E\SYS\exe\run/msclients.exe '-mshost' 'KCZ5BPR' '-msserv' '3601' is written to the logfile msclients.exe.log.
    INFO 2004-08-18 17:50:52
    Execution of the command "C:\usr\sap\J2E\SYS\exe\run/msclients.exe '-mshost' 'KCZ5BPR' '-msserv' '3601'" finished with return code 0. Output:
    CLIENT-NAME HOST SERVICE (NET) SERVICES (SAP)
    INFO 2004-08-18 17:50:54
    Switched to user: j2eadm.
    INFO 2004-08-18 17:50:54
    Creating file C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install\jcmon.exe.log.
    INFO 2004-08-18 17:50:56
    Switched to user: j2eadm.
    INFO 2004-08-18 17:50:56
    Working directory changed to C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install.
    INFO 2004-08-18 17:50:56
    Output of C:\usr\sap/J2E/JC00/j2ee/os_libs/jcmon.exe 'pf=C:\usr\sap\J2E\SYS\profile/J2E_JC00_KCZ5BPR' is written to the logfile jcmon.exe.log.
    INFO 2004-08-18 17:51:01
    Execution of the command "C:\usr\sap/J2E/JC00/j2ee/os_libs/jcmon.exe 'pf=C:\usr\sap\J2E\SYS\profile/J2E_JC00_KCZ5BPR'" finished with return code 0. Output: snipped
    INFO 2004-08-18 17:51:03
    Switched to user: j2eadm.
    INFO 2004-08-18 17:51:05
    Switched to user: j2eadm.
    INFO 2004-08-18 17:51:05
    Working directory changed to C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install.
    INFO 2004-08-18 17:51:05
    Output of C:\usr\sap/J2E/JC00/j2ee/os_libs/jcmon.exe 'pf=C:\usr\sap\J2E\SYS\profile/J2E_JC00_KCZ5BPR' is written to the logfile jcmon.exe.log.
    INFO 2004-08-18 17:51:10
    Execution of the command "C:\usr\sap/J2E/JC00/j2ee/os_libs/jcmon.exe 'pf=C:\usr\sap\J2E\SYS\profile/J2E_JC00_KCZ5BPR'" finished with return code 0. Output: snipped
    INFO 2004-08-18 17:51:13
    Switched to user: j2eadm.
    INFO 2004-08-18 17:51:15
    Switched to user: j2eadm.
    INFO 2004-08-18 17:51:15
    Working directory changed to C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install.
    INFO 2004-08-18 17:51:15
    Output of C:\usr\sap/J2E/JC00/j2ee/os_libs/jcmon.exe 'pf=C:\usr\sap\J2E\SYS\profile/J2E_JC00_KCZ5BPR' is written to the logfile jcmon.exe.log.
    INFO 2004-08-18 17:51:20
    Execution of the command "C:\usr\sap/J2E/JC00/j2ee/os_libs/jcmon.exe 'pf=C:\usr\sap\J2E\SYS\profile/J2E_JC00_KCZ5BPR'" finished with return code 0. Output: snipped
    INFO 2004-08-18 17:51:20
    Creating file C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install\start_J2E_JC00.log.
    INFO 2004-08-18 17:51:20
    Output of C:\usr\sap\J2E\JC00\exe/startsap.exe 'name=J2E' 'nr=00' 'SAPDIAHOST=KCZ5BPR' is written to the logfile start_J2E_JC00.log.

    Hi Rajiv,
    There is no error found here in the log file.
    Does it give you an error message while installation (at 2nd last step) or is it that it just doesnt go ahead?
    I believe it is taking sometime to start the server. Can you do one thing, can you just look into the management console and see which elements are running there?
    I had this problem, but then i just waited for the server to start and then i restarted the sapinst.exe and it worked.
    Do not start sapinst.exe untill the J2EE Server starts completely. Check it in the Management consile before you start the installation. If you restart the computer and check it after sometime, you will find all the processes running, then you can continue with the installation. I am sure this should solve your problem.
    Mark the question as closed if this solves your problem and do remember to reward points if this anwser helps you solve your problem.

  • Oracle9i client installation steps(windows'xp)

    Hi,
    i am installing oracle9i client in my Personal computer.when i am installing it is asking service name and hostname. In that what i have to mention and SID name also,please send me some installation steps..environment is windows'xp(40GB Hard disk). In c:\ freespace iss 5 GB. It is enough to install the oralce9i ..

    just curious.
    did install Oracle9i database or Oracle9i client?
    Oracle9i database is the database server you can connect to,
    while Oracle9i client is the client to connect to remote database
    if it's only client you should to know the instance name and
    the server name where the database reside, ask you DBA maybe?
    regards
    Message was edited by:
    nurhidayat

  • SRM Installation steps

    Hi All,
       Please give idea about SRM EBP 4.0 with Server 5.0 Installation steps to enable XI Integration ready. Provide high level sequnce of requirements to get an idea.
    Thank you very much in advance,
    Rama

    Hi Rama,
    You talk of two aspects jointly.
    Installation is Basis activity for which you need to refer Installation Guides.
    XI integration for respective scenarios of SRM can be found in respective business scenario config guides
    Both these can be found on :
    service.sap.com/ibc
    (sent you the config guide for PDP SI which talks about XI integration for that scenario, If you are implementing other scenario you need to refer res config guide)
    BR
    Dinesh

  • Hello. Today, I was updating my iPod Touch 4th Generation to iOS 6. I unplugged the iPod when it was during the installation because it appeared to be frozen. Now the iPod is stuck at a light blue screen even after I reset it. How do I fix it?

    Hello. Today, I was updating my iPod Touch 4th Generation to iOS 6. I unplugged the iPod when it was during the installation because it appeared to be frozen. Now the iPod is stuck at a light blue screen even after I reset it. How do I fix it?

    You will need to do a DFU restore by holding the home and power buttons down (while the device is plugged in to your computer) until the device's screen goes black and as soon as the screen goes black, count down from 3 and release the power/sleep button, but keep holding down the home button. Then, iTunes will say the iPod needs to be restored. The restore process will take some time and even though the iPod may appear to be frozen, don't interrupt the restore.

Maybe you are looking for