Search found 565 matches

by aaronw
September 17th, 2019, 5:20 pm
Forum: Synchronization
Topic: Synchronization with different csentry versions (7.2 and 7.3)
Replies: 3
Views: 2715

Re: Synchronization with different csentry versions (7.2 and 7.3)

If the tablets in the field are synchronizing over the internet and you have not disabled automatic updates then those devices may already be running 7.3. I would double check those devices and see what version is currently installed. If they updated and you're not seeing issues in the field then I ...
by aaronw
September 17th, 2019, 5:00 pm
Forum: Entry
Topic: Conection to server
Replies: 1
Views: 2050

Re: Conection to server

I consider the URL and IP address as public, so i don't consider this a security risk. However, I'll admit I'd probably not want to advertise the URL or IP address. I'll mention this to the team. Just to say a bit more about security. A port scan will show which ports are open. Additionally, if we a...
by aaronw
September 16th, 2019, 9:57 am
Forum: Entry
Topic: ProductionRunner failed to run
Replies: 7
Views: 4291

Re: ProductionRunner failed to run

You'll receive this error if one of your applications is missing. For example, if I delete CSEntry.exe from the installation directory. That's why I recommended reinstalling CSPro. Since that did not work we have to consider other reasons the application may be missing. For example, your anti-virus ...
by aaronw
September 12th, 2019, 2:57 pm
Forum: Entry
Topic: Bad record type
Replies: 5
Views: 3233

Re: Bad record type

Looking at the two cases in a SQLite viewer I can see that there is a newline before each name. So line 5 starts with a name and not the record number. I changed the data, but you can see the format. Line 4 and 5 should be on a single line like line 6. newline.PNG I'm not sure how this happened. If ...
by aaronw
September 10th, 2019, 2:42 pm
Forum: Entry
Topic: ProductionRunner failed to run
Replies: 7
Views: 4291

Re: ProductionRunner failed to run

Try uninstalling CSPro 7.3 and reinstalling.
by aaronw
September 10th, 2019, 2:40 pm
Forum: Entry
Topic: Bad record type
Replies: 5
Views: 3233

Re: Bad record type

Hey Ari, I don't see the attachments.
by aaronw
September 9th, 2019, 5:37 pm
Forum: Other
Topic: Help texts
Replies: 1
Views: 1852

Re: Help texts

My initial thought is it may be more of a matter of understanding the list type then the function. The syntax doesn't really change. The behavior does change depending on the type of the parameter, but I think that is clearly stated. string line; fileread (textFile, line); list string allLines; file...
by aaronw
September 9th, 2019, 4:58 pm
Forum: Tools
Topic: CAPI displaying more than one questions
Replies: 2
Views: 2403

Re: CAPI displaying more than one questions

You can implement this functionality using blocks. The behavior is subtly different on Windows and Android, so read the helps carefully.

https://www.csprousers.org/help/CSPro/blocks.html

Also, the Simple CAPI example make use of blocks.
by aaronw
September 9th, 2019, 4:54 pm
Forum: Entry
Topic: Bad record type
Replies: 5
Views: 3233

Re: Bad record type

I suspect there is a difference between the dictionary embedded in the data file and the one being used to synchronize. Send the data file with the bad record and the dictionary being used to synchronize to cspro@lists.census.gov.
by aaronw
September 9th, 2019, 4:43 pm
Forum: Entry
Topic: ProductionRunner failed to run
Replies: 7
Views: 4291

Re: ProductionRunner failed to run

Attach the project or email it to cspro@lists.census.gov and we'll take a look.