Uploading for Web Servers that do not Support Unzip Operations

If your Web server does not support UnZIP operations (such as many non-Windows systems), then you must copy the report output files manually.

*  To ensure that all the necessary files are transferred:

  1. From your Windows desktop, use the Start menu to open a DOS window.

  2. At the DOS prompt, change the directory to the directory where your report’s SRM file is located.

    For example, if your SRM file is in the \Studio\samples subdirectory under the Hyperion\products\biplus\bin\SQR directory, you would change directories by entering the following command at the DOS prompt:

    cd \Hyperion\products\biplus\bin\SQR\Studio\samples 
  3. After you change directories, review the files to transfer by entering the following command:

    dir *reportname*.* 

    where reportname is the name of the SRM or SQR file used to generate the published HTML results.

  4. Copy any report images.

  5. Transfer the HTML output files to your Web server using a utility such as FTP.

  6. Depending on the options selected when you generated your HTML report, you need to transfer some basic GIFs. Review the sections below to determine which GIFs you need.

    • Copy all of the following GIFs to your Web server.

      black.gif

      first.gif

      go.gif

      go_int.gif

      last.gif

      next.gif

      prev.gif

      line.gif

    • If you created a table of contents to appear at the top of your HTML report (File/Edit, then Preferences, and then TOC Tab), copy the following GIF files to your Web server:

      toc.gif

      ball_d.gif

      ball_u.gif

      clear.gif

      minus_d.gif

      minus_tp.gif

      minus_u.gif

      plus_d.gif

      plus_tp.gif

      plus_u.gif

      stat_d.gif

      stat_tp.gif

      stat_u.gif

    • If you selected Display XML report output in your Navigation Bar preferences (File/Edit, then Preferences, and then Navigation Bar Tab), copy the following GIF to your Web server:

      xml.gif

    • If you selected Export report data in CSV format in your Naviagation Bar preferences (File/Edit, then Preferences, and then Navigation Bar Tab), copy the following GIF to your Web server:

      csv.gif

  7. If you included Interactive Reporting Analysis capabilities for a chart or cross-tab in your HTML report, copy the following directories to your Web server:

    \lib
    \images
    \doc

    For example, if you transfer your generated HTML report to a Reports folder on your Web site, create the following directories to copy over the supporting thin-client files:

    Studio\lib 
    Studio\images 
    Studio\doc 

    Note:

    You can create a centralized area on your Web server that stores a single copy of the necessary thin-client applet files. To do this, change the HTML CODEBASE=applet tag to reference this area. This is recommended if you are highly proficient in HTML and Java Applets.