Sneak preview 640 Installtion Problems

Hello to all.
I downloaded and installed Sneak Preview.  It went fine, I added NSP to my Logon Pad and logged on.
After I logged off and tried to log on again I kept getting the "Connection refused" error.  I determined that the 620 BSP version was my problem.
I uninstalled 620 and 640 and started the re-install.
I got the folllowing error in phase 10 of 23: An error occured while processing service:SAPNETWEAVER 2004s>Lifecycle Management>system copy>maxdb>target system>central system>based on as-abap>central system installation.
I determined that the BSP and NSP instances were my problem.
I searched SDN extensively and tried a variety of suggestion to delete these instances. I followed the instructions in OSS notes 572836, 599129, and 412466 but could not solve my problem.
I have tried dbmcli but get a message that J2E/BSP/NSP do not exist.  I used SDBUNINST and got the message that instance NSP was found and to delete it first.
I tried to us the Remove Program feature in the Control Panel to remove the Maxdb components but get a logon error when using user control, dbm, superdba, dba and any other user ID I could find for Maxdb 7.6.00.
Can anyone help?
Thanks in advance.
Steve

I was not starting the DB engine!

Similar Messages

  • Sneak Preview ABAP 2004s: Problem with HTTP-Server

    Hi..
    I have just installed the sneak preview.
    Everything works well.
    But there is a problem with the webdynpro
    for abap. When i try to start the example
    i become a message: "Windows can not find
    ://:/sap/bc/webdynpro/sap/wdt_quiz ....... "
    This error is from the HTTP options.
    In transaction SMMS over extert functiuns->http->display
    the parameter  http_status_code is -1.
    Can anyone help me what i can do?

    when you go into transaction SMICM->go to ->services you should atleast see one entry for HTTP
    it will be something like below.
    No. Protocol           Service Name/Port    Host Name            Keep Alive Acti External Bind                                                                               
    1  HTTP               1081                 xxxx.domain.com        30                       
    i dont think that for this reason , you have to go for a reinstall, i am sure some config is missing.
    Regards
    Raja

  • Pls F1.. problem with NW sneak preview installation

    i just downloaded nw dev stu 2.0.7 sneak preview...successfully.
    now then..when i did try to install by executing SAPsetup.exe i get this msg
    "This application has failed to start because sapfeiut.dll was not found,Re-installing the application may fix this problem."
    let me know what do i do.....its urgent that i get started with the portal basics...pls F1 asap.
    regards,
    satish

    poste next question to the old thread.

  • Installation Problem with Sneak Preview SP16

    Hi folks,
    as I was trying to install Sneak Preview NW04 SP16 Full Java version, I am facing a prbolem as below.
    As a first step to install, when I clicked the SAPinst.exe, I got a screen whenin it asked me to enter the host name and the TCP/IP port to log on, with the default host and port filled in as "localhost", "21212" respectively.  I accepted the above default values and clicked on the logon button.  Then, the next screen popped up with licence agreement, and once I clicked on "I agree" button, I got the following error and could not proceed further.
    "An error occurred during the installation of component SAP NetWeaver Sneak Preview '04 Support Release 1 > Migration - Target System installation.  Press the log view button to get extended error information or press OK button to terminate the installation.  Log files are written to C:\PROGRA~1\SAPINS~1\MW04SR1\WEBAS_~1\ONE_HOST".
    In the log browser, which popped up later, I have noted the following three warnings.
    "Error 5 ( Access is denied), in execution of of a "RegOpenKeyEx" function, line (67), with parameter
    (System\CurrentControlSet\Services\NSCService)".
    "The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
    Services\NSCService' does not exist on the 'localhost' host".
    "The step setDefaults with step key J2EE_SystemCopy_OneHost|ind|ind|ind|WebAs|640|0|J2EE_SystemCopy|ind|ind|ind|ind|0|J2EE_EngineEnterpriseDialogs|ind|ind|ind|WebAs|630|0|setDefaults was executed with statur ERROR".
    And, when I clicked the View Log button, I got the following info.
    SAPinst is getting started.
    Please be patient ...
    guiengine: no GUI connected; waiting for a connection on host VICKY, port 21212 to continue with the installation
    guiengine: login in process.
    SAPinst component stack:
    ========================
      Preinstall|ind|ind|ind|ind|ind|0
    Current script:
    ===============
    if (!installer.onWindows()) {
      context.set("sapmntPath", "/sapmnt");
    var info = new SystemMgt().getSystemInfo();
    /* wirsinds
    var min_heapSize = J2EEJavaParameter.getDefaultMaxHeapSize( Math.round(Number(info.getRamSize() / 2)));
    context.set("heapSize", min_heapSize);
    context.set("heapSize", 512);
    //endewirsinds
    var systems = new Table("t_systems");
    systems.remove();
    var installed = WebAS.getInstalledSystems();
    var standalone = context.getBool("standalone");
    var syss = [];
    var localhost = installer.getHostName().toLowerCase();
    for (var prop in installed) {
      var sys = installed[prop];
      if ((standalone && sys.j2eeStandalone) || (!standalone && !sys.j2eeStandalone)) {
        if (context.getBool("di")) {
          for (var it = sys.getMyInstances(); ! it.isDone(); it.next()) {
            var instance = it.get();
            var pref = instance.getPrefix();
            if ((pref == "J" || pref == "D") && instance.getHostName().toLowerCase() == localhost) {
              syss.push({SID:sys.getSID()});
              break;
        } else if (!context.getBool("prep") && context.getBool("ci")) {
          // for a completion of CI we need the system, even if it does not have an instance.
          syss.push({SID:sys.getSID()});
        } else {
          for (var it = sys.getMyInstancesOnHost(); !it.isDone(); it.next()) {
            // system has an instance on this host.
            syss.push({SID:sys.getSID()});
            break;
      context.set("WebASDump", sys.dump());
    syss.sort(function(a, b) { if (a.SID < b.SID) return -1; if (a.SID > b.SID) return 1; return 0; });
    for (var i = 0; i < syss.length; ++i) {
      systems.insertRow(syss<i>);
    if (syss.length > 0) {
      context.set("lastsid", syss[0].SID);
    } else if (!context.getBool("standalone")) {
      if (context.getBool("ci") || context.getBool("di")) {
        gui.showMessageBox("ind-rel.ind-os.ind-db.ij2ee-eng.noABAPFound");
        installer.writeError("ind-rel.ind-os.ind-db.ij2ee-eng.noABAPFound");   
    } else if (context.getBool("ci") && !context.getBool("prep") && !parseBool(installer.getGlobalParameter("SeparateSCS"))) {
      gui.showMessageBox("ind-rel.ind-os.ind-db.j2ee-eng.noPrepFound");
      installer.writeError("ind-rel.ind-os.ind-db.j2ee-eng.noPrepFound");   
    if (!context.get("dbType")) {
      var dbType = installer.getInstallationParameter('INSTPARA_DB').toLowerCase();
      if (dbType != "inf") {
        context.set("dbType", dbType);
    var dbType = context.get("dbType");
    if ((installer.getInstallationParameter('INSTPARA_DB').toLowerCase() == "ada" && !context.getBool("standalone"))
        || dbType == "db2" || dbType == "mss") {
      context.set("canCreateSchemaRemote", "true");
    if (dbType == "ora") {
      context.set("dbPort", 1527);
    if (info.getOSFAName().toLowerCase().indexOf("linux") != -1) {
      var shells = new Table("shells");
      var bash = "/bin/bash";
      shells.updateRow({shell:bash}, "WHERE shell='" + bash + "'");
    if (context.getBool("ci")) {
      var fmgt = new FileMgt();
      var jdmp = installer.getCD("J2EE-ENG") + "/JDMP";
      var dbLoad = fmgt.isExisting(jdmp) && fmgt.isExisting(jdmp + "/IMPORT.XML") && fmgt.isExisting(jdmp+"/EXPDUMP.001");
      context.set("dbLoad", dbLoad);
    Exit status of child: 1
    I tried to re-install again, but faced with the same error.  Please suggest on how to go further. 
    Thanks in advance.
    Vicky.

    hi Vicky,
    Do you have admin rights to install? Access denied to Registry Key Editor means you don't have access permissions to open the registry.
    you should be a part of administrator group to run the installation.
    Regards
    Arunkumar

  • Problem in installing SAP NetWeaver 7.0 Java sneak preview on windows xp sp

    Hi
    when I am trying to install SAP NetWeaver 7.0 Java sneak preview on windows xp sp2 I am getting the following problem 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Automatic LiveUpdate scheduler does not exist' after giving the jce file path and i can find the registry entry for the automatic live update scheduler .then what is wrong
    Any inputs are welcome

    Hello Bala,
    Do you have Norton AntiVirus installed? If so then you may need to uninstall it and then proceed with installation. Simple stopping it will not work.
    Regards,
    Vishwas.

  • Problem with Web Dynpro Theme in 2004s ABAP Sneak Preview

    Hi !
    Working on the Web Dynpro for ABAP 2004s Sneak Preview
    I encountered a problem in applying a web Dynpro theme
    via the URL-parameter sap-cssurl.
    I tried the following URL:
    http://hostname:8000/sap/bc/webdynpro/sap/webdynproapp?sap-cssurl=http://hostname:8000/sap/public/bc/ur/nw5/themes/sap_hcb
    But it didn't work ?!
    Could anybody tell me what went wrong ?
    Thanks in advance,
    Frank

    Hi Frank,
    Try this
    1. Set all dynpro's to run with portal theme whether you run them inside/outside portal.
    For this, run visual administrator -> server -> configuration adapter -> (change mode) -> webdynpro -> sap.com -> tcwddispwda -> Propertysheet.default
    set the parameter sap.theme.default to your portal theme path: we've theme CustomerTheme (portal is nw04sr1 sp14) and theme url is as follow:
    /irj/portalapps/com.sap.portaldesign.urdesigndata/themes/portal/CustomerTheme
    2. call individual application with parameter to use portal theme as follow:
    http://<portal hostname with domain>:<port>/webdynpro/dispatcher/local/WD_Project/Applname?sap-cssurl=http://<portal hostname with domain>:<port>/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/CompanyTheme
    Hope it helps...
    Lokesh

  • Problem with the SDN in Sneak Preview

    Hello everybody!
    I use the Sneak Preview of SAP NetWeaver.
    I want to create my own database.
    When I want to deploy it, it asks me a password. Then an error message appears saying that I've got a problem with the SDN!
    When I look to the console, I read Exitcode -2 in front of the SDN part!
    Does anyone know what happens?
    Thank you!

    Hi Arunkumar,
    I gave "admin" as password!
    Regards,
    Adrien

  • Web AS 6.40 Sneak Preview: Problems with monitoring Database with SQL Studi

    Hello!
    I'm new with SAP and SAP Web AS, and I installed the SAP Web AS 6.40 Sneak Preview recently. I'm exercizing with the tutorials, and in the Tutorial "Car rental Application", a "QCR_RESERVATION" database is created and deployed.
    The deployment worked fine, but I'm having problems accessing the SAP DB with SQL Studio.
    At first, I didn't find SQL studio in my SAP installation, so I installed it afterwards. I now tried to log on with the data mentioned in the tutorial (localhost, C11, SAPC11DB and "sap"), and got the error "Database not running (-709)". Looking at the SAP Management Console, I found a database with the name "J2E", so I tried this one.
    But now the problem is, that with user SAPJ2EDB and password "sap", I get the error "(-4008) Unknown username and password", and the same error with the combination "control", "control".
    What is my mistake? Could anybody give me a hint? Maybe there is something wrong with my Web AS 6.40 Sneak Preview Installation? I don't remember having changed any settings during installation ...
    Thank you in advance
    Bärbel Wolf

    Dale, thank you very much.
    Your hint really is useful, I know myself, I'd most probably need unlocking my admin user soon. )
    But nevertheless, I'm still looking for the right password for the database user "SAPJ2EDB".
    As I'm encountering problems with the "Quick Car Reservation" tutorial (the entity bean seems unable to access the database, too), I'd like to check the QCR_RESERVATION database with my SQL Studio. Maybe there's something wrong with it.
    Greetings
    Bärbel

  • Problems with planning function in sneak preview J2EE

    Hi all,
    I have a 2 systems environment with sneak preview J2EE and ABAP on my notebook. I configured SLD, JCo and in the 2004s with ta SPRO the planning function.
    I can connect with ta RSPLAN to the J2EE server, but I get the error message:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: no jcoMetadata found for RFC function 'RSPLSDOKU_LINK_GET'! Please verify, that your model is consistent with the ABAP backend: 'NSP'.
    The testing of the JCo connections is positiv, i.e. there is a connection between the J2EE and the ABAP system already defined. Is tehre anything missing?
    any help appreciated

    I don't know if you ever resolved this, but you may just ned to change a setting on your query properties.  When data is entered into planning layouts and saved, that data is put into a "yellow" request in the underlying infocube. 
    Until the necessary volume of data is posted which causes this to change to "green", it remains yellow.  Note that this request could also be changed to green several ways.  i.e. manually, by flipping the "real-time infocube behavior" switch, etc. 
    Anyway, as long as it "yellow" your query, by default will not consider it, unless you change it's properties to tell it to consider "yellow" requests.  This can be done via RSRT and pressing the "properties" button.  Choose request status "2" and your problem should be solved

  • Problem in Uninstalling SAP ABAP sneak preview 2004

    Hello ,I am trying to uninstall the SAP ABAP sneak preview 2004.but the main problem is that i have forgot the DB manager (DBM operator) and CONTROL passwords. is there any chance to uninstall with out giving passwords or to retreive the passwords ?
    Regards,
    Gopi

    If you installed it on an XP machine, restore the system back to the date and delete all related folders.

  • NW2004s ABAP Sneak Preview - SAPGui Problem Resolution

    The download for the NW2004s ABAP Sneak Preview has a link for the SAPGui.  The Gui that is downloaded is compilation 3, compilation 4 is required.  You can get the correct Gui from the Software Download Center (SWDC).  You should also download the FEP 1, bw700_1-10001615.exe.

    Hi Dave,
    try out:
    ftp://ftp.sap.com/pub/sapgui/win/640/compilation4/
    Regards
    Gregor

  • How to uninstall sneak preview WAS 640 server

    How to uninstall WAS 640 sneak preview.
    I have uninstalled NWDS from control panel but it doesn't remove the server.So how to uninstall the server.
    Thanks
    Ananda

    Hi Anada,
    If you check the File system,you will find uninstall.exe,run this.
    Else,just stop all services and then disable them, in the services.ini file and then delete the file system.
    Also,delet the nodes from the windows registery,whever you see sap/oracle etc..
    Rgs
    vikas

  • Sneak Preview SAP NetWeaver 2004s  istalation problem

    Hy there,
    I have an error on installing Sneak Preview SAP NetWeaver 2004s (ABAP)
    The last lines in XCMDOUT.LOG are
    ERROR 2006-04-19 08:46:28
    The dbmcli call for action PARAM_INIT_INST failed. Check the logfile XCMDOUT.LOG.
    ERROR 2006-04-19 08:46:28
    The dbmcli call for action PARAM_INIT_INST failed. Check the logfile XCMDOUT.LOG.
    ERROR 2006-04-19 08:46:28
    FCO-00011  The step sdb_init_instance_type with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_CreateDB|ind|ind|ind|ind|9|0|NW_ADA_DB|ind|ind|ind|ind|6|0|SdbPreInstanceDialogs|ind|ind|ind|ind|2|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 .
    Please hel me, I'm new in SAP
    calin adrian comes
    email: [email protected]

    Hi calin
    There seems to be some problem with sp 16 max DB (version 7.6).
    Please see this thread of the SDN forum
    SP16 Preview: MaxDB Installation fails (Phase 6)
    U will have to replace it with MAX DB ver7.5 .
    If you find that ur problem is solved ,do not forget to reward points .
    regards
    rajeshkr

  • Problem in Installing Netweaver Sneak Preview Java version

    I am doing a full Local installation of the NW04 SP11 Java Sneak Preview.
    I have installed J2SDK 1.4.2.09 & the loopback adaptor on MS windows 2000 SP3.
    When I ran the installation of the WAS, the installer just stopped at the Step "Load Java Database Content". There is no error message neither did my system hang. But the installer just stays there and nothing happened.
    Can someone please guide me through this. It's very frustrating now.
    Regds
    Thiru

    Hi Thiru,
    to which directory have you extracted the files? Give C:\temp a try because there are problems with to long Path names.
    Regards
    Gregor

  • NW04 Sneak Preview Problem

    I'm trying to install the Netwaver Sneak Preview but in one step stops with this error
    ERROR 2006-02-13 18:11:37
    CJS-00030  Assertion failed: in function sapdb_db_create(db_nm, db_host, db_ver) {    var dep_root = sapdb_inst_root(db_nm);    var sdb_i = new sdbInstance();    sdb_i.dbName = db_nm;    sdb_i.dbHost = db_host;    sdb_i.dbVer = db_ver[0] + "." + db_ver[1];    sdb_i.ctlUser = sapdb_get_db_user("CONTROL", db_nm, db_host);    sdb_i.ctlUserPasswd = sapdb_get_db_user_passwd("CONTROL", db_nm, db_host);    var actorObj = new SdbExtActor();    actorObj.setSdbInstance(sdb_i);    actorObj.setDbmCmd("DB_CREATE");    actorObj.setExecutable(sapdb_dbmcli_path());    actorObj.setDbRoot(dep_root);    var rv = actorObj.sessionExecute();    ASSERT(arguments.callee, rv == "OK", " SDB: ERROR CREATING DATABASE INSTANCE! Check the XCMDOUT.LOG FILE");    var creation_ok = false;    var i_size = actorObj.outSize();    for (var i = 0; i < i_size; i++) {        var s_line = actorObj.getOutputLine(i);        if (/OK/.test(s_line)) {            creation_ok = true;        }    }    ASSERT(arguments.callee, creation_ok, "SDB: ERROR WHILE DB INSTANCE CREATION! CHECK THE XCMDOUT.LOG FILE! ");} SDB: ERROR CREATING DATABASE INSTANCE! Check the XCMDOUT.LOG FILE
    Anyone knows how it can be fixed?
    Thanks!

    Hi Raja i got same problem as Juan Nale and the content of XCMDOUT.LOG is as follows
    > Subprocess starts at 20060225211352
    Execute Command : c:\sapdb\programs\pgm\dbmcli.exe  -R c:\sapdb\j2e\db db_create J2E CONTROL,CONTROL
    Execute Session Command : exit
    > Subprocess stops at 20060225211352
    ERR
    -24953,ERR_DBEXIST: database instance already exists
    Please give me other options if database instance already in this case.
    Best Regards
    Chandu.

Maybe you are looking for

  • Syntax error while creating a invoice

    Hi I am new to this forum hope u guys can help me out, I am ruuning following syntax for creating an invoice and for this error message is coming which is given below. Select aadrnr astdc1 b~name1 into table inv_head1 From kna1 as a inner join adrc a

  • Can I add more than one horizontal separator to the PanelUI (the new panel menu)

    Steps: 1. Click the new panel menu button (hamburger) 2. Click Customize 3. On the left, drag "Separator (for panel menu)" from "Additional Tools and Features" to the panel on the right. A horizontal separator appears. "Separator (for panel menu)" no

  • How can I stop all the messages in a thread opening when I only click on 1 of them?

    I click to open a mail and the others in the thread also open. I only want to open one at a time. [I'm new to Thunderbird, I used to use Outlook Express. ]

  • Unable to release billing document to  accounting

    Dear All, I am cancelling billing document.The document created in July and cancelling today. Following error is coming in vf02  SD billing document cannot be cancelled. Error message F5A 005 occurs during release to accounting. the foreign currency

  • Getting issue in F110

    Hi All. I have issue in transaction code F110. Whenever I am doing Automatic payment and taking u201Cprintu201D ,Job is getting scheduled and completed successfully  .But background job  taking much time to complete for particular company code. Examp