|
Resource Manager Web Console 4.1 for Oracle
The Resource Manager Web Console 4.1 for Oracle is a tool that integrates SQL queries that are run against the Resource Manager Summary Database as procedures and ASP pages that display the results of the SQL queries. Below are instructions for porting the Resource Manager Web Console into your existing Citrix environment..
This solution was developed for Citrix by Extentrix Systems, Inc. Extentrix is offering its services for Citrix Partners to do the same for them or extend the current solution.
For more information or to answer your questions send an e-mail to info@extentrix.com
Prerequisites
- Citrix Presentation Server 3.0 / 4.0
- Resource Manager Summary Oracle Database
- Oracle 9i
- IIS 5.0 or later
How to use Resource Manager Web Console 4.1 for Oracle
- Log on with Oracle SQL and the utility program. Use the same Oracle account for you Resource Manager Summary Database.
Example
User Name: system
Password: mypassword
- Run the SQL script to create the packages in your SQL Resource Manager Summary Database @Path\packages.sql
Example @c:\packages.sql
- Create a System DSN on your IIS Web server that points to your Resource Manager Summary Database using the Microsoft ODBC for Oracle driver. DO NOT USE THE ORACLE DRIVER.
- Use the Data Source (ODBC) tool to create a system DSN. Name the DSN RM RMWEBDSNORACLE.
- Use the SQL account created in Step 1 for authentication.
- Point to your Resource
- Edit the config.asp file so that the strConnection is pointing to DSN created in Step 2. All other ASP pages will reference the config.asp file.
- The strConnection should be:
strConnection="DSN=RMWEBDSNORACLE;"&"UID=SYSTEM;PWD=mypassword;" utcoffset= 5
- The user name and password is the SQL account created and used in the DSN.
- The UTC offset time is the number of hours from your time zone and UTC time. This needs to be a positive number.
Example Eastern Time is 5
- Copy all of the ASP pages and the .gif files to your IIS Web server. Use a virtual directory or %systemroot%\inetpub\wwwroot.
- Open a browser and go to < http://servername/default.asp > or to your virtual directory.
To get Resource Manager Web Console 4.1 for Oracle:
|
Recommended Versions |
|
Version 4.1 |
1/10/2007 |
English |
.zip |
184 kb |
Download here |
|