How to get Jde.log and Jdedebug.log from fat client
In order for the EnterpriseOne development client to start producing a jdedebug.log, the debug logging option on the client must be enabled. This option is enabled by updating the jde.ini. To enable the jdedebug.log, locate the jde.ini. The file can usually be found in the C: Drive. The steps to enable debug logging are as follows:
1. Open the jde.ini in a text editor.
2. Locate the [Debug] section in the jde.ini.
3. Locate the Output key in the [Debug] section.
4. Change the value of the Output key from NONE to FILE.
5. Save the change to the jde.ini.
Below is to turn on specific UBE debug log if you don't want Interactive application debug log..
[UBE]
UBEDebugLevel=6
In order for the EnterpriseOne development client to start producing a jdedebug.log, the debug logging option on the client must be enabled. This option is enabled by updating the jde.ini. To enable the jdedebug.log, locate the jde.ini. The file can usually be found in the C: Drive. The steps to enable debug logging are as follows:
1. Open the jde.ini in a text editor.
2. Locate the [Debug] section in the jde.ini.
3. Locate the Output key in the [Debug] section.
4. Change the value of the Output key from NONE to FILE.
5. Save the change to the jde.ini.
Below is to turn on specific UBE debug log if you don't want Interactive application debug log..
[UBE]
UBEDebugLevel=6
No comments:
Post a Comment