Fixed: wrong terminal type
was using set DBUSER in powershell instead of Commad Prompt.
set DBUSER
For Powershell we should use $Env:DBUSER = "your_username_here"
$Env:DBUSER = "your_username_here"