Search found 159 matches

by savy
August 28th, 2023, 6:43 pm
Forum: Synchronization
Topic: Strange behavior when deleting Dictionary from CSWEB
Replies: 3
Views: 24893

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

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

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

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

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

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

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
by savy
June 16th, 2023, 3:44 pm
Forum: Tools
Topic: Processing-case
Replies: 4
Views: 17107

Re: Processing-case

Make sure php bin directory is in your windows path environement
https://stackoverflow.com/questions/524 ... hp-in-path
by savy
June 10th, 2023, 8:57 pm
Forum: Synchronization
Topic: WE CHANGED DOMAIN NAME TO OTHER
Replies: 2
Views: 2567

Re: WE CHANGED DOMAIN NAME TO OTHER

In \csweb\src\AppBundle\config.php file, check if API_URL and DBHOST settings are all correct. Once you make the changes and save, delete the contents of csweb\var\cache folder.
by savy
May 9th, 2023, 11:02 am
Forum: Other
Topic: Sync Cspro data to cloud server
Replies: 9
Views: 27238

Re: Sync Cspro data to cloud server

Looking at the sync.log file, your sync was first done for all the dictionaries on 2023-05-06 15:41:34. After this sync, new programs were installed on the device and it appears that they do not have the code to sync other dictionaries. The logs show MAINMENU_DICT is the only one being synced. Make ...