Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL Trace for "getLargeUpdateCount not implemented" #237

Open
worksofliam opened this issue Jun 17, 2024 · 1 comment
Open

SQL Trace for "getLargeUpdateCount not implemented" #237

worksofliam opened this issue Jun 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@worksofliam
Copy link
Contributor

Trace
<html><body bgcolor="white">


<hr>
<b>[DATASTREAM_IN]: </b><i>2024-06-07.07.27.08.964</i>
<font color="DarkSlateGrey">
<blockquote>
<pre>
{"id":"id2","type":"connect","technique":"tcp","application":"vscode-db2i 1.0.0-dev","props":"libraries=SCHINDLN,QTEMP,OBJEKTTEST,DATEIEN,OBJEKTE,NEWSCAN,QGDDM,QIDU,QGPL,AUFTRAG,VERKAUF,EINKAUF,TAATOOL,ARCHIVP,GSESPL,E3SXROSS,E3SIROSS,SYSADMIN,SOURCEN,PROFOUNDUI,PROFOUNDJS,ILEASTIC,ILELDAP,ILEVATOR;naming=system;full open=false;transaction isolation=none;query optimize goal=1;block size=512;selfcodes=*NONE"}
</pre>
</blockquote>
</font>

<hr>
<b>[DATASTREAM_IN]: </b><i>2024-06-07.07.27.17.291</i>
<font color="DarkSlateGrey">
<blockquote>
<pre>
{"id":"id3","type":"setconfig","tracedest":"IN_MEM","tracelevel":"DATASTREAM"}
</pre>
</blockquote>
</font>

<hr>
<b>[DATASTREAM_OUT]: </b><i>2024-06-07.07.27.17.296</i>
<font color="DarkSlateBlue">
<blockquote>
<pre>
{"id":"id3","tracedest":"IN_MEM","tracelevel":"DATASTREAM","jtopentracedest":"IN_MEM","jtopentracelevel":"OFF","success":true}
</pre>
</blockquote>
</font>

<hr>
<b>[DATASTREAM_IN]: </b><i>2024-06-07.07.27.20.017</i>
<font color="DarkSlateGrey">
<blockquote>
<pre>
{"id":"query4","type":"sql","sql":"select * from qsys2.sysfuncs","terse":true,"rows":100}
</pre>
</blockquote>
</font>

<hr>
<b>[INFO]: </b><i>2024-06-07.07.27.20.017</i>
<font color="black">
<blockquote>
<pre>
asynchronously dispatcing a request of type: RunSql
</pre>
</blockquote>
</font>

<hr>
<b>[ERR]: </b><i>2024-06-07.07.27.20.351</i>
<font color="tomato">
<blockquote>
<pre>
java.lang.UnsupportedOperationException: getLargeUpdateCount not implemented
	at java.sql.Statement.getLargeUpdateCount(Statement.java:1103)
	at com.github.theprez.codefori.requests.RunSql.go(RunSql.java:24)
	at com.github.theprez.codefori.ClientRequest.run(ClientRequest.java:81)
	at java.lang.Thread.run(Thread.java:825)

</pre>
</blockquote>
</font>

<hr>
<b>[DATASTREAM_OUT]: </b><i>2024-06-07.07.27.20.351</i>
<font color="DarkSlateBlue">
<blockquote>
<pre>
{"id":"query4","has_results":true,"error":"getLargeUpdateCount not implemented","success":false}
</pre>
</blockquote>
</font>

<hr>
<b>[DATASTREAM_IN]: </b><i>2024-06-07.07.27.22.832</i>
<font color="DarkSlateGrey">
<blockquote>
<pre>
{"id":"id5","type":"gettracedata"}
</pre>
</blockquote>
</font>

<hr>
<b>[INFO]: </b><i>2024-06-07.07.27.22.833</i>
<font color="black">
<blockquote>
<pre>
synchronously dispatcing a request of type: GetTraceData
</pre>
</blockquote>
</font>
</body></html>
@worksofliam worksofliam added the bug Something isn't working label Jun 17, 2024
@NicolasSchindler
Copy link

@worksofliam @ThePrez if you need more information just hit me up. Thanks already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants