DebugRecord
- Last Updated: June 28, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the directory where the driver generates debug record files. When a value is specified, the driver records server requests and responses to a set of files stored in this location. These files assist in troubleshooting by providing a method for Technical Support to reproduce and debug issues for REST services that are not publicly accessible.
Important: Debug record files may capture security-related headers, such as auth or token headers. Before sending Technical Support debug files, review the content to remove any confidential information that may have been recorded.
Valid Values
debug_record_folder
where:
debug_record_folder
is the location of the folder where the debug record files are to be generated. For example, C:\Temp\MyDebug Folder.
Notes
- The specified directory must exist.
- You must have write access to the specified directory.
- The contents of the specified directory are deleted every time a connection is established.
- For more information, refer to "Enabling Debug Record Mode" in the Progress DataDirect for JDBC Drivers Reference.
- For assistance, contact Technical Support.
Data Source Methods
public String getDebugRecord()
public void setDebugRecord(String)
Default Value
No default value
Data Type
String