MITRATECH

Bridgeway Suite 8.10.0

Service Pack 5 Release

Summary


Install Instructions


  1. Stop the Bridgeway Suite application on the Java application server.
  2. Use Update Manager to install the suite8.10.0.sp5.1 update. Update Manager will back up the following files:
    • javascript\darwin_globals.js
    • javascript\editpagemanager.js
    • reports\subsview.xsl
    • WEB-INF\classes\com\bsi\buslogic\invoice\AutoLoader$AllocationAutoLoad.class
    • WEB-INF\classes\com\bsi\buslogic\invoice\AutoLoader$ApproverAutoLoad.class
    • WEB-INF\classes\com\bsi\buslogic\invoice\AutoLoader.class
    • WEB-INF\classes\com\bsi\control\BSISession.class
    • WEB-INF\classes\com\bsi\control\matter\MatterRedirectInitContent.class
    • WEB-INF\classes\com\bsi\control\matter\MatterRefreshConfigurationProfileCommand.class
    • WEB-INF\classes\com\bsi\datalogic\matter\DocumentUpdate.class
    • WEB-INF\classes\com\bsi\datalogic\matter\MatterList.class
    • WEB-INF\classes\com\bsi\datalogic\matter\MatterUpdate.class
    • WEB-INF\classes\com\bsi\util\NewItemConfigurationParser.class
    • WEB-INF\classes\com\bsi\util\bsicommon\GenConstants.class
    • xsl\matter\changemattertype.xsl
    • xsl\matter\globalassignwizard_page2.xsl
    • xsl\matter\matterbaseinfo.xsl
    • xsl\common\edittemplates.xsl
  3. Use Update Manager to install boxir4-suite8.10.0.sp5.1 (for Business Objects 4.1) or boxir3-suite8.10.0.sp5.1 (for BusinessObjects 3.1). Update Manager will back up the following files in the Bridgeway BusinessObjects Web application deployment:
    • WEB-INF\classes\com\bridgeway\suite\report\boxir<X>\util\BOReportUtil$setOperatorInfo.class
    • WEB-INF\classes\com\bridgeway\suite\report\boxir<X>\util\BOReportUtil.class
    • where <X> is the version of Business Objects.
    • WEB-INF/lib/icu4j.jar to be replaced by WEB-INF/lib/icu4j.jar-4.8.1(for Business Object 3.1 only)
  4. Restart the Bridgeway Suite application on the Java application server.

Suite Manager Install Instructions


  1. Uninstall the current instance of Suite Manager.
  2. Extract the files from the Suite Manager.zip file.
  3. Start the installation program for Suite Manager located in the directory in which the Suite Manager.EXE file was extracted.
  4. Click Next on the Welcome screen.
  5. On the License Key screen, type the license key in the text box and click Next.
  6. On the Choose Destination Location screen, confirm that the Destination Folder is the desired directory location for the program files.
  7. On the Start Installation screen, click Next to begin the installation process.
  8. A progress screen will display. You can abort the installation at any time by clicking Cancel.
  9. On the Installation Complete screen, click Finish.

Rule Install Instructions


  1. Depending on the encryption that you use (standard or unlimited), extract the contents from the following .ZIP files to a location accessible by the Bridgeway Suite server:
    • InvoiceRoutingPackage_STD.zip
    • InvoiceRoutingPackage_UNL.zip
  2. Open Suite Manager.
  3. On the Suite Manager control panel, click the Rules Engine component in the Tools & Utilities area.
  4. On the Rules Engine window, click the Workflow tab at the top of the window.
  5. Click the InvoiceRoutingAddInitialApprover rule to select it, click the Delete button, and click Yes to confirm deletion. Repeat this step for the InvoiceRoutingApprovals rule.
  6. Click Import, navigate to the InvoiceRoutingAddInitialApprover.bsi file from Step 1, and then click Open.
  7. In the dialog box, configure the parameters for the rule, and click Save and Close.
  8. Repeat Steps 6 and 7 for InvoiceRoutingApprovals.bsi.
  9. On the Suite Manager control panel, click the Scheduler component in the Tools & Utilities area.
  10. On the Schedule tab, click InvoiceRoutingTimeOutApprover to select it, click the Delete button, and click Yes to confirm deletion. Repeat this step on the Templates tab.
  11. On the Templates tab, click Import, navigate to the InvoiceRoutingTimeOutApprover.bsi file from Step 1, and then click Open.
  12. In the dialog box, configure the parameters for the rule, and click Save and Close.
  13. On the Schedule tab, click New and select the task from the Task dropdown field.
  14. Type a description for the schedule in the text box, select the appropriate schedule options, enter any needed parameters, and click Save and Close.
  15. After importing the rules, click the Refresh All Application Server Settings button on the General tab of System Settings to trigger a cache refresh so that the rule is implemented immediately.

WebLogic Cluster Configuration Instructions


If you are using a clustered WebLogic environment with nodes on different machines, follow the configuration instructions in this section. If the nodes are on the same machine or if you are using a standalone deployment, skip this section and proceed to the next section on installing the weblogic-application.xml file.

  1. Extract the contents of the suite.war file in a shared folder on the server.
  2. Run a command prompt as an administrator.
  3. Create a symbolic link by typing the following command:
    mklink /D <SymbolicLinkPath> <\\HostName\FolderName>
    Where:
    • <SymbolicLinkPath> specifies the new symbolic link, which is the path to the node's shared folder
    • <\\HostName\FolderName> specifies the relative path to the shared folder (from Step 1) to which the new symbolic link refers
  4. Log in to the WebLogic Administrative Console. In the navigation pane on the left, expand the Domain Structure hierarchy to Deployments.
  5. Click the Install button in the Deployments area.
  6. In the Path text field on the Install Application Assistant screen, add the path of the shared folder from Step 1. Navigate to the server directory, click the suite8 radio button, and then click Next.
  7. In the Choose targeting style area, confirm that Install this deployment as an application is selected, then click Next.
  8. In the Select deployment targets area, select the cluster on which you want to deploy, and then click Next.
  9. Select I will make the deployment accessible from the following location, and type the he path of the shared folder from Step 1 in the Location text field. Click Finish.

weblogic-application.xml Install Instructions


If you are using a clustered WebLogic environment with nodes on the same machine or if you are using a standalone deployment, follow these instructions in this section.

  1. Locate the WebLogic folder for Suite, typically:
    <Oracle_Home>/user_projects/domains/<MyDomain>/Server/<ServerName>/stage/<SuiteContext>/<SuiteContext>/
    where:
    • <Oracle_Home> is the installation directory for the WebLogic
    • <MyDomain> is the name of the domain
    • <ServerName> is the name of the server
    • <SuiteContext> is the name of the directory created during installation (typically, Suite8)
  2. Create a backup copy of this directory (<SuiteContext>) and name it Suite8_old.
  3. Extract the contents of suite8.10.0.sp5.1.zip and copy the weblogic-application.xml file.
  4. Paste the weblogic-application.xml file in the following folder:
    <Oracle_Home>/user_projects/domains/<MyDomain>/Server/<ServerName>/stage/<SuiteContext>/<SuiteContext>/META-INF/
  5. Paste another copy of the weblogic-application.xml file in the following folder:
    <Oracle_Home>/user_projects/domains/<MyDomain>/Server/<ServerName>/stage/<SuiteContext>/<SuiteContext>/suite-weblogic8100.war/WEB-INF/
  6. Restart the WebLogic cluster node.