Error occured during importing a CSV into Zoho DB

Error occured during importing a CSV into Zoho DB

Hi
 
An Error is occured when I am importing a CSV containing about 5000 rows.
 
Error message on GUI says:
Processing time exceeds the allowed time limit. Please try it after some time.
 
Error log on API is:
2009/03/19 10:15:22 org.apache.commons.httpclient.HttpMethodBase getResponseBody
警告: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
Exception in thread "main" ServerException (HttpStatusCode 500 Error Code: 7017 , URI: /api/keitayone/keita/hrat, Action: IMPORT, Message: Processing time exceeds the allowed time limit. Please try it after some time)
 at com.adventnet.zoho.client.report.BaseClient.sendRequest(BaseClient.java:106)
 at com.adventnet.zoho.client.report.ReportClient.sendImportRequest(ReportClient.java:476)
 at com.adventnet.zoho.client.report.ReportClient.importData(ReportClient.java:464)
 at importTEJ.importCSV(importTEJ.java:177)
 at importTEJ.main(importTEJ.java:105)






 
the Error is occured even I set setConnectionTimeOut(60000);.
Could you kindly let me know if there is workaround for this?
 
Regards
Keita