You can translate the question and the replies:

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 case VDB name "https://server/server/testreport/ws-something" and leading to failure to access REST service with the "https://server/server/TestReport/ws-something"
user
28-11-2016 14:29:54 -0500
code

1 Answer

Hi there, It sounds like your server might be configured to be case insensitive. I would fix this by going to Administration > Server Configuration > Identifiers Charset and select Unicode- Case Sensitive. This should allow camel case in the virtual database, and then your Restful web service will connect. Hope this helps!
Denodo Team
30-11-2016 14:25:04 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here