Portal on WAS 640 JAVA cluster

Can anyone help me with the install sequesnce for this scenario.
I have 2 physical hosts
I want to run a java CI on one and a java DI on the other
I also want the portal to be installed as an application
I would like to patch the JAVA WAS to SP13
I would also like to patch the portal to SP 13
What order would I do this in??
Thanks

Hi Jeremy,
     You need to do the following.
<b>Patch WAS first</b>
1. Patch your J2ee (WAS) on central instance by running the patch install on the central instance host. Portal installation will automatically start the central instance. Don't try to start the dialog instance because it will not start before it has not been upgraded.
2. Patch your J2ee(WAS) on dialog instance by running the patch install on the  dialog instance host. Make sure you map the  "central host\saploc\XXX\Sys"  to a drive. You are going to need the drive for installation step where it wants you to enter the dialog instance profile.
<b>Patch Portal</b>
1. Make sure dialog instance is shut down and only one cluster server node is running on central host(disable the node via configtool.bat).
2. Start the patch install on the central host. After the installation is complete enable the cluster node on the central host.
3. Restart the central instance. After it is completely up, start the dialog instance. You patch installation for portal is complete.

Similar Messages

  • Was 640 java add in installation error 1332 - no mapping...

    i am currently installing
    the was 640 java add in for the was 640 abap.
    i am logged in as /Sap_LocalAdmin and the installation fails.
    Please check the following error messages:
    INFO 2005-03-16 16:36:26
    Successfully added privileges 'SeServiceLogonRight SeNetworkLogonRight SeDenyInteractiveLogonRight SeDenyRemoteInteractiveLogonRight' to account 'JDCKARLSRUHESAPServiceJXI' on host '.'.
    INFO 2005-03-16 16:36:28
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'JDCKARLSRUHEjxiadm' on host '.'.
    ERROR 2005-03-16 16:36:28
    FSL-00001  System call failed. Error 1332 (No mapping between account names and security IDs was done.
    ) in execution of system call 'LookupAccountName' with parameter (NULL, jdcbwSAP_LocalAdmin, ...), line (305) in file (synxcaccmg.cpp).
    ERROR 2005-03-16 16:36:28
    FSH-00008  A system error occurred when executing function LookupAccountName. ErrorNo=1332
    i don´t know exactly what to do now? should i edit the xml file or what can be done?
    or am i wrong with my assumption, that the system´s reference to the group isn´t valid?

    Hi,
    i had the same problem too.
    Actually i'm installing the "Sneak Preview SAP NetWeaver 2004 Slim Edition (Java)" on Windows 2003 DomainController. In this case the relevant settings are stored in "<Location_Of_SAPINST.EXE>\ADA\control.xml", which is being copied to "<SAPINST_INSTDIR>\j2ee_wp\installdefault\" during installation.
    Before i started a new installation i searched the original "control.xml" for String "LocalAdmin".
    I replaced:
    'name:<u>host</u> + "
    SAP_LocalAdmin"'
    with
    'name:<u>this.getDomain()</u> + "
    SAP_LocalAdmin"'
    and
    'name:<u>host</u> + "
    SAP_" + this.getSID() + "_LocalAdmin"'
    with
    'name:<u>this.getDomain()</u> + "
    SAP_" + this.getSID() + "_LocalAdmin"'
    The installation is still running at the moment, but far behind that point where the error always came up.
    For me it looks very good.
    SAP says installation on a DC is not supported, which not means that it would be impossible.
    Remember to edit the "control.xml" at it's original location BEFORE you start the installation.
    Good luck,
    Philipp Kammerer

  • Java parameters for WAS 640 on unix

    Does anyone have a solid set of WAS 640 java parameters for the server on Solaris. Can't seem to get the engine stable and I have changed java params according to SAP note for Sun jdk but still no luck.
    max heap,
    Permsize etc etc.....
    Thanks
    John

    Hi,
    I hope the answer given was helping... If yes, please consider awarding points and mark the question as answered. If no, please come back to give feedback why the hint did not bring you foward. This not only for being polite against me, but also for others running into the same issue to get feedback if they should go the way given in the answer or where else a solution could be found.
    Thanks in advance
    Detlev

  • License keys for WAS 640 and J2EE

    How does licensing WAS ABAp and J2EE differ....
    If I get a key for WAS 640 ABAP and install via SLICENSE does this cover the J2ee engine also? I am running WAS 640 +java addin
    Thanks
    John

    You might need to installed the license for the J2EE engine separately.  To see the installed licenses for the J2EE, use Visual Administrator and then: Server -> Services -> Licensing Adapter and under the "runtime" tab, see under installed licenses if you have a license installed, or not.
    If not, you can install it there too.
    - Fanus

  • JCo Create destination between WAS 640 and R/E 4.6C

    Hi community,
    I create a little SLD with 2 technical system:
    WAS 640 Java and an ABAP system...
    Now I must produce the JCo communication destionations in ABAP Stack and Java Stack.
    I have many ambiguous on work...es I don't know a program ID parameters.
    Somebody know a good paper reference...book, manual, brochure...
    Thank's everybody,
    Antonello

    read up on registered communications
    The program parameter is a dummy placeholder that needs to have the exact same value and case as in the TCP/IP com setup in SM59.
    Enjoy

  • Error while applying Java Patch 16 on WAS 640 ABAP+JAVA

    Hello Masters,
    I am in process of applying Patch 16 to my BW 3.5 WAS 640 ABAP+JAVA systems.  I have successfully applied ABAP patch level to 16.  Now I am applying to J2EE Patch 16 to system. I did prerequisite check and everything is okay.  Platform - Sun Solaris 9, Oracle 9.2.0.6.  When I click on apply Patch 16, it goes thru central instance profile, java home directory okay. After this it is asking me to supply file for JCE and I gave path for file "jce_policy-1_4_2.zip".  after that it extracts this file to Java_home/jre and at point when it tries to extract visual.dat, it throws following error :
    CJS-00030  Assertion failed: in
    function () {
        if (!this.hasJ2EE()) {
            installer.writeTrace("Can't determine JAVA_HOME of instance " + this.getName() + ": no J2EE engine installed.");
            return undefined;
        var fmgt = new FileMgt();
        var instanceProfile = this.getProfile();
        var javaHome = instanceProfile.get("jstartup/vm/home");
        if (javaHome) {
            return javaHome.value();
        var pname = this.getDirInstance() + "/j2ee/cluster/instance.properties";
        var pNode = fmgt.getNode(pname);
        ASSERT_DEFINED(arguments.callee, pNode, "pNode(" + pname + ")");
        var stream = pNode.getFileStream("READ");
        ASSERT_DEFINED(arguments.callee, stream, "stream(" + pname + ")");
        var props = new R3Profile(stream);
        for (var it = props.propertyNames(); !it.isDone(); it.next()) {
            var p = it.get();
            if (p.name().indexOf("JavaPath") != -1) {
                return p.value();
        ASSERT(arguments.callee, false, "no property with JavaPath in its name found in file " + pname);
    no property with JavaPath in its name found in file /usr/sap/QWA/DVEBMGS02/j2ee/cluster/instance.properties
    ERROR 2006-08-03 14:57:30
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    WARNING 2006-08-03 14:57:30
    The step checkIfSafeModeIsEnabled with step key ApplySupportPackage|ind|ind|ind|J2EE_Engine|6.30|0|PatchJ2eeEngine|ind|ind|ind|J2EE_Engine|6.30|0|checkIfSafeModeIsEnabled was executed with status ERROR.
    WARNING 2006-08-03 14:58:54
    An error occurred during the installation.
    Your input will be greately appreciated and would reward points.
    Thanks,
    Digesh

    Hello Digesh,
    The firt thing please go to os level prompt for <SID>adm user and type echo $JAVA_HOME. What is the value that is reflected after issuing the above.
    Also please check that your SAP-J2EE instance is running properly or not.
    The JCE is used for Weak and strong encryption.
    Also please check the instance.properties file. Does it contain proper parameter as per your SAP installation.
    Regards,
    Prem

  • Perform an export for both ABAP & JAVA in one shot with WAS 640 SAPinst ...

    Hello,
    I have to perform an OS/DB Migration of a SAP XI 3.0 (WAS640-SR1), an ABAP + JAVA addin configuration.
    I would like to know if SAPinst for WAS640 (and SR1) could perform an export for both ABAP & JAVA in one shot as it seems possible in NW7.0 SAPinst version. None of the WAS 640 OS/DB migration guides gives these possibility.
    And if not not, could U confirm that I have to perform 1st an export (with R3LOAD) of ABAB stack, then  an export (with JLOAD) of the JAVA one ?
    And apply the same way for installation with R3load and JLOAD downloaded files ?
    Thks in advance
    Bernard Accoce
    SAP Basis Consultant - TeamWork in Toulouse (France)

    Hi Bernard,
    No, both exports cannot be executed in one single step. You have to execute the procedure twice, once for ABAP and once for Java, like you already mentioned yourself..
    For the import applies the same.
    Kind regards,
    Mark

  • WAS 640 SR1  dispatcher running not server

    Any clue what is happening here?
    UNIX WAS 640
    Dispatcher running but server not connected.
    Here is the server0 work log:
    stdout/stderr redirect
    node name   : server0
    pid         : 21774
    system name : P00
    system nr.  : 00
    started at  : Thu Jan 27 15:34:28 2005
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addI
    viewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBased
    SecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator g
    enerateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude iaik/security/md/SHA a
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem
    startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConf
    igurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHiera
    rchicalContext lookup
    SAP J2EE Engine Version 6.40   PatchLevel 87289.311 is starting...
    Loading: LogManager ... 1225 ms.
    Loading: PoolManager ... 7 ms.
    Loading: ApplicationThreadManager ... 229 ms.
    Loading: ThreadManager ... 68 ms.
    Loading: IpVerificationManager ... 124 ms.
    Loading: ClassLoaderManager ... 26 ms.
    Loading: ClusterManager ... 674 ms.
    Loading: LockingManager ... 158 ms.
    Loading: ConfigurationManager ... 227980 ms.
    Loading: LicensingManager ... 68 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service runtimeinfo started. (54 ms).
      Service memory started. (264 ms).
      Service jmx_notification started. (286 ms).
      Service cross started. (385 ms).
      Service file started. (318 ms).
      Service trex.service started. (451 ms).
      Service userstore started. (17 ms).
      Service timeout started. (33 ms).
      Service p4 started. (224877 ms).
      Service classpath_resolver started. (29 ms).
      Timed out services:
      Service ssl.
      Service connector.
      Service tc.monitoring.logviewer.
      Service keystore.
      Service log_configurator.
      Service shell.
      Service webdynpro.
      Service appclient.
      Service com.sap.security.core.ume.service.
      Service http.
      Service locking.
      Service tcsecwssec~service.
      Service tcsecvsi~service.
      Service pmi.
      Service tcsecsaml~service.
      Service sld.
      Service jms_provider.
      Service basicadmin.
      Service classload.
      Service iiop.
      Service dbpool.
      Service licensing.
      Service adminadapter.
      Service failover.
      Service telnet.
      Service jmsconnector.
      Service servlet_jsp.
      Service ejb.
      Service dsr.
      Service monitor.
      Service apptracing.
      Service tcsecdestinations~service.
      Service tcsecsecurestorage~service.
      Service naming.
      Service security.
      Service configuration.
      Service applocking.
      Service jmx.
      Service ts.
      Service deploy.
      Service webservices.
      Service tceCATTPingservice.
      Service javamail.
      Service rfcengine.
    ServiceManager started for 304824 ms.
    Framework started for 535609 ms.
    SAP J2EE Engine Version 6.40   PatchLevel 87289.311 is running!
    PatchLevel 87289.311 November 18, 2004 20:31 GMT
      Service tcsecvsi~service started. (450027 ms).
      Service tcsecwssec~service started. (674372 ms).
      Service deploy started. (451624 ms).
      Service log_configurator started. (677171 ms).
      Service locking started. (7 ms).
      Service apptracing started. (187 ms).
      Service http started. (368 ms).
      Service naming started. (561 ms).
      Service failover started. (59 ms).
      Service ts started. (142 ms).
      Service javamail started. (181 ms).
      Service licensing started. (13 ms).
      Service jmsconnector started. (175 ms).
      Service appclient started. (179 ms).
      Service connector started. (321 ms).
      Service configuration started. (29 ms).
      Service webservices started. (911 ms).
      Service dbpool started. (226529 ms).
    0.000: [GC 0.000: [ParNew: 174080K->15248K(261120K), 0.1430873 secs] 174080K->15
    248K(1461248K), 0.1433358 secs]
      Service com.sap.security.core.ume.service started. (228688 ms).
      Service security started. (3854 ms).
      Service classload started. (138 ms).
      Service applocking started. (147 ms).
      Service shell started. (310 ms).
      Service tceCATTPingservice started. (27 ms).
      Service webdynpro started. (182 ms).
      Service ejb started. (833 ms).
      Service servlet_jsp started. (955 ms).
      Service jmx started. (837 ms).
      Service basicadmin started. (604 ms).
      Service adminadapter started. (137 ms).
      Service tc.monitoring.logviewer started. (951 ms).
      Service monitor started. (1225 ms).
      Service dsr started. (224944 ms).
      Service telnet started. (898797 ms).
    >  Service keystore started. (1123884 ms).
    >  Service rfcengine started. (1123140 ms).
      Service ssl started. (13 ms).
      Service tcsecsecurestorage~service started. (104 ms).
      Service tcsecdestinations~service started. (154 ms).
      Service pmi started. (238 ms).
      Service sld started. (667 ms).
      Service jms_provider started. (1124316 ms).
    Thanks
    John

    Hi Ryan / Benny..
    I ran in to same issue but the difference is my SAP J2EE Engine is running on Windows XP with SQL Server 2000 as backend. Here's the log from the dispatcher-
    [OS: Windows XP] [VM vendor: Sun Microsystems Inc.] [VM version: 1.3.1_09-b03] [
    VM type: Java HotSpot(TM) Client VM]
    Warning: Current VM is not listed in ".\managers\vm_support.properties" !
    SAP J2EE Engine Version 6.20 PatchLevel 78993.20 is starting...
    Loading: LogManager ...
    Loading: R3StartupManager ...
    Loading: ThreadManager ...
    Loading: TimeoutManager ...
    Loading: MemoryManager ...
    Loading: PoolManager ...
    Loading: PolicyManager ...
    Loading: ConnectionsManipulator ...
    Loading: IpVerificationManager ...
    Loading: ClusterManager ...
    Loading: ClassLoaderManager ...
    Loading: PortsManager ...
    Loading: LockManager ...
    Loading: ServiceManager ...
    Loading core services:
      Starting core service log ... done. (2664 ms)
      Starting core service p4 ... done. (2243 ms)
      Starting core service security ... done. (230 ms)
      Starting core service monitor ... done. (61 ms)
      Starting core service admin ... done. (591 ms)
    Core services loaded successfully.
    Loading additional services:
      Starting service httptunneling ... done. (121 ms)
      Starting service jms ... done. (50 ms)
      Starting service telnet ... done. (140 ms)
      Starting service shell ... done. (601 ms)
      Starting service r3startup ... done. (430 ms)
      Starting service http ... done. (501 ms)
    Additional services loaded successfully.
    SAP J2EE Engine Version 6.20 PatchLevel 78993.20 is running!
    PatchLevel 78993.20 May 23, 2004 19:12 GMT
    >
    Let me know if you have any thoughts off on this problem.
    Thnx
    -Smitha

  • 640 MSCS Cluster

    Hello experts,
    We are running WAS 640 + portal + KM on our production server (UNISYS consolidation server on which most of critical applications of our customer are running).
    For high availability reasons we immediately have to migrate/move/copy the entire installation of our server to another environment which contains two strong servers in cluster (MSCS). The new environment is also will be in 640 version. Notice that the name and IP of the new machines will be deferent from the original one. The majority part of our contents is on KM.
    I would like to get advice about the following issues:
    1.     Which components need to be failover mode? In which mode (Active-Active or Active-Passive)?
    2.     What is the faster and simple way (But official and right way) to perform this mission in minimum risk? Should I perform copy installation process?
    3.     Is it possible to keep the original DB (assume that the consolidation server has the solution of high availability for databases) on the old machine and point the new servers to it?
    Thanks in advance

    1, SAP recommends for Active - Passive MSCS as the SAP component are light and desnt take much time to start so the downtime for a failover is minimal.
    2, Perform a new installation as MSCS installation is different than other central and distribution installation. So do the ne installation and migrate the data to it and in MSCS the DB and SAP dependent data are suppose to be on share drive.
    3, I am not sure of it. If you point the old DB which is on MSCS then how will failover of the new server with SAP will recon the DB. When the Failover happen the cluster has to pass from one node to other initizing the services on the failover node.
    Cheers
    Arun
    Award points for help full answer

  • J2EE 6.20 Java Cluster - Synchronisation of EP AND J2EE Components

    Hello,
    <b>
    J2EE 6.20 Java Cluster -> Synchronisation of EP AND J2EE Components </b> 
    We have a productive SAP Enterprise Portal J2EE Cluster Farm with 3 Server. The version of EP is: 6.0 SP2 Patch 28. One State Controller, one Backup Controller and one new Dialog Instance.
    We would like to know, which folders, shares and other j2ee/ep-components are synchronized from the state Controller-Server to the new Dialog Instance?
    Best Regards,
    Ralf Steffens

    Thank you for your response.
    In the cluster administration, the Server IP column reflects the IP of the OS instance on which the server runs.  The question is relative to which LDAP server each server process grabs from a round-robin type resolution.
    Any other thoughts?
    MMcHugh

  • Why do need to install a Central Instance while installing WAS ABAP+Java :|

    Hello all,
    I've installed SAP WAS ABAP+Java 6.0 today.
    In case of WAS ABAP+Java, there is one database but ABAP and Java have seperate schemas inside it.
    Comparing the installation process with Installation of WAS Java (Java Stack/Engine only), wherein after installing few pre-reqisites like JDK, SQL Server (in my case) and then portal....I believe it created a schema for Java.
    But in WAS ABAP+Java, what is the need to install a Central Instance first and then a database instance?
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu R Hunjan

    UPDATE... Gone onto the mac store today and now in the purchase tab Lion has been removed so looks like I have not even purchased it... I did a search for it in the store and instead of saying "Installed" - its giving me the selling price... Just like it does when you first purchase the software!!
    What's going on?... HELP!!!

  • Having problem in installing WAS 640 on Win 2k

    Hi ,
    I have installed the MS SQL Server successfully and now I wanted to install WAS 640 (ABAP + Java) on the same machine.
    I had put all the parameters but when I am clicking the start button ,its giving me an errror:
    Unable to create account hostname\dbwadm. The password doesnot meet the password policy requirements.
    Can somebody tell me what exactly is the password policy or its a domain password policy is stopping me from creating a dbwadm user.
    Thanks in advance
    Paritosh

    Hi,
    Can you confirm me what operating system that you are using. and is it a local installation or domain installation?
    regards
    Anand.M

  • Upgrade sequence WAS 640 SP3 unix

    Can I upgrade to SP9 after I have installed Portal SP3?
    If I can't upgrade to SP9 after installing portal, can I simply delete the intance under usr/sap/JC00, upgrade WAS 640 to sp9 and then reinstall portal?
    Thanks
    John

    Hello John, I do not think deleting the portal will be necessary.  I am in the process of upgrading the portal now (currently upgrading the WEB AS to SP9).  All be it, I am doing it on Windows 2000MSSQL Server but I think it should be fairly the same.  Here's the process we kind of worked out in another thread,
    /community [original link is broken]
    1) Install Web AS 6.30 SP3
    2) Upgrade Web AS 6.30 to SP9
    3) Install EP 6.0 SP3
    4) Upgrade EP 6.0 SP3 to SP9
    5) Follow Directions in note 720298
    5) Install KMC 6.0 SP4
    6) Upgrade KMC 6.0 SP4 to SP9
    I will keep you posted on how everything went.

  • LSO CP installed on a non Enterprise Portal or ECC (ABAP+JAVA) server

    Hello,
    Has anyone installed the LSO CP on anything besides SAP Enterprise Portal or ECC (ABAP +JAVA)? If so what are the requirements for determining an approprate server for installation. How was this deployed without the use of the JAVA deployment tool? What issues if any did you encounter when performing this installation and deployment?
    Cheers
    Alan

    Hi
    CP needs to be installed on the J2EE engine.
    The URL of the Content Player needs to be specified in the IMG.
    Hope this helps
    Best Regards
    Reddy

  • Error while installing the WAS 640 SR1 unicode

    Hi,
      When I am trying to install WAS 640 SR1 On windows xp sp2. The following error I am getting. Can you help to fix this issue. I am attaching the trace file.
    SAPinst is getting started.
    Please be patient ...
    guiengine: login in process.
    INFO       2006-08-04 21:35:28 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2006-08-04 21:35:28 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & q0w9e9r8t7.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO       2006-08-04 21:35:28 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\CI\q0w9e9r8t7.1.xml.
    INFO       2006-08-04 21:35:29 [syxxcfile.cpp:325]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.xml to: C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.1.xml.
    INFO       2006-08-04 21:35:29 [syxxcfile.cpp:446]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.1.xml, ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.xml to: C:/Program Files/sapinst_instdir/NW04SR1/WEBAS_ABAP_ORA_UC/CI/keydb.1.xml.
    INFO       2006-08-04 21:35:29 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\CI\keydb.1.xml.
    INFO       2006-08-04 21:35:30 [ianxbusprv.cpp:337]
               CIaNtUserPrivileges::add_impl(., MALLI-01UIT2PDX\malli, SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege)
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'MALLI-01UIT2PDX\malli' on host '.'.
    INFO       2006-08-04 21:35:30 [synxcpath.cpp:834]
               CSyPath::createFile()
    Creating file C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\CI\summary.html.
    PHASE      2006-08-04 21:35:30 [iaxxcwalker.cpp:416]
               CDomWalker::printPhaseInfo()
    Prepare the installation program.
    INFO       2006-08-04 21:35:38 [iaxxcwalker.cpp:59]
               CDomWalker::walk()
    Installation start: Friday, 04 August 2006, 21:35:26; installation directory: C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\CI; product to be installed: SAP NetWeaver '04 Support Release 1> ABAP System> Oracle> Unicode> Central Instance Installation
    INFO       2006-08-04 21:35:39 [iaxxbhosts.cpp:434]
               CIaOsHosts::getInfo()
    Host operation t_HostInfo_SHARED processed successfully.
    ERROR      2006-08-04 21:35:56 [syxxsyshlp.cpp:56]
               syslib::printOSError(const iastring &, int, DWORD, const iastring &, CMessage::eLogMessage)
    FSL-00001  System call failed. Error 1 (Incorrect function.
    ) in execution of system call 'GetVolumeNameForVolumeMountPoint' with parameter (B:\), line (276) in file (synxcfsmnt.cpp).
    ERROR      2006-08-04 21:35:56 [iaxxbmount.cpp:153]
               CIaOsMount::handleMount(PKdbClientTable table, PSyMount const& mount) const
    MOS-01236  Could not determine information about file system MALLI-01UIT2PDX:, mounted at unknown.
    WARNING    2006-08-04 21:35:56 [iaxxccntrl.cpp:477]
               CController::stepExecuted()
    The step GetMountInfo with step key SAPSYSTEM_CI|ind|ind|ind|ind|ind|0|SAPSYSTEM|ind|ind|ind|ind|ind|0|SAPComponent|ind|ind|ind|ind|ind|0|SAPComponent_Waps_System|ind|ind|ind|ind|ind|0|SAPComponent_Waps_Instance_Dirs|windows|ind|ind|ind|ind|0|GetMountInfo was executed with status ERROR.
    SAPinst component stack:
    ========================
      Preinstall|ind|ind|ind|ind|ind|0
    Current script:
    ===============
    var client = ;
    client.keymap["tOS_Mounts"] = "=t_MountPoints_PRIVATE";
    installer.setKdbClient(client);
    var args = new Array();
    var c_hostsCall = ;
    installer.invokeModuleCall(c_hostsCall);
    // Copy Template table
    waps_copy_template_table("tNT_DriveMapping_TEMPLATE", context.get("tDriveMapping") );
    WARNING    2006-08-04 21:36:05 [iaxxcsihlp.hpp:250]
               main()
    An error occurred during the installation.
    Exit status of child: 1
    Appreciate for your quick reply.
    Thanks,
    Mallikarjun.M

    Hi Malisetti,
    This look like a problem with the installation target, seems like somehow the installation can't find or deal with the mounted volumne.
    Are you trying to install WAS in an external device/storage?
    Hope this help!
    Juan
    PS: please reward points if helpful

Maybe you are looking for

  • JSTL WLS 7 to WLS 8.1 Upgrade Issues

    We have a web app that currently runs on WLS 7. We have been asked to upgrade the app to WLS 8.1 recently. Most of the screen have ported fine, but there are a couple of screens that seem to be throwing fits. It could be a JDK/JRE issue, but here is

  • Mac Book Crashing in while on battery

    I have a 17 inch macbook pro - it is fully patched/updated and I have gone through and tossed cache files, finder prefs, reset vram/pram, rebuilt permissions and checked harddrive integrity. The only things I have not done is reset the pmu, which I a

  • Delete planning function in plan workbook

    I had one query about how the deletion function should be used in plan workbook. in the plan workbook, the user would like to be able to delete the selected line / combination from plan workbook and plan cube. The options what I come up with is : 1.

  • Multiple clips playing simultaneously

    Hello, I am a complete newbie to Final Cut Pro. I have this movie I want to make which I can't do in iMovie. The video is a song I wrote with me singing all the parts, and I want the movie to show all the clips of me singing simultaneously. I managed

  • Forms Personalization not working after R12 upgrade

    Hi, We have recently upgraded to R12. We have forms personalizations on the People, Enter and Maintain form and this is not working now after the R12 upgrade. I went to one of the form personalizations and Validated and Applied again but it still did