Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
Categories
All categories
Analyses
(469)
End-user Environment
(158)
Admin and Developer Functionalities
(386)
Settings
(180)
Users and Roles
(39)
General Configuration
(116)
Metadata
(14)
Caching
(6)
Integration
(84)
Installation
(273)
Source code
(43)
Most popular tags
cockpit
dataset
error
chart
datasource
installer
datasets
installation
widget
parameters
business-model
olap
knowage
knowage_7_1
integration
login
knowage_7_1-ce
report-designer
cross-navigation
analyticaldriver
problem in the connecting with postgresql
0
votes
1
view
Hi,
I have a problem in the connecting with postgresql.
I put as URL: jdbc: postgresql: // localhost: 5433 / postgres
driver: org.postgresql.driver
error :Connection Test failed, please look for more details in log file and check Your parameters
knowage_6_3
asked
Mar 30, 2019
in
Metadata
by
Emna
(
120
points)
Have you got more details in logs files? Looking at your url there are too many spaces .
An example of valid url can be:
jdbc:postgresql://localhost:5432/postgres?searchpath=knowage
Hope this help.
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
0
Answers
...