DNG & RPE Customized Report template - Word Stylesheet not recognized
Hi,
I have a problem with customized report template in DNG.
I done the following process to add the new template :
- Add dta template into /opt/IBM/JazzTeamServer-6061/server/conf/rm/reporting/initialization...
- Add word stylesheet (.doc) into /opt/IBM/JazzTeamServer-6061/server/conf/rm/reporting/initialization... (with same name as dta template
- Modify Manifest.mf (add the new entry)
The new template correctly appears in the report list, and we can publish a document
BUT the word stylesheet isn't recognized (styles, bookmarks...)
Have you got any idea for this problem?
Thanks
Accepted answer
The word style sheet goes into:
.../server/conf/rm/reporting/initialization/templates/word/my_doc.doc
The dta goes into:
../server/conf/rm/reporting/initialization/templates/rrdg/my_doc.dta
The MANIFEST.MF needs to point to both.
...MANIFEST.MF ...
Name: my_doc
Location: templates/rrdg/my_doc.dta
Label: My favorite template
Description: A document template I like a lot
Content-Type: application/octet-stream
Is-Report: true
Context: view, module
and run the initialization
Reinitialize the templates - https://<server>/rm/publish/initialize
Comments
showing 5 of 6
show 1 more comments
One other answer
Are you running RPE on the same machine where DNG is running or is it a different machine?