Search found 166 matches

by savy
January 18th, 2024, 6:11 pm
Forum: Feature Requests
Topic: Implementing User-Specific Data Access in CSWeb Server
Replies: 3
Views: 4286

Re: Implementing User-Specific Data Access in CSWeb Server

Is the intent to add functionality in CSWeb to show content in the dashboard on a per user basis? CSWeb has roles that can restrict users to what data they have access to but it does not restrict data access at a lower level than that.
by savy
January 16th, 2024, 12:26 pm
Forum: Synchronization
Topic: CsWeb install Apache mod_rewrite enabled
Replies: 1
Views: 5278

Re: CsWeb install Apache mod_rewrite enabled

Please check this post and make sure PHP info shows that the mod rewrite is enabled. Make sure you restart apache after enabling it and use a new browser window to get to the setup page.
https://stackoverflow.com/questions/733 ... -on-server
by savy
October 26th, 2023, 4:37 pm
Forum: Synchronization
Topic: Zero cases imported since moving database location to local machine
Replies: 3
Views: 2994

Re: Zero cases imported since moving database location to local machine

Can you send us the logs from CSWeb folder var/logs/? You can email to cspro@lists.census.gov.
by savy
October 17th, 2023, 11:58 am
Forum: Synchronization
Topic: ftpes/ftps - Invalid username and password
Replies: 7
Views: 8541

Re: ftpes/ftps - Invalid username and password

Unfortunately, we have not addressed this issue. Please use regular FTP as a workaround.
by savy
October 6th, 2023, 10:04 am
Forum: Tools
Topic: relative paths in production runner
Replies: 5
Views: 3855

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

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

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

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

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

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.