How do you make custom DCC ETLs?
We are trying to add custom ETLs to DCC, version 6.0.3. We read that this was possible here:
The article says you can use the built in ETL files as a guide when doing this, and it points you to a JAR file, where these files are supposed to be. We cracked open this jar file, and all we could find were .CLASS files, which we do not know how to read, and do not look to helpful anyway.
Has anyone tried to add custom ETL jobs to DCC, and can you give us any guidance?
Thanks,
Ryan
|
2 answers
You can find them inside the following JAR file: <server directory="" install=""> /server/conf/dcc/sites/dcc-updatesite/plugins/com.ibm.rational.datacollection.service_XXXXXXXX.jar </server> Copy this JAR file to a location outside of DCC and use any uncompression tool to locate the ETL files in the mapping folder. The folder is named: mapping. Comments
Ryan Boyce
commented May 30 '17, 11:29 a.m.
That was exactly what the wiki site I referenced told me to do. I did that and then ran into the problem I elaborated on in my post. I found no Mapping folder inside this unzipped jar file. All there are are .CLASS files and a manifest file. |
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Ryan can you please contact IBM support and ask for a screen sharing session? They will guide you through the steps. To unzip the com.ibm.rational.datacollection.service jar file, I used 7-zip.