community
Q&A
All Questions
Ask a Question
Search by tag
Toggle navigation
community
Q&A
All Questions
Ask a Question
Search by tag
KB
Overview
Best Practices
Combining Data
Common Errors
Custom Elements
Data Sources
ITPilot
Installation & Updates
Northbound Connections
Operation
Performance & Optimization
Publishing
Scheduler
Security
VQL
USER MANUALS
Denodo Platform 8.0
Denodo Platform 7.0
Denodo Platform 6.0
Older Versions
VIDEOS
Featured
Data Combination
Data Services
Operation and Source Connectivity
Updates
Cloud
Solution Manager
TUTORIALS
Overview
Data Virtualization Basics
Data Services
Big Data
Agile BI
Web Automation
Workload Management
Data Discovery
Custom Components
EXPRESS
DRIVERS
Overview
JDBC
ODBC
FREE TRIAL
REGISTER
SIGN IN
Home
/
Q&A
/
create user syntax
The original question and answers are in English. You are viewing a machine translation.
Click here to back to the original.
You can translate the question and the replies:
×
Tag too long
create user syntax
I would like to create a user as descriped in the 'advanced vql guide' for denodo 6.0 CREATE USER user1 'test' 'test user' The VDP gives me an error: 'syntax error: exception parsing query near ''' What is wrong with my syntax. i don't see it.
create user
user
04-08-2016 08:51:15 -0400
1 Answer
Hi , Try creating user with this syntax : CREATE USER user1 'test' SHA512 'test'. Check the section 14.2 CREATING USERS in advanced VQL guide document , that is where I got the syntax from. Hope this helps!
Denodo Team
04-08-2016 13:11:21 -0400
ADD ANSWER
You must
sign in
to add an answer. If you do not have an account, you can
register here