Hello Team) I’m passing ehden training and having hard times to try on basic SQL queries.
Deployed and entered to remotew ohdsi-in-a-box VM 
Opened SQL workbench 
Run basic queries like SELECT* from VOCABULARY 
Got an error http://prntscr.com/zbig75  
Maybe I’m doing smth not right) Please, help) 
 
Thanks)
             
            
               
               
              1 Like 
            
           
          
            
            
              Hello @Vasyl_Atamanyuk ,
Try using fully-qualified table names in queries, with schema specified.
             
            
               
               
              1 Like 
            
           
          
            
            
              Thanks, @rookie_crewkie . I tried to overcome this issue and reproduced training from OHDSI 2019 symposium using Windows VM. The secret for me was to set search_path to ‘ohdsi’;   I think, it would be good to include @mvanzandt  's tutorial into EHDEN ohdsi-in-a-box course
             
            
               
               
               
            
           
          
            
            
              
which basically changes the default schema for objects’ lookup (or alters the precedence), so the root cause is the same: wrong schema.
             
            
               
               
               
            
           
          
            
            
              
 Vasyl_Atamanyuk:
 
Thanks, @rookie_crewkie . I tried to overcome this issue and reproduced training from OHDSI 2019 symposium using Windows VM. The secret for me was to set search_path to ‘ohdsi’;   I think, it would be good to include @mvanzandt  's tutorial into EHDEN ohdsi-in-a-box course
 
 
@nigehughes , this request maybe relevant for Academy as well. Will use EHDEN forum further. Thanks)