select
*
from
USERS
where
ID=1 from
the reset admin account instructions
isn't working. What am I missing?Not really an answer, but I've decided to reinstall Bamboo from scratch. Issue closed.
Hi, from the error logs, it looks like you are using SQL Server? Can you provide more information? Perhaps you are not referencing the database/schema name when running the query? Do you know what the name of the schema is?
Maybe try dbo.USERS?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I am using SQL Server 2008. I have the Bamboo database selected within DBvisualizer. I see the same error no matter which schema I have selected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please check if the user doing the query has permission? Can you actually see the USERS table from the visualizer? Perhaps it's in lowercase?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
dbo.users. dbo is the default schema.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same thing. As I said, might be lowercase.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried again with
SELECT * FROM users where name='_your_user_name_'; as was selected elsewhere and get:
(0 row(s) affected)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
... Physical database connection acquired for: neen-db-008
08:31:01 [SELECT - 0 row(s), 0.000 secs] [Error Code: 208, SQL State: S0002] Invalid object name 'USERS'.
... 1 statement(s) executed, 0 row(s) affected, exec/fetch time: 0.000/0.000 sec [0 successful, 0 warnings, 1 errors]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How is it not working? What is the result of running the query?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.