0 Replies Latest reply on Jan 23, 2004 4:19 AM by a_aravind_k

    SAP R/3 RA config file

    a_aravind_k

       

      "a_aravind_k" wrote:
      Hello,



      I have seen the sample config file for SAP R/3 Resource Adapter.But I need to start a Local Transaction.I have added the line



      <local-transaction/>



      to the sample config file.But I couldnt start a local transaction.Could anyone help me in this regard?



      thank you

      Aravind



      ?xml version="1.0" encoding="UTF-8"?>
      <!-- ==================================================================== -->
      <!-- ConnectionManager setup for SAP R3 -->
      <!-- Author: David Jencks (d_jencks@users.sourceforge.net) -->
      <!-- Author: Chris Pinfold (chrisp@yambay.com) -->
      <!-- Author: Juraj Lenharcik (nort@nort.de) ;-) -->
      <!-- ==================================================================== -->

      <connection-factories>
      <tx-connection-factory>
      <adapter-display-name>SAPJRA</adapter-display-name>
      <jndi-name>eis/SAPJRA</jndi-name>
      <config-property name="SAPClient" type="java.lang.String">150</config-property>
      <user-name>dsgsd</user-name>
      <password>sdgsdg</password>
      <config-property name="Language" type="java.lang.String">DE</config-property>
      <config-property name="ServerName" type="java.lang.String">44.44.44.44</config-property>
      <config-property name="SystemNumber" type="java.lang.String">00</config-property>
      <config-property name="PortNumber" type="java.lang.String">10</config-property>
      <!-- <config-property name="GatewayServerName" type="java.lang.String">a</config-property>
      <config-property name="GatewayServiceNumber" type="java.lang.String">a</config-property>
      <config-property name="MessageServerName" type="java.lang.String">a</config-property>
      <config-property name="SystemName" type="java.lang.String">a</config-property>
      <config-property name="GroupName" type="java.lang.String">a</config-property> -->
      </tx-connection-factory>
      </connection-factories>