Reg Compatible Java Version with SAP EP7 SP20

hi
can anyone please let me the compatible java version with SAP EP7 SP20
thanks in advance

I am able to solve this problem
Browser Version
INTERNET EXPLORER 8.0  WIN VISTA 32-BIT                                   
INTERNET EXPLORER 8.0  WIN VISTA 64-BIT                                       
INTERNET EXPLORER 8.0  WIN XP 2002 HOME 32-BIT                   
INTERNET EXPLORER 8.0  WIN XP 2002 PROF. 32-BIT                  
FIREFOX 3.0  WIN VISTA 32-BIT  Released                                          
FIREFOX 3.0  WIN VISTA 64-BIT  Released   
FIREFOX 3.0  WIN XP 2002 HOME 32-BIT  Released 
FIREFOX 3.0  WIN XP 2002 PROF. 32-BIT  Released 
Adobe Flash Version
Flash Player Version       10.+  (depends on the type and version of the browser we are using)
Java Version
JDK 1.4.2_11

Similar Messages

  • Integration of a Java Project  with SAP using XI 2.0

    Hi,
    I want to integrate one project written in Java with SAP Using XI 2.0 . The data from Java Project will be given in the XML file and the data needs to be posted in SAP .
    Also PO data from SAp should be given in XML , which Java Software will read filter it and Update its database.
    Can anybody practically guide me as to how should I go about implementing it .
    Thanks in Advance.
    Sanjana

    Suryakant & Sanjana :
    Step 1: Create web service using Java (EJBs) and consume this web service in SAP XI.
    Step 2: PO data from SAP
    Step 2.i:
    In XI 2.0 you cannot expose RFC as a web service
    so what you need to do is create a EJB project to call RFC
    using JCO and then expose this EJB project as web service.
    Step 2.ii:
    Consume the web service created in step 2.i into XI.
    Step 2.iii:
    In XI expose then expose this as web service.
    Step 2.iv:
    consume the web service created in step 2.iv using Java Application.
    PKK.

  • SAP BPC NW version with SAP Dashboard Design (No Local Connection)

    Dear ALL,
    I'm working on SAP BPC NW version 10.0 and I'm trying to build some dashboards on it using SAP Dashboard Design.
    So, I follow some links online and I failed to proceed at the very beginning stage:
    To create a "Local" connection in Excel EPM Add-in.
    From the drop down box for the available connection types, I can just see Planning and Consolidation versions for both MS and NW, but nothing called "Local" as referred in those web.
    Any ideas?
    BR,
    Antony

    Hi Antony,
    Go through the SAP Note 1730125.
    Check the attached doc "SAP Business Planning and Consolidation 10.0, version for SAP NetWeaver" in the note
    for more details.
    Regards,
    Javed

  • Compatible java runtimes with LSO 600

    Hi Experts
    Please advise whether Java Runtime environment is compatible with LSO 600?
    Currently most of our users use JRE 1.6 patch 10.
    Regards
    Maahir

    Hello Maahir,
    JRE is compatiable with LSO 600. And your version 1.6.1 is perfect with LSO 600.
    you can also have a look at  746917.

  • Integrating SAP Java Connector with SAP XI

    Hi XI experts
    We are about to integrate our SAP ERP2004 system with a new WMS system.  The vendors of the WMS system normally integrates with ERP directly through SAP Java Connector, but we would like to put SAP XI between the two systems so we have good way of monitoring the messages beeing sent.
    I would like to make a synchronous test scenario where we send a ARTMAS idoc from SAP to XI which sends it to the WMS. After WMS system receives the ARTMAS Idoc it sends an acknowledgement back to XI which passes it on to SAP.
    The integration would then look like this:
    SAP ERP <-> SAP XI <-> WMS (Jco)
    Is this scenario possible? And if so, how would you suggest to set it up?
    I was thinking of using the RFC adapter to connect to the Java Connector of WMS, but am not sure if this is the right approach or how it should be set up.
    Any help or comments would be greatly appreciated.
    Best Regards
    Chris

    I have made a setup like this:
    SAP <-> XI <-> WMS
    The Scenario is like this:
    SAP sends an ARTMAS03 idoc to XI which maps it directly to the same ARTMAS03 idoc structure (need a few changes in the future so thats why im not using IDOC tunnelling) then it uses a RFC receiver adapter to connect to our SAP gateway, where the WMS is registrered through JCO.
    When I first sent the idoc, i got a "RfcAFWException: failed to read funtionname from XML document: missing namespace declaration(2)" then after reading Q23 in note 730870, I used the RFCNormalizer xslt to change the namespace to a "urn:sap-com:document:sap:rfc:fuctions" instead of the "urn:sap-com:document:sap:idoc:messages". The error is now "functiontemplate from repository was <null>".
    As far as i can see the error is because the metadata repository defined in the RFC adapter cant find the function module that normally would be in the root of a RFC-XML. But I dont know how I can send an Idoc through the rfc adapter to the gateway then. Anyone got some ideas?
    Thanks
    Chris

  • Determine Java version with JavaScript

    At my organization there is a Web Application which requires Java 1.4.1_02 installed. The login page is a JSP and we would like to not only determine if the correct version of Java is installed but to have the installation occurr automatically. Is there a JavaScript we could use to perform this service?

    Writing a Web Application that requires Java 1.4.1_02 doesn't mean that you need to ensure that the browsers have this version of Java installed. You'll only need to make sure that Java 1.4 is available on the server.
    The case where you're interested in checking the version of java the browser supports is if the WEb app uses Applets.
    If your Web app does use applets, let the jsp:plugin tag serve up the applet. It will provide the functionality you expect -- prompting the user to download java 1.4 -- without any Javascript, etc. The jsp:plugin tag also helps determine which java platform (IE or Netscape) to download for the browser.

  • Error in integrating SAP J2EE agent with SAP EP7.0

    hi
    i got the following Error in logs while attempt for hitting SAP URL it redirects to SAM after giving credential it come back to sam SAP URL says internal server Error from logs i found following:-
    SAPEngine_Application_Thread[impl:3]_37
    ERROR: AmSAPEP70LoginModule.login(): An exception occured while processing login()
    com.sap.engine.services.security.exceptions.BaseUnsupportedCallbackException: Unsupported type of callback.
         at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.handle(RemoteLoginContextHelperImpl.java:126)
         at com.sun.identity.agents.sap.v70.AmSAPEP70LoginModule.login(AmSAPEP70LoginModule.java:81)
         at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:150)
         at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:69)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:172)
         at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:72)
         at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         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)
    06/16/2008 05:05:11:780 PM GMT+05:30: SAPEngine_Application_Thread[impl:3]_37
    AmSAPBaseLoginModule.abort(): abort result is: true

    Where do I have to create the Agent Profile? in Agents>J2EE or in Agents>Agents 2.2?
    Thanks,
    Tanguy Mezzano

  • SAP NetWeaver 04s SP7 Java Version And SAP NetWeaver 04s ABAP Version

    Hello,
    I would like to ask if anyone has installed both Java and ABAP version on PC/Notebook.
    What did you install first and why?
    When installing the second of the two, did you need to turn off or detete any part of first installation?
    Any advice on the installation of both versions on one PC would be appriciated.
    Thank You,
    Spiro.

    Hi.  I have installed NW04s ABAP stack and the NW04 Java stack(slim edition) on my laptop.  I installed ABAP first, then the java stack.  I did do it the other way around, but the ABAP stack would not load successfully, so remember ABAP first, then java.  No, did not turn off or delete anything from the abap installation.
    Regards,
    Rich Heilman

  • Using Java keystores with SAP Netweaver for SSL

    Hi all,
    I'm configuring Netweaver to use SSL and trying to reuse our client and server sertificates from the Tomcat, which are stored in java keystore files. What I've tried is to import the keystore file using the Import Keystore View function in NWA/KeyStorage GUI. I'm getting an error, when trying to do so. Is such a function supported by the Netweaver at all, so could I use standard java keystores somehow? What could I do alternatively?
    regards,

    I have only "NegativeArraySizeException" displayed on the top of the NWA screen without any further details. I've also tried both .jks file extension or left it blank, the same error. The only workaround I've found at the moment is to export certificates to separate files one by one from my JKS (using JDK's keytool -export command) and then import them to the ICM_SSL_<instance> keystore view (using Import Entry button). Of course, it's only a workaround, because the amount of client certificates could grow significally for the productive system. So, I'm still looking for some solution to use standard Java Keystores (JKS) in NWA/KeyStorage

  • Java with sap

    Hi,
    Can anyone help me how java is useful for xi in sap and other concepts.
    Thanks &Regards
    Ravicharan

    HI RAVICHANDRAN,
    >> <b>Dynamic file name(XSLT Mapping with Java Enhancement) using XI 3.0 SP12 Part -II</b>
    /people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii
    >> <b>Integration of a Java Project with SAP using XI 2.0</b>
    Integration of a Java Project  with SAP using XI 2.0
    SOme More links to understand more on java with sap xi
    http://help.sap.com/saphelp_nw04/helpdata/en/87/5305adc23540b8ac7bce08dbe96bd5/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ce/81a797cc9642c8bbef249bfd84dd45/frameset.htm
    Hope IT Helps
    Thanks
    Varun CN

  • HT1338 I wonder if somebody can help me. I am not able to use my internet bank anymore, since Java launched their latest update (7.51). Appearently this one is not compatible with my hardware. I am using Mac OSX version 10.6.8, and Java version 17.0. Than

    I wonder if somebody can help me. I am not able to use my internet bank anymore, since Java launched their latest update (7.51) a few days ago. Appearently this one is not compatible with my hardware. I am using Mac OSX version 10.6.8, and Java version 17.0, which seems to be the newest one for my op sys. Anybody know how I can solve this? In advance thank you!

    Apple support article to enable Java 6.
    Java 6 Enable

  • Which is the MYSQL version compatible with SAP PI 7.0

    Dear friends,
    can any body tell me which is the MYSQL version compatible with SAP PI 7.0,  i m getting the below error , some body told me, may be the MYSQL version is not compatible with PI 7.0
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error when attempting to get processing resources: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL 'jdbc:mysql://192.168.51.50:3306/stagingdb': SAPClassNotFoundException: com.mysql.jdbc.Driver
    rgds
    mojib

    Hi
    if the interface was running fine and suddenly stop working ...and as per the error log u have pasted here ....99% chances are due to connection problem ...check whether TCP/IP connection for port 1433 is working finr or not ,,....do Xi system is able to make the telnet from SQL server or not...may be any firewall get enable ..........
    just check with this blog also .....same thing happensa with me once also fora client .....
    (/people/charu.agarwal/blog/2009/07/02/problems-faced-while-connecting-to-sql-server-using-jdbc-adapter-in-pi)
    Regards
    Abhishek

  • Reg: Replacing i-way with PI for SAP ECC 6.0 version

    Hello Experts
    currently we are using R/3 4.7 version and middle ware we are using is i-way and we are planning to upgrade to ECC 6.0 and i would like to know how compatible is i-way is with SAP ECC 6.0 and is there any neccessity to replace the same with PI.
    and currently we are using RFC as a method of communication between R/3 and i-way and in future i don't want to change the existing coding , is it feasible to use PI via RFC.
    As i am ABAPer, i am new to this PI and please let me the know the risks involved and it is viability.
    Thanks and Regards
    S.Janagar

    Hi Gavin,
    you should always use the SQL EE for SAP installations (because of additional features that only come with EE).
    Concerning SQL 9 or SQL 10, I would definitely go for SQL 10. It has some nice features like Backup Compression, Page/Row Compression and so on. Have a look [here|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60a236a2-8104-2b10-5ebe-8fef61cc82fd]. Just make sure that your installation meets the SR3 requirements.
    We already have SQL 10 in production and did not encounter any problems.
    Regards,
    Sven

  • What is the latest Java version that OATS is compatible with?

    Hi,
    We currently have JAVA Version 6 Update 33 (build 1.6.0_33-b03) installed, while running OATS 12.1.0.1.361.
    Upgrading JAVA to a later update causes OATS to fail when transitioning from Web to Forms.
    Is there a solution to this, e.g. does OATS 12.2 take care of this issue?
    Rgds,
    B

    Hi B,
    You don't have to install or upgrade java for OATS. OATS itself comes with jre packages. So don't install any updates.
    If you install any updates, you will face issues with forms launch.
    Regards,
    Deepu M

  • Compatiblity check for DB2E 8.2.4 with SAP MI Client 2.5 SP 20

    Hi all,
    We  are developing a mobile sales application for CRM using xapps MSAHH 5.0. We are using SAP MI 2.5 SP 20 and DB2E 8.2.4 . We have configured the backend for activity related data, but when try to run the application on client it is giving a error pertaining to DB2e described as :
    "MultiObjectFileStorage: Error in data read access to mapping file C:\Program Files\SAP Mobile Infrastructure\data\datreg.obj - Generating initial mapping (root cause: C:\Program Files\SAP Mobile Infrastructure\data\datreg.obj (The system cannot find the file specified) [java.io.FileNotFoundException]) "
    Although file is present at the specified location.Onthe frontend the jsp displays an error message as :
    "Download activities-related data and try again"
    Can anyone please let us know wether DB2E 8.2.4 is compatible with the client or not.
    And what else could be the problem .

    Hi Sumit,
        DB2e 8.2.4 is infact the correct version with MI 2.5 SP20.   No other versions of DB2e is supported on this SP.  The error you see w.r.t datrej.obj is not a problem and can be ignored.  May be there is some other issue that is created the jsp error.
    Best Regards
    Sivakumar

Maybe you are looking for