Search found 569 matches

by aaronw
December 7th, 2022, 11:49 am
Forum: Synchronization
Topic: ‏Error connecting to sync server " Dropbox"
Replies: 1
Views: 867

Re: ‏Error connecting to sync server " Dropbox"

0x0A is a newline character which isn't allowed in the header. It's possible it needs to be stripped before sending. We'll look into it, but hopefully this is just a one-off-issue for you. Thanks for reporting the issue.
by aaronw
December 7th, 2022, 11:37 am
Forum: Synchronization
Topic: CSEntry SSL Handshake Failed
Replies: 1
Views: 869

Re: CSEntry SSL Handshake Failed

An expired SSL certificate will cause this. I would try sync'ing on another device. This could help you troubleshoot whether the SSL certificate is not configured correctly or cached. If it's cached you could try clearing the credentials in CSEntry and on the device itself.
by aaronw
December 7th, 2022, 11:08 am
Forum: Synchronization
Topic: failed to connect. check the url, username and password and try again
Replies: 1
Views: 988

Re: failed to connect. check the url, username and password and try again

Trying clearing your credentials: File > CSPro Settings > Clear Credentials. Then on the Synchronization Options dialog try test connection. If you get the same message it may be your network configuration. You could confirm this by trying at another location.
by aaronw
December 5th, 2022, 6:41 pm
Forum: Entry
Topic: CSWEB MAP
Replies: 8
Views: 4976

Re: CSWEB MAP

Can you attach a sample CSDB file which exhibits the issue? This would allow us to reproduce the issue on our side.
by aaronw
December 1st, 2022, 6:53 pm
Forum: Entry
Topic: CSWEB MAP
Replies: 8
Views: 4976

Re: CSWEB MAP

What happens when you select a filter?
by aaronw
November 21st, 2022, 10:35 am
Forum: Synchronization
Topic: FTP Data sync Error
Replies: 2
Views: 1524

Re: FTP Data sync Error

Most often when I see this issue it is some sort of connectivity issue. I would suggest trying the sync again in a few hours. Also, try the sync from another device and location. If the issue persists attach the sync.log.
by aaronw
October 3rd, 2022, 2:19 pm
Forum: Other
Topic: Fusionner les données
Replies: 3
Views: 4002

Re: Fusionner les données

I don't know all your requirements, but I would consider three dictionaries and a single id key. Then all data can be collected and synchronized without concern for the others, but are easy to link with the single key.
by aaronw
September 29th, 2022, 7:25 pm
Forum: Android
Topic: Taking photos is not working on Samsung Tab A7 lite using android version 11 r
Replies: 7
Views: 4514

Re: Taking photos is not working on Samsung Tab A7 lite using android version 11 r

I have an Pixel with Android 12 and the value sets were set correctly using the project from 9/6.

Verify the existence and location of the photo on Samsung. Do the photos exist at the paths you expect?
by aaronw
September 28th, 2022, 6:49 pm
Forum: Synchronization
Topic: deploy application
Replies: 4
Views: 1108

Re: deploy application

I'm translating the 405 error to "HTTP verb used to access this page is not allowed." When I do a google search for that phrase on stackoverflow.com I see a number of hits. I believe the issue is specific to a configuration on your production server and you'll need to walk through these se...
by aaronw
September 28th, 2022, 6:31 pm
Forum: Android
Topic: How to hide application listing on Android
Replies: 3
Views: 1718

Re: How to hide application listing on Android

The Household.pff is being deployed without the ShowInApplicationListing property. It's only after the household application is launched that the code is executed and it is added. Try adding the property to Household.pff manually, so it exists when the CSEntry is first run.