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