Latest Activity
Does Denodo offer a quick way to confirm what were the default logging levels for each category? E.g. if I suspect someone changed a few of them temporarily and forgot to revert them. At the moment we keep a copy of every config file (especially Log4j...
Logging Default Logging Levels Log4j Default configurations Log4j
Hi, In term of best practice, is it better to use the host of the solution manager to centralize all the logs from the other denodo platfom hosts, or is it better to have logs at each host? How can we export the logs into a database? Thank you
I have denodo platform 8.0 running on EC2 installed using cloudformation template as per the installation guide by Denodo. I am trying to create a custom stored proc which has to read a license file (locally saved inside /opt/denodo/denodo-platform8.0/...
Logging Custom stored procedure ERROR_HANDLING Custom Functions License File Denodo Jar
How do we capture additional logon information when a connection fails? In our VDP logs we see messages, like the one below. Our challenge is that we do not know how to correlate this with a user account. 8222466 [RMI TCP Connection(5403)-127.0.0.1] E...
Hello, I have set up the log4j.xml file to store the VDP-queries log to S3 location. I can see that the files stored are in an unreadable format. Can you please let me know if I can store them in csv format? I have followed the below link to set it up...
Hello, We have lots of users querying Denodo views via ODBC connection in Power BI. Is there an option to get the information of the different queries run by them via Denodo to report them.
We have a Java Stored Procedures that refers to other java classes. We want to have logging framework which will log to file during execution. Currently, I am using org.apache.commons.logging.Log; org.apache.commons.logging.LogFactory; private static ...
How do I determine the list of the possible log categories that can be passed to the logcontroller stored procedure? for example: call logcontroller('com.denodo.vdp.requests','error'); I know of: com.denodo.vdp.requests Regards, Mike