07-09-2019, 03:58 PM
(This post was last modified: 07-10-2019, 09:12 PM by simon.schvartzman.
Edit Reason: added more infor
)
Hi, using LCM I've created a table that has one blob field but for some reason I can't create the record.
I'm on Android and when I check for cdb_result("response") I get Failed to create cdbBlob record which doesn't help too much to identify what is going wrong.
Worth to mention is the fact that previously I got problems with the file name and cdb_result("response") gave me the hint with "...no such file exists" message.
So, what can I try?
Thanks
MORE INFO TO HOPEFULLY HELP TO GET A RESPONSE
This is what I know:
So what am I doing wrong?
I'm on Android and when I check for cdb_result("response") I get Failed to create cdbBlob record which doesn't help too much to identify what is going wrong.
Worth to mention is the fact that previously I got problems with the file name and cdb_result("response") gave me the hint with "...no such file exists" message.
So, what can I try?
Thanks
MORE INFO TO HOPEFULLY HELP TO GET A RESPONSE
This is what I know:
- I'm trying to make it work from an Android Environment
- When I click on the cdbBlobs table the Blob View window opens.
- When I click on the Right Arrow the window closes.
- If I try to delete the record I get the following error message: "Couldn't find Blob Table Info"
- Looking at the metadata of the Blob table:
- the cdbCloudSyncVersion is "1" while in the Restaurant sample is "2" and Blobs can be viewed
- the HBID records of my table are empty while in the Restaurant sample they show "array key"
- If I do the upload from the Mac then everything works fine
So what am I doing wrong?
To ";" or not to ";" that is the question