Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

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



0 votes



2 answers

Permanent link
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

0 votes


Permanent link
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

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Aug 19 '21, 2:50 a.m.

Question was seen: 965 times

Last updated: Nov 17 '23, 12:27 a.m.

Confirmation Cancel Confirm