Search found 176 matches

by justinlakier
June 13th, 2024, 5:04 pm
Forum: Synchronization
Topic: CSWEB Mixed Content: HTTPS load vs HTTP request
Replies: 3
Views: 74

Re: CSWEB Mixed Content: HTTPS load vs HTTP request

Hello,

Please see this post on mixed active content. Changing the configuration to point to the https endpoint and deleting the cache should have CSWeb only use https instead of http.

Hope this helps,
Justin
by justinlakier
June 11th, 2024, 10:13 am
Forum: Editing
Topic: Password
Replies: 1
Views: 84

Re: Password

Hello, Your password is using multiple special characters. This causes some problems as they are reserved for the connection string . If you want these special characters in your password, it needs to be Percent Encoded . Try this. setoutput("sample_data.csdbe|password=" + encode(PercentEn...
by justinlakier
June 11th, 2024, 10:07 am
Forum: Synchronization
Topic: Error downloading data with data viewer
Replies: 10
Views: 4967

Re: Error downloading data with data viewer

Hello,

If your interviewers and your data are in 8.0 and you cannot open the data because your Data Viewer is in 7.7, then you can download CSPro 8.0 and use that to view your data.

Hope this helps,
Justin
by justinlakier
June 11th, 2024, 9:53 am
Forum: Entry
Topic: Number of cases
Replies: 1
Views: 96

Re: Number of cases

Hello,

There is not a set limitation on number of cases. CSPro data files are limited to 2 gigabytes in overall size and overly large data files may cause lag, however data file size depends on both the number and complexity of your cases.

Hope this helps,
Justin
by justinlakier
June 10th, 2024, 12:04 pm
Forum: Entry
Topic: DATA FROM FTP SERVER
Replies: 4
Views: 94

Re: DATA FROM FTP SERVER

Hello, If the files only exist on your FTP server (and not locally as Greg mentioned), then you will need to download the files from the server. There are many ways to download the files (DataViewer or SyncConnect with CSPro, or another FTP tool), however you will still need to connect to your FTP s...
by justinlakier
June 7th, 2024, 4:16 pm
Forum: Entry
Topic: Sample selection from roster
Replies: 2
Views: 102

Re: Sample selection from roster

Hello, There are multiple previous posts on the forum outlining ways to randomly select multiple options from the roster. See here and here for a few examples. You can select a certain number of unique random numbers based on their index and the size of the roster using CSPro's random functions, or ...
by justinlakier
June 7th, 2024, 10:03 am
Forum: Entry
Topic: DATA FROM FTP SERVER
Replies: 4
Views: 94

Re: DATA FROM FTP SERVER

Hello, You should be able to access your FTP server and download data using any FTP client. Windows has an FTP client built-in with Internet Information Services, or you could use a different FTP client such as FileZilla, Cyberduck, and so on. Once you download the files you can open them with DataV...
by justinlakier
June 7th, 2024, 9:51 am
Forum: Entry
Topic: The request node is no longer available.
Replies: 1
Views: 72

Re: The request node is no longer available.

Hello, This error message implies that there is an "EndLevel" command during a node request which makes it unavailable. For instance you may be trying to return from a popup window to a level which has already ended. Please use CSPro's Pack Application Tool to create a .zip file of your ap...
by justinlakier
June 6th, 2024, 12:41 pm
Forum: Entry
Topic: slow query ..Help
Replies: 3
Views: 1099

Re: slow query ..Help

Hello, Startswith() works to filter on the dictionary keys. It looks like this is not possible since you are filtering by whether a non-key item (ALIMENTO2) contains a particular substring (CPI_19). In this case, you cannot improve this filtering with Startswith(). If you are experienced with SQL, y...
by justinlakier
June 6th, 2024, 10:43 am
Forum: Synchronization
Topic: Error connecting to sync server: received HTTP/0.9 when not allowed
Replies: 3
Views: 2953

Re: Error connecting to sync server: received HTTP/0.9 when not allowed

Hello, It seems you are having an error connecting to the sync server for different reasons. Please attach (or send to cspro@lists.census.gov if it contains sensitive information) your sync.log file, found in desktop CSPro at "Help -> Troubleshooting -> sync.log file" or in your CSEntry fo...