cancel
Showing results for 
Search instead for 
Did you mean: 

DataStoreException: java.sql.SQLException: JZ0TO: Read operation timed out

0 Kudos

Hi experts,

I'm now facing the following error to read the data from the data store in scpi.

Please let us know how to fix it.

com.sap.it.rt.adapter.http.api.exception.HttpResponseException: An internal server error occured: com.sap.it.api.asdk.exception.DataStoreException: java.sql.SQLException: JZ0TO: Read operation timed out.

Here is my groovy script where the read operation issue. The error occurred at the last of line "service.put(dBean,dConfig)".

def service = new Factory(DataStoreService.class).getService();
if(service == null){
        throw new Exception("Data Store Service not found");
}     
def dBean = new DataBean() 
dBean.setDataAsArray(msgText.getBytes("UTF-8"));
def dConfig = new DataConfig() 
dConfig.setStoreName(dsName)
dConfig.setId(msgId) 
dConfig.setOverwrite(true)
service.put(dBean,dConfig)

Best regards,

Nyein

JimSpath
Active Contributor
0 Kudos

Did you find a solution or open a ticket?

I put notes on questions in a blog post (see #5)

https://blogs.sap.com/2021/08/17/the-2021-answer-thon-mid-august-lightning-round/

Accepted Solutions (0)

Answers (0)