finally, I will solve my own System problem on the H2 Database.
Solution :
if your using the latest version of H2 DataBase, it does not work properly and it show error "Database "C:/Users/rames/test" not found [90013-198] 90013/90013 (Help)".
so, you should download the older version of H2 DataBase to fix the problem.
**[ OR ]**
download older version and merge the file on already installed location
follow the Steps :
uninstall your latest version of H2 DataBase **[Version 1.4.199 (2019-03-13) or other version]
Go to H2 DataBase official site ( http://h2database.com/html/main.html )
click All Downloads option
- click Platform-Independent Zip
click h2-2014-01-18.zip
link ::
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/h2database/h2-2014-01-18.zip
extract the zip file
- click h2-1.3.175.jar on the Bin Folder.
now it's working * enjoy *