Uninstalling only Java stack

Hi,
We have ABAP + Java stack on our PRD system.  Can we uninstall only Java stack without disturbing the ABAP stack ?
Please suggest the procedure to perform this and also the post steps to be done if any.
Windows 2003 IA64+ ECC6.0 + Oracle 10.2

Hi
In principle, waht the UNINSTALL does is:
1. delete the relevant data from DB
2. delete the relevant files/folders from File System.
So if you do want to remove the Java add-in instance, you can do this manually even it is NOT recommended, main steps:
1. delete the Java DB schema, should be SAPDB<SID>
2. adjust the profiles to remove all the java stack relevant settings.
3. remove the j2ee and SDM folder from file system.
Probaly you want to uninstall the Java stack as you don't need and, by uninstallig it, the abap performance might be better,
but to achieve this, you just need to set the rdisp/j2ee_start to 0, or just comment out all the parameters used by the java stack
in the instance profile, and this applies to all the platform, not matter Windows or Unix.
Here is an example of the profile parameters in <SID>_DVEBMGSXX_<hostname>
exe/j2ee = $(DIR_INSTANCE)/j2ee/os_libs/jcontrol
rdisp/j2ee_start_control = 1
rdisp/j2ee_start = 1
rdisp/j2ee_timeout = 600
rdisp/frfc_fallback = on
icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=50000
jstartup/trimming_properties = off
jstartup/protocol = on
exe/jlaunch = $(DIR_INSTANCE)/j2ee/os_libs/jlaunch
jstartup/vm/home = /usr/java14_64
INSTANCE_PROPERTIES = $(DIR_INSTANCE)/j2ee/cluster/instance.properties
SDM_PROPERTIES = $(DIR_INSTANCE)/SDM/program/config/sdm_jstartup.properties
jstartup/instance_properties = $(INSTANCE_PROPERTIES);$(SDM_PROPERTIES)
ms/server_port_0 = PROT=HTTP, PORT=8100
Regards,
Thunder

Similar Messages

  • Uninstall only Java system?

    Hi
      I had already install ABAP+Java system but right now I want to uninstall only Java part of SAP system and still ABAP part of SAP system. Could you please advise me ,It's possible? How can I do or where can I get the information?
    Thanks,
    Beaw

    Hello,
    There is no way to "uninstall" only one stack (J2EE or ABAP).
    Also, you can not migrate only one stack (ABAP or J2EE) without system consistemcy issues.
    If you are at an early stage of your project, you may re-install.
    If you are at an later stage, keep the system "as-is" and minimize the usage of the Java stack to have a minimum consumption of memory and cpu.
    Setting disp/j2ee_start to false will disable the J2EE engine on startup.
    Hope it will help.
    Best regards.
    Frank Markarian
    SAP America

  • My Web AS has only Java stack

    Hi ,
    My MI server has only Java Stack installed. Can I still develop mobile application without an ABAP stack?
    If yes, please suggest any helpful link or methods to go by.
    Also please give me a link from where I can download MI Client SP13 because i have browsed through the SAP market place but couldn't find it.
    Valuable suggestions would be rewarded!!
    Padmarajan.

    Hi Padma,
    If you have WAS, that means you have both the Java stack as well as the ABAP stack. I am not basis person, but I think you need to configure them.
    MI Client is not available on any website...you can only get it from servive.sap.com/swdc, your SAP cd or you can download it from the bsp link ( refer
    http://help.sap.com/saphelp_nw04/helpdata/en/a7/893a5889e08b41b615688b1a93b559/frameset.htm )
    Regards,
    Rahul

  • Upgrade only Java stack to Ehp1  (SAPehpi)

    Hi Gurus,
    We are currently on PI 7.1,   and is considering to upgrade to Ehp1 (primarily for IDoc packaging feature)
    and since the IDoc packaging feature is delivered thru a Sender IDoc adapter, which means this seats on the Adapter Engine already (Java stack)
    I saw the document for SAPehpi (Upgrading to Ehp1 for a PI 7.1 system) and if i understand it correctly there are two options,
    one  ABAP + JAVA upgrade    and the other is  JAVA only upgrade.
    So does that mean I can upgrade my Adapter Engine (AAE) to Ehp1 using the JAVA only upgrade option?
    My apologies in advance as i have no experience yet in upgrading 7.1 systems
    Thanks

    > So with that, if we stay on 7.1, then we don't have an option for IDoc packaging (IDoc package inbound to PI will be split into individual IDocs, then will have to use an integration process Collect to re-package it as 1) ?
    Even when you apply EhP1, you can use IDoc packaging only, if your sender system is also on SAP BASIS 7.1 EhP1 or SAP BASIS 7.0 Ehp1.
    So you should confirm this first.

  • How to enable ping service on java-stack only system

    I have installed SAP NetWeaver 7.0 - Java Trial on local host.
    How can you activate the ping service there?
    It should work under "http://localhost:50000/sap/bc/ping"
    (I know how to activate it with transaction SICF in an abap system, but I have java-stack only here, so I can't call transactions. I can only use the Visual Admin, right?, but there I could not detect a ping service so far)
    More detailed:
    I created system "SAP_WebDynpro_XSS". (this is necessary for connecting to ECC abap backend for ESS Packages) and set following parameter:
    template:"SAP system using connection string"
         category: Web Application Server
              Web AS host name: chrisSAP:50000
              Web AS path: /webdynpro/dispatcher/
              Web AS protocol: http
    But when I test the "SAP Web AS Connection" for this system, I got following error:
    7. The Web AS ping service http://chrisSAP:50000/sap/bc/ping was not pinged successfully. If the ping service is not activated on the Web AS, you can try to call the ping service manually.
    8. An HTTP/S connection to http://chrisSAP:50000/webdynpro/dispatcher/ was not
    obtained successfully; this might be due to a closed port on the Firewall.
    I guess step 8 did not pass because step 7 failed, and not because of a closed port or firewall (I made sure everything is open.)
    The strange thing is that the connection test fails, but the connection seems to work fine!
    I mean I can see the front ESS page in the portal when logging in with an ESS-user, and there are no errors in the log. If I change the SAP_WebDynpro_XSS parameters to some other made-up values, then the front ESS page does not come up and some errors appear with "SAP_WebDynpro_XSS" inside.
    That proofs that the connection is working despite the failed connection test, right?. But what can I do that the connection test passes? It seems that somehow SAP has hardcoded the path "/sap/bc/ping" which usually exists on an abap system. But I have java-stack only, so how can I tell that the function that runs the test?
    A system connection test fails, but the connection is working fine!
    If someone could explain that to me...

    Dear Srini Nookala,
    thank you for your answer. Unfortunately I don't understand the relation of my question to your answer.
    >> check with OSS note 1019335 SAP NetWeaver AS Java 6.40 SP21
    I have Version 7.0 SP14. I read the OSS note, but there are around 100 changes listed. I read them all, but couldn't figure out one that has to do with ping and system test. So which sentence inside the note are you referring to?
    >> The problem is due to JCo parameters configuration not properly, Ask Basis team, they will do it.
    I am basis team. I configured the JCo properly as described in manual and tested them afterwards. They run successful. Also all the links that you gave refer to JCO connections about how to set them up and test them. But what have JCO connections to do with System-connection tests? As far as I know JCO-connections are not used for system connectivity tests. You can set them up independent. I understand that JCO-connections are used for getting data from backend servers. But the system "SAP_WebDynpro_XSS" is defined for determing the webdynpros on localhost (frontend, not backend).
    So please can you explain me what JCO-connections which refer to remote hosts have to do with a ping service on local host that cannot be reached? And which part would be not configured "properly"? Timeouts? user?
    To define my question more properly:
    Is it possible to make the connection test work on a java-stack only host for a system that refers to itself (localhost)? Or is it a known bug?
    Some sub-questions
    Am I using the right system template (I am using "SAP system using dedicated application server")
    I have no abap on local host (chrisSAP). Only java stack. Usually path ..sap/bc/ping refers to an abap system, right? So in my opinion I have 3 possibilities:
    - install abap-stack on local host (portal) and activate ping service.
    - somehow install a ping service that runs under the given URL in Visual Admin (how?)
    - somehow tell the connection test to skip pinging and continue test. (How?)
    Any additional advice would be highly appreciated.

  • Syncronization  of ABAP+java  stack  during the upgrade.

    Hi All,
    We have successfully upgraded our BWD & BWQ which is ABAP+JAVA stack .
    we have followed the process of uninstalling the java stack and removing the j2ee and SDM folder and starting the system for the upgrade.
    Tomorrow we are going to start BWP , i found the way to syncronize the upgrade in upgrade manual like starting the SAPjup when upgrade asks for syncronization.
    Can any one suggest me the process of starting the SAPjup for sync like already upgrade is running with SAPup and just waiting for SAPjup to sync it's just a norwal way of starting the SAPjup ? or anything.
    But i am thinking to go in normal what we followed for the BWD&BWQ.
    Please suggest...
    Thanks,
    Subhash.G

    PLease proceed with your old strategy it sounds better.
    Regards,
    iqbal

  • ABAP+Java Kernel and only Java Kernel

    Hi Friends,
    Is there any difference in ABAP+Java Kernel and only Java Kernel?
    Can we use the kernel for above both from the same location as below?
    1#
    Support Packages and Patches> Additional Components> SAP Kernel> SAP KERNEL 64-BIT UNICODE> SAP KERNEL 6.40 64-BIT UNICODE
    Following Files
    DB Dependent  - ORACLE
              SAPEXEDB_175-20000227.SAR
              DBATL640O92_44-20000227.SAR
    Database Independent
              SAPEXE_175-20000226.SAR
    Assuming above SAR files contain R3trans, R3load, tp ,... also.
    2#
    As per my knowledge SAP has given one more path to download J2EE SP's which contains Kernel and J2EE Support Packages.
    http://service.sap.com/patches --> Support Package and Patches -> Entry by Application Group -> SAP NetWeaver -> SAP NetWeaver -> SAP NetWeaver 04 -> Entry by Component -> Application Server Java -> SAP J2EE Engine 6.40 -> J2EERT19_0-10001982.SAR/J2EERT20_0-10001982.SAR (OS Independent) and CTRLDB219_0-20000114.SAR(OS Dendependent)
    What is the difference between above two kernels?
    1# contains R3trans, R3load, tp ...etc which is exclusively used by ABAP Stack related functions. The startsap script used here would check R3trans -d authentication successful before starting database and then only it starts the database from sidadm. I observed OPS$ users available in only ABAP schema SAPSID but not available in SAPSIDDB. If I use the kernel downloaded from 1# for Java Stack only system, startsap would fail as R3trans authentication fail as there is no ABAP schema in Java systems.
    This applies well for ABAP+JAVA or only ABAP based systems.
    If I use only JAVA Stack based system can I use the kernel downloaded from 1# . What is the kernel and SP available in 2#? Is this also contains the same kernel given in 1# or it is different. I also observed in JAVA they are not calling Kernels by Patch No like 154, 175... they call it by SP19. Please correct me if I am wrong.
    Did anyone come accross this type if issue? I would appreciate if anyone can clarify my questions given above.
    My main target is to have clear strategy for ABAP+JAVA, ABAP, JAVA kernels to avoid mess up. Which one to download? What is best practice? Differences?
    Thanks and Regards
    Prasad

    Hi Sacha,
    Thank a lot for your answer I am clear now. Before rewarding points to you.
    I have final question.
    You mean that there is not seperate kernel for Java Stack Systems.. When we apply SP11 or SP19 by default it applies Kernel and also support packages w.r.t the SP. Do we have option to seperate Kernel and Support package while applying SP's for Java System?
    If we take for example SAP NW 2004 (WAS 640) latest kernel is 175 (I mean ABAP+JAVA). If I want to know the latest kernel for Java Stack system, Do I need to say it is at level SP19 or check the sapwebdisp -V (Resepctive patch level)?
    For ABAP system we check disp+work -V to get the source kernel version. How to justify the source kernel version for Java System?
    As per SAP Note: 710914 - Upgrading the J2EE Engine Startup Framework after applying SP for Java System, Do we need to upgrade J2EE Startup Framework?
    Thanks and Regards,
    Prasad

  • Java Stack Vs Dual Stack in Pi 7.3

    Hi experts.
    I open this thread because I'd like to know your opinion about the newJava installation option in SAP PI 7.3. In previous realeses (7.0,7.1) I felt more comfortable and safe in abap stack and I'm a little afraid about working only with java stack.
    I'd like to know advantages and disadvantages to choose java stack instead of dual stack, why you'd choose one of two options or both in your nexts customers.
    Thank u so much and happy new year!!!!

    Java Stack  or Dual Stack in 7.3
    Java Stack alone: Almost all standard adapters including HTTP, IDOC and Proxy are all available in this stack. you need to use Integrated Configuration object for this. You are basically going to use Advance Adapter engine alone for the entire processing.
    Pros:
    No persistance steps here. So you would improve performance many folds for sure.
    Throughput is also improved very much.
    since 7.3, Solution Manager is available for monitoring inaddition to RWB and NWA. So monitoring would not be issue.
    If you are looking for real performance improvement, Single stack Java to  go.
    Cons:
    Abap mapping is not supported.
    Message split to multiple receivers are not completely supported.
    BPM interfaces are not seamless migration here.  SAP 7.1 and lower versions support BPEL wheras 7.3 supports BPMN standards. So you might have to tweak a bit to modify existing interfaces here
    Dual Stack:
    Your option is pretty open. If you need some specific interfaces to handle only java stack, still that is possible and increase the performance. Also if you have lot of existing interfaces that requires BPM interfaces, ABAP mapping , Multiple split /branching etc.
    still dual stack is the better option now. Here developer decides according to the requirement.
    Still safe mode is going for Dual Stack for now and change in the future to single java stack alone.

  • How to install java stack pathes

    hi friends
         i have installed EP and DI in a box and  sp level is sp09. now i want to apply upto sp13. i got sp 11 java stack with  the softwaer  its in dvd and its having lable.asc file . i would like to know how apply it .
    my question is
    1 . how to install the java stack sp 11 dvd which contains (lable .asc).
    2 . do i need to  fallow the sequence to apply the stacks. like (sp 10,11.12,13) only java stack
    3. what is the processor to apply stacks .
    4 . can i  install the stacks when the system is down.
    its urgent
    regards
    raja

    Hi,
      You can apply stacks when server is running. Make sure server is up and running. You can then start installing the stack 13 directly. (No need for 10, 11,12 etc).
    Regards,
    Harini S

  • Can i start only Java Instance

    HI,
    I installed both JAVA+ABAP stack in Nw2004s.can i start only Java STACK(java instance) with out starting the ABAP instance from SAP MMC

    Hi Surya,
                Under normal circumstances the persistence store for an ABAP+JAVA stack is the ABAP system, therefore, your system may not work without the ABAP stack. If you need just the java stack, I would recommend that you install a JAVA only system.
    Sajit

  • Payload Encryption SAP PO 7.4 Java stack only

    Hi Folks,
    I am trying to implement Payload encryption in SAP PO 7.4 Java stack only. I implemented the encryption as suggested by SAP as per the following links
    Encrypted Message content on database level (AAE) :
    Encrypting Message Content on Database Level (AAE) - Advanced Adapter Engine - SAP Library
    and then configured Service interfaces for encrption:
    Configuring Service Interfaces for Encryption - SAP NetWeaver Process Integration - SAP Library
    But I am still seeing the payload in the message monitor. Is it because of the roles that I has been assigned to me. If so what are the roles that needs to be taken out from my profile to not see the payload?
    Regards
    Kalyan.

    >>>Encrypted Message content on database level (AAE) :
    This encrypts the message content at the database level not at the monitoring level.
    If you would like to restrict the access to "view payload" for specific interfaces, then refer to below blog -
    Michal's PI tips: Authorizations for viewing payload of messages on Java stack - implementation

  • Adding FQDN in SAP Po 7.4 java stack only

    Hi Experts,
           I want add my FQDN (Fully Qualified Domain Name) with my host name in SAP Po 7.4. For example my host name is ABCDE and my FQDN is  XYZ123.com , now i wanna to add my host name with FQDN like ABCDE.XYZ123.COM. Please any one explain me how to do this thing in PO 7.4 java stack only....
    Regards,
    Vetri

    Hi Ahmed,
               We have installed PO 7.4 SR2 java stack only.  when i try to click ESR in  http://Hostname.FQDN.com:50000/dir/start/index.jsp  link after loading java am getting the error like  Cannot connect to server using message server: ms://hostname:8101/P4.
             When try to connect from remote system am this above error message. In PI installed local system am able to access this link successfully.
    In my local system host directory i have added like this 10.xx.xx.xx     Hostname      Hostname.Domain_name.com. This also not resolved my issue.
         This is very Urgent... Please anyone guide me to resolve this issue...
    Regards,
    Vetri

  • NW MI 7.1 has only ABAP stack. what about JAVA stack ?

    Hi,
    Recently i installed NW MI 7.1 EHP1 system. It has only ABAP stack. But for MI configuration i hope we require JAVA stack too.
    Hence can we use some other standalone JAVA system for the MI front end configuration ? If so please tell me what are the usage types are required for that Standalone JAVA.
    Thanks & Regards,
    Bala

    Hi,
    EPC or standard AS Java usage types would be required for MI configuration.
    Suggest you to go through the Master guide at https://service.sap.com/~sapidb/011000358700000391152007E.pdf
    Also more info at http://service.sap.com/instguides ->SAP Netweaver -> Netweaver Mobile 7.1
    Regards,
    Srikishan

  • SAP BI 7.4 ABAP Only, Do i need Java stack

    Hello,
    We are implementing BI and currently we only installed BI ABAP Stack only, customer will look for reporting and dash boards In future. Customer also has plan to implement SAP Business Objects. Could you please advise me here
    Do we need BI Java stack for BOBJ ? With out Java can we do reporting and dash boards ? Can some one please help me to understand
    Please
    Thanks,
    Aravind

    Hi,
    SAP Business Objects Business Intelligence 4.0 is installed on any machine ( windows/unix, depending on your architecture). It is integrated with a backend BW(also called BI) system. Now this BW(BI) system needs to be dual stack ( both ABAP and JAVA; as many features of SAP Business Objects Business Intelligence 4.0 requires BW java portal).
    You cannot add ABAP ( like an add-on) to already installed java stack. ( though the reverse is possible, but not with NW 7.3).
    What you can do now is to install NW 7.3 ABAP as a separate system and then integrate your NW java with your ABAP ( i.e, change the UME from java databse to ABAP in your java stack). This has to be done as ABAP+JAVA installation option ( as a single instance) is not available for NW 7.3 ( exception being for PI and Solution Manager). No further change in SAP Business Objects Business Intelligence 4.0 is required.
    For more infor refer to
    BI and BO - ABAP, Java or Dual stack
    Regards

  • Uninstall Java stack for Live Auction Cockpit

    Hi,
      I need to uninstall java stack for Live Auction Cockpit. Can anybody explain how to uninstall Java stack/MS SQL server.
    Thanks,
    -Rav

    Hi
    <b>Please go through this -></b>
    <u>Se related OSS Notes-></u>
    Note 639998 Live Auction Installation Additional Information
    Note 715985 Live Auction 2.0 Install/Upgrade Additional Information
    Note 1008524 last minute installation, upgrade and patch info for LAC 6.0
    Do let me know.
    Regards
    - Atul

Maybe you are looking for