I was having problems loading the cdbUsers table using the cdb_load("cdbUsers") name. I found that the actual name had some information in parenthesis and I can't remember that information. I actually changed the name of the table and now I cannot access that table.
I thought that renaming the user table was supposed to be disabled, is this true?
I need some help with this.
Thanks, Linda.
I remembered this fact too late. now that I messed things up by renaming the cdbUsers table, is there a way to correct it?
The system will not allow me to add a table with the cdbUsers name.
Thanks, Linda everything worked.
Linda,
The one problem that exists now is there is a hyphen in the cdbUsers table Name
if I do a answer cdb_tablename("dd07bc8c-1ec5-473b-aabb-5271c60a9bb6") in the message box it shows the table name as USMDdata-
04-21-2021, 05:36 PM
(This post was last modified: 04-21-2021, 05:37 PM by clarencemartin.)
the added tableID is not included in my table name.
this is the code that I used:
local tNewName, tOutputA, tProjectID, tTableID
put cdb_projectID(,USMDdata) into tProjectID
put "cdbUsers-" & "c1d46708-7c49-4183-99fa-3741ffa8ae5e" into tNewName
put "dd07bc8c-1ec5-473b-aabb-5271c60a9bb6" into tTableID
cdb_renameTable tTableID,tNewName
put cdb_tableName(tTableID) into tOutputA
what am I doing that is wrong?
04-21-2021, 05:53 PM
(This post was last modified: 04-21-2021, 06:39 PM by clarencemartin.)
OK, I think that I am just making massive mistakes here. I'll try again
ok, when id commit the following command in my script
code:
get cdb_auth(fld "Email-input" of grp "login",fld "Password-input" of grp "login","user")
put cdb_authStatus() into tAuthStatusA
I am not getting good results
the results are:
(2021-04-21 11:02:43.243): Local authentication passed: local data verified
(2021-04-21 11:02:43.368): TableName provided is not a valid tableName: cdbUsers-c1d46708-7c49-4183-99fa-3741ffa8ae5e
(2021-04-21 11:02:43.368): Missing critical data needed to write to cloud.
(2021-04-21 11:02:43.368): Error: Upload to Server Failed.
(2021-04-21 11:02:43.368): Error: Cloud authentication - it appears we are offline
also, using LCM, I cannot edit any user information.
I get "Missing critical data needed to write to the cloud.