Search found 8 matches

by Marc
February 27th, 2018, 11:20 pm
Forum: Synchronization
Topic: Error 100119: "..could not delete...no such file"
Replies: 1
Views: 2663

Re: Error 100119: "..could not delete...no such file"

Hello all, I continued to look into this and identified that it was an issue at the FTP server side. The server used for testing/dev appears to have limitations set at the root level. So when CSPRO creates it's directories, it places the first CSPRO dir at that top level. The directories were gettin...
by Marc
February 27th, 2018, 10:14 pm
Forum: Synchronization
Topic: Error 100119: "..could not delete...no such file"
Replies: 1
Views: 2663

Error 100119: "..could not delete...no such file"

Hello everyone, Would anyone be able to assist with an error I am receiving when using SYNDATA() to FTP. CSEntry Error (100119) Error connecting to sync server: it.sauronsoftware.ftp4j.FTPException: Could not delete "CBHS_SANDBOX_01_DICT.dcf: No such file or directory I am attempting to do an i...
by Marc
February 27th, 2018, 8:14 pm
Forum: Android
Topic: Help with Error (W 10102) - "...index could not be created..."
Replies: 2
Views: 3441

Re: Help with Error (W 10102) - "...index could not be created..."

In my program, the External Files statement of my .pff generating logic had the .dcf as the file, instead of the .txt. When I change the code from this: filewrite(pffFile,"[ExternalFiles]"); filewrite(pffFile,"CBHS_MENU_SURVEYKEY_01_DICT=" + pathname(Application) + "/CBHS_Me...
by Marc
February 27th, 2018, 7:48 pm
Forum: Android
Topic: Help with Error (W 10102) - "...index could not be created..."
Replies: 2
Views: 3441

Help with Error (W 10102) - "...index could not be created..."

Hi all, I am reaching out for a little help with regard to this particular error message. I've tried for a while now to beat it but I'm at a point I'll take some expert advice on it. Exact error message: Entry Message (W 10102) "Could not open the data source CBHS_MENU_SURVEYKEY_01_DICT: An ind...
by Marc
February 22nd, 2018, 3:14 am
Forum: Android
Topic: execpff() after EndLevel
Replies: 2
Views: 3327

Re: execpff() after EndLevel

I figured it out thanks to an earlier post.

I was able to identify where the Accept Case returned to, and put my call to Stop(1) in the post proc of that Questionnaire. This was able to kill the survey portion and return to the menu.

http://csprousers.org/forum/viewtopic.php?t=1148
by Marc
February 22nd, 2018, 1:32 am
Forum: Android
Topic: execpff() after EndLevel
Replies: 2
Views: 3327

execpff() after EndLevel

Hi all, I feel like I'm missing something simple here and have myself running in circles. How do I In my menu system (pff01) I call my questionnaire (pff02). In pff02 I capture the answers to the questions for the case I wanted and use "endlevel" in the postproc of questions to end the que...
by Marc
February 21st, 2018, 4:30 pm
Forum: Other
Topic: Parsing sync'd datafile
Replies: 7
Views: 8345

Re: Parsing sync'd datafile

Thank you everyone.

I'll be looking into this on my end in the coming weeks and will keep you posted. I appreciate your feedback and the helpful links.
by Marc
February 20th, 2018, 3:34 am
Forum: Other
Topic: Parsing sync'd datafile
Replies: 7
Views: 8345

Parsing sync'd datafile

Hello everyone, I am a new user to CSPro (2 weeks) as I was recently brought on as a programmer in a department that uses it. I am really blown away by how easy it is to use, and have already created some stellar surveys that utilize android's GPS and Camera, and also successfully sync back to dropb...