Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

Hi, I am triying to create a cockpit but a get this error "Enable to load data from dataset ds__Please check dataset & widget config"

I have installed konwage 6.1.1 on server

but  installed on my computer (local install) This problem not happend.

I want to create a dashboard with information from CSV format.

Thank you

Environment Server And Local (windows)
in Cockpit, Dashboard and Console by (240 points)

1 Answer

0 votes

In conf/server.xml

add:

<Resource auth="Container" driverClassName="com.mysql.jdbc.Driver" maxActive="20" maxIdle="10" maxWait="-1" name="jdbc/ds_cache" type="javax.sql.DataSource" url="jdbc:mysql://localhost:3306/cachedb" username="root" password="root" />

add datasource :

label:CacheDS

JNDI:java:comp/env/jdbc/ds_cache

Selected Write Default

Good lucky.  Choose me for best !

by (2.2k points)
...