Android Question JobDone Event Showing Error

yashwant

Member
Licensed User
Longtime User
Hello
I am Facing Error while executing HTTPJobs to Post SQL Data into Web Server.
I have created sub to Upload each record from the Local Sqlite Database
But after some point of time say out of 200 record it stops at 125th record and show
'Error:Service Unavailable'
I am using HttpUtils2Service
 

yashwant

Member
Licensed User
Longtime User
Hello
As Siam rightly pointed out there is connection time out from the Web Server as it is showing '<hr><p>HTTP Error 503. The service is unavailable.</p>'
in the Log file.
 
Upvote 0
Top