DNG and Matlab
![](http://jazz.net/_images/myphoto/110ee3f07b99ddc5a77ecadac1af8978.jpg)
3 answers
![](http://jazz.net/_images/myphoto/110ee3f07b99ddc5a77ecadac1af8978.jpg)
Interesting user case; DNG and Matlab.
I do know linkage between RTC and Matlab is somehow limited. Last year I attended a meeting at Matlabs offices together with IBM representation to discuss ALM toolset and Matlab integrations.
No one was keen to take the lead or responsibility to develop such integration capabilities.
![](http://jazz.net/_images/myphoto/110ee3f07b99ddc5a77ecadac1af8978.jpg)
Hi Gurvinder,
I want to integrate IBM Rational Team Concert 6.0.3 and MATLAB R2015B. But I couldn't able to find any tech note to do that. Kindly share the procedure or a web link to do the successful integration.
IBM Rational Team Concert Version: 6.0.3
MATLAB Version: R2015B 64 Bit
Platform: Windows server 2012 R2 64 Bit
@Matt Muller: I am Sorry to use your question
Regards,
Ramkumar R
![](http://jazz.net/_images/myphoto/110ee3f07b99ddc5a77ecadac1af8978.jpg)
Matt, we are using Simulink and DNG 6.0.4 together - not with RTC, or rather just getting started.
- If you want a DNG artifact to Simulink block linkage, you must be using 2017b (w/ some special patches, we are working directly with the MATHWORKS integration team.
- If you are using Tomcat w/o an Apache server on top, it will not work! You need to be either using a true Apache Server or Liberty - we upgraded this week just to get this working. If you do not use a true webserver then you will not get the correct response when Simulink queries the DNG server, the full path is not sent back as part of the query and you end of with a "returning NULL..." message. Tomact is a serverlet and the configuration cannot be updated - at least I could not find a way - to change the response to return the full URL path.
- Some "problems" as we see them
- Links are not visible in DNG.
- This is apparently an issue with DNG.
- DNG does not store the data of a link if created via OSLC, it is the responsibility of the external tool to store the link.
- There is, supposedly, a fix coming for DNG in 6.0.6 but not until then according to MATHWORKS.
- The link is visible through the widget hyperlink. You have to install the Jazz Widget
- This present a problem w/r to building a trace matrix from DNG, cannot be done currently.
- While testing with MATHWORKS the creation a link from Simulink would sometime fail.
- This occurred because the MATLAB Widget lost the id. Not the end of the world, just re-select the artifact.
- Lost the DNG configuration
- When this happens, a dialog would popup asking to manually enter the ID or select from a list of projects.
- You can query the known project context with ‘>> oslc.Project.currentProject’ – if that returns empty, the context has been lost.
- This is fixed by re-running ‘oslc.configure’.