Start server in debug with sql server : Cannot find data type blob

oyhan3 years ago

Hi
When I want to start server webserver fails with this error :

Web server start failed - Column, parameter, or variable #12: Cannot find data type blob. - SQLServerException (... < WebServer:219 < Main:128 < *:106)
Anton Tananaev3 years ago

What is Strat server?

oyhan3 years ago

Miss spelling sorry. "start"

Anton Tananaev3 years ago

Are you using the official release without any changes to the code or configuration?

oyhan3 years ago

Im using master branch.
Only added new protocol.
I think it's just happening when start project with Intellij (with sql server config) because there is no problem when I take the built jar file and replace it with installation files.
I think I should re-pull the branch and try again .

Anton Tananaev3 years ago
oyhan3 years ago

Yep! it worked.
Good to asked you. I was afraid it's a banal problem and you would blame me :))