Previous Page | Next Page

Validating Your SAS Migrated Deployment

Validating the SAS 9.2 Middle Tier and Web Clients


Overview of Validating the SAS 9.2 Middle Tier and Web Clients

This section describes how to validate reports and stored processes that you have migrated in the following SAS 9.2 Web clients:


Start SAS Remote Services and Your Java Application Server

In order to validate your SAS Web clients, you will need to make sure that SAS Remote Services and your Java application server are running. You will also need to know your Java application server's default listening port.

On Windows, check the Services snap-in to see whether SAS Remote Services and your Java application server are running. If not, start them in this order:

  1. SAS Remote Services

  2. your Java application server

On UNIX, type the following command to see whether SAS Remote Services is running:

SAS-installation-directory/Lev1/Web/Applications/remoteservices.sh status

If SAS Remote Services is not running, type the following command:

SAS-installation-directory/Lev1/Web/Applications/remoteservices.sh start

Navigate to the installation directory for the Java application server used at your site and run the start up script for the server.

The default listening ports for the SAS 9.2 supported Java application servers are as follows:


Validate the SAS Stored Process Web Application

This topic describes a few simple steps that you can perform to verify that SAS 9.2 Stored Process Web Application can access and run migrated SAS 9.1.3 stored processes.

To validate that your SAS Stored Process Web Application deployment can run migrated SAS 9.1.3 stored processes, follow these steps:

  1. If you have not already, first perform the steps listed in Start SAS Remote Services and Your Java Application Server.

  2. Open a Web browser and enter the following URL: http://localhost:port/SASStoredProcess/do

    localhost is the name of the machine that hosts your Java application server, and port is the server's listening port. (The default Java application server listening ports are listed in Start SAS Remote Services and Your Java Application Server.)

    [SAS Stored Process Web Application]

  3. When prompted, enter a valid user ID and password. (For example, if you created it, use the SAS first user account, sasdemo.)

  4. In the application's left pane, select a link such as List Available Stored Processes, and then expand one or more folders until you see a stored process.

    [Running a stored process]

  5. Select a stored process, and in the right pane, select Run.

    If the stored process runs successfully, you should see a separate Web browser output window displaying results of your job.

    [Output window for a SAS stored process job]

  6. Dismiss the output window, and select Log Off in the SAS Stored Process Web Application window.


Validate SAS Web Report Studio 4.3

This topic describes a few simple steps that you can perform to verify that SAS Web Report Studio 4.3 can access and run migrated SAS 9.1.3 reports. To validate that your SAS Web Report Studio deployment can run migrated SAS 9.1.3 reports, follow these steps:

  1. If you have not already, first perform the steps listed in Start SAS Remote Services and Your Java Application Server.

  2. Open a Web browser and enter the following URL: http://localhost:port/SASWebReportStudio

    localhost is the name of the machine that hosts your Java application server, and port is the server's listening port. (The default Java application server listening ports are listed in Start SAS Remote Services and Your Java Application Server.)

  3. When prompted, enter a valid user ID and password. (For example, if you created it, you can use the SAS first user account, sasdemo.)

    [SAS Web Report Studio main window]

    After you log on to SAS Web Report Studio, you see the Welcome window.

  4. Select File [arrow] Open to display the Open dialog box.

    [SAS Web Report Studio Open window]

  5. In the Open dialog box, select a file and then click Open to display it in View mode.

    [Web Report Studio Open window with report selected]

    If the file opens successfully, you should see a report in the View tab.

    [SAS Web Report Studio displaying report output]

  6. Select Log Off in the SAS Web Report Studio window and do not save your changes.


Validate the SAS Information Delivery Portal 4.3

This topic describes a few simple steps that you can perform to verify that the SAS Information Delivery Portal 4.3 can access and run migrated SAS 9.1.3 reports.

To validate that your SAS Information Delivery Portal deployment can run migrated SAS 9.1.3 reports, follow these steps:

  1. If you have not already, first perform the steps listed in Start SAS Remote Services and Your Java Application Server.

  2. Open a Web browser and enter the following URL: http://localhost:port/SASPortal

    localhost is the name of the machine that hosts your Java application server, and port is the server's listening port. (The default Java application server listening ports are listed in Start SAS Remote Services and Your Java Application Server.)

    [SAS Information Delivery Portal main window]

  3. When prompted, enter a valid user ID and password. (For example, if you created it, use the SAS first user account, sasdemo.)

  4. Select Search.

    [SAS Information Delivery Portal search window]

  5. In the window that appears, in the Keywords field, enter an asterisk (*), select SAS Reports, and select Search.

    [SAS Information Delivery Portal]

  6. Select a report and click Search.

    If the report runs successfully, you should see some output.

    [SAS Web Report Studio displaying report output]

  7. Select Log Off, and do not save your changes.

Previous Page | Next Page | Top of Page