Latest Activity
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/...
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...
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...
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 ...
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...
how to automate importing of multiple vql files using java program or command prompt?