Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 32 online users. » 0 Member(s) | 31 Guest(s) Bing
|
Latest Threads |
CDB will not load in Live...
Forum: General
Last Post: stamatis
04-16-2025, 03:11 PM
» Replies: 0
» Views: 31
|
using cdb_auth with Live...
Forum: General
Last Post: JereMiami
12-19-2024, 01:58 AM
» Replies: 0
» Views: 495
|
BLOBs - not possible to a...
Forum: General
Last Post: stamatis
10-06-2024, 06:28 PM
» Replies: 0
» Views: 474
|
Allow users to change the...
Forum: General
Last Post: mark_talluto
01-18-2024, 01:09 AM
» Replies: 8
» Views: 13,025
|
cdb_sendEmail
Forum: General
Last Post: mark_talluto
11-07-2023, 09:57 PM
» Replies: 0
» Views: 871
|
cdb_sync & cdb_lookupvalu...
Forum: General
Last Post: mark_talluto
11-07-2023, 09:45 PM
» Replies: 1
» Views: 1,564
|
cdb cdb_sendEmail
Forum: Bug Reports
Last Post: JereMiami
10-05-2023, 01:57 PM
» Replies: 0
» Views: 2,014
|
LCM: "Please inform Canel...
Forum: General
Last Post: mark_talluto
07-12-2023, 07:58 PM
» Replies: 24
» Views: 28,100
|
San Franciso Region Outag...
Forum: Announcements
Last Post: mark_talluto
05-09-2023, 03:31 AM
» Replies: 1
» Views: 3,358
|
Error, CDB_Header checksu...
Forum: General
Last Post: cpuandnet
02-01-2023, 05:00 AM
» Replies: 4
» Views: 4,740
|
|
|
Cdb_blob migration tool |
Posted by: Jason Lam - 07-23-2021, 11:44 PM - Forum: Announcements
- Replies (1)
|
 |
Hi everyone,
We are making some major changes to our blob architecture. As a result, we will need to build a migration tool for our users to convert current blob objects to the new format. We will also be adding additional keys to the cdb_blob table. We would like to have a better understanding of how you are currently using our blob feature so that we can build a migration tool that make sense for all of you. Currently, we are leaning toward two possible solutions:
1. Having the migration tool built into LCM for manual migration.
2. Automatically migrate the current blob object to the new format on any relevant blob cloud calls.
We would appreciate any inputs that you might have.
Jason Lam
|
|
|
Version 2.7.5.3 Released |
Posted by: mark_talluto - 07-07-2021, 08:55 PM - Forum: Announcements
- No Replies
|
 |
Please find an updated version of LCM libraries in release 2.7.5.3.
The update is useful if you use cdb_updateUserAccount to update your users log in passwords.
After a successful password update, the CanelaDB will automatically update the auth system. In previous versions you would have to force your users to log in again to get the same result.
Per Stam's post, I can see that our documentation for this command needs more information. We will get to work on that today.
-Mark Talluto
|
|
|
Allow users to change their password? |
Posted by: stamatis - 07-03-2021, 05:32 PM - Forum: General
- Replies (8)
|
 |
Hi Mark and liveCloud team
Please accept my apologies if I missed this in the documentation - is there method for changing a user's password?
Thanks to a nice forum post from Mark, i saw there was an internal method (not mentioned in the documentation) to allow users to reset their account with a random string, but my users will want to change this to one they will remember after logging in...
I can't see a way to hash the new password provided by a user to update the cdbUsers record with the hashed version. Although i'm not sure, i don't imagine cdb_updateUserAccount would do this automatically.
As far as i can see, the only way to do this would be to get the existing cdbUser's data, delete the entry and and create a new user with the update password, which seems a faff, not to mention time-consuming function...
Is there a better way of doing this? (or will cdb_updateUserAccount do this automatically?)
Many thanks in advance,
Stam
|
|
|
Create Project: 'cp' is not recognized as internal... |
Posted by: JereMiami - 06-25-2021, 12:53 PM - Forum: Getting Started
- Replies (4)
|
 |
I get this response in attempting to create a new project:
'cp' is not recognized as internal or external command, operable program, or batch file.
I have not run into this before nor have I had any trouble creating projects before. I reinstalled the manager. Still give me the same error. It installs the canela folder, and creates its parent folder with the name of the project, but there is nothing in the canela folder nor is there the traditional login stack.
|
|
|
Question re: tInternalA["delaySend"] |
Posted by: stamatis - 06-24-2021, 06:05 PM - Forum: General
- Replies (4)
|
 |
Hi LiveCloud team and all,
Quick question - several methods that update the cloud database have an option to defer the update until a cdb_flushCache is sent. Great and very useful for batching multiple updates to the cloud.
However just wanted to check - if i do an update or batchMerge and defer the cloud update by putting true into tInternalA["delaySend"], does this update the local database?
Or do I have to update the local database separately? (needless to say i'd prefer the former!)
Many thanks
Stam
|
|
|
Version 2.7.5 Released |
Posted by: mark_talluto - 06-04-2021, 02:11 AM - Forum: Announcements
- No Replies
|
 |
We fixed three bugs and provide one improvement with this update.
Bug fix: We had a rare but possible issue with one of our internal indices that tracks the tableName references to the tableID. It was possible for the cdbCache Table to have two references in the index. This issue could cause an app to fail to sign in when the credentials were correct.
Bug fix: We now insure that the config file is updated on disk when an appropriate change has been made to the database configuration.
Bug fix: There was a bug that would not allow you to sign out of LCM from the Accounts screen.
Improvement: We added a new API - cdb_autoSetupAuthKey(). This API will allow you to place your initializeCanelaDB handler (from your exported sdk) to be placed anywhere in your app. Before, you had to place that handler in your mainstack script or the script of card 1 of your mainstack. Please see the online docs for details on how to use this API (https://docs.livecloud.io/AutoSetupAuthKey/).
-Mark
|
|
|
How to set a value for all records? |
Posted by: stamatis - 04-22-2021, 03:39 PM - Forum: General
- Replies (2)
|
 |
Hi all,
I'm probably missing something basic here, so grateful for any help.
I've recently modified a table with the addition of 3 new keys and would like to set a default value for all records for these 3 keys.
I know i can read the entire table into an array, loop through this in liveCode, make the changes and then do an update back to liveCloud.
However this is cumbersome; i had envisaged that i may be able to use batchMerge, or batchUpdate to do this and simply pass "*" as the cdbRecordID, but this does not work - cdb_result shows me the error is The specified cdbRecordID is invalid: *
Is there a way to do this directly? If not will just process in LiveCode and update all records, but am hoping i've missed something more straightforward...
Many thanks
Stam
|
|
|
cdbUsers table |
Posted by: clarencemartin - 04-20-2021, 06:49 PM - Forum: General
- Replies (25)
|
 |
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.
|
|
|
Version 2.8 released |
Posted by: mark_talluto - 03-30-2021, 09:54 PM - Forum: Announcements
- Replies (1)
|
 |
Hello to everyone. We pushed LCM version 2.8. The notable changes are listed below. Enjoy!
Added: Mac engine is code-signed, notarized, and stapled
Improved: Account deletion and paid subscription cancellations will take effect on the first of the following month and refunds will no longer occur
Improved: Engine updater works with modern OS expectations
Improved: Updated Mac and Win engines to LC 9.6.2 rc 3
Improved: Hovering over a table's name will generate a tooltip for tableName and tableID
Improved: Handle importing CSV files that contain quote delimited values and values containing multiple lines
Improved: Added region details to exported invoices
Bugfix: Keys may not show correctly in the header when they are removed or added
Bugfix: Adding keys during a CSV or JSON import can lose notion of the current project
Bugfix: Error occurred when entering non-ASCII characters into the credit card form
Bugfix: UI bugs displaying the list of credit cards in the billing tab
-Mark
|
|
|
LCM Mac Client not working any more... |
Posted by: stamatis - 03-30-2021, 09:31 AM - Forum: Bug Reports
- No Replies
|
 |
Hi liveCloud team & all...
Last night i was experimenting with syncing 800+ records repeatedly from local -> cloud. On LiveCode side was fine, but when i tried to view in LCM, i just kept getting the 'we appear to be offline' message.
This morning i get a bizarre error that happens immediately on startup. I downloaded the (new?) notarised version of LCM and tried again, after deleting all preferences etc.
It now launches fixed to the San Francisco server with Mark's username on -- but i'm unable to change any details without triggering an error message making this unusable (screenshot:
LCM error.jpg (Size: 140.63 KB / Downloads: 6)
)
Anyone else had this? Any solutions?
regards
Stam
|
|
|
|