Error message

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Yihun_Shegnew
Posts: 25
Joined: November 30th, 2017, 11:56 am

Error message

Post 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
Attachments
Screenshot_2017-12-09-23-57-47.jpg
Screenshot_2017-12-09-23-57-47.jpg (859.33 KiB) Viewed 7334 times
Screenshot_2017-12-09-23-56-34_1_1.jpg
Screenshot_2017-12-09-23-56-34_1_1.jpg (52.64 KiB) Viewed 7334 times
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: Error message

Post 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.
Yihun_Shegnew
Posts: 25
Joined: November 30th, 2017, 11:56 am

Re: Error message

Post by Yihun_Shegnew »

Dear aaronw,
Thanks for your constructive comments.
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: Error message

Post by aaronw »

This issue has been corrected in the latest beta (12 Dec 2017).

http://www.csprousers.org/beta/
Yihun_Shegnew
Posts: 25
Joined: November 30th, 2017, 11:56 am

Re: Error message

Post by Yihun_Shegnew »

Thanks Just I will test it.
Yihun_Shegnew
Posts: 25
Joined: November 30th, 2017, 11:56 am

Re: Error message

Post 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
Attachments
BatchErrors.PNG
BatchErrors.PNG (41.99 KiB) Viewed 7202 times
khurshid.arshad
Posts: 571
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Re: Error message

Post 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
Yihun_Shegnew
Posts: 25
Joined: November 30th, 2017, 11:56 am

Re: Error message

Post by Yihun_Shegnew »

Ya its located in cspro 7.1 is in the corrected path.
khurshid.arshad
Posts: 571
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Re: Error message

Post 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.
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Error message

Post 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?
Post Reply