org.firebirdsql.jdbc.FBSQLException: Resource Exception

I am getting below exception while trying to config new server. I do have created the specific firebird database on that folder. The firebird server was running too. Any clue?. Do I am missing something?.

org.firebirdsql.jdbc.FBSQLException: Resource Exception. I/O error during “CreateFile (open)” operation for file “C:\Program Files\Servoy/database/<database_name>.gdb”
Error while trying to open file
null
Reason: I/O error during “CreateFile (open)” operation for file “C:\Program Files\Servoy/database/<database_name>.gdb”
Error while trying to open file
null

You haven’t put in the name of the database file in the connection string. In this string:

“C:\Program Files\Servoy/database/<database_name>.gdb”

You have to replace <database_name> with the actual name of the file. Make sure to also replace the < and the > symbols.

To create a new firebird database server copy EMPTY.GDB and rename it to something that means something to you. Then also use that name when you define the database connection in the DB Server preferences.