Search found 568 matches

by aaronw
May 16th, 2024, 4:32 pm
Forum: Android
Topic: csv using filewrite
Replies: 1
Views: 12

Re: csv using filewrite

There's a lot going on here. Can you try creating a csv file with a single entry by hand and then import it. At least this will let you know if the issue is with the CSV or somewhere else.
by aaronw
May 13th, 2024, 4:26 pm
Forum: Other
Topic: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
Replies: 5
Views: 128

Re: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.

Thanks for the report. It will be fixed in the next release. Let me know if you need a workaround in the meantime.
by aaronw
April 29th, 2024, 2:07 pm
Forum: Tools
Topic: relative paths in production runner
Replies: 5
Views: 3176

Re: relative paths in production runner

You can open the pffRunner file in a text editor and make the paths relative.
pffrunner.PNG
pffrunner.PNG (5.56 KiB) Viewed 415 times
by aaronw
April 18th, 2024, 2:21 pm
Forum: Android
Topic: use of custom API
Replies: 4
Views: 2096

Re: use of custom API

It's possible I am not thinking something, but technically I think you could port the CSWeb code base to MERN. However, think this would be very impractical. Plus you would need to keep it up-to-date as new versions come out. I haven't used Kubernetes and CSWeb together, but from my understanding Ku...
by aaronw
April 15th, 2024, 3:59 pm
Forum: Synchronization
Topic: Sync error
Replies: 11
Views: 10604

Re: Sync error

Maybe the dictionary changed so that a record was required? I would identify which record was causing the issue and then try setting it to not required in the dictionary. Then try exporting again.
by aaronw
April 15th, 2024, 3:44 pm
Forum: Android
Topic: use of custom API
Replies: 4
Views: 2096

Re: use of custom API

If you can write JavaScript to hit your endpoint you can call it from CSPro logic using the Action Invoker. https://www.csprousers.org/help/CSPro/action_invoker.html I'm not sure what you mean by "is it possible to sync data to custom made API back end with CSPro code itself." I will say t...
by aaronw
April 15th, 2024, 3:32 pm
Forum: Synchronization
Topic: REJECT PARTIAL AND EDIT MODE QUESTIONNAIRES
Replies: 4
Views: 3832

Re: REJECT PARTIAL AND EDIT MODE QUESTIONNAIRES

Are you suggesting that the internet cutting out can lead to a complete case being synchronized as a partial case? One motivation to sync partial data to the server is back up the progress, so a lost tablet doesn't lead to lost work. A partially saved case maybe logically complete. For instance, if ...
by aaronw
February 20th, 2024, 12:10 pm
Forum: Entry
Topic: CSWEB 8
Replies: 1
Views: 1587

Re: CSWEB 8

Looking here I believe this could be a compatability issue when running Doctrine 2.x and PHP 8.0.

However, a new installation of CSWeb 8.0 will include Doctrine 3.x. My first suggestion is to try clearing the cache by deleting "csweb\var\cache" and seeing if that fixes the issue.
by aaronw
February 20th, 2024, 10:52 am
Forum: Entry
Topic: Failed to contact authentication server. Please contact your site administrator
Replies: 1
Views: 1583

Re: Failed to contact authentication server. Please contact your site administrator

As a first step delete "csweb\var\cache." Then try signing in again. If that doesn't work take a look at this post and consider your server configurations. If you have an IT team this would be appropriate for them to look at. viewtopic.php?t=4423
by aaronw
February 7th, 2024, 2:31 pm
Forum: Android
Topic: Drawing a Geometry Polygon using a geojson file
Replies: 3
Views: 1508

Re: Drawing a Geometry Polygon using a geojson file

I used your logic and it worked. I would verify the path to the geojson file and make sure the load succeeds. Then I would verify there isn't an issue with the geojson file. My suggestion would be to generate a new one using the Geometry example for your current location. Then display a map for your...