Error while accessing the H2 database from a thing service
I am using internal H2 db to host my application data as well. So I have created a database and a table in H2 database from H2 console. When I try to connect to this database and access the table data, I am getting error IO Exception: "java.io.IOException: The filename, directory name, or volume label syntax is incorrect"; "TCP:C:/ThingworxStorage/database/<my_database_name>.mv.db" [90031-192]
Note: I can see that <my_database_name>.mv file is getting created under ThingworxStorage/database
Message was edited by: Pawan Badiger added note
