Problem with SAP NW 7.4 Installation

Dear All,
We are Installing EP 7.4 as a distributed installation we are installing Application server on RHEl and database instance on Solaris 11.
Installation hangs at the step "store system identity"
In the sapinst_dev.log file we are getting the below error.
WARNING    2014-07-12 21:36:56.001
           CJSlibModule::writeWarning_impl()
Execution of the command "/tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/sapjvm/sapjvm_6/bin/java -classpath /tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/sap.com~tc~bl~offline_launcher~impl.jar -showversion -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sl.inst.systemidentity.SystemIdentityCmd /tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/iaik_jce.jar:/tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/iaik_jsse.jar:/tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/iaik_smime.jar:/tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/iaik_ssl.jar:/tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/w3c_http.jar:/tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/tools:/oracle/client/11x_64/instantclient/ojdbc6.jar -ppms_data_xml ppms_data.xml -selected_UTs activeUTs.xml -messageFile SystemIdentity.message -sid EPD -dsn jdbc/pool/EPD -ssProps /usr/sap/EPD/SYS/global/security/data/SecStore.properties -ssKey /usr/sap/EPD/SYS/global/security/data/SecStore.key" finished with return code 2. Output:
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 6.1.059)
SAP Java Server VM (build 6.1.059 24.45-b08, Nov 19 2013 19:30:07 - 61_REL - optU - linux amd64 - 6 - bas2:206830 (mixed mode))
   INFO: Loading tool launcher...
   INFO: [OS: Linux] [VM vendor: SAP AG] [VM version: 1.6.0_65] [VM type: SAP Java Server VM]
   INFO: Main class to start: "com.sap.sl.inst.systemidentity.SystemIdentityCmd"
   INFO: Loading 11 JAR files: [/tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/iaik_jce.jar, /tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/iaik_jsse.jar, /tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/iaik_smime.jar, /tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/iaik_ssl.jar, /tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/w3c_http.jar, /tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/tools/iaik_jsse.jar, /tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/tools/iaik_ssl.jar, /tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/tools/iaik_smime.jar, /tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/tools/iaik_jce.jar, /tmp/sapinst_instdir/NW740SR1/ORA/INSTALL/DISTRIBUTED/JAVA/APP1/install/lib/tools/w3c_http.jar, /oracle/client/11x_64/instantclient/ojdbc6.jar]
  FATAL: Main class "com.sap.sl.inst.systemidentity.SystemIdentityCmd" cannot be started:
  FATAL: java.lang.ClassNotFoundException: com.sap.sl.inst.systemidentity.SystemIdentityCmd
  at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:916)
  at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:807)
  at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:755)
  at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:139)
  FATAL: com.sap.engine.offline.OfflineToolStart will abort now with exitcode 2
ERROR      2014-07-12 21:36:58.23 [sixxcstepexecute.cpp:896]
FCO-00011  The step storeSystemIdentity with step key |NW_Java_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|usage_enable|0|storeSystemIdentity was executed with status ERROR ( Last error reported by the step: <html> <head> </head> <body> Storing information for installed product versions failed. Detailed error message: null </body></html>).
Please help us in resolving the error.
Regards,
Praveen.

Hi Praveen,
Could you please check SAP note 1592575.
Regards,
Deepak Kori

Similar Messages

  • Problem with SAP NetWeaver 04 SP16 installation when running Phase 6

    Hi,
    When I was installing SAP NetWeaver 04 SP16(Full Java Edition),I got this error in phase 6:
    ERROR 2006-04-20 03:10:23
    MDB-07001  No action defined for actor.
    ERROR 2006-04-20 03:10:23
    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
    my installing environment:
    OS: windows 2000 server
    RAM: 2G
    JAVA SDK version: 1.4.2_08
    Thanks advance.

    Hi
    Please see this thread of the SDN forum
    SP16 Preview: MaxDB Installation fails (Phase 6)
    Seems some issues with MAX DB ver 7.6
    regards
    rajeshkr

  • Can SAP GRC AC 5.3 connect without any problem with SAP R/3 4.7 Enterprise?

    hello,
    I went to the PAM in the SAP Marketplace to see if SAP GRC AC 5.3 could connect to SAP R/3 4.7 Enterprise but I can't see all the "Add-On Product Version for...", it's cut off.
    Can SAP GRC AC 5.3 connect without any problem with SAP R/3 4.7 Enterprise?
    If I can't is there any proof about it? I have to show it to a client.
    Best Regards,
    Pablo Mortera,

    Pablo,
    GRC AC 5.3 works perfectly fine with SAP's R/3 4.6c, mySAP ERP 4.7 and ECC systems. In fact we have two 4.7 Enterprise systems connected to GRC AC 5.3 system.
    You can get the details of supported SAP ERP systems under prerequisite section of Info page of GRC AC 5.3 , it can be accessed on marketplace at -
    Downloads-->Installations and Upgrades - Entry by Application Group > SAP Solutions for Governance, Risk, and Compliance>SAP GRC Access Control>SAP GRC ACCESS CONTROL>SAP GRC ACCESS CONTROL 5.3
    Just ensure to have proper BASIS and ABAP support pack level as mentioned in prerequisites.
    Regards,
    Amol

  • Problem with Oracle 11g(32 bit) installation on windows 7 ultimate edition

    Hello all,
    I have a problem with Oracle 11g(32 bit) installation on windows 7 ultimate edition (32 bit).
    I have successfully installed it immediately after OS installation. But today, i have decided to deinstall it and go for Oracle 10g version for 32 bit.
    Everything went normal during installation, but i can see the services is not present in services.msc. Also its throwing some exception for dbca, netca
    Now i tried to deinstall it and again go for 11g. But even the same story here..
    Can anybody give me a solution for this..
    -Regards
    Rajesh Menon

    Saqib Alam wrote:
    i recently install Oracle 11g R1 on windows 7 ultimate, i installed it and working perfectly.
    ur problem is that u install latest version and now u trying to installing old version.
    now u need to uninstall 10g and delete oracle from services, if the probleme presist then u should
    install fresh windows 7.
    Regards
    SaqibNo need to install a fresh OS. That's like tearing your house down just because you wired a lamp wrong and blew a circuit breaker.
    There are MeaLink notes on how to eradicate an Oracle install from Windows, but it boils down to this:
    Stop all Oracle services
    In the registery:
    - Delete all oracle services from the register (HKLM\SYSTEM\CurrentControlSet
    - Delete the entire Oralce folder from HKLM\Software
    reboot
    Delete the ORACLE_HOME directory and any other Oracle related directories/files. Offhand, it seems like there is an Oracle directory under Program Files.
    reboot

  • "problem with shortcut/fatal error during installation" on other user accts

    I-tunes installed and works with no problem in original user, but when another user account attempts to open Itunes, program attempts to install/configure again, then results in a "problem with shortcut / fatal error during installation" message. Setting the other users to administrators doesn't help, nor does un-installing/re-installing, etc. I am at least the 4th person with this problem (see Burthomp earlier today,Jan. 17 and Richard 1018 on Dec. 29). This problem started with Itunes 7.5, and is still a problem on Itunes 7.6. I have a standard Dell setup, Model E510. There must be a lot of people with this problem. Apple, are you working on this? Anyone else have a suggestion?

    I ran into the same problem, but I think I have the solution. First, the problem isn't with iTunes, its an access problem with Windows XP. I tried to run the iTunes program from the Program Files, and I received an "Access Denied" error.
    If you try to open the Program Files in My Computer\Local Disk(C:) and receive an "Access Denied" Error, that is why you are receiving a "shortcut problem/Fatal Error during installation".
    Here is how I corrected it:
    1) Shut down the computer and restart it in "safe mode". I had to look up how to do this, but I pressed F8 when it was restarting and I highlighted the "safe mode" and started the machine. The icons will be large, but ignore it.
    2) Open a user that has administrative access -- I used the one user that has access to itunes.
    3) Go to My Computer\Local Disk (C:) and right click on the "Program Files" folder. Select "properties" at the bottom.
    4) Go to the Security Tab
    5) At the top you should see one or two users that have access to the Programs File. One will be the user that itunes works on. Click Add, then click Advanced, then click Find Now.
    6) At the bottom should appear a list of users. Select a user on which itunes doesn't work. Click Ok, then click OK again.
    7) Give that user full access to the Program File by putting a check mark in the Full Access box.
    8) Repeat for the remaining users.
    9) Restart computer in normal mode.
    10) Go into a user that had problems and click the itunes icon, and it should run.
    It worked for me, I hope it works for you.

  • Problem with SAP logon 720 for printng with Citrix.

    Hi,
    I have a problem with sap logon 720 when printing for Citrix, one time print and other time don't print....
    I try to start SAPLPD for prompt comand... it's start but don't print....
    i'm write here for look if other people have this problem... I dont know what I can do.....
    Thank you very much....

    Hi Itmar,
    I was having the similar issue on my Windows Server 2003 Terminal Server. At times SAP prints stop working. Then i changed Printer Type to "G" and it had solved the problem. It skips the use of SAPLPD service and calling windows printing service directly.
    Just try with that.
    Regards,
    Gaurav

  • One more Problem with SAP query

    Hi All,
    I am having a problem with SAP query
    Execution of SAP query transaction is leading to Dump
    the dump says Field 'R01' contains no fields, syntax check on the program shows same error.
    When I tried regenerating the Query in SQ01
    " Query Specification cannot be use to generate list
    Ranked list contains only numeric fields
    Please help me

    Gianpiero Bucchieri wrote:
    > So its important to listening the following tables too: Faktura (invoice), Partner Role, Partnernumber and the requierements number. The table are EKKO EKPO AND VRKPA OR vbkd, but if I join this table the query doesn't listining any results. If I cancel this 3 or 4 table and I start the query, the listening are ok. 
    >
    I am not sure what business process you are describing here - is it some kind of third-party sales order? If so, your join is wrong.
    From VB E P, firled BANFN and BNFPO you can go to table EBAN, where in field EBELN you will find the number of the purchase order (if somebody already had an MRP+Me58 run over the PR) which will lead you to table EKKO, and EKPO.
    So what we have here (essentially is):
    VBAK -> VBAP -> VBEP -> EBAN -> EKKO -> EKPO
    But that only solves one of your problems - you still have a long way to go to get invoices, partner and partner roles into there and I am beginning to ask myself what exactly it is you want to evaluate.
    Care to explain?
    Edited by: Mylène Dorias on Apr 1, 2010 2:10 PM

  • Problem with SAP PI7.0 J2ee Engine starting

    Hi,
    Problem with SAP PI7.0 Server
    I am using AIX6.1 and p570
    J2ee engine is not starting but I am able to login to ABAP engine.
    When I am trying to long in through internet explorer it is not working.
    How to check J2ee engine started or not.
    If it is not started then how to start J2ee engine.
    If J2ee engine problem is there then how to solve the issue and where to check to solve the issue.

    Hi,
    How to check J2ee engine started or not.
    Check the url http://ipaddress:5xx00/index.html
    If this url shows you the system info page then you j2ee engine is up.
    If it is not started then how to start J2ee engine.
    Check your server0.log file.
    If J2ee engine problem is there then how to solve the issue and where to check to solve the issue.
    Check for the problems in log file and do search in sdn or in the market place you will get plenty of info read them and try to resolve the errors.
    Regards,
    Vamshi.

  • Problem with SAP Script FAX output

    Hi Friends,
    I have problem with SAP Script Fax output.
    After I issued output using the messge type, the print preview format shows me correct alignments and the right data. But when I go to List display using the menu bar functions from the print preview screen, the list is showing me the right data, but all the alignments at the main window went wrong.
    How do I rectify this problem? I need correct alignments in both form display and list display.

    Hi Sasidhar,
    Have you tried with different fax machine.
    Regards,
    Atish

  • Installation problems with SAP Web AS 6.20 came with Official ABAP Ref

    Can anyone help.
    Purchased ref books with SAP WAS 6.20
    I have followed the instructions for installation and everything goes ok up until 41%.
    Installation of SAP DB server finished succesfully.
    When I check the technical info on SAP Press where I bought the books it say's at 42% change disks and continue. As I'm as near to that as possible then I did just that, but when I press the next button nothings happens.
    What does happen is that a new window appears with the folders from the disk in the drive, as though I'm supposed to select something; but what.
    I am using xp home edition, with plenty of memory and plenty of hard disk.
    Also created the Loopback Adapter but not sure if this needs configuring or what.
    This is driving me mad especially as it means me cleaning all reference to sap from my hard drive along with entries in the registry.
    The instructions to be honest are as bad as the minsap that came with ABAP Objects and which I had no success with.
    I would have thought buying these books, that all these issues would have been sorted out, but obviously I was wrong.
    Why produce such great reference books and ruin it with software that doesn't work.
    Any help would be much appreciated.

    Hi Peter,
    Whereas I take your point. You are not telling me something that I don't already know.
    Time is of the essence and time is something I don't have.
    I am very busy and work in Switzerland 5 days a week and don't have any free time whatsoever. I travel back to the UK at the weekend for 1 day, so wasting time is not something I relish. End of moan!
    I thought that these forums were there to help ?
    I need to be spending valuable time on the product and not the  installation.
    You may, like others have a lot of spare time on your hands. I don't.
    If the damn instructions were correct in the first place then people wouldn't be having these sorts of issues.
    I am amazed at the number of installation issues there are and everyone appears to be different.
    Obviously SAP have cornered the market because when you're in you can't get out.
    I know quite a few people who work in SAP, and alI I hear is, we should not have gone for this ERP solution. That its over complicated (obviously for a reason), its slow and when you have problems its a nightmare to trace back to where the problem initially came from.

  • Installation problem with SAP NW 7.02 x64 Developer edition..

    Hi gurus,
    I am facing this kind of error while installing the system
    Error while connecting to communication partner - see preceeding messages. Could not connect to host localhost on port 21212. java.net.ConnectException: Connection timed out: connect java.net.ConnectException: Connection timed out: connect
    System on which I am trying to install is WIN 7 x64 Enterprise.
    What could be reason why is it happening?
    thanks in advance
    Kairat Alaichiev

    Hello Kairat,
    Please follow the below mentioned guide to install it.
    Check all the parameters to set and run pre requisite checker before starting installation.
    Keep in mind that before starting any SAP installation you should always run prerequisite checker.
    https://websmp205.sap-ag.de/instguides --> SAP Netweaver -->SAP Netweaver 7.0 -- > Installations --> EHP2
    Regards,
    Amit Barnawal

  • Problems with track pad and osx installation disc on macbok.

    Okay so I am having two separate problems with my macbook.
    First, the track pad, or the button beneath it, is pretty much completely out of commission. When I try and use it, the computer acts as if I am holding down the button all the time. Example, when I drag it across the desktop, the "click-and-drag" square starts appearing next to the cursor or when move the cursor on an icon, it tries to click and drag that. The only way that I can fix it thus far is to hook up my wireless mouse. Hoping someone else has a better solution so that I can continue to use the notebook on the go without having to bring the mouse. Note: the button does not appear to be depressed in anyway.
    Second problem is happening when I attempt to reboot the computer with the OS X Leopard disk in for a re-installation. When the gray start-up screen appears, before the gray apple comes on the middle of the screen, a folder icon with a question mark on it appears for a split second and then turns into the normal apple icon after which my OSX disk is spit out of the drive and the computer boots straight to the desktop. I have attempted holding down the control button, the option button, and starting the process while the computer is still turned on and then just restarting it, the disc is ejected upon restart every time. I have reinstalled the OS with this disk once before and it has worked fine and other disks seem to be working fine in the drive, so I am at a lost here.
    I know that was a lot of info but if anyone out there can help me out with either one of these problems it would be much appreciated.
    Thanks.

    exactly the same issu with the track pad here.
    I v tried to use it without the battery but the problem persist.
    If I use an USB mouse i can move it arnd but wen I click or double click nothing happen...so is useless.Same problem with the Blur Tooth wireless mouse.
    The issue appear several months ago...after a couple of weeks went away, and now is back again. I try the routine manteinance but nothing solved the issue.
    Any suggestion? I have some urgent work to do ...I will try tomorrow to bring it in an apple store but I can't leave it with them ..
    Thanx in advance

  • Performance problems with SAP GUI 7.10 and BEx 3.5 Patch 400?

    Hi everybody,
    we installed SAP GUI 7.10 and BEx 3.5 Patch 400 and detected hugh performance problems with this version in comparison to the SAP GUI 6.40 and BEx 3.5 or BEx 7.0 Patch 800.
    Does anybody detect the same problems?
    Best regards,
    Ulli

    Most important question when you are talking about performance-issues:
    which OC are you working on and which excel version?
    ciao
    Joke

  • In case of problems with SAP GUI for Java  ...

    Hello all,
    in case of having problems (errors, ABAP dumps etc.) with SAP GUI for Java, please create an OSS message on component BC-FES-JAV with information described in OSS note 326558
    http://www.service.sap.com/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700010521522001.
    This makes sure our official support channels get aware of your problem.
    Thanks and best regards
    Rolf-Martin

    Hello Rolf-Martin,
    i don't have access to this website to view the note.
    The version of the Suse libc is:
    GNU C Library stable release version 2.3.2, by Roland McGrath et al.
    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    Compiled by GNU CC version 3.3 20030226 (prerelease) (SuSE Linux).
    Compiled on a Linux 2.4.20 system on 2003-03-13.
    Best Regards,
    Piotr Brostovski

  • Problem with SAP GUI for HTML

    Hi SDN
    I am creating a SAP transaction iView with SAP GUI for HTML. I have give the Transaction code VA01 but when i execute the the iView it is displaying the  SAP Easy Access screen in html. Can any one suggest me how to rectify this error and display the required transaction in html.
    Thanks in advance.
    Regards
    Basha

    Hi Basha,
    Try this in the browser:
    http://<host>:<port>/sap/bc/gui/sap/its/va01?sap-client=100(XXX)
    1) It will ask for the username and password
    2) Enter the credentials and it should directly take you to the VA01 transaction
    If it fails again, try this:
    http://<host>:<port>/sap/bc/gui/sap/its/vl31w?sap-client=100(XXX)
    This should display the "Create Inbound Delivery NotificationTitle Create Inbound Delivery Notification " sreen."
    If it faisl again, there is some problem with the way the ITS has set up. Check with your basis.
    Thanks,
    Sathya

Maybe you are looking for

  • Server restore causing some db's to crash on 1st node

    Hi all!, I was wondering if anybody has an idea for why the following happend. I checked the database logs and there's nothing before the crash indicating a problem. Here's what happened on our test RAC 2node cluster servers/db's. Last week our 2nd n

  • Can't find a way to speed up trackpoint on X121e

    By default the trackpoint is very slow and requires a lot of force, so i want to speed up sensitivity and speed. There are several ways: http://www.thinkwiki.org/wiki/How_to_co - TrackPoint but none of them seem to work. configure-trackpoint doesn't

  • What are the lock modes in Lock object

    What are the lock modes in Lock object ? what are the divfferences between Exclusive , cumulative Shared Exclusive , not cumulative Could any body explain what happens in each table lock ? How the lock consists ?

  • BEX map does not represent data, neither as hue nor as circle or bar chart.

    Hello together, I hope myself can someone help. Under the Web Application designer (WAD), release 2004s, support Package 12, Patch 1, revision 314, I get the pure map of the world in the report only indicated. If I select care in the Web Item of the

  • ROOP ROOP ROOOOOP: What's that red circle thing?

    now i am getting panicky. i see my iWeb icon in my Dock. That icon has a RED DOT WITH A WHITE #1 in it. What does this mean? I looked over my iWeb pages but see nothing that tweets a bell. PLEASE, is something going hot on my iWeb? Is it going south?