Search found 162 matches

by savy
October 6th, 2023, 10:04 am
Forum: Tools
Topic: relative paths in production runner
Replies: 1
Views: 2162

Re: relative paths in production runner

We will fix this in CSPro 8.0.
by savy
October 5th, 2023, 7:42 pm
Forum: Other
Topic: CSWeb security vulnerability
Replies: 1
Views: 1588

Re: CSWeb security vulnerability

This is not a result of not handling the error. The error was being handled and the message displayed the api response error. We will fix the message to show a user friendly message in the next version.
by savy
October 5th, 2023, 7:33 pm
Forum: Synchronization
Topic: Sync error
Replies: 11
Views: 8923

Re: Sync error

The first error is showing that the synconnect url your gave is incorrect.The other error has to do with SSL certificate on the server. Are you able to connect to the internet from the device? Please send us the sync.log from the device. Check the instructions here to locate the sync.log file on the...
by savy
August 28th, 2023, 6:43 pm
Forum: Synchronization
Topic: Strange behavior when deleting Dictionary from CSWEB
Replies: 3
Views: 25174

Re: Strange behavior when deleting Dictionary from CSWEB

Are you still having problems with this issue? Did you setup IIS verbs to include DELETE as shown in the help documentation in the "Handle Additional Verbs" section here?
https://www.csprousers.org/help/CSWeb/i ... setup.html
by savy
July 17th, 2023, 11:15 am
Forum: Synchronization
Topic: Application deployment Error
Replies: 3
Views: 2166

Re: Application deployment Error

If you have test application and dictionaries, delete them before you start your production data collection to make sure that your data is not mixed up with the test data. You do not have to delete the application to update it, a redeploy will update the application. Please send us the logs from the...
by savy
July 10th, 2023, 12:37 pm
Forum: Other
Topic: PHP-CSWeb - Failed to contact authentication server. Please contact your site administrator
Replies: 3
Views: 2887

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

This may be a problem with curl libraries when using CSWeb in IIS on certain Windows Servers. A workaround is to disabling the curl extension in php.ini and enabling allow_url_fopen.
by savy
June 28th, 2023, 10:14 am
Forum: Entry
Topic: SYNCHRO DATA
Replies: 2
Views: 1847

Re: SYNCHRO DATA

From the logs it appears that the device is not able to establish a connection. This may be a device issue. Do you get a dialog box with nearby Bluetooth devices prompting you to choose a device to connect to? Can you try making sure that the location services are turned on both the devices? What is...
by savy
June 27th, 2023, 5:40 pm
Forum: Entry
Topic: SYNCHRO DATA
Replies: 2
Views: 1847

Re: SYNCHRO DATA

Please send us the sync.log to cspro@lists.census.gov. On Android devices you can find the sync.log file in the CSEntry directory on your tablet or phone.
by savy
June 27th, 2023, 5:11 pm
Forum: Entry
Topic: Blocked loading mixed active content (by JQuery)
Replies: 1
Views: 1154

Re: Blocked loading mixed active content (by JQuery)

In \csweb\src\AppBundle\config.php file, check if API_URL is pointing to your https csweb endpoint and change it. Once you make the changes and save, delete the contents of csweb\var\cache folder.
by savy
June 20th, 2023, 7:25 pm
Forum: Tabulation
Topic: Relations of multiple Records
Replies: 1
Views: 16914

Re: Relations of multiple Records

Here is a link in the helps that shows what is possoble in CSPro tabulation system to create multiple subtables using variables from different records.
https://www.csprousers.org/help/CSPro/c ... ables.html