Error running application on android

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Chiefo
Posts: 1
Joined: May 12th, 2018, 6:30 am

Re: Error running application on android

Post by Chiefo »

Please someone help me with the solution to this error message. Am in a big shit, conducting a training and majority of my tabs keep popping this error message. Please quick response will be appreciated. Thank you.

"Could not open the data source
YIELDWISE_BASELINE_SURVE_DICT: The index file, which needs to be regenerated, could not be deleted"
Attachments
Screenshot_2018-05-12-11-27-50.png
Screenshot_2018-05-12-11-27-50.png (42.08 KiB) Viewed 2203 times
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Error running application on android

Post by Gregory Martin »

When using a text data file, an index is also created. For example, if my data file is called example.dat, then an index file exists called example.dat.csidx. You are seeing that message because for some reason the Android file system cannot delete that index file.

Are these files in the csentry folder? Due to file system permissions issues, sometimes CSEntry can only work with files in that folder, so make sure that your data file is in the csentry folder or a subdirectory of that.

If that is not the problem, you can send your application to cspro@lists.census.gov and we can take a look at it.
Post Reply