Latest Activity

code

need to execute the Import.sh on a separate server

I would like to execute the "../bin/import.sh" script on server A to create a virtual database via a VQL script on server B. Here is the script I ran in server A (to run some action in server B) /app/denodo/denodo_6.0/bin/import.sh -su -f /app/denodo/...

import vql shell

code

Run the Import.sh script without implicitly stating the Username and Password

I am calling the "import.sh" script inside a Linux (bash) shell script. In normal circumstances we supply the username and password as part of the parameters (the USERNAME and PASSWD values) import.sh -su -f $VQL_FILE_HOME/$FN_NAME.vql -pf $CONFIG_FIL...

import vql import

code

No search methods ready to be run. The following fields are obligatory in the view

I have exported VIEWS from my dev Denodo and tried to import that to my local. It got imported successfully. But when I am executing the VIEWs, it is throwing me below error: Finished with error: No search methods ready to be run. The following fields...

VQL import vql import export

code

Import the vdb using script with same case as given in script.

We are trying to import the vql script, that has statement to create a VDB. The VDB name is a camelcase for e.g. "TestReport". But when we import, the VDB is named as "testreport" in VDP. I have Rest web service in the VDB, the endpoint also has lower ...

import vql

code

Using an Import script wrapper in Linux using the VQL and Properties files as parameters

I would like to use the Import.sh script in Linux to load my VQL metadata information along with a Properties file that stores certain environment variables. Is there anywhere I can find cope samples using the mport script?For example, the following co...

import vql importing multiple vqls

code

import vql files

how to automate importing of multiple vql files using java program or command prompt?

import vql automate