Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hello,
I have the same problem. But for all users in general.
Unfortunately the link to the knowledge base is pointing just to the start page of the old website.
Maybe this was meant?
https://knowledgebase.serena.com/InfoCenter/index?page=content&id=D5669
Instead of telling every user to modify something in the browser (which might not be allowed by strict IT settings and which might also affect other views) I would need a solution on server side that works with every browser in standard settings.
How do I need to modify the request template to get a request preview?
The template is about 20 years old and starts with
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">www.w3.org/.../xhtml1-transitional.dtd"> <html xmlns="">www.w3.org/.../xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
...
Best Regards
Andreas
Hi Andreas. If the problem is impacting all users it could be the MIME type issue Gary originally described. You can use the DDF Dimensions CM command to define a data format and then use ACF to assign it to a request type. Both are documented in the command reference guide:
admhelp.microfocus.com/.../dmcm_command_line_reference.pdf
This states:
For requests, a user with the role of TOOL-MANAGER or CHANGE-MANAGER can define
a valid data format for a particular request type. This defined data format can then,
where appropriate, be subsequently assigned by a user with the role of PRODUCTMANAGER
or CHANGE-MANAGER to a particular request type using the Assign Data
Formats to Request Types (ACF) command
If this does not work can you let us know what browser you are using? Have you only just started seeing the issue?
Hello Richard,
thank you for your answer. The ACF command was the key to success. Now it works!