Access Builder for SAP R/3 - Disable logging
Description
This fix is to correct the following problem
which exists in VisualAge for Java, v2.0
and in the Access Builder for SAP R/3 fix
pack 2.02.1
The Access Builder for SAP R/3 runtime allows
you to disable logging by calling LogManager.setLogging(
false). However, the LogManager does not
disable the logging afterwards.
Applicable product versions
Product Version: 2.0
Product Platforms: All
Languages: All
Files
com\ibm\sap\bapi\LogManager.class
SAPLogManager.txt (this readme file)
Installation
- Unzip the zip file into an empty directory
Apply this fix to your VisualAge for Java
Workspace as follows:
- Start VisualAge for Java
- Select "IBM Access Builder for SAP R3 Libraries"
- Select menu "File->Import"
- Choose to import from a directory
- Select the directory where you unzipped this fix.
- Select ".class" files as the files you want to import
- Make sure that the option "Create new/scratch edition of
versioned projects/packages" is checked
- Click the Finished button
To apply this fix to your application running outside VAJ
- Put the class file in a directory where you may also
provide other Java classes. Ensure to keep the directory structure
as used in the zip file.
- Edit the CLASSPATH and make sure that this directory is
found *before* ivjsap11.jar