saprfcjni.config.xml-example 1.1 KB

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: XQEODP
  5. (C) Copyright IBM Corp. 2009, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
  7. -->
  8. <SAPRFCJNIConfiguration version="1.0">
  9. <!-- Check for RFC Connection Handle validity when retrieving SSO Tickets - default value is false (do not check RFC Connection Handle) -->
  10. <checkConnection value="true"/>
  11. <!-- Maximum time in milliseconds to sleep between polling for completion during BAPI execution - default value is 200 -->
  12. <maxWaitTime value="200"/>
  13. <!-- Allow or disallow retrieval of SAP SSO tickets - default value is true (allow retrieval of SSO tickets) -->
  14. <ssoSupport value="true"/>
  15. <!-- Trace level. 0 means no tracing. The following values does change the tracing level 1,10,100,200 (9999 only for developers) -->
  16. <bapiTraceLevel value="100"/>
  17. <!-- Activation/deactivation of time measurement. 1=BAPI runtime, 2=Detailed BAPI runtime, 3=Detailed BAPI runtime plus statistic -->
  18. <bapiTimeKeeperLevel value="3"/>
  19. </SAPRFCJNIConfiguration>