This document contains important information about Serena Requirements Manager.
Serena Requirements Manager is a new solution offering that integrates project management and requirements approval management with rich dashboard-based reporting.
Thank you for choosing Serena Requirements Manager, the orchestrated solution for application requirements management that brings requirements initiation, review, and approval to your end-to-end design, development, and quality process.
Serena Requirements Manager is an orchestration of Serena Dimensions RM and Serena Business Manager. As part of Serena ALM, Requirements Manager fits into an orchestrated workflow with Serena Development Manager. Optionally, it can leverage the rich reporting capabilities of Serena Dashboard. It also includes Serena Prototype Composer as a stand-alone prototyping tool.
For details of supported server and client platforms, third party integrations, and Serena Integrations, see the Serena Release Plan for Serena Requirements Manager at:
http://support.serena.com/roadmap/index.aspx
Select the relevant product and then the desired version.
This section contains information and issues that require your attention in order to install and configure Serena Requirements Manager.
You must install several components to use Serena Requirements Manager:
Serena Business Manager
10.1.1.2
Serena Requirements Control
4.0.1
Serena Dimensions RM
11.2.4
Serena Dashboard (optional)
4.0.1
Serena Prototype Composer (optional)
For information about installing and configuring these components, see the Serena Requirements Manager Installation Guide or the Installation section of the Serena Requirements Manager on-line help at: http://help.serena.com/oalm_help/4_0_1/intro/index.html.
Dimensions RM and Serena Business Manager must be installed to separate servers.
If you previously used Requirements Manager with Dimensions RM 11.X, please note that RM 12.1 uses a different format for the URL / endpoint string:
http://RM_Server:Port/rtmBrowser/WebServices
If when attempting to log on to the Serena ALM Configurator, you receive the error:
ALF SSO Gatekeeper error has occurred: Error obtaining security token.
Detail
Validation of WS-Federation token failed with code 40:Token issuer not allowed.
You will need to update your SSO STS certificates by carrying out the following steps.
If You Are Using SBM 10.1 to 10.1.1.3:
.pem
file (for example to C:\Temp\sts.pem
) If You Are Using SBM 10.1.1.4:
.pem
file (for example to C:\Temp\sts.pem
)
C:\Program Files\Serena\Common Tools\tomcat\6.0\...
C:\Program Files\Common\tomcat\6.0\...
C:\Program Files\Serena\Dimensions 12.2\Common Tools\tomcat\6.0 ...
Navigate to
\alfssogatekeeper\conf
and make a backup of thetruststore.jks
file
keytool -delete -keystore "C:\Program Files\Serena\Common Tools\tomcat\6.0\alfssogatekeeper\conf\truststore.jks" -alias sts
Enter the default password changeit when prompted.
C:\Temp\sts.pem
file into truststore.jks, for example by using the following command:
keytool -import -keystore "C:\Program Files\Serena\Common Tools\tomcat\6.0\alfssogatekeeper\conf\truststore.jks" -file "C:\temp\sts.pem" -alias sts
C:\Program Files\Serena\Dimensions 12.2\CM\dfs\sts.pem
.C:\Temp\sts.pem
to
C:\Program Files\Serena\Dimensions 12.2\CM\dfs\sts.pem