Installing and Configuring Rational RequisiteWeb
Introduction
Rational RequisiteWeb allows clients to read, create, and modify Rational RequisitePro project requirements across an intranet. RequisiteWeb uses the browsers Netscape Navigator and Microsoft Internet Explorer to provide platform-independent, thin-client access to RequisitePro project data. RequisiteWeb can only be installed on a Windows server. This document describes how to set up that configuration.
This document contains the following sections:
- Configuring the RequisiteWeb Server
- Configuring Web Server Components
- Testing RequisiteWeb
- Managing RequisitePro Projects for RequisiteWeb
- Configuring E-mail for Discussions
- Uninstalling RequisiteWeb
- Troubleshooting
- Known Issues
- Contact Information
Configuring the RequisiteWeb Server
Before you configure the RequisiteWeb server, Microsoft Internet Information Server (IIS) and Microsoft Word must be installed on your Windows server. For more information on IIS, see Microsoft Servers at http://www.microsoft.com/servers.
This section describes installation and configuration of the RequisiteWeb components on your server. The following procedures are provided:
- Installing the Oracle Client
- Creating the RequisiteWeb User on the Windows Domain Server
- Adding the ReqWeb User to the Local Administrator Group
- Assigning DCOM Permissions to the Local Administrators Group
- Installing RequisiteWeb on the Server
Installing the Oracle Client
To access RequisitePro projects that are stored in an Oracle database, you must configure Oracle client software on the server.
Important: When setting up RequisiteWeb on a server, you must install the Oracle client software before installing RequisiteWeb if you are using a version of Oracle earlier than Oracle 8.1.7.
Creating the RequisiteWeb User on the Windows Domain Server
RequisiteWeb requires that you create an administrative user, ReqWebUser, for accessing RequisiteWeb components
When you create the ReqWeb user on the Windows domain server, be sure to log on to your Windows domain server as an administrator.
Adding the ReqWeb User to the Local Administrator Group
Note: Be sure to log on to your RequisiteWeb server as a local user for the following procedure.
Note: If any of your RequisitePro project files are located on a server other than the Windows server, the ReqWebUser must have Change or Modify permission for the directory containing the RequisitePro (.rqs) project file on the remote file server.
Assigning DCOM Permissions to the Local Administrators Group
RequisiteWeb uses the DCOM and a local user with Administrator permissions to launch Microsoft Word.
- Note: If you have not already installed Microsoft Word, you must do so now.
Use DCOM to give the ReqWebUser user access and launch permissions for Microsoft Word and Microsoft Word Basic, if it appears in your DCOM application list. The following sections provide detailed instructions for these procedures.
To Assign Access Permissions to the Local Administrators Group:
Note: At this point you may see the DCOM Configuration Warning dialog box. Disregard the warning and proceed to the next step.
- Select the Default Security tab. Under Default Access Permissions, click the Edit Default button.
- In the Registry Value Permissions dialog box, click Add.
- At the Add Users and Groups dialog box, select your local machine from the List Names From drop-down menu.
- Select the Administrators group in the Names list and click Add.
- At the Type of Access field, select Allow Access. Click OK twice to return to the Distributed COM Configuration Properties dialog box.
To Assign Launch Permissions to the Local Administrators Group:
- Select the Default Security tab. Under Default Launch Permissions, click the Edit Default button.
- In the Registry Value Permissions dialog box, click Add.
- At the Add Users and Groups dialog box, select your local machine from the List Names From drop-down menu.
- Select the Administrators group in the Names list and click Add.
- At the Type of Access field, select Allow Launch. Click OK twice to return to the Distributed COM Configuration Properties dialog box.
- Close DCOM and restart your system.
Installing RequisiteWeb on the Server
Note: For current RequisiteWeb users, be sure to remove any earlier version of RequisiteWeb prior to installing the current release of RequisiteWeb on your server. Do not remove your ReqWeb virtual directory; instead, redirect it to the components in your new RequisiteWeb installation. Refer to Uninstalling RequisiteWeb for specific instructions. Be sure to retain your existing catalog.txt file. You must also reset your DCOM configuration settings for Word Document and, if it exists, Word Basic to their default values.
Note: To install RequisiteWeb, you must have a Rational license key. You can acquire and import the Rational license keys before or after installing Rational RequisitePro. If you install RequisiteWeb as part of a Rational Suite, you must select the appropriate Suite license usage order. In the Rational License Administrator, click Settings > License Usage Mapper. See Prioritizing Licenses on Your System (License Usage Mapper) in the Administering Licenses for Rational Software manual.
- Log on to the RequisiteWeb Windows server as a local administrator.
- Insert the Rational Solutions for Windows CD disc 1 into your system's CD drive. The setup program starts automatically. If autorun is disabled on your system, click Start > Run. Using the drive letter of your CD-ROM drive, type <drive:>\SETUP.EXE, where <drive:> is the drive letter of your CD-ROM drive. The Rational Software Setup wizard guides you through the software installation.
- On each screen, click the Next button to proceed to the next screen. The Rational Software Setup program writes a log of the installation activities. The log file is located, by default, in C:\Program Files\Rational\RSSetup\RSSetup.log
- At the Choose Product screen, select Rational RequisitePro under the Product list.
- At the Select Configuration screen, click Custom.
- Note: If your database server is running on an international operating system, be sure that the install path does not include folders with double-byte character names.
- At the Choose Features screen, select the Web Server Components check box.
- Select or clear the following optional check boxes:
- If you plan to use this machine for creating and managing RequisitePro projects, leave the RequisitePro check box selected. If you plan to use this machine only for hosting RequisiteWeb, you can clear it.
- Leave the Rational Synchronizer check box unmarked.
- The Sample Projects option, under the expanded RequisitePro options, allows you to include the RequisitePro Learning Project and QuarterByte Bank example projects. These projects are helpful for testing and learning RequisiteWeb.
- The Oracle Setup and SQL Server Setup options are required for database administrators who are configuring Oracle or SQL Server databases for RequisitePro projects.
Reboot Required
If files that are required for the installation are in use during the installation procedure, the Rational Windows Setup program may require that you reboot your system to complete the installation.
After rebooting, log on as the same user to complete the installation procedure.
To complete your RequisiteWeb install, you must have a Rational license key. You can acquire and import the Rational license keys before or after installing Rational RequisitePro. If you install RequisiteWeb as part of a Rational Suite, you must select the appropriate Suite license usage order. In the Rational License Administrator, click Settings > License Usage Mapper. See Prioritizing Licenses on Your System (License Usage Mapper) in the Administering Licenses for Rational Software manual.
Note: If you do not install your Rational product in the default C:\ directory, you must edit your wrapper.properties file as follows:
In your Windows Explorer, navigate to the directory where you installed your Rational products. Locate \Rational\jakarta-tomcat\bin. Using a text editor, open the wrapper.properties file and check that java_home and tomcat_home paths reflect your installation directory.
Configuring Web Server Components
This section presents procedures for installing and configuring Web Server components on a Windows IIS Server. Be sure to log on as an administrator before you begin the installation process. These instructions assume that you have installed Microsoft IIS on your system and that it is running. For more information on IIS, see Microsoft Servers at http://www.microsoft.com/servers.
This section contains the following procedures:
- Configuring the Tomcat Servlet Engine
- Testing Tomcat
- Creating a ReqWeb Virtual Directory on IIS
- Creating a Jakarta Virtual Directory on IIS
- Adding a JSP Filter
Note: The instructions in this document assume that you are installing Windows applications on your C:\ drive. Substitute the appropriate drive, if necessary, when performing all procedures.
Configuring the Tomcat Servlet Engine
To configure Tomcat on your Windows IIS server:
- Open an MS_DOS shell and navigate to the following directory:
- C:\Program Files\Rational\jakarta-tomcat\bin
- Within this directory type the following:
- tomcat_svc
- Close the MS_DOS shell.
- Run Tomcat as a service and make the RqTomcat service start automatically during the system start up by completing one of the following sets of procedures depending on your system:
Note: If you receive an error message while attempting to run the Tomcat service, refer to the Troubleshooting section of this document.Testing Tomcat
To verify that Tomcat is installed and configured correctly, open a browser on your RequisiteWeb Windows server and enter the following URL address: http://localhost:8080/servlet/SnoopServlet
Note: The URL is case sensitive.
Snoop Servlet is a Tomcat web page that displays information about your Tomcat installation. The words "Snoop Servlet" should appear at the top of the displayed web page. If they do not, check the steps for installing Tomcat (above), or refer to the Troubleshooting section of this document.
Once your Tomcat test is complete you must locate the RequisiteWebInstall.html, RequisiteWebUNIXInstall.html, RequisiteWebWindowsInstall.html, and copyright.html files on your Rational Solutions for Windows CD and copy them to the following directory:
C:\Program Files\Rational\Jakarta-tomcat\webapps\ReqWebNote: If you installed Tomcat to a directory other than C: you must copy these files to the directory that Tomcat was installed.
Creating a ReqWeb Virtual Directory on IIS
To create a virtual directory for RequisiteWeb on your RequisiteWeb server:
- Launch the Internet Service Manager by doing one of the following:
- In Windows NT 4.0, click Start > Programs > Windows NT 4.0 Option Pack > Microsoft Internet Information Server > Internet Service Manager.
- In Windows 2000 Server, click Start > Programs > Administrative Tools/Internet Services Manager.
- Right-click the Default Web Site and select New Virtual Directory.
- In the Virtual Directory Creation Wizard, click Next and type an Alias: ReqWeb.
- Click Next and browse to and select C:\Program Files\Rational\jakarta-tomcat\webapps\ReqWeb
- Click Next. If you are using Windows 2000, make sure that only the Read and Run options are checked; if you are using Windows NT, make sure that only the Read and Script options are checked.
- Click Next and Finish to complete the wizard.
Creating a Jakarta Virtual Directory on IIS
To configure a virtual directory for Jakarta Tomcat on your RequisiteWeb server:
Note: The alias, jakarta, must be lower-case.
- Launch the Internet Services Manager by doing one of the following:
- In Windows NT 4.0, click Start > Programs > Windows NT 4.0 Option Pack > Microsoft Internet Information Server > Internet Service Manager.
- In Windows 2000 Server, click Start > Programs > Administrative Tools/Internet Services Manager.
- Right-click the Default Web Site and select New > Virtual Directory.
- In the Virtual Directory Creation Wizard, click Next and type an Alias: jakarta.
- Click Next and browse to and select C:\Program Files\Rational\jakarta-tomcat\jakarta
- Click Next. If you are using Windows 2000, make sure that only the Read, Run, and Execute options are checked; if you are using Windows NT, make sure that only the Read, Script, and Execute options are checked.
- Click Next and Finish to complete the wizard. Leave the Internet Services Manager open.
Adding a JSP Filter
The following filter setting instructs IIS to process JSP pages using Tomcat.
Note: The filter name, jakarta, must be lower-case.
- Right-click on the Default Web Site and select Properties.
- At the ISAPI Filters tab, click Add.
- Type the filter name: jakarta
Note: You may not be able to see the isapi_redirect.dll file. If not, type isapi_redirect.dll in the File name box.
Note: To test your JSP filter, right-click on the Default Web Site, select Properties ,and click the ISAPI Filters tab. A green up-arrow should appear next to jakarta under the Status column.
Testing RequisiteWeb
To test a RequisitePro project in RequisiteWeb:
- Open your browser.
- Set the URL address to the full path to the logon page in the RequisiteWeb virtual directory; for example: http://<server name>/reqweb
- Note: Be sure to use the server name rather than an IP address.
- Navigate to that address. The RequisiteWeb logon page appears.
- Select a RequisitePro project that contains documents from the Project list. If your project does not appear on the list, refer to the procedure Managing RequisitePro Projects for RequisiteWeb.
- Type your RequisitePro User name and Password and click Log On.
- Click the Documents icon, select a document, and open it. When the document opens, RequisiteWeb has been properly installed.
- Note: If the Microsoft Word installer appears, you must allow it to complete.
Managing RequisitePro Projects for RequisiteWeb
Although RequisiteWeb provides features for accessing and editing requirements and documents in projects, you must use the full RequisitePro PC client application to create projects and documents. RequisitePro offers project templates and other management tools for creating and modifying project structure and security. For more information, refer to the guide Using Rational RequisitePro or the RequisitePro online help.
Using the RequisiteWeb Project Catalog
RequisiteWeb uses a catalog text file to provide access to RequisitePro projects. By default, the file contains entries for the RequisitePro Learning Project and another sample project. The projects that are listed in your catalog file appear in the Projects drop-down list on the RequisiteWeb logon page.
To add your own projects to the catalog, you must enter the full path for the project file, which has a .rqs extension. For instructions on modifying the catalog, see Editing the RequisitePro Projects Catalog.
Accessing Projects on Different Servers
By default, local projects are created in the following directory:
C:\Program Files\Rational\RequisitePro\ReqWeb\ProjectsRequisiteWeb can open projects that are not physically located on the RequisiteWeb server; however, in this case the ReqWebUser domain user must have Change or Modify permission for the directory containing the RequisitePro (.rqs) project file on the remote project server.
In order to access RequisitePro projects that are stored in an Oracle database, you must configure Oracle client software on the RequisiteWeb server. Refer to the sections "Setting Up PCs for Oracle Access" in the guide Installing Rational RequisitePro. That section refers to a RequisitePro installation on a client PC; you must perform that procedure on the RequisiteWeb server.
Important: You must install the Oracle client software before installing the JDK if you are using a version of Oracle that is earlier than 8.1.7.
Editing the RequisitePro Projects Catalog
To edit the catalog, perform the following procedure on the RequisiteWeb server:
- Navigate to the directory:
C:\Program Files\Rational\RequisitePro\ReqWeb\Projects- Using a text editor, open the catalog.txt file.
- Create an entry on each line with the full path to the RequisitePro project file. Copy the format of default project entries.
- Note: Use a full path for local projects on the RequisiteWeb server. To access projects on another server, you must specify a Universal Naming Convention (UNC) path to the shared folder containing the RequisitePro .rqs file.
- Save and close the catalog.txt file.
Note: In order to view updates to the catalog.txt file, users must log off RequisiteWeb and then select a project at the RequisiteWeb project logon page.
Configuring E-mail for Discussions
To configure e-mail for RequisitePro discussions, refer to the guide Installing Rational RequisitePro. You use the same Rational E-mail Reader session for both RequisitePro and RequisiteWeb; however, note the following requirements when configuring the Rational E-mail Reader for both RequisitePro and RequisiteWeb:
- You must run the Rational E-mail Reader on a different server than the RequisiteWeb server.
- In order to enable e-mail for RequisiteWeb discussions, you must configure discussion e-mail using the SMTP protocol option in the Rational E-mail Reader. The MAPI protocol option is not supported for RequisitePro or RequisiteWeb.
- The E-mail Setup option on the RequisitePro Tools menu does not configure e-mail for RequisiteWeb discussions. Use the Rational E-mail Reader, as described in the Installing Rational RequisitePro, to configure e-mail for RequisiteWeb discussions.
Uninstalling RequisiteWeb
This section describes how to remove RequisiteWeb from a RequisiteWeb server. Prior to removing RequisiteWeb from your system, make sure that no one is using RequisiteWeb or any associated files. You will not be able to remove files that are in use.
RequisiteWeb installs a new project catalog containing paths to new sample projects. Be sure to make a copy of your existing catalog.txt file before removing RequisiteWeb. If you are upgrading from an earlier release of RequisiteWeb, the catalog.txt file should be located in the following default directory: C:\Inetpub\wwwroot\reqweb
Add your previous catalog.txt entries to the new catalog file that is installed with the new version of RequisiteWeb in the default directory:
C:\Program Files\Rational\RequisitePro\ReqWeb\ProjectsFor more information, see Managing RequisitePro Projects for RequisiteWeb.
Removing RequisiteWeb
To remove RequisiteWeb from a Windows NT or Windows 2000 server, you must have Windows administrator privileges on that machine. Use the following instructions to:
- Remove or redirect the ReqWeb virtual directory
- Stop the IIS Admin Service
- Remove the rqTomcat service
- Remove the RequisiteWeb program files
- Restart your Web Publishing Service
Removing or Redirecting the ReqWeb Virtual Directory
- Launch the Internet Services Manager by doing one of the following:
- Click Start > Run, and type inetmgr. Click OK.
- In Windows NT 4.0, click Start > Programs > Windows NT 4.0 Option Pack > Microsoft Internet Information Server > Internet Service Manager.
- In Windows 2000 Server, click Start > Programs > Administrative Tools/Internet Services Manager.
- Select the Default Web Site and click the Stop button on the toolbar.
- Right-click on the ReqWeb virtual directory and select Properties. The ReqWeb Properties dialog box appears. Click the Virtual Directory tab.
- Depending on whether you are upgrading or simply removing RequisiteWeb from your system, do one of the following:
- If you are upgrading to a new version of RequisiteWeb, do not delete your ReqWeb virtual directory. After you have installed your new version of RequisiteWeb, you will redirect the ReqWeb virtual directory to the new path, described in Creating a ReqWeb Virtual Directory on IIS.
- If you are not upgrading, but simply removing all RequisiteWeb components from your system, click Remove and click OK to close the dialog box.
Stopping the IIS Admin Service
Perform the instructions in the following table. Refer to the column that corresponds to your operating system.
Removing the rqTomcat Service
Open an MS_DOS shell and navigate to the following directory:
C:\Programm Files\Rational\Jakarta-tomcat\bin
Type and execute the following command:
jk_nt_service.exe -R rqtomcatRemoving the RequisiteWeb Program
Use the Add/Remove Programs function in the Windows Control Panel to select and remove RequisitePro. After the uninstall process is complete, check to see whether the C:\Program Files\Rational\RequisitePro\ReqWeb directory is still present on the server. If it is, delete the ReqWeb directory and its subdirectories.
Restarting the Web Publishing Service
Perform the instructions in the following table. Refer to the column that corresponds to your operating system.
Note: You must remove JAVA_HOME and TOMCAT_HOME system variables to complete the uninstall process.
Troubleshooting
Tomcat
If you receive an error message while attempting to run the Tomcat service, right-click on My Computer and choose properties. In the System Properties dialog box, select the Advanced tab and choose Environment Variables. Check the following values under System variables:
- java_home
- This should point to the jre installed with your Rational product. By default the location is C:\Program Files\Rational\common\java\jre1.2.2
- tomcat_home
- This should point to the Tomcat installed with your Rational product. By default the location is C:\Program Files\Rational\jakarta-tomcat
- path
- This should include the java executable installed with your Rational product. By default the location is C:\Program Files\Rational\common\java\jre1.2.2\bin
- In your Windows Explorer navigate to C:\Program Files\Rational\jakarta-tomcat\bin. Using a text editor, open the wrapper.properties file and check your java_home and tomcat_home paths.
Known Issues
Note that many of the issues listed below include "workarounds" that you should implement when configuring your RequisiteWeb server or client browsers.
Accessing RequisiteWeb Pages and Projects
- In some cases, when a user opens the RequisiteWeb logon page, a "File Not Found" message appears. Verify that the isapi_redirect.dll is properly installed and configured. (14040)
- After installing or upgrading RequisiteWeb, the projects that are not located on your RequisiteWeb server may not be visible in the Projects drop-down list, even though they are listed in your catalog.txt file. To refresh the project list, run the DCOM configuration application by typing dcomcnfg at the Start > Run command line. The DCOM application appears. Close the DCOM application. Check your projects list in RequisiteWeb. For more information, see Managing RequisitePro Projects for RequisiteWeb. (14785)
Viewing and Downloading Documents
Download vs. View
RequisiteWeb gives you the ability to download requirements documents and save them to disk in Microsoft Word format. On the Documents page in RequisiteWeb, click a file name in the Download File column.
When downloading a document using Microsoft Internet Explorer, you have the options of opening or saving the document. Opening the document at this point may cause a program failure or erroneous display. Be sure to save the document to disk, and then open it using Microsoft Word. After saving the document, if a "Navigation Canceled" page or blank page is displayed, click the Back button or the Documents icon to return to the documents list.
Note: To view the document immediately in your browser, click the document name in the Document column. The requirements document is converted to HTML and displayed in RequisiteWeb.
If you cancel a document download operation from the download dialog box, and then select the download option in RequisiteWeb again, the document may be displayed in the browser and RequisiteWeb fails to present the download dialog box. To fix this condition, refer to Microsoft Knowledge Base article Q162059 at http://support.microsoft.com/support/kb/articles/Q162/0/59.asp (8740)
When downloading a document in Netscape, spaces and other HTML special characters in the document name are replaced by HTML character codes. These characters are a result of the URL encoding that RequisiteWeb applies to the address of the document. Netscape displays the HTML character codes in the file name field of document Save As dialog box. When you save the document, the characters are replaced by the original spaces and/or special characters. (7186)
Other Document Viewing Conditions
The following are other conditions that may prevent successful viewing of project documents in RequisiteWeb:
- You cannot view documents in RequisiteWeb if their file names contain a pound symbol (#). The # character has special significance in HTML, so the RequisiteWeb browser cannot correctly interpret document file names that contain this character. (8623)
- If the RequisitePro project contains documents with similar names, which are only distinguishable by international fonts (for example, abc.tst and ábc.tst), RequisiteWeb may fail to distinguish between the documents. An error message similar to the following will be displayed:
Error creating viewable document: Error updating ReqPro document into HTML. Error creating HTML document. The folder that this Web page would use to organize supporting files is already reserved for use in the current location. Please choose a different name or location for this Web page. (8307)
- Microsoft Word contains a known issue that prevents successful conversion of special characters in Word to HTML. This problem causes RequisiteWeb to "lock-up" when the user clicks a hyperlink to a document in RequisiteWeb.
Resolution: Refer to Microsoft KnowledgeBase article Q174315 on the Microsoft technical support Web site at http://support.microsoft.com/support/kb/articles/Q174/3/15.asp.- If you install Microsoft Internet Explorer version 4 with Service Pack 1 (IE4 SP1) on the RequisiteWeb server, the HTML converter will no longer be available in Microsoft Word. In this case, an error message appears when the user attempts to view a document in RequisiteWeb.
Resolution: Refer to Microsoft KnowledgeBase article Q193736 on the Microsoft technical support Web site at http://support.microsoft.com/support/kb/articles/Q193/7/36.asp- If the RequisitePro project document can be viewed in RequisiteWeb, but contains significant formatting problems, refer to the following articles in the Microsoft KnowledgeBase:
- WD2000: Limitations of Converting from Word Document Format to Web Page Format; at the Microsoft KnowledgeBase Web site (http://support.microsoft.com/support/search), there are several other HTML conversion articles for your review. These can be located by searching on the keywords wd2000, kbconversion, and kbhtml.Security for RequisiteWeb Documents
Documents that are viewed or downloaded using RequisiteWeb are converted from RequisitePro format to Microsoft Word or HTML formats. Therefore, these copies can potentially be viewed by unauthorized users on the RequisiteWeb server using MS Word or a web browser.
If document security is an issue, be sure to limit access to the GenDoc directory on the RequisiteWeb server.
Note: The ReqWebUser user must have create/read/write permissions for the GenDoc directory.
RequisiteWeb Discussions
- When you remove multiple requirements from a discussion in RequisiteWeb, some requirements may not be removed. (15401)
- When you remove multiple participants from a discussion in RequisiteWeb, some participants may not be removed. (15376)
RequisiteWeb Requirements
- When you access requirements in an external project, requirements of the wrong requirement type may appear in the requirement browser. (15327)
- The requirement history shown in the "Last Saved" section of the Requirement page may not list all attributes. (14311)
- When you use the manually hyphenate option in Microsoft Word, requirements are not displayed properly in the Attribute Matrix. (18168)
- If you insert an image into a requirement text, the requirement does not display in an Attribute Matrix. (18171)
Modifying Requirement Traceability in RequisiteWeb
If you create a circular traceability relationship, RequisiteWeb displays an appropriate error message. To continue editing the requirement, you must view a different requirement or log out of the project and log on again. (13860)
Filtering Views in RequisiteWeb
You can filter a view on Trace To or Trace From criteria, but not both; if you attempt to do so, an error message is displayed. (15373)
Running RequisiteWeb on International Operating Systems
- If your RequisitePro project database is running on a server with an international operating system, be sure that the install path does not include folders with double-byte character names. (11505)
- When double-byte characters are used in the project path, project name, or document names and you are running Netscape on the simplified Chinese version of Windows, you cannot download a requirements document in RequisiteWeb; instead, the Documents page in RequisiteWeb is downloaded. (11601)
- Do not use double-byte characters in RequisiteWeb project user names. (15442)
- Using double-byte characters in RequisiteWeb project names with SSL enabled may cause files to fail and may cause security issues. (18033)
- Do not use double-byte numerical attribute values in RequisiteWeb requirements. (15425)
- When you use double-byte characters in Netscape 4.7 or earlier, you must use your own default fonts and not document-specified fonts. (18162)
- RequisiteWeb only supports characters contained in the servers character set. (16725)
Word-Linked Files
- Requirements in Word documents must link to external files using the Uniform Naming Convention (UNC) for the link references in order to view the linked files in RequisiteWeb.
- If RequisiteWeb detects a tag within a requirement text, only the requirement tag appears as a hyperlink.
- Word-linked files must be stored in the same network domain. RequisiteWeb cannot display Word-linked files that are stored in separate network domains. (16996)
- Attempting to view a document containing a Word-linked file that has been removed from or moved to a different file system will cause your web server to freeze.
File Naming
Netscape 6
- When using Netscape 6 the Back button may not always work. (17555)
- When using Netscape 6 the Back to Top link in the Discussion section does not work. (17438)
Contact Information
Rational Software Corporation
Corporate Headquarters:
Rational Software Corporation
18880 Homestead Road
Cupertino, CA 95014
Toll-free: 800-728-1212
Telephone: 408-863-9900
Fax: 408-863-4120
E-mail: ratlinfo@us.ibm.comTechnical Support:
Telephone: 1-800-433-5444 or 408-863-5000 (outside the U.S. and Canada)
Fax: 408-863-4300
E-mail: support@rational.com
Web site: http://www.rational.com