Hi:
 
I must be doing something really dumb. But, I can't seem to find my way around creating a simple table in the Feb SP1 release db.
 
I have several tables that I created couple of weeks ago as "user_test" and they have been working just fine. Today, I tried to create another table in DBVisualizer and the new table gets created with SYSTEM TABLE table_type definition. I tried logging in as monetdb as well as user_test and tried to create the table. But, the table always gets created as a SYSTEM TABLE.
 
I thought it may be an issue with DBVisualizer. So, I used the following command to start mclient:
 
mclient -lsql -d <dbname> -u <username> -P <password>
 
The command returns a request for root username and password. After entering monetdb/monetdb for username/password, I get an error that says:
 
user_test: cannot open
user_test: cannot open
 
I tried the same mclient command as monetdb and I get the same error.
 
What am I doing wrong? Thanks!
 
JLee