For a RTC Extension - Participant, can we import data from local database to store in description attribute.
I had created a Follow up action participant for rational team concert. I wanted to store some value in the description attribute from the data present in the local Oracle database. I had written code which executes the query and fetch the data from the database and then set that value in the description attribute. The value is not being added after saving the workitem. I had added the ojdc jar file in the library as a referenced library and also imported the packages in the main logic. Still I am not able to store the data from the local database and store it in the description attribute.
Is there any other steps need to followed for getting the data from the local db??
Comments
Lukas Steiger
Dec 30 '17, 8:34 a.m.From your question, it is impossible narrow down the possible causes, as your question is formulated very open.
- Are you able to run the participant?
- Are you able to connect to the database?
- Any entries in the CCM log?
- How does your current code look like?
1 vote
Manjunath Badiger
Dec 31 '17, 10:55 p.m.Yes, I am able to run the participant, but without the connection to the local database code in it. I am able to connect to the database, As I had tested the database connection code separately before implementing the code in the participant, there is no issue in that. I haven't checked the CCM log.