Latest Activity
Hi Team, How to check whether Denodo is installed already in a linux box using CLI ? Once it is confirmed it is installed or not , then we will identify the process ID of services .Already know to get the PID of denodo services. Thanks in advance , ...
I want my body to be like that: grant_type, client_id, client_secret Below is a test case I'm trying to run https://drive.google.com/file/d/1peiszrO6cRY4bCYZmCcOINQpSbYU5pJM/view
For linux start/stop scripts we typically check if a process is already running before starting it, as well as rotate it's logs. How do we do that with these webcontainers like designstudio_startup, datacatalog etc. ? We need a designstudio_status , th...
Hi. In my view, I use the TO_TIMESTAMP function to parse a string to a timestamp. In the VQL, it looks like this: to_timestamp('dMMyy', common.i_bv_erp_kund.creation_date) But now, queries involving this view won't get pushed down to the source becaus...
We created a new data source using OData wrapper to access a web API and we have an authentication issue using NTLM. The Denodo server is in a PROD environment and the API in a DEV environment and every ports are Blocked between the 2 environments. Sin...
Hallo, We are using Denodo JDBC driver version 8.0.20220126. Once every day we get the same error in the logs: "Unable to connect to the server" originating from: com.denodo.vdb.vdbinterface.client.util.iterator.VDBResultSetIterator Does anyone have...
Hi! we are exposing denodo rest-services over a reverse-proxy (haproxy) which terminates the https-connection and forwards the REST-requests towards the Denodo REST-services (tomcat) via http. Unfortunately, the swagger base_url still uses http (and ...
Is it possible to update the details of a data source via an API call on Denodo 8? Specifically I'd like to modify the Database URI of a JDBC Microsoft SQL Server connection without using the design studio or other graphical tool.
How do you determine the mandatory parameters/search methods given a view using VQL?
Hi I just want to ping denodo vdp service for that I am using: HTTP_STATUS=$(curl /app/denodo8/bin/ping.sh -v -t 30000 -q "SELECT 1" -l admin -p "encrypted:NEGrPUentvOWWaH0xPNcbaT5nxg81lSswBq6Wl7mD5msWjn3ruW9XEOLFc78Xm88BLJ5M6he1APx+ka+Ps1GBPelqrSRg8/...
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200