ELO-PUB (RPE) not producing ERM (DNG) images and instead outputting space or "Embedded Image"
Hi,
I am working with DOORS Next and RPE both version 6.0.6.1.
I am generating from a template that I made that has a cell that Queries on:
dataSource/artefact/content/text/richTextBody/div
The Cell contains a text printing:
dataSource/artefact/content/text/richTextBody/div/_value
The schema format used is https://[host]:[port]/rm/publish/text?metadata=schema
In the original location that I set this up it works fine.
However where I use this template elsewhere it can’t handle images. Everything else works as designed but the images come out as either as a space or the text Embedded Image.
These other locations tested are different Projects and different Components in the same project (a test area). https://[host]:[port] does not change between them.
The Data source format used is:
https://[host]:[port]/rm/publish/text?moduleURI=[module]&oslc_config.context=https:// [host]:[port]/rm/cm/stream/[Stream] &maximiseEmbeds=true
Which I believe I am changing correctly between locations as the text is exporting correctly.
Only the original component will output images. All other locations fail with both edited Templates and those built from scratch.
I will get:
CRRPE3294E Output: cannot download the image: https://[host]:[port]/rm/wrappedResources/[]?accept=none&private
When these URIs are put into a browser the is an “Error 410: Gone” page but the images don’t disappear from the location.
The error:
CRRPE3080E The resource https:// [host]:[port]/rm/wrappedResources/[]?accept=none&private could not be processed.
Can not access to the OAuthentication URL
Can occur but as a user I should have full access the all these components. (There is not a complicated team structure.)
What could be different about the settings of this component?
3 answers
A step we were missing was:
Supply the configuration-context in this field “Configuration Context”
Under the main properties tab in RPE, subsection Authentication Method, There is a field named "Configuration-Context". This field needs to be populated with the full Stream URI.
If it is blank it will export all items but images and with it populated the image issue is corrected.
Comments
Bartosz Chrabski
Mar 31 '22, 6:31 a.m.James,
James Bradshaw
Apr 04 '22, 4:16 a.m.I have experimented with different combinations of modules/text/resources. I am stumped why it would stop working on different components.