Error with mySAP CRM/NetWeaver 2004s install

HI All:
I feel that this is a NetWeaver issue as well.
I am really hoping that one of you can help me out with this.  We are installing CRM 5.0 in a local/test environment.
DB: Oracle 10g
OS: Windows 2K3
The DB was installed according to instructions and without errors.  Now we are trying to install the CRM (CRM APP & JCRM) and NetWeaver components (AS ABAP & AS JAVA) using sapinst. Halfway through, the install process stops due to an error.  I am attaching the error log:
BR0801I BRCONNECT 7.00 (6)
BR0999E Loading of SQL client library orasql10.dll failed - please check Oracle configuration
BR0310E Connect to database instance CRM failed
BR0280I BRCONNECT time stamp: 2006-02-24 12.40.55
BR0804I BRCONNECT terminated with errors
The error always happens during the post load activities.  The step can be found between import java dump and SCS isntance (this is CRM specific)
This is just a test system, we don't have any other systems running on that host and/or machine. 
I am posting this message here as well because I read about a same issue in one of the posts related to NetWeaver.
Any help would be trully appreciated.
Imran Khan

HI:
I looked at the note and there are a few patches available.  However, we have only installed the sap server (as suggested by SAP, for installing CRM).
The patches (available on the note) requires "ORA Home" to be up and running (which won't happen until CRM is properly installed and running)
I have though opened up a customer message with SAP, and will keep this thread posted.
I am trying one more thing right now and hopefully that will resolve the error.
Again, thanks for help!
Cheers
Imran Khan

Similar Messages

  • CRM Foundation with mySAP CRM 2005????????????????????????

    Hello all
    I will go for the CRM certification: CRM Foundation with mySAP CRM 2005
    The courses included in the certificate are CR010, CR100 and CR500
    The topics in the exam list that belongs to the CR010 course are:
    Architecture
    Foundation & Architecture
    mySAP CRM Analytics
    mySAP CRM Marketing
    mySAP CRM Channel Management
    mySAP CRM Sales
    mySAP CRM Interaction Center
    mySAP CRM Service
    mySAP CRM Field Applications
    mySAP CRM Implementation & Operation
    Most of them are not in the course CR010 and I don’t know what to do
    I need any help to pass this exam
    Regards
    Jacopo Francois

    Dear Jacopo,
    <b>CRM Foundation with mySAP CRM 2005 verifies the basic knowledge in the area of the mySAP Customer Relationship Management.</b> This certificate proves that the candidate has a basic overall understanding within this consultant profile of the CRM solutions, and can implement this knowledge practically in projects under guidance of an experienced consultant.
    Pls fins the content of CR010
    Content:
    Overview of the SAP CRM application:
    Fundamentals and architecture
    <b>Overview of key areas (Analytics, Marketing, E-Commerce, Channel Management, Sales, Interaction Center, Service, Field Applications, Implementation & Operation)</b>
    Customizing fundamentals for CRM:
    CRM basic data (business partner, organizational model, product master, plus the accompanying Customizing)
    CRM business transactions (overview of the generic functions in business transactions, activity management, essentials of Customizing) Transaction monitoring and determination (partner determination, overview of pricing in CRM, promotions, CRM billing)
    Solution Manager (project preparation phase, Business Blueprint phase, implementation phase)
    CRM Middleware: basic concepts of CRM middleware, replication administration, data exchange, monitoring, and error handling
    User interface (UI) technology in SAP CRM
    Case Study: implementation of example scenarios using specific business processes
    So you will get the overview of all the topics in that course and for this certification you need the basic knowledge only.
    Thanks,
    Atin
    <b><b>Reward points if it helps.</b></b>

  • SOAP integration with mySAP CRM system

    Hi,
    Currently I am using JCO to connecting to mySAP CRM system as per the following configuration:
    <b>Version: ISA 3.0 SP13 </b>
    Java Version: 1.3.1_07
    Java VM Version: 1.3.1_07-b02
    JCo Version: 2.0.5 (2002-09-03)
    Servlet Engine: SAP J2EE Engine/6.20 PatchLevel 34165
    Operating System: Windows 2000 / 5.0
    Want to integrate SOAP with mySAP CRM system. Would any body suggest me what all the configuration setup & components I need?
    Regards,
    Vinayak

    Hi Ram,
    I am not sure if this is still a valid question. But anyways, you can find the process here [http://help.sap.com/saphelp_crm50/helpdata/en/ac/0a346c104541af9d587666efc95da3/content.htm ].
    1.     Maintain an RFC destination to the CTI system
                              Transaction sm59
                              Select http connections to external server and click on create
                              Enter all details.
                              Save
    2.     SAP Menu
                               Interaction Center -> Interaction Center WebClient -> Administration -> Communication Management Software -> Interface Settings -> Maintain Communication Management Software Connections
                               Maintain the entry "BCM" and corresponding rfc connection entry      
    3.     SPRO -> CRM -> Interaction Center -> Basic Functions -> Communication Channels -> Define Communication Management Software Profiles ? Maintain a new entry for CTI system
    4.     Maintain Business Role
                              SPRO - > Customer relationship management -> Business role -> define business role
                              Select IC agent and click on ?Assign function profiles?
                              For the function profile ID ?CONTACTCENTER? maintain the created CTI profile (you can use f4 help)
                              Save
    5. Maintain system settings ( TA:  CRMM_IC_MCM_CCADMX) and assign the profile that was created in IMG to the CMS system ID in the admin menu (TA: CRMM_IC_MCM_CCLNK).

  • Problem with ejbs in Netweaver 2004s-Class not found exception

    Hello,
    I have a webdynpro project(Newtweaver 2004s)  referring to a stateless session bean. I created an ejb and defined two public parts - part 1 contains EJB components and part 2 contains some Exception classes I refer to in my webdynpro project. I added these parts to my webdynpro project as dependencies for compile and runtime. I am able to compile and deploy the webdynpro project without any issue but I get runtime errors saying the following:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.test.techops.ccf.data.Data. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:707)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:269)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:174)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
         ... 27 more
    Caused by: java.lang.NoClassDefFoundError: com/test/techops/ccfejb/util/CCFException --> Defined in my ejb (public part)
         at com.test.techops.ccf.data.wdp.InternalData.<init>(InternalData.java:240)
         ... 32 more
    I did not have any issues when the code was running on Netweaver 2004 but now it does not seem to work when I migrated to 2004s. Can anyone please advice me on what the problem might be ?
    Thanks,
    Rama

    Hi Harsha,
    Thanks for your quick reply.
    Trying to figure it out by comparing JRE versions but still no result. I have found one problem is that
    when Gantt is loaded , Java in control panel loads all the Applets requried in to its Resources.
    These Resources are missing for the user for whom the Gantt error is produced.
    Loaded Resources can be found in the below Path :
    ControlPanel -> Java-> General Tab -> View Button -> select Resources in Show .
    So, How to load these resources ??? . Is there any setting to do that ???
    Regards,
    Ravikiran.K

  • Error with ./initialize_services.sh:  Please install CAS.

    Posting this for Google to pick up:
    $ ./control/initialize_services.sh
    /home/gose/endeca/Apps/Discover/config/script/parse_properties.sh: line 59: dos2unix: command not found
    No CAS install folder found at . Please install CAS.The red herring here is "No CAS install folder found" ... "Please install CAS".
    I glossed over the "command not found" on the previous line.
    If you see this error, install the 'dos2unix' utility.
    $ sudo yum install dos2unix

    Good point. In our environment it went further but failed with an error
    "emgr_mkpkg did not successfully create config.pkg"
    dostounix did the trick.
    Thanks.
    Pankaj.

  • Linking SAP R/3 4.6c with mySAP CRM 4.0 or 5.0

    Hi all
    We are currently on SAP R/3 4.6c version and using all variant configurator functions in R/3 currently. And currently we are exploring the option of using CRM 4.0 or 5.0 enable quotes using variant configuration data and via PCUI Quote BSPs.
    Do we need to upgrade to SAP ECC 5.0 (from 4.6c) to be able to use CRM 4.0 or 5.0 or can we directly link 4.6c to CRM 4.0 or 5.0 to perform all quoting functions with VC data?
    Please advise.
    Thanks
    Jai

    You can directly link 4.6C with CRM 4.0.
    We are using variant config between 4.6c and CRM4.0SP9 and it works perfectly. Did it with CRM3.0SP3 as well: no problems.
    Michael.

  • Error With iOS 7.0.2 Install

    My phone will not let me install the latest update...It will start the download, but within a minute or two it says error in download and then that's it, no reason why...
    I have tried having it plugged into a power source. I have tried plugging it into the computer, I have tried not having it plugged into anything...I have restarted the phone repeatedly...I cannot seem to get by this error...
    Has anyone had this issue and how did you get it fixed?

    Keep trying. Mine took about 3 trys.

  • Error while creating database instance in installation of Netweaver 2004s

    Error in Installation-SAP Netweaver 2004s on AIX 5.3 usingMaxDB as database
    I have pasted error log below.
    Please Help.
    ERROR 2007-03-09 13:48:53
    The dbmcli call for action PARAM_INIT_INST failed. Check the logfile XCMDOUT.LOG.
    ERROR 2007-03-09 13:48:53
    The dbmcli call for action PARAM_INIT_INST failed. Check the logfile XCMDOUT.LOG.
    ERROR 2007-03-09 13:48:53
    FCO-00011 The step sdb_init_instance_type with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_ADA_DB|ind|ind|ind|ind|6|0|SdbPreInstanceDialogs|ind|ind|ind|ind|3|0|SdbInstanceDialogs|ind|ind|ind|ind|1|0|SDB_INSTANCE_CREATE|ind|ind|ind|ind|0|0|sdb_init_instance_type was executed with status ERROR .

    Hi
    Please help.
    XCMDOUT.LOG shows the following things:
    > Subprocess starts at 20070309134754
    Execute Command : /sapdb/programs/bin/dbmcli -n punlparidm06 inst_enum
    Start subprocess as user with uid: root
    > Subprocess stops at 20070309134759
    OK
    7.6.00.35 /sapdb/IND/db
    > Subprocess starts at 20070309134804
    Execute Command : /sapdb/programs/bin/dbmcli -n punlparidm06 inst_enum
    Start subprocess as user with uid: root
    > Subprocess stops at 20070309134805
    OK
    7.6.00.35 /sapdb/IND/db
    > Subprocess starts at 20070309134806
    Execute Command : /sapdb/programs/bin/dbmcli -n punlparidm06 inst_enum
    Start subprocess as user with uid: root
    > Subprocess stops at 20070309134806
    OK
    7.6.00.35 /sapdb/IND/db
    > Subprocess starts at 20070309134806
    Execute Command : /sapdb/programs/bin/dbmcli -R /sapdb/IND/db dbm_version
    Start subprocess as user with uid: root
    > Subprocess stops at 20070309134807
    OK
    VERSION = 7.6.00
    BUILD = DBMServer 7.6.00 Build 035-123-139-084
    OS = UNIX
    INSTROOT = /sapdb/IND/db
    LOGON = True
    CODE = ASCII
    SWAP = normal
    UNICODE = (unknown)
    INSTANCE = (unknown)
    SYSNAME = AIX
    > Subprocess starts at 20070309134807
    Execute Command : /sapdb/programs/bin/dbmcli -n punlparidm06 inst_enum
    Start subprocess as user with uid: root
    > Subprocess stops at 20070309134808
    OK
    7.6.00.35 /sapdb/IND/db
    > Subprocess starts at 20070309134827
    Execute Command : /sapdb/programs/bin/dbmcli -n punlparidm06 inst_enum
    Start subprocess as user with uid: root
    > Subprocess stops at 20070309134828
    OK
    7.6.00.35 /sapdb/IND/db
    > Subprocess starts at 20070309134833
    Execute Command : /sapdb/programs/bin/dbmcli -n punlparidm06 db_enum
    Start subprocess as user with uid: root
    > Subprocess stops at 20070309134836
    OK
    IND /sapdb/IND/db 7.6.00.35 fast running
    IND /sapdb/IND/db 7.6.00.35 quick offline
    IND /sapdb/IND/db 7.6.00.35 slow offline
    IND /sapdb/IND/db 7.6.00.35 test offline
    > Subprocess starts at 20070309134842
    Execute Command : /sapdb/programs/bin/dbmcli -n punlparidm06 -d IND -u CONTROL,********
    Start subprocess as user with uid: root
    Execute Session Command : param_startsession
    Execute Session Command : param_init OLTP
    > Subprocess stops at 20070309134853
    OK
    ERR
    -24976,ERR_PARAMEXIST: param file of database already exists

  • BEX Front end issues in sap netweaver 2004s

    We have problems with accessing SAP NETWEAVER 2004S BEX tools(BI7.0).
    We have the following softwares installed:
    SAP_BW SAP NETWEAVER BI7.0 SP 10(SAPKW70010)
    SAPGUI6.40 PATCH LEVEL 22
    Microsoft office 2003
    .NET version 1.1
    Microsoft VJ# 1.1 Distributable package
    We are having the following issues in each components:
    1.BEX ANALYZER:Unable to open the reports.Getting the error message that
    "Critical error occured.Program needs to be closed.Refer the trace file"
    2.Report Designer:component Bex Report Designer avilable verion 59, Version 132 required.Before you can continue you have to run the front-end setup"
    3.BEX WAD:Unable to save any web templates.Getting the following error message.
    "E002 Error While Executing Service RSWAD_WEBPUB_CALL_SERVICE:V for object 1()"
    In BI front end check tool for PC not showing any red files.But it showing Blue color for some of the microsoft dll's.
    Please help us with your inputs..
    thanks in advance
    Soujanya

    Hi Soujanya,
    This is known issue in BEx tools in this latest release.
    We got the same problem and still facing.
    We are using BEx 3.5X to access all reports.
    Install BEx 3.5 too. Then you get two sub menus to access BEX tools.
    Make sure that you open reports in 3.5 BEx Analyser.
    I think all reports, which you tried to open in BEx(BI 7.0) are corrupted. try to copy to your datatargets/install (if they are BI Content Reports).
    Good Luck,
    Anand.
    Pls give points if this is useful

  • Required clarificatrion about  Netweaver 2004s

    Hi All,
    If anybody of you is having information about the following, please put it here.
    1. Need confirmation about 'Record Management System' (DMS?)
    availability in base NetWeaver 2004s platform (not mySAP ERP or any other mySAP application)
    2. Possibility of integration of documents (word, pdf, excel) with a custom transaction /
    Master data (also report if possible)
    I know DMS module is avalable with ERP. but how do we use in NetWeaver 2004s -ABAP Custom transaction.
    I proposed to use KM in EP, but can we KM in ABAP (I feel 'No')
    Your ideas are appriciated.
    Thanks & Regards,
    Sireesha.B

    Hi,
    The NetWeaver platform contains only the technologies behind the business. It has the WAS stack for instance, that enables the business modules to function.
    The DMS that you are talking about, seems to be a module provided by SAP, and should be residing in the ERP stack. With just the NetWeaver 2004s, you will be able to create a custom transaction I suppose. But the business data has to come from the ERP addition.
    The KM module needs a Portal installation. It cannot run on the ABAP stack.
    Hope this helps.
    Sudha

  • After upgrade to 4.1 from 3.2, admin logon page error with "done error load

    Hello all,
    Just upgraded 3.2 to 4.1. ran @apexins.sql sysaux sysaux temp /i/. Installation was successful and upgrade completed with no errors. When trying to log on to admin page, url changes to admin workarea but with IE we get "done error loading pages" and logon screen doesn't appear. All objects are compiled, accounts are unlocked and valid. Same thing happens when attempting to logon to the applicaiton. Any help would be appreciated. Open SR with oracle support, but no reply since yesterday.
    inital url: https://xxxxxxxx.xxx.com:8443/pls/apex/apex_admin
    ending url: https://xxxxxxxx.xxx.com:8443/pls/apex/f?p=4550:10:903647939084101
    "done error loading pages"
    Edited by: user12128153 on May 18, 2012 2:21 AM

    Hi user12128153 (a real name would be nice),
    a few questions for you.
    Do you experience the same errors with firefox? If so install firebug (if you don't have it already) and see if the errors have to do with missing css etc.
    What application server do you use, OHS/Apex Listener etc?
    Kofi

  • MySAP CRM 5.0 Credit Card tables

    Hello,
    In SAP 4.6 we have function modules that perform authorizations of credit cards. These modules use the structures CCAUT, CCAUT_R, CCAUT_H and CCAUT_I.
    I have started working with mySAP CRM 5.0. These 4 structures do not exist. I need to know what are the structures/tables in CRM 5.0 that perform the same functions as the above tables.
    Thanks,
    Chris Odom
    Bose Corporation

    One thing I can see is, you can assign function modules as checking rules at:
    SPRO > Cross application components > Payment cards > assign checking rules
    Another useful place is class CL_PCA_SECURITY. You can make some modifications here.
    A program PCA_MASS_CRYPTING might also be relevant.
    Hope this helps.
    Regards,
    Kaushal

  • MySAP CRM 5.0/NetWeaver 2004s Error

    HI All:
    I am really hoping that one of you can help me out with this.  We are installing CRM 5.0 in a local/test environment.
    DB: Oracle 10g
    OS: Windows 2K3
    The DB was installed according to instructions and without errors.  Now we are trying to install the CRM (CRM APP & JCRM) and NetWeaver components (AS ABAP & AS JAVA) using sapinst. Halfway through, the install process stops due to an error.  I am attaching the error log:
    BR0801I BRCONNECT 7.00 (6)
    BR0999E Loading of SQL client library orasql10.dll failed - please check Oracle configuration
    BR0310E Connect to database instance CRM failed
    BR0280I BRCONNECT time stamp: 2006-02-24 12.40.55
    BR0804I BRCONNECT terminated with errors
    The error always happens during the post load activities.  The step can be found between import java dump and SCS isntance (this is CRM specific)
    This is just a test system, we don't have any other systems running on that host and/or machine. 
    I am posting this message here as well because I read about a same issue in one of the posts related to NetWeaver.
    Any help would be trully appreciated.
    Imran Khan

    HI:
    The solution for this was in the Patch that comes with the Database.
    After installing the patch, Oracle went up to 10.1.0.4
    The install after that went without a hitch!
    Cheers
    Imran Khan

  • Error while installing Sneak preview Netweaver 2004 --SP11

    Hi friends, I am getting the following error while installing the sneak preview Netweaver 2004 on stack 11.It's going smoothly until 14th task and after that the 15th task 'Load java database connectivity ' the system got hanged by just loading 4 rows and it does nothing for hours.It does not give any error message.I am getting the following from the log file.
    Output of C:\j2sdk1.4.2_10\bin\java.exe -classpath ./sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;d:\sapdb\programs\runtime\jar\sapdbc.jar;D:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/J2E/SYS/global/security/lib/tools/w3c_http.jar -showversion -Xmx512m com.sap.inst.jload.Jload -sec J2E,jdbc/pool/J2E,D:\usr\sap\J2E\SYS\global/security/data/SecStore.properties,D:\usr\sap\J2E\SYS\global/security/data/SecStore.key -dataDir C:/SAPNetWeaver04SneakPreviewSlimSP11\J2EE-CD\J2EE-ENG/JDMP -job "C:\Program Files\sapinst_instdir\j2ee_wp\installdefault/IMPORT.XML" -log "C:\Program Files\sapinst_instdir\j2ee_wp\installdefault/jload.log" is written to the logfile C:\Program Files\sapinst_instdir\j2ee_wp\installdefault/jload.java.log.
    Could you guys have a look on this?
    Regards,
    Gopi

    Hi,
    This problem seems to be linked with the j2se 1.4.2_10.
    Please try a fresh installation with the j2se 1.4.2_09
    available at http://java.sun.com.
    Also check SAP Note 716604.
    Do let us know if its solved.
    Regards
    Srikishan

  • Error in installing SAP Netweaver 2004s SR2 Developer Workplace

    Hi,
    I am installing "SAP Netweaver 2004s SR2 Developer Workplace". Got the below error :
    CJS-30005  Cannot change SAPDrive for system JP1 from D: to C:: share saploc exists.
    ERROR 2007-03-08 09:35:06
    FCO-00011  The step createFirstSystemDirectories with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_System|ind|ind|ind|ind|6|0|createFirstSystemDirectories was executed with status ERROR .
    Can anybody know the reason for this. and how to resolve this error.
    Thanks.

    Was able to move to next step by removing all the registry entries related to previous intallation.

Maybe you are looking for