Latest Activity

code

Authentication to VDP in Custom View Policy Context

Hi, I am developing a Custom View Policy, which sends a SQL-Query to VDP to get Tag information from get_view_tags() as in connection = DriverManager.getConnection(uri, user, passwd); PreparedStatement statement = connection.prepareStatement(SQLqueryT...

custom policy Authentication

code

How to use script to import custom policy jar artifacts to VDP

HI Team, We want to automate the process to import the custom policy jar artifacts to VDP, can you please provide some way? Is there some manual about it? Thanks

custom policy auto import script

code

Denodo custom policy function to get curent view name

Hi team, I am currently working on denodo custom policy, and I want to get the current view name, which function I can use. I understand if I want to get the currentusername, I can use function "context. getCurrentUserName()", how about for getting cur...

Denodo custom policy current view name

code

Custom Policy: Query another view

Hello, I'm trying to query another view inside custom policy I've tried loading the driver class using: Class.forName("com.denodo.vdp.jdbc.Driver"); I also added the denodo-vdp-jdbcdriver.jar when compiling my custom policy. The error that oc...

custom policy

code

Custom policies - Trying to get data from Denodo base view

Using Denodo 8.0, I'm trying to build a custom policy that will be applied to a specific derived view, that works this way: When user tries to access the data of a derived view, the policy checks to see if the current user is in a config table. If th...

Denodo 8.0 custom policy jmx

code

Help ASAP with Property File Location

Hello, we have created a custom policy to provide row-level security to certain objects. Inside the logic, this policy works with config tables to get the provided level of security for the users via JDBC. Since we are connecting via JDBC, we have to s...

Denodo 8.0 custom policy properties

code

Column based security in Custom Policy?

We've built a Java custom policy that returns certain rows of data based on the user's security in a config table, but can Custom Policies give us column-level security? As in, can Denodo return only a certain amount of columns of a table based on the ...

Denodo 8.0 custom policy data security

code

Converting Oracle Functions to Denodo

Hello, I have an Oracle function that takes a few parameters and spits back out an output based on the logic inside the function. From what I can tell about Denodo, in order to be able to use this function, we would have to convert it to Java and then ...

custom policy oracle java

code

Access to view data in CustomPolicy class

We have a need where we will receive user roles as a view parameter value, then that parameter will be parsed within a custom policy to make sure the role exist, then that role needs to be translated to actual values (which exists in a view within a co...

Denodo 7.0 custom policy

code

Jar could not be deleted: error removing JAR: Error loading user

Version: Denodo 7.0 I am getting same error as explained in the QA at https://community.denodo.com/answers/question/details?questionId=9060g00000009rlAAA&title=Error+removing+JAR%3A+Error+loading+User%28XXXXXX%29 Jar could not be deleted: error r...

Denodo 7.0 custom policy