cancel
Showing results for 
Search instead for 
Did you mean: 

ADSException: [Advantage JDBC]Client expecting more data from server.

Former Member
0 Kudos

Server and JDBC driver version: 11.10.0.24.

The following simple code generates exception on executeQuery().

System event log reveals error code 9084 "Invalid data size specified in management API".


Code:


Class.forName("com.extendedsystems.jdbc.advantage.ADSDriver");
Connection connection = DriverManager.getConnection("jdbc:extendedsystems:advantage://192.168.0.102:6262;catalog = c:\\Program Files (x86)\\Advantage 11.10\\Help\\ADS_DATA;user=adssys");
Statement statement = connection.createStatement();
ResultSet resultSet = statement.executeQuery("select 1 from system.iota");

Exception:

com.extendedsystems.jdbc.advantage.ADSException: [iAnywhere Solutions][Advantage JDBC]Client expecting more data from server.
at com.extendedsystems.jdbc.advantage.n.a(Unknown Source)
at com.extendedsystems.jdbc.advantage.n.new(Unknown Source)
at com.extendedsystems.jdbc.advantage.n.if(Unknown Source)
at com.extendedsystems.jdbc.advantage.n.int(Unknown Source)
at com.extendedsystems.jdbc.advantage.ADSStmt.a(Unknown Source)
at com.extendedsystems.jdbc.advantage.ADSStmt.executeQuery(Unknown Source)
...

ads_err: http://1drv.ms/1gGfllR

dump: http://1drv.ms/1gGfDZZ

Accepted Solutions (1)

Accepted Solutions (1)

HakanHaslaman
Product and Topic Expert
Product and Topic Expert
0 Kudos

Please open a support incident, so we can let the dump file analyze from the Engineering.

Former Member
0 Kudos

Thank you for your answer. 

Could you please give me a link to the support page where I should open the incident? The site is very mazy now. 

Note: I'm the trial user.

HakanHaslaman
Product and Topic Expert
Product and Topic Expert
0 Kudos

Eugene,

Thanks for the information, that you are a trial user. In this case, ADS Pre-Sales should be able to help you, because in the SAP system, only customers with an valid support contract can open an incident. Let me ask the engineering about your incident to spend a look in the files. If I get any news, I will let you asap know about it.

Answers (0)