Can not export whole module from DNG
Hello,
DOORS NG is new for me and I am trying to export a module from it. I managed to export but only one item from the module. When I add the ID of the module instead of ID of single item no errors are present but the word file is empty. I tried with my own template(with data source DNG.text) and also with the predefined one called "DNG_Module.dta" but as I said only blank word document was created.
Could somebody tell me why I can not export a whole module?
Accepted answer
Looks like you are not setting the correct data source URL. If you are using DNG_Module.dta, "URI" for modules data source should be set to
https://<server>:9443/rm/publish/modules?resourceURI=_c5733113b7694e81b68d23bb6f43e8d0
You can also use "Find" option to find the data source URL. Right click on Data Source: modules and choose "Configure Data Source...". Click "Find" button in "Configure XML Data Source" window. In "Find data source URL" window, copy/paste url from the browser (where the module is open) and click "Find" button. After User Authentication (you may need to set Authentication type to OAuth), click Configure button. The data source will be configured with correct URL.
Comments
Thank you very much Subramanya. I managed to export with
https://server:port/rm/publish/[artifact_format]?viewName=name1&projectURI=id2&moduleUri=id3.
For some reason I couldn't export with the proposed data source by you.
Thank you again
One other answer
In addition to Prasad, take a look at this video of drag and drop DNG module template design with RPE 2.1 and above https://www.youtube.com/watch?v=uwsje1Zg_6U