Apple Push Notification Servers (APNS)

2019-01-15 Thread Tom-Lists via 4D_Tech
Hello, Anyone having any luck sending notifications to Apple's Push Notification Servers? I'm getting mixed results when I try to POST the HTTP REQUEST: in v16.4: Error code: 49 SSL internal error : error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca component: 'srvr' in v17.0:

Re: Apple Push Notification Servers (APNS)

2019-01-19 Thread Tom-Lists via 4D_Tech
elated to a keep-alive error (* > as the last parameter) in the HTTP client implementation, but it appears you > are not using that option. My work-around was to just retry the request which > seemed to work. Might be worth a try. > > John DeSoi, Ph.D. > > > > >>

ORDA - NOT(IN)

2020-03-01 Thread Tom-Lists via 4D_Tech
Hi All, I'm generally in love with ORDA, but: Now assuming that the field "entityUUID" is populated (no null values), How come I get different results with: $vC_uuidsToIgnore:=New collection() $deletes:=ds.SyncDeletes.query("NOT(entityUUID IN :1)";$vC_uuidsToIgnore) $deletes -->

Re: An API for my 4D app

2020-03-01 Thread Tom-Lists via 4D_Tech
We provide API resources just by using the web extension and returning JSON to validated queries. For example a customer device might make a request like: https://online.myDomain.ca/4DACTION/API/API_GetAssets?key=8B99FB68&criteria=new&pretty=yes

Re: ORDA - NOT(IN)

2020-03-01 Thread Tom-Lists via 4D_Tech
) > > Remove the parenthesis so you have: > $vC_uuidsToIgnore:=New collection > > See: https://doc.4d.com/4Dv18/4D/18/New-collection.301-4505843.en.html > <https://doc.4d.com/4Dv18/4D/18/New-collection.301-4505843.en.html> > > Best regards, > Jeremy French > > > >

Re: ORDA - NOT(IN)

2020-03-03 Thread Tom-Lists via 4D_Tech
Yup, add any dummy element of any kind (since a collection can be mixed) and you have a work-around. You could instead bypass the query if the search collection is empty, that would be logical, might even be (insignificantly) more efficient . Keisuke mentions a potential issue about "runtime"…

Re: ORDA - NOT(IN)

2020-04-04 Thread Tom-Lists via 4D_Tech
Yup, that's my bug! [ ] # Null Cheers, Tom > On Mar 26, 2020, at 5:52 PM, Keisuke Miyako via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > remember this discussion? > > good news! common sense prevails! > > https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.4d.fr_fixedbugslist-3Fbra