cdbUsers table - Printable Version +- LiveCloud Forums (https://forums.livecloud.io) +-- Forum: General (https://forums.livecloud.io/forumdisplay.php?fid=1) +--- Forum: General (https://forums.livecloud.io/forumdisplay.php?fid=3) +--- Thread: cdbUsers table (/showthread.php?tid=482) |
RE: cdbUsers table - clarencemartin - 04-21-2021 Linda, do you have any fixes for my LCM that won't let me fix my connection to the Cloud Server? RE: cdbUsers table - Linda Lu - 04-21-2021 (04-21-2021, 10:18 PM)clarencemartin Wrote: Linda, Could you provide more details about your issue? RE: cdbUsers table - clarencemartin - 04-21-2021 using LCM, I cannot edit any user information. I get "Missing critical data needed to write to the cloud. RE: cdbUsers table - Linda Lu - 04-21-2021 (04-21-2021, 11:33 PM)clarencemartin Wrote: using LCM, I cannot edit any user information. Were you able to rename your users table back to "cdbUsers-" + the project ID? When you double-click a record in the users table, do you see a popup window that says "update user"? RE: cdbUsers table - clarencemartin - 04-21-2021 yes I do get an update box. but I then change the password and get the previous message that I SENT YOU THE tABLE lABEL JUST SHOWS CDBuSERS WITHOUT THE ADDED TABLEid Sorry for the CAPS I can update other tables RE: cdbUsers table - Linda Lu - 04-22-2021 (04-21-2021, 11:52 PM)clarencemartin Wrote: yes I do get an update box. but I then change the password and get the previous message that I SENT YOU The cdbUsers table should just say "cdbUsers" under the list of tables in LCM. The full name is shown when calling cdb_tableName() or cdb_userTableName(). Do you still see the "Missing critical data" dialog if you close LCM and sign back in? You can try executing the code below in the code snippet with "cloud" on and then refreshing all your projects or restarting LCM. Code: get cdb_SDK("*") RE: cdbUsers table - clarencemartin - 04-22-2021 the results: (2021-04-21 16:55:00.925): TableID provided is not a valid tableID: USMDdata (2021-04-21 16:55:47.743): TableID provided is not a valid tableID: c1d46708-7c49-4183-99fa-3741ffa8ae5e (2021-04-21 17:44:19.614): Error: CanelaDB is not authenticated. (2021-04-21 17:44:20.877): Failed to upload server request for getProjectIDs. RE: cdbUsers table - Linda Lu - 04-22-2021 (04-22-2021, 12:45 AM)clarencemartin Wrote: the results: Do you get the same errors if you try downloading and reinstalling LCM? RE: cdbUsers table - clarencemartin - 04-22-2021 i'll try I reinstalled the LCM and it still doesn't work. RE: cdbUsers table - clarencemartin - 04-22-2021 I may have a solution. I have created a new project and have exported all of the data to JSon files and then I will import them into the new project with the same table names. |