It's all about the answers!

Ask a question

Publishing Engine - Data Source for "Configure and generate Document"


Yannick Krauer (11) | asked Aug 19 '21, 2:50 a.m.

Hi everyone


Im new to the PublishingEngine and with no Support you can imagine my struggle :)

I have a Template and im trying to generate the Document with the correct data. Right now, my URL/filepath isnt specific enough, which results in getting to much data that i don't want in the Document.

Configuration as of now:

Data Source Schema: 
DNG Text
https://[host]:[port]/rm/publish/text?metadata=schema

Document Specification configuration:
https://[host]:[port]/rm/publish/text?projectURI=id1

This spills out everything from the Project. What i want is the data which is in the folderpath "\glossary\Abbreviations"

I tried to play arround with the query parameters from https://jazz.net/wiki/bin/view/Main/RRCReportableRestAPI but the Engine just cancelled the generation of the Document because i didnt get the parameters right.

I hope i was able to explain my problem properly and i hope to get some ideas, how i can steer to the folderpath with the query parameters (or different solutions).

Thx in advance and have a great day!
Yannick



2 answers



permanent link
HuaXiao Jiang (434) | answered Nov 16, 10:15 p.m.
I think we can take a look at the official documents first, although I don't think they are very useful. After all, now a basic data source URI is the fundamental.
I also tried to generate the content of the Module myself before: the DNG Moudle.dta input URI provided by the system can directly output the content. However, if you customize the document, even if the structure is the same, but the data source mode is reinserted, an mrking will be displayed directly_ Copy.doc

permanent link
Chris Hardy (314) | answered Nov 17, 12:27 a.m.
Just a quick note. 
You cant report directly on folders.
I'd suggest trying to use 
        artifact type or 
        a view that contain all the contents of those folders.

For Artifact type use the following as the data source:
https://server:port/rm/publish/[artifact_format]?typeName=name1&projectURI=id2

For View use:
https://server:port/rm/publish/[artifact_format]?viewName=name1&projectURI=id2

Your answer


Register or to post your answer.