Hello,
I'm running RTC 5.0.2 iFix 0.13.
Executing the Background Task in the /ccm contextt, diagnostic task, I'm getting this:
CRJAZ1992E The "com.ibm.team.repository.DiagnosticTask" task could not be completed and is now unscheduled. Error details: "CRJAZ0368E A database query could not be executed in the server. stmt = select t1.ITEM_ID, t1.STATE_ID from RTC.DIGNSTCTSTS_DGNSTC_TST_RSLT_TM t1 where ((t1.TEST_ID = ?) and (t1.NODE_ID = ?)) order by t1.MODIFIED desc"
Any clues?
Thanks,
Raf.
Comments
Please check if any error details in ccm.log.
This error CRJAZ1992E means that the query above failed to run on the server. It gave an SQLException that should be in the ccm log. The query is simple. It's look at the results that were returned from the diagnostics. I'm not sure why this would fail. You could try connecting to the database with a database vendor tool, and running a similar query.
Thanks for the tips. I could not find anything in ccm.log or SystemOut.log also.
You can, just replace the questions marks with some dummy values. Just check the table structure to confirm what type of values (integer, string, or something else) you need to put it.
P.S. It is a prepared SQL statement, and the application will put in the values for each question mark during runtime.
Did you find any answer to the question, were you able to resolve the problem.?