Search found 561 matches

by aaronw
February 20th, 2024, 12:10 pm
Forum: Entry
Topic: CSWEB 8
Replies: 1
Views: 162

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: 124

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: 258

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...
by aaronw
December 12th, 2023, 11:25 am
Forum: Entry
Topic: How do I access a case from the non-external dictionary
Replies: 4
Views: 12252

Re: How do I access a case from the non-external dictionary

I misread your question. You can try SQLQuery as htuser suggests. Another approach is to load the case from the menu, write the case to external dictionary, open new case, access previous case data using the loadcase function.
by aaronw
December 11th, 2023, 10:01 am
Forum: Entry
Topic: How do I access a case from the non-external dictionary
Replies: 4
Views: 12252

Re: How do I access a case from the non-external dictionary

When accessing an external dictionary you must add the external dictionary to the project (File > Add Files). Then when you call a function, provide the dictionary name (e.g., HBS_REGISTRY_DICT). If you have any questions take a look at the simple application that I attached which does a look up usi...
by aaronw
November 6th, 2023, 2:11 pm
Forum: Tools
Topic: Data Settings: How does csweb handle modified cases on relational SQL table?
Replies: 1
Views: 1901

Re: Data Settings: How does csweb handle modified cases on relational SQL table?

The original case should be updated, leaving you with one case. I am assuming when you say modify/delete the case you are doing so though CSEntry.
by aaronw
November 1st, 2023, 3:32 pm
Forum: Synchronization
Topic: error in downloading a file
Replies: 1
Views: 2034

Re: error in downloading a file

An unhandled exception is a generic error. I can't really say what is occurring. However, take a look at this thread. Your issue may be related.

viewtopic.php?p=15782
by aaronw
October 10th, 2023, 10:29 am
Forum: Synchronization
Topic: Application deployment Error
Replies: 2
Views: 1828

Re: Application deployment Error

The current docker-csweb release project is configured for CSWeb 8.0. Please note that there is no upgrade path between CSWeb 7.7 to CSWeb 8.0. A fresh install is necessary (e.g., new database). I believe the issue is you have the database that was created by CSWeb 7.7, but you're trying to use CSWe...
by aaronw
October 2nd, 2023, 8:13 am
Forum: Other
Topic: Issue with CSWeb 8.0 beta
Replies: 1
Views: 1662

Re: Issue with CSWeb 8.0 beta

Try clearing the cache by pressing CTRL + F5. If that doesn't work try deleting csweb/var/cache and again pressing CTRL + F5.
by aaronw
August 2nd, 2023, 5:58 pm
Forum: Entry
Topic: Operator ID (Data Entry Team)
Replies: 1
Views: 1355

Re: Operator ID (Data Entry Team)

If you want to enforce unique users I disable operator Id and do this programically. Ultimately you want to associate a staff code with a staff name and pin. For a smaller survey you could do this in an Excel file. Then you would use Excel to CSPro to generate a CSDB file to be used as a lookup. Som...