SAP JRA and JBoss again

Hi there,
I like to use SAP JRA within a JBoss Application Server, I use the rar-file provided by Web AS. I knew that there were other posts regarding this topic, but they did not really answer my question:
The Thread
JCO and JRA under JBoss
says:
u201Cthat you use in JBoss the standalone JCO. But JRA needs the JCO provided withing SAP Web AS.u201C
I get the same error mentioned in the Thread above. Does the above mentioned mean if I use the JCO provided within SAP WEB AS in JBoss than this will work? Iu2019m really confused can you help me??
Thank you all!!

A few more hints, the quick version
JRA via BLS logfiles are usually placed in
C:\usr\sap\<SID>\JC00\j2ee\cluster\server0\, in my case called dev_rfc.trc.
JRA Connections can be found and verified with the following tool.
http://localhost:port -> Web dynpro -> Web dynpro console -> Jco connection pools.
In Visual administrator -> Server0 -> Services -> Connector container -> Your JRA name. Select the connection name belov and select tab Managed connection factory, then properties.
Here you can add one of the following
Trace      - Enable/disable trace on all middleware layers(true or false). On default is false.
TraceRFC   - Enable/disable RFC trace (true or false). On default is false.
TraceJCO   - Enable/disable JCO trace (0 for none, 10 for highest level). On default 0. Type Integer.
TraceJRA   - Enable/disable JRA trace (0 for none, 10 for highest level). On default 0. Type Integer.
Which enables further logging, also found in the dir.
C:\usr\sap\<SID>\JC00\j2ee\cluster\server0\.

Similar Messages

  • SAP JRA on JBoss AS

    Hi there,
    I am trying to call BAPI methods on an ECC server from inside an Java EE server (JBoss AS). I can use JCO to accomplish this, and I am interested in using connection pools. I do know that JCO has built-in mechanisms in handling this (JCO connection pools), but upon reading the SAP JRA, I thought that that would be a much more elegant and proper solution, given that it complies with JCA. Can JRA be used on JBoss? If anyone can point me to useful information on integrating this with JBoss and some code examples it would be much appreciated. Thanks!

    hi jose,
    we can integrate the portal of jboss in one side and sap ep in other side and the we can make the connection as two way by using fedarated network portal.  jboss portal  user can make the request from jboss portal  he can get the data from sap portal 
    http://www.jboss.org/jbossportal/
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/97171dd3-0401-0010-5195-b43f556e6ce9?overridelayout=true
    let me know u need any further information
    bvr

  • JCO and JRA under JBoss

    Hi,
    I'm using Eclipse 3.2 and JBoss 4.0.4.GA and I want to deploy wars on my JBoss that have to connect to one of our SAP servers (kernel 640 138, hot-pack base 620 56, abap 620 56, appli 470 25 and IS-U 472 10 (and some others hot packages).
    I deployed the <b>sapr3-service.xml</b> in the ...\jboss\server\default\conf directory.
    [code]<?xml version="1.0" encoding="iso-8859-1"?>
    <server>
      <!-- ==================================================================== -->
      <!-- Example ConnectionFactoryLoader for SAP R/3 connector                -->
      <!-- Put sap.rar in deploy also. This rar should contain jars             -->
      <!-- ra.jar and jCO.jar.  The native libraries need to be moved by hand   -->
      <!-- to your PATH.                                                        -->
      <!-- Author: David Jencks [email protected]                  -->
      <!-- Author: Paul McLachlan [email protected]                              -->
      <!-- ==================================================================== -->
      <mbean code="org.jboss.resource.ConnectionFactoryLoader"
          name="JCA:service=ConnectionFactoryLoader,name=SAPConnectorFactory">
        <attribute name="ManagedConnectionFactoryProperties">
          server-name=xxx.xxx.xxx.xxx
          system-name=W01
          system-number=00
          UserName=UNAME
          password=PWD
          Language=FR
        </attribute>
        <attribute name="JndiName">eis/SAPJRA</attribute>
        <attribute name="TransactionManagerName">java:/TransactionManager</attribute>
        <mbean-ref name="ResourceAdapterName">JCA:service=RARDeployment,name=SAP ConnectorFactory</mbean-ref>
        <mbean-ref name="ConnectionManagerFactoryLoaderName">JCA:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory</mbean-ref>
        <attribute name="ConnectionManagerProperties">#
          BlockingTimeoutMillis=500000
          IdleTimeoutMinutes=30
          MaxSize=10
          CleanupIntervalMinutes=30
          MinSize=0
          MaxIdleTimeoutPercent=1.0
        </attribute>
        <attribute name="PrincipalMappingClass">
          org.jboss.resource.security.ManyToOnePrincipalMapping
       </attribute>
        <attribute name="PrincipalMappingProperties">
          UserName=UNAME
          password=PWD
        </attribute>
      </mbean>
    </server>
    [/code]
    I deployed the <b>sapjco.jar</b> (version 2.1.7) and the <b>sapjcorfc.dll</b> (same version) in the ...\jboss\server\default\deploy directory
    Also I copy the sapjra.rar founded in a WAS 640. It includes a sapjra.jar and a META-INF directory which contains 2 xml files and a manifest.mf. I didn't modify the <b>connector-j2ee-engine.xml</b> file as you can see
    [code]
    <?xml version="1.0" encoding="UTF-8"?>
    <connector-j2ee-engine>
        <jndi-name>eis/SAPJRAFactory</jndi-name>
        <authentication-type>caller impersonation</authentication-type>
        <loader-references>
          <loader-name>library:com.sap.mw.jco</loader-name>
        </loader-references>
    </connector-j2ee-engine>
    [/code]
    but I gave some values to the properties in the <b>ra.xml</b>, like this
    [code]
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE connector PUBLIC '-//Sun Microsystems, Inc.//DTD Connector 1.0//EN' 'http://java.sun.com/dtd/connector_1_0.dtd'>
    <connector>
      <display-name>SAPJRA</display-name>
      <description>J2EE Connector Architecture 1.0 based... and a very long description...</description>
      <vendor-name>SAP</vendor-name>
      <spec-version>1.0</spec-version>
      <eis-type>R/3</eis-type>
      <version>6.45.2</version>
      <resourceadapter>
        <managedconnectionfactory-class>com.sap.mw.jco.jra.JRA$ManagedConnectionFactoryImpl</managedconnectionfactory-class>
        <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface>
        <connectionfactory-impl-class>com.sap.mw.jco.jra.JRA$ConnectionFactoryImpl</connectionfactory-impl-class>
        <connection-interface>javax.resource.cci.Connection</connection-interface>
        <connection-impl-class>com.sap.mw.jco.jra.JRA$ConnectionImpl</connection-impl-class>
        <transaction-support>LocalTransaction</transaction-support>
        <config-property>
          <description>Client, i.e. 001</description>
          <config-property-name>SAPClient</config-property-name>
          <config-property-type>java.lang.String</config-property-type>
          <config-property-value>101</config-property-value>
        </config-property>
        <config-property>
          <config-property-name>UserName</config-property-name>
          <config-property-type>java.lang.String</config-property-type>
          <config-property-value>UNAME</config-property-value>
        </config-property>
        <config-property>
          <config-property-name>Password</config-property-name>
          <config-property-type>java.lang.String</config-property-type>
          <config-property-value>PWD</config-property-value>
        </config-property>
        <config-property>
          <description>I.e. DE or EN</description>
          <config-property-name>Language</config-property-name>
          <config-property-type>java.lang.String</config-property-type>
          <config-property-value>FR</config-property-value>
        </config-property>
        <config-property>
          <description>SAP Applicatino Server, i.e. us7400</description>
          <config-property-name>ServerName</config-property-name>
          <config-property-type>java.lang.String</config-property-type>
          <config-property-value>xxx.xxx.xxx.xxx</config-property-value>
        </config-property>
        <config-property>
          <description>System number, i.e. 01</description>
          <config-property-name>PortNumber</config-property-name>
          <config-property-type>java.lang.String</config-property-type>
          <config-property-value>00</config-property-value>
        </config-property>
        <!--config-property>
          <description>Setting on false turns off automatic commit for non-transactional calls that improves performance for reading accesses on DB. On default is true</description>
          <config-property-name>AutoCommit</config-property-name>
          <config-property-type>java.lang.Boolean</config-property-type>
          <config-property-value>false</config-property-value>
        </config-property-->
        <authentication-mechanism>
          <authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
          <credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface>
        </authentication-mechanism>
        <!-- used on WEBAS 630 for SAP Logon Tickets -->
        <authentication-mechanism>
          <authentication-mechanism-type>Kerbv5</authentication-mechanism-type>
          <credential-interface>javax.resource.spi.security.GenericCredential</credential-interface>
        </authentication-mechanism>
        <reauthentication-support>false</reauthentication-support>
      </resourceadapter>
    </connector>
    [/code]
    and I finally created the file <b>sapr3-ds.xml</b> located in the ...\jboss\server\default\deploy directory
    [code]
    <?xml version="1.0" encoding="UTF-8"?>
    <connection-factories>
      <tx-connection-factory>
        <adapter-display-name>SAPConnectorFactory</adapter-display-name>
        <jndi-name>eis/SAPJRA</jndi-name>
        <rar-name>sapjra.rar</rar-name>
        <connection-definition>javax.resource.cci.ConnectionFactory</connection-definition>
        <config-property name="SAPClient" type="java.lang.String">101</config-property>
        <user-name>UNAME</user-name>
        <password>PWD</password>
        <config-property name="Language" type="java.lang.String">FR</config-property>
        <config-property name="ServerName" type="java.lang.String">xxx.xxx.xxx.xxx</config-property>
        <config-property name="SystemNumber" type="java.lang.String">00</config-property>
        <config-property name="PortNumber" type="java.lang.String">99</config-property>
      </tx-connection-factory>
    </connection-factories>
    [/code]
    I don't understand why I have to give 3 times the logon (in the sapr3-service.xml, the ra.xml and the sapr3-ds.xml) and I'm confused to understand the difference between the SystemNumber and the PortNumber, as the SystemNumber is sometimes described as being a port number...
    But my problem in booting my JBoss server is this one
    [code]
    [ServiceController] Problem starting service jboss.jca:service=ManagedConnectionFactory,name=eis/SAPJRA
    java.lang.ExceptionInInitializerError
         at com.sap.mw.jco.jra.JRA$ManagedConnectionFactoryImpl.createPrintWriter(JRA.java:1302)
         at com.sap.mw.jco.jra.JRA$ManagedConnectionFactoryImpl.<init>(JRA.java:1140)
    [/code]
    and many lines later
    [code]
    Could not initialize SAP Java Resource Adapter Library. Found SAP Java Connector version 2.1.7 but version 6.30.1 or higher is required.
         at com.sap.mw.jco.jra.JRA.<clinit>(JRA.java:218)
    [/code]
    I already founded a post in this forum (url Re: JRA version conflict) that says
    Remember The JRA implements the JCA 1.0 specification but The JRA is NOT an implementation of the JCA 1.0 specification as it is not portable / plugable into any J2EE 1.xx compliant environment! Thanks SAP.
    Does it mean that we can't deploy the sapjra on a JBoss server ?
    Can you tell me what I can do to solve this problem. Thanks in advance.
    Jean-Michel

    Hi Jean,
    the JRA is supported only within SAP Web AS. So, we cannot provide support for using it within JBoss.
    The error
    Could not initialize SAP Java Resource Adapter Library. Found SAP Java Connector version 2.1.7 but version 6.30.1 or higher is required.
         at com.sap.mw.jco.jra.JRA.<clinit>(JRA.java:218)
    means, that you use in JBoss the standalone JCO. But JRA needs the JCO provided withing SAP Web AS.
    regards,
    Eugen

  • Portal Drive Error--re-install SAP NW Portal Drive software and try again

    Dear Experts,
    Could you please let me know if there is any permanent fix for
    Portal Drive inconsistence behaviour.
    1.We use NW2004s SPS 13.
    2.After the installation of Portal Drive (version 4.5.6796 ) on an
    desktop, windows is not stable and must be restart (cold start).
    3. After the restart the problems still exists and only a
    deinstallation resolves the problem.
    4. Sometimes the problem occurs on connecting to a service,
    sometimes on disconnecting.
    Sometimes on starting windows, but before the load of Protal
    Drive.
    5."Presently we are getting error SAP NetWeaver Portal Drive is not installed or configured correctly.Please re-install SAP
    NetWeaver Portal Drive software and try again"
    6. If we uninstall it and reinstall, it is working fine.
    I wanted to know if there is any permanent fix for this inconsistance in Portal drive.
    Because i have received complaints from more than 9 users in this week.
    Really thanks for helping me
    Vishali.B

    Hey just a update, so even though apple said the HDD was fine because of the S.M.A.R.T status and it was been picked it would be fine I did not agree, took my iMac apart went out to the local computer shop picked up a cheap 1tb WD HDD and now the iMac is worked fine and smooth :-)
    So now I know that was the issue I can order a nice new SSD for the iMac and use the new HDD I got in an external case :-) just incase anyone had the same issue that's the fix. Buy a new HDD or SSD

  • NW ABAP Sneak Preview and Mini SAP online license works again

    The online license procedure for the NetWeaver ABAP Sneak Preview and Mini SAP systems at www.sap.com/minisap
    works again.
    Sorry for the inconvenience.
    Dirk

    I finally resolved my problem yesterday. That is the answer. I did exactly what you mention now: to try and try. I don't know what happened, but when I insisted it worked !
    Anyway, Thanks a lot to all
    Investiga

  • SAP client and other software on a Virtual Machine

    I'm the campus coordinator for a university that is a member of the University Alliances program.  This gives us the ability to put the R/3 client and other software on lab machines and also distribute it to students.
    Given that we deploy in a shared lab environment on a university campus we often don't have absolute control over things like browser versions, plugins available, security settings, Java version available, and so on.  We also only have the ability to do updates, installations, etc. at fixed times of the year.
    As a solution for this, we're contemplating creating a virtual machine to be able to control the environment more and also allow the student greater control and customization.  At this point we'd be looking at developing a Windows VM, either Vista or XP, that would have the R/3 client, IE with all the correct plugins for running Visual Composer, NetWeaver Developer Studio, and other programs such as Solution Composer.  The idea would be that if we need to add a new software resource, change a version, tweak the environment, etc. we could just update and redistribute this virtual machine.
    Has anyone here attempted this type of deployment?  As we are just beginning, any helpful hints or advice would be appreciated.

    I appreciate your willingness to think through this with me and share your expertise.
    >
    Markus Doehr wrote:
    > Why do you think so? The "key" you use during installation is bound to a medium. We also have a license that allows us to fully automatically install Windows XP on our client PCs using Empirum and also install all other necessary software (IE updates, SAPGUI, Adobe SVG, Microsoft Office etc.)
    My assumption was that if we had multiple windows instances out there all with the same key (assuming non-volume key) that the piracy protection built into the OS might in some way cause problems. 
    > (Perhaps not.  We're still considering the ins and outs of that.)  We're hesitant to put our campus volume license key on these VMs, since one could recover that key from the system and then it could become publicly available.  Clearly that would be bad.
    >
    > That may be not a problem because those keys "usually" work only with the corresponding media - people would need to get their hands on a coorporate installation media to actually use it.
    I'm not sure how challenging that in fact might be.  A quick Google search turned up lots of sites that at least claim to have Windows volume keys and necessary install media.  I know that college students can be very adept at things in that domain.
    > The biggest problem you might face is the UUID of the client instances - they will be identical. If you plan to use Active Directory functionality (for e. g. Single Sign On) then you need to make sure each VM is different (speaking of running sysprep) and that you have a different user on each VM - which will be not easy to mantain.
    If I'm understanding your thought correctly, the UUID issue is why I thought attempting 1 shared OS license key for all VMs would be problematic.  My assumption is that having a unique OS key on each VM would solve this problem. 
    As far Active Directory goes, that likely won't be an issue. Our students have storage on the campus network, but we have no plans for the VM to access that.  All our SAP resources are hosted remotely at a UCC.  I envision the students being able to 'boot' their VM, connect to the UCC using the client software, do their SAP work, and be done.  The only storage they'd have in the VM would be a drive in the VM.  While this might not work in many deployments, given our use of this just for lab instruction, I think it would work well.
    > Another point to consider is: How to update? If you update your main image (e. g. necessary SAPGUI patches) - how will you distribute that to the USB-VMs - or how will you make sure the students use the latest copy?
    This is where our situation and a corporate situation likely differs.  Since we are hosted by a UCC that caters just to the academic environment things tend to be build and frozen during the summer and then not changed until the next year.  Our classes run each semester independently.  Although we may have to roll out a different VM from one semester to the next, a mid-semester change shouldn't be needed.  However, having said that, if we do need to install a patch, that should be much easier.  In a lab shared environment updating a software version requires a lot of coordination.  In this VM situation, each students has full administrator privilege over their VM.  If they need to install a patch, they can do so.  If they mess this up, they haven't disrupted anyone else.  In that instance they could just download the base VM again as a 'reset.'
    > In such an environment I'd more think about setting up a terminal server (using Windows 2003) and install all necessary software there. With that you only need to update at one place, you can granularily give permissions to the users and supporting users in case of a proble is easier (mirroring the session) than having single instances with all the same hostname of the client. And all students only need an RDP client which comes with the Windows XP or Vista by default.
    That is something we haven't considered with this project, and I'll have to check with our system manager.  Resources might be an issue here.  We have an abundance of PCs, so each of them running their own VM isn't an issue.  I'm not sure if we have a server capable of supporting 30-40 simultaneous remote connections that is not otherwise in use.
    Thanks for your ideas here Markus.  Any other thoughts, ideas, etc. are most welcome.  I'll also update this thread as I start experimenting with this over the next couple of weeks.

  • What technical components are needed for integration of SAP BI and BO?

    Hello,
    What technical components are needed for integration of SAP BI and BO?

    Hi,
    you need to setup a BOBJ server (eg. BusinessObjects Enterprise XI 3.1 or BO Edge 3.1) and then install the BusinessObjects integration Kit for SAP on the same machine your BOBJ server runs.
    In order to build reports you can either use Crystal Reports (eg Install Crystal Report Designer 2008 V1 if you have an XI 3.1 server installed), WebIntelligence (Install the Business Objects XI 3.1 Client Tools in order to be able to build universes), BusinessObjects Voyager or XCelsius. Please note that you have to always install the BOBJ integration Kit for SAP (should be the same version as your server and client installation) on your clients AFTER you installed one or more of the above client tools.
    Please take again a look at the following link for more detailed information (from Ingo) on this:
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a00ee3b2-5283-2b10-f1bf-8c6413e0898f]
    Regards,
    Stratos

  • SAP JRA in Adapter module

    We are developing an Adapter module for "File Sender Adapter" and in that we have a requirement to call an RFC. We are trying to use SAP JRA (Java Resource Adapter) for doing this as we do not want to hard code the password in the module by using direct JCO connections.
    Using JRA we are able to invoke RFC in our adapter module but the message payload does not go to the next module (Standard module) in the chain. We identified that as soon as we get the connection handle using statement:
           Connection connection = connectionfactory.getConnection();
    message is not going to next module in the chain. We are also not getting any error or exception anywhere. It is just that the message is not getting processed. Any help or idea would be appreciated.
    Regards

    Hi Amol
    I was not able to this today as I do not having authorization in our development system for exposing RFC as webservice and waiting for the authorization.
    I want to know if I expose the RFC as webservice in development server, will it be transported via normal ABAP transport procedure in the landscape (will this require any change in config etc.) or I need to expose it separately in different server.
    James

  • Is SSO possible for SAP ERP and xMII

    Hi,
    Is it possible to have Single Sign-On between SAP ERP and xMII.
    The requirement is that the user wants to login to the SAP ERP and using the same credentials he/she should be able to use xMII (without prompting for login credentials again.)
    If it is not possible why is it so, and if it is then how?
    Thanks in advance.
    - Ankit

    Hi,
      UME is User Management Engine. The UME provides the centralized user management for all Java applications and can be configured to work with user management data from multiple data sources. It is seamlessly integrated in the J2EE engine of the SAP NetWeaver Application Server for Java as its default user store and can be administered using the administration tools of the AS java.
       You can configure multiple data source (DB, LDAP or ABAP) to UME for managing user data.
    For more information on UME please, refer the below link as well.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/62/cc1940d4558f5ce10000000a155106/frameset.htm
    Thanks
    R.Murali

  • Data transfer between SAP & Java and Vice versa using IDOC Process

    Dear Experts,
            We are working on one of the good requirement related to data transfer between SAP and Java software. Client requirement is, they want to transfer the data in both the ways (from SAP --> Java and Vice versa also).
    In detail is, after sales order creation using one custom program loading plan details will be calculated. Once loading dates are confirmed then, user will release the sales document to transfer the data from SAP to Java using "Outbound IDOC processing". Similarly in that JAVA software some shipment details will be performed, once completed from JAVA software again details needs to be pumped back to SAP as "Inbound IDOC Processing".
    For this fields are already identified from external software SAP and we are looking for the same to perform the steps in SAP.
    At this stage, I need your expert opinion  / feedback how to go  about at this stage.
    Meaning,  
                     1. What are the customizing steps needs to be done in SAP..?
                     2. How to trigger the :Outbound IDOC process" once the documents are "Released" from custom transaction
                     3. How to create the link between SAP and JAVA to transfer the data between these 2 software
                     4. How to trigger the "Inbound IDOC Process" from JAVA software to SAP and how to store the data in SAP
    Experts, please give your feedback in terms of reply or by sending the step by step process to fulfill this client requirement.
    Thanks for your cooperation.
    Regards,
    Ramesh

    Maybe too many open questions in the same document.
    Maybe you should repost a more specific question in a technical forum.
    This looks like a small project where you already know what you want, maybe you should contract a technical specialist so he proceeds to the implementation!

  • We would like an request with error is not imported over and over again.

    We have an periodically sheduled job which imports all released requests(queue). We would like that request with error is not imported over and over again.
    How to achieve that?

    Hi,
    Please do run the import job for transport in STMS only as described in SAP Note below:
    https://service.sap.com/sap/support/notes/398589
    The periodic sadly can only be done for "import all" & not "import single".
    However, you can try the following unconditional modes:
    http://help.sap.com/saphelp_nw70/helpdata/EN/3d/ad5b814ebc11d182bf0000e829fbfe/frameset.htm
    - Regards, Dibya

  • SAP XI  and SLD

    Hi Everyone
    I have successfully installed (SAP ABAP+ SAP JAVA and XI) but I don't recall installing SLD during the  WAS 6.4  installation process.  Did I missed  any steps or  how do i verify SLD is successfully installed and configured
    Thanks again.

    Hi Ravi,
        The System Landscape Directory 6.40 is installed as a part of the SAP Web AS Java 6.40 SR1 system
    The following steps are required to configure the SLD for XI:
    • Applying SAP Note 712594
    • Maintaining SLD Connection Parameters in the Integration Server
    • Maintaining Server Settings in the SLD
    • Updating the CR Data
    • Configuring the SLD Bridge
    • Maintaining a Business System for the Integration Server
    You can find more information in SAP Exchange Infrastructure Installation Guide under Post Installation Activities -> Performing System Landscape Directory (SLD) Configuration (Page 34)

  • Link between SAP XI and R/3

    Hi Friends,
      I installed  SAP  R/3  in a  and using VMwAre I Installed  again
    SAP XI . So how to  link the SAP XI and R/3

    <i>So how to link the SAP XI and R/3</i>
    Refer this
    RFC Destination
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83deb90-0201-0010-189c-8d3ff87572f8
    U will get all the steps here
    Re: XI and R/3 connection
    Mudit

  • Clarrification about JSF and JBoss Seam

    Hi ,
    i have just started a couple of hours ago reading about JSF and JBoss Seam and it seems interesting ......
    here is my question :
    i have a form ( registration form ) written in jsp and a congratulation page (jsp page too)
    is right what i am saying ?
    JSF form ( input values) are sent to Seam to be validated under hibernate rules and then it( Seam ) responses to the JSF the entity bean .
    again JSF form asks Seam to resolve the variable Register ( the value of the submit button in the form) and Seam returns the RegisterACtion
    After that the same jsp page invoke the register method of the RegisterAction stateless session beam .inside the register method it redirect the user to congratulation jsp page .
    do you think its correct
    sorry folks for my english
    Best reagrds
    yacine fandi

    or maybe if you can give a link of a good tutorial I�ll be greatfull
    cheers yacine
    Message was edited by:
    fandi_yacine

  • Submit a SAP job and it is erroring out as "instance/client not found"

    I am trying to submit a SAP job and it is erroring out as "instance/client not found"
    as soon as I  enter the instance/client value and click on next  I am getting this error
    please help

    Hi,
    Then maybe there is a problem with another parameter, and the error is obscured by this error message.
    You did specify valid values for all other parameters ?
    Maybe you can try the following:
    - create a simple job in SAP, you do not have to execute it only save it
    - import this job using RSI_IMPORT_CCMS_JOBS and specify the exact job name
    - run the imported job (it will have the same name as in SAP) and see if this works
    - if this works, try your job again directly from CPS and compare your parameters with those on the imported job (especially which ones are filled or not filled, that sometimes is more important than the exact value chosen)
    Regards,
    Anton.

Maybe you are looking for

  • Notebook G500s - Touchpad multi-gestures not working

    Hi, Ever since installing Windows 8.1 the multi gestures on my touchpad stopped working (i.e. scrolling with two fingers, swiping for the charms to appear etc.). I have the most recent driver from the Lenovo site installed. Whenever I go to Control P

  • Cant burn CDs?

    I want to copy some .jpg files onto a CD-R (or -RW), but when I insert a blank disk, there's some of the usual whirring & clicking, but the blank never mounts onto the desktop. Instead, Disk Utility starts and lists the CD drive in the left window, b

  • Error on Folio Builder Panel

    Hi, does anybody el;se, getting this message in InDesing CS6? An update is required to use Folio Builder.  Please click here to download the Folio Producer tools. I have, uninstall INDD, install it again, manually download the update, install it, and

  • Broadband speeds ridiculously slow?

    Hello there. Anyway, my problem. We pay for download speeds of roughly 2 megabytes per second (Or about 20 megabits, in case my calculation is wrong), and we have never seen any increase above roughly 500 kb/s. Is there any specific reason for this?

  • Problem resultats de calcul matrix^-1

    bonjour sur labview je travaille avec la structure 1/X alors sa me donne pas les résultats voulu car il calcule l'inverse de chaque celule seul alors comment je peu avec ce que est sur l'image calculer par matlab Attachments: Sans titre.png ‏3 KB San