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

RPE integration with dynamic datasources

Hi all!

I've a RPE template which uses 5 Datasources with dynamic URI/user/passwd, this URI has a external value that works as a filter for data.
When I integrate it on RRC I can't pass that value like when I run as "Other template...", so I change the URI's to filter nothing, for example: https://server:port/rdm/colletions/*, before it was "https://server:port/rdm/colletions?collectionID=" + id
In first I imagine which the data would be filtered on RRC before to be rendered, but not.
I've any static datasource defined, how RRC/RPE integration works with data?

My regards

0 votes



3 answers

Permanent link
Hi,
You should take a look at the development wiki for RRDG (RPE Integration)
https://jazz.net/wiki/bin/view/Main/RRC3Reporting

This one in specific explains a little how you can pass parameters to URL and to the wizard
https://jazz.net/wiki/bin/view/Main/RRC3CreatingCustomRRDGReports

Also I suggest you take a look at printArtifact.dta on the reports folder or you can download it from your server from:
https:///rm/publish/templateLibrary/printArtifact
This template handles generating a report from a collection

0 votes


Permanent link
Hi Edgarv!

Thank you so much for this resources, they were very useful.

But I' ve experienced a behavior unexpected, the variables named like name_separated_with_underscore even being externals don't appear on the RRC Wizard. After a long work trying understanding what is happening, removing the RRC server's cache, start and stopping it several times, I had a intuition, naming the desired variable as camel-case and I got success!

I' m using RRC 2.0.0.2 and RPE 1.1.1.2 and I don't know if is a specific-version issue.

Maybe this info may be useful to other users.

0 votes


Permanent link
Hi,
I was looking at the code for 2.x about

But I' ve experienced a behavior unexpected, the variables named like name_separated_with_underscore even being externals don't appear on the RRC Wizard. After a long work trying understanding what is happening, removing the RRC server's cache, start and stopping it several times, I had a intuition, naming the desired variable as camel-case and I got success!

I' m using RRC 2.0.0.2 and RPE 1.1.1.2 and I don't know if is a specific-version issue.


Any external variable that contains "_" will be ignored on the wizard, this is specific to 2.x versions.
For 3.0.1 external variables are not displayed on the wizard only if it begins with"_"

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: Jun 29 '11, 9:44 p.m.

Question was seen: 4,614 times

Last updated: Jun 29 '11, 9:44 p.m.

Confirmation Cancel Confirm