It's all about the answers!

Ask a question

What schema is used for OOTB RPE template "printModuleBook" in RDNG


Dmitry A. Lesin (24424693) | asked Aug 10 '18, 8:26 a.m.
edited Aug 10 '18, 9:42 a.m.

Hello!

Customer wants to adapt printModuleBook.dta template for the business. I can it modify in Rational Publishing Engine (v6.0.5) and deploy back to Rational DOORS Next Generation (v6.0.5). And it's OK.
But I want to make some complex addition, and want debug this template directly in RPE Document Studio. But I can not understand which schema was used as input one. Accordingly, I can not understand which artifact must be used for datasource in Launcher perspective (module or something else).
For example, typical module's schema imported to RPE looks like:

RDNG module's schema

But printModuleBook.dta uses another kind of schema:

printModuleBook's schema

Can somebody give an advice which artifact must be used as a parameter for "views" datasource in printModuleBook.dta?
Thank you very much in advance!

One answer



permanent link
Dmitry A. Lesin (24424693) | answered Aug 17 '18, 1:09 a.m.
edited Aug 17 '18, 1:12 a.m.

I have found the answer. The first schema is for modules:

https://server:port/rm/publish/modules?metadata=schema
The second one is for views:
https://server:port/rm/publish/views?metadata=schema
It's strange but "views" artifact format is absent in the list:

Your answer


Register or to post your answer.