Upgrade to Netweaver 7.3 & BWA7.2 : Java version issue

Hello,
Could you please tell me if it's possible to upgrade the ABAP stack of a BI system from 7.01 to 7.30 and to upgrade the java stack from 7.01 to 7.02 ? In this [SAP document|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70b3f2c0-cbea-2b10-ef9e-90f61c39c1fb?QuickLink=index&overridelayout=true], slide 16 it seems it possible to have different version. But as this document is a little bit old, I would like to have a confirmation that all BW7.3 features will be available.
By upgrading the java stack to 7.3, IE6 browser won't be supported anymore ... and it's an issue for y company.
Moreover with this configuration, is it possible to use all new features of BWA 7.2 (BI Accelerator) ? For me yes, because it's only link to ABAP stack (OLAP) but I may be wrong.
Thanks for your reply,
Regards,
AB-Paris

Hi,
>
>      
|Selected  |Add-On ID   |Source Release  |Destination Release  |Status                |Note     |
>   ----+----------+------------+----------------+---------------------+----------------------+---------+
>      1|          |ST-PI       |2008_1_700      |2008_1_710           |INST/UPG WITH STD CD  |539977   |
>      2|X         |BI_CONT     |705             |?                    |UNDECIDED             |1000822  |
>      3|X         |FINBASIS    |600             |?                    |UNDECIDED             |438521   |
>      4|X         |SAP_BS_FND  |702             |?                    |UNDECIDED             |632429   |
>      5|X         |SEM-BW      |600             |?                    |UNDECIDED             |160507   |
>      6|X         |ST-A/PI     |01N_700BCO      |?                    |UNDECIDED             |69455    |
>
Please check below:
ST-PI and ST-A/PI- Check latest release from SAP Netweaver.
FINBASIS, SEM-BW- EHP5 should be used.
BI_CONT- 7.3.5
For more information, you can check SAP note 1532805. I would suggest you to download patched from MOPZ and it will take care of dependency of all the objects instead of downloading all components separately.
Thanks
Sunny

Similar Messages

  • Safari locks up on stock streamer due to Java Version issue

    I bought a MacBook for personal use when I travel. My company expressly forbids any personal use of their laptop.
    When I use Safari with my wireless network at home it works fine. In this hotel I cannot access the stock streamer on TD Ameritrade when working over a wireless connection. TD Ameritrade "help" indicates a Java Version problem. I upgraded to the latest version of Java. TD still indicates a Java Version issue. This really does not make sense since the streamer works fine at home. I used my business laptop (XP with Internet Explorer) just to check the streamer and it works fine at the hotel.
    I checked the Safari Plug-ins. The Java Plug-ins listed say;
    Java Plug-in for Cocoa
    Java Switchable Plug-in (Cocoa) - from file "JavaPluginCocoa.bundle".
    Java Plug-in
    Java 1.3.1 Plug-in - from file "Java Applet.plugin".
    Java Plug-in (CFM)
    Java 1.3.1 Plug-in (CFM) - from file "Java Applet Plugin Enabler".
    I tried to download and reinstall Java 1.4.2. The system indicated there was already a newer version of Java 1.4 installed and terminated the install.
    Any suggestions will be tried.
    I am hoping that after all my years on PCs I will not regret trying to switch to Apple.
    MacBook   Mac OS X (10.4.7)   Java Version 5 not indicated in plug-in wndow

    Welcome to Apple Discussions and Mac Computing
    Do you have J2SE 5.0 installed in your Utilities>Java folder? Given your machine is new it ought to be there. If not, go to Software Update in your System Preferences and install it.
    If it is installed: inside the J2SE5.0 folder is Java Preferences.app and Java Cache Viewer. Double click the Pref. app. Upon opening, the ensuing panel indicates the "priority" for Java - mine says J2SE 5.0, then J2SE 1.4.2. If it isn't in that order, reverse the order by dragging one of them to the proper place. Select "save".
    Next, clear the 1.4.2 cache file by opening Java 1.4.2 Plugin Settings.app, selecting cache, then "clear". Quit the app. and restart your computer/Safari.
    Post back.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer

  • Offline Content Player & Java Version Issue

    Hi Friends,
    Does anyone know that the LSO Offline Content Player works only on Java Version 1.4.2 and not on any other?
    Also, if the Organisation goes in for a Java Upgrade ( say Version 1.5), would the Offline Content Player Application not fail?
    Points Assured!
    Tan..

    Hello Tania,
    The Offline Content Player does work with newer versions of the JRE, however you will have to test the OCP prior to any additional JRE rollout. This should be part of your companies software deployment strategy.

  • How to Upgrade java version on J2EE Engine Server?

    Hi Experts,
    We are running the NetWeaver 2004s SP 7 with Java version 1.4.2_08 on the server, but we would like to upgrade the system and be able to upgrade to Java version 1.5. How do we start? We would greatly appreciate your responses.
    Thanks,
    -Don P.

    but we would like to upgrade the system and be able to upgrade to Java version 1.5
    Can you explain this more accurately? For example the OS version
    Are you say about SUN or IBM JDK? I'm think you say about SUN JDK ...when only 1.4.2.XXXX can be installed for
    NW 7.0, Do not use
    Java version 1.5
    In any case Try to check the
    Note 709140 - Recommended JDK and VM Settings for the WebAS630/640/7.0
    You will see all JDK/OS mixes and link's to recuired notes ....
    About how to change java version, for example to newest release ? -->
    Note 718901 - How to Change the JDK of the J2EE Engine
    Regards.

  • Upgrade to Netweaver causing problem while opening pdf file in the portal

    After an upgrade to Netweaver 4.0, the following code for opening a pdf file constructed from a byte stream passed from an RFC fails.
    Document doc = new Document(PageSize.A4);
    javax.servlet.http.HttpServletResponse myResponse = request.getServletResponse(true);
    myResponse.setHeader("Content-Disposition","attachment;filename=\"AIPDoc.pdf\"");
    myResponse.setContentType("application/pdf");
    ByteArrayOutputStream baosPdf = new ByteArrayOutputStream();
    OutputStream os = myResponse.getOutputStream();
    os.write(pdfResult);
    PdfWriter.getInstance(doc, os);
    It throws a "file not found error" on opening directly. However, if saved and viewed; it opens fine. I believe we need to specify the portal url in the filename but not sure.
    Thanks,
    Devina

    Hi Devina,
    We are also opening a pdf file constructed from a byte stream passed from an RFC.  Our problem is that we are experiencing inconsistent results.  The file appears to open on some PC workstations but not on others.  When it doesn't work we simply get a blank screen in the window.  Did you resolve your issue?  If so, perhaps you can provide us with some suggestions for solving our problem.
    Thank you,
    Angie

  • Error Deploying DictionaryProject to NetWeaver 7.0 SR2 ABAP-Java-Trial

    Hi,
    I built a simple DictionaryProject with Netweaver Developer Studio. Only one table with an ID-KeyColumn.
    But deployment to NetWeaver 7.0 SR2 ABAP-Java-Trial-VMWare failed with following error:
    Feb 11, 2008 11:43:30... Info: E R R O R ******* (DbColumns)
    Feb 11, 2008 11:43:30... Info: 23:43:30 2008-02-11 dbs-Error: Table BC_DDDBRTH: Error during reading of columns from db
    Feb 11, 2008 11:43:30... Info: E R R O R ******* (DbColumns)
    Feb 11, 2008 11:43:30... Info: 23:43:30 2008-02-11 dbs-Error: Caused by: DB2 SQL error: SQLCODE: -443, SQLSTATE: 38553, SQLERRMC: SYSIBM.SQLCOLUMNS;COLUMNS;SYSIBM:CLI:-805 Stack trace: com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -443, SQLSTATE: 38553, SQLERRMC: SYSIBM.SQLCOLUMNS;COLUMNS;SYSIBM:CLI:-805
    The trial is runnign DB2 on SLES
    Thank you,
    Josh

    Hi Josh,
    please apply note 823019 .You need to logon as user db2<sid>  and run:
    cd sqllib/bnd                     # UNIX
    db2 connect to <sid>
    db2 bind db2schema.bnd blocking all grant public sqlerror continue
    Regards
                  Frank

  • After Upgrade to Netweaver, opening pdf from portal gives an error

    After an upgrade to Netweaver 4.0, the following code for opening a pdf file constructed from a byte stream passed from an RFC fails.
    Document doc = new Document(PageSize.A4);
    javax.servlet.http.HttpServletResponse myResponse = request.getServletResponse(true);
    myResponse.setHeader("Content-Disposition","attachment;filename=\"AIPDoc.pdf\"");
    myResponse.setContentType("application/pdf");
    ByteArrayOutputStream baosPdf = new ByteArrayOutputStream();
    OutputStream os = myResponse.getOutputStream();
    os.write(pdfResult);
    PdfWriter.getInstance(doc, os);
    It throws a "file not found error" on opening directly. However, if saved and viewed; it opens fine. I believe we need to specify the portal url in the filename but not sure.
    Thanks,
    Devina

    Hi Devina,
    We are also opening a pdf file constructed from a byte stream passed from an RFC.  Our problem is that we are experiencing inconsistent results.  The file appears to open on some PC workstations but not on others.  When it doesn't work we simply get a blank screen in the window.  Did you resolve your issue?  If so, perhaps you can provide us with some suggestions for solving our problem.
    Thank you,
    Angie

  • After upgrade java version - Error occurred during initialization of VM

    Hi,
    I have upgraded the java version to 6 in apps tier of my 12.0.4 ebs running on OEL 5.
    I followed below steps for this.
    Download Latest JDK 6.0 Update
    Stop All Application Tier Services
    Replace JDK Home Used With Oracle E-Business Suite Release 12
    $ cd [IAS_ORACLE_HOME]/appsutil
    $ mv jdk jdk_old
    $ mv jdk1.6.0_15 jdk
    After that when i tried to do any thin starting the services, autoconfig it gives me below error.
    $ADJVAPRG -version
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Do i need to update any values in XML file?
    Please help.
    Thanks,
    Kavitha

    I have upgraded the java version to 6 in apps tier of my 12.0.4 ebs running on OEL 5.
    I followed below steps for this.
    Download Latest JDK 6.0 Update
    Stop All Application Tier Services
    Replace JDK Home Used With Oracle E-Business Suite Release 12
    $ cd [IAS_ORACLE_HOME]/appsutil
    $ mv jdk jdk_old
    $ mv jdk1.6.0_15 jdkDid you complete all the steps in (Using Latest Java 6.0 Update With Oracle E-Business Suite Release 12 [ID 455492.1])?
    After that when i tried to do any thin starting the services, autoconfig it gives me below error.
    $ADJVAPRG -version
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Do i need to update any values in XML file?
    Please help.What does "echo $ADJVAPRG" return? Make sure it is set in the context file correctly and run AutoConfig then.
    Please see "Step 5.2: Verify Configurations On All Application Tier Nodes" section in (Using Latest Java 6.0 Update With Oracle E-Business Suite Release 12 [ID 455492.1]).
    Thanks,
    Hussein

  • My Applet start failed due to security warning after upgrading java version

    Hi Team,
    We have an application where we read the weight from the attached weighing Scale (Hardware device).
    For this we use one Applet which runs and reads the data.
    Now we upgraded the Java version from 1.6 to 1.7 and started encountering a security alert 'Running unsigned applications like this will be blocked in a future release because it is potentially unsafe and a security risk'.
    Our application runs on a HTP port not on HTTPS because this is installed in client premise and no risk in opening HTTP port internally.
    Could you please help us in resolving the issue. We don't want to see the alert even after upgrading the Java version.
    Thanks,
    Vijay G

    Turn off your phone > connect it to a wall charger for 30minutes > install SUS > use SUS to update/repair your phone
    Update Service (SUS)
    PC Companion (PCC)
    Bridge (for Mac)
    Alternatives on How to backup Xperias
    http://talk.sonymobile.com/thread/36355
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • How can you upgrade the Oracle's db java version?

    Hi - Is there away to upgrade the database's java version? We are on UNIX with Oracle 8.1.6. I would like to upgrade it to Java 1.4, if possible. As far as I know, we do not currently use java for anything. We like to use java stored procedures.
    Thanks
    Aaron

    whoit wrote:
    Is it possible (and if so, how) to determine the version of Java used to compile a class file?
    I've recently had to install both JDK 1.5 and JDK 1.4 on my system, and although I've got my paths set, etc.
    I'd like to check my class files after compiling so I can rest assured that they were compiled with the appropriate version.
    Can this be done? How?
    Thanks.The answer is yes and no. You can check the VM compability/compliance version of the compiled class. But e.g a JDK 1.5 compiler can compile classes that are compatible with a 1.4 VM (but that doesn't mean that it is guaranteed to execute on that VM without any errors)
    Kaj

  • How to upgrade java version in Oracle 11g 11.2.0.1

    The java version of my oracle database is 1.5.0_10.
    How do I upgrade it to java 1.7.0_10
    Thanks

    Hi,
    I believe you can not update into the database, Please check the Compatibility matrix for that.
    What Version of Java is Compatible With The Database JVM? [ID 438294.1]
    You can use any Java version you want outside of the database
    HTH

  • Upgrade default java version in Solaris 8?

    I have Solaris 5.8 running on sun blade system. Default Java version is 1.2.2 and user need it to upgraded to latest version of Java so, I installed jre1.6.0 (combination of 32-bit install and 64 bit install). Now I can't point solaris to look at the newly installed java version. I have tried to change the path variable in .cshrc but it is readonly to root and group is deamon. I also tried changing the symbolic link from /usr/java to /usr/jre1.6.0 but it is still looking at default version of java1.2.2.
    I need help as I don't know much about Solaris to upgrade this java. Any help or guidance is greatly appreciated.
    Thanks,
    solaris_newbee

    After installing, you need to update the '/usr/java' sym link to point to your new root installation. For example, I installed jdk1_5_16 at /usr/jdk/jdk1.5.0_16/ and then added this symlink:
    ln -s /usr/jdk/jdk1.5.0_16/ /usr/java
    You may need to remove the symlink that is already there before it will allow you to successfully create the new one.
    There are several other dependent symlinks in /usr/bin that use /usr/java, but you only have to update /usr/java.
    From one noob to another.

  • Upgrade Java version in DB server.

    Hi,
    in my db server current version is:
    [root@prod-db /]#java -version
    java version "1.4.2"
    To install TSM for oracle (tape backup) i was asked by SA to update server java version to jre1.7.0_07. But i have never done any work like this. Can any one help??

    user8983130 wrote:
    My db version 11.2.0.2
    OS RHEL 5.5 (64 bits each)
    Actually i don't want to touch oracle/oracle software , i just want to upgrade java without hampering my oracle.Then you need to update the Java version installed in the o/s - and ignore what is installed in Oracle as that is not relevant to your problem.
    What do you have installed? What Java components do you need?
    You can check what is installed and available using the yum command. Basic Java can be installed using the java-<version>-openjdk.x86_64 package I think.
    This is not a database question though, and I suggest that you either re-post your question to the {forum:id=822} forum, or that a moderator moves this posting there.

  • Java -version error when trying to do an upgrade

    Hi gurus
    i am having this problem with my java on SUSE 9.1
    java -version
    Error occurred during initialization of VM
    Unable to load native library: /usr/lib/SunJava2-1.3.1/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    which java
    /usr/lib/java/jre/bin/java
    my java installation is in /usr/java/j2sdk1.4.2_09  and i have defined this in .bashrc for my sidadm as i need to do an upgrade
    JAVA_HOME=/usr/java/j2sdk1.4.2_09/bin/java
    export PATH=/usr/java/j2sdk1.4.2_09/bin:$PATH
    export CLASSPATH=/usr/java/j2sdk1.4.2_09/lib
    Any ideas will be welcome

    i downloaded j2sdk1.4.2_09 and then uzippped it in
    /usr/java then edited the paths in .bashrc sidadm
    home directory.
    yes - but you´re logged on as root?
    I suggest, putting it on a different path instead of the SuSE  provided path, you will have trouble upgrading later SuSE packages if you overwrite the installed packages.
    I do it the following way:
    - cd /opt
    - j2sdk....*.sh
    - ln -s /opt/j2sdk1.4.2_09 java1.4
    - (as root)
    export JAVA_HOME=/opt/java1.4
    export PATH=$JAVA_HOME/bin:$PATH
    Then start installation.
    The advantage of using a softlink is the fact, that you don´t need to change anything later if you upgrade your JDK, just re-point the softlink.
    Markus
    Message was edited by:
            Markus Döhr

  • HT5493 Does anyone know why the latest Java upgrade(OS X 2012-006) removes the Java Preferences app in Appllication- Utilities folder?

    Does anyone know why the latest Java upgrade(OS X 2012-006) removes the Java Preferences app in Appllication-> Utilities folder?

    bispymusic wrote:
    http://support.apple.com/kb/HT5493
    This support article from Apple disJava dicusses this.
    You're confusing the browser plug-in with the JVM.

Maybe you are looking for

  • How do I insert a spreadsheet in a iweb page

    Is there a way to insert a spreadsheet in a iweb page? I need to insert a listing of names and addresses along with pictures for each line.  It is an officer listing with pictures for a club.

  • No RemoteApp, No Virtual Desktop, I just need a connection to computers to work

    I am supporting someone who has changed from an SBS 2003 computer to Server 2008 R2 Standard and they want the same functionality that they had with Remote Web Workplace, which is supposed to be doable with RD Web. They don't need RemoteApps and have

  • Not able to connect Oracle through PHP

    Hello All , I am trying to connect Oracle DB through PHP script . But I am not able to do so . My code is : <?php echo "PRASHANT" ; include 'include/odb.php'; include 'include/ReadConfig.php'; $conn=OrclConnect('orcl'); $conn->SetFetchMode(ADODB_FETC

  • Case sensitivity of Cisco UC Apps - CSCur00659

    Hi, Can someone tell the Cisco developers (all of them, in general) that usersnames should NEVER be handled with case!?! Finesse Agent login is case sensitive, doesn't remember extension and doesn't auto-logout when we close the browser (UCCX 10.5(1)

  • Restore calendar from icloud?

    By accident i deleted one of my calendars in icloud. How can i restore it from my backup copy in icloud? I don´t find anywhere to do this?