Page 1 of 2

Error message

Posted: December 9th, 2017, 4:05 pm
by Yihun_Shegnew
Dear team,
When I try to sync data by bluethooth b/n android and windows these errors occured, the data was sent to from phone to windows , could any one advice me?
Thanks

Re: Error message

Posted: December 10th, 2017, 1:08 pm
by aaronw
This error message is due to a bug in the most recent beta (21 Nov 2017). For the time being comment out calls to syncfile in your Bluetooth logic. This will allow you to call syncdata in your Bluetooth logic.

This will be fixed in out next beta which will be released shortly. I'll update the thread when it is available.

Re: Error message

Posted: December 10th, 2017, 2:48 pm
by Yihun_Shegnew
Dear aaronw,
Thanks for your constructive comments.

Re: Error message

Posted: December 14th, 2017, 8:18 am
by aaronw
This issue has been corrected in the latest beta (12 Dec 2017).

http://www.csprousers.org/beta/

Re: Error message

Posted: December 15th, 2017, 3:11 am
by Yihun_Shegnew
Thanks Just I will test it.

Re: Error message

Posted: December 21st, 2017, 7:27 am
by Yihun_Shegnew
Dear all
How to fix this error message while writing batch code for deployement for Android. I have I attached the errorr message.
Thanks

Re: Error message

Posted: December 21st, 2017, 8:13 am
by khurshid.arshad
Cspro version in bat file and installed CSPro version should be same.



SET CSEntry="%ProgramFiles(x86)%\CSPro 7.1\CSEntry.exe"
if exist %CSEntry% goto :gotcspro
SET CSEntry="%ProgramFiles%\CSPro 7.1\CSEntry.exe"
if exist %CSEntry% goto :gotcspro
echo "Can't find CSEntry version 7.1. Is it installed?"
goto :eof
:gotcspro

Re: Error message

Posted: December 22nd, 2017, 9:09 am
by Yihun_Shegnew
Ya its located in cspro 7.1 is in the corrected path.

Re: Error message

Posted: December 22nd, 2017, 11:33 am
by khurshid.arshad
If the error still exists the open your application one by one in CSPro and just save it and after that run your bat file. I hope it works.
Best.
a.

Re: Error message

Posted: December 22nd, 2017, 2:05 pm
by Gregory Martin
Instead of creating the .pen file from the Login folder, try going into the Listing folder. So:

cd "C:\Users\Yihun\Desktop\SupEntry\UtlMenu\Login\Listing"
"C:\Program Files (x86)\CSPro 7.1\CSEntry.exe" /pen Listing.ent

Does this work?