 |
ATENA is currently available only for PANTHEON 5.0! |
Installing Files
Download ATENA's source from
ftp://ftp.datalab.si/atena and extract it into a folder, usually this is
IIS's default
InetPub\wwwroot
Create v virtual directory in IIS for that folder.
Connecting to the Database
ATENA must be able to connect to PANTHEON's database, that is why you
have to specifiy connection parameters.
In the ODBC Interface (accessible through the Control Panel), create a
DSN and connect it to the relevant database.
The DSN connection parameters have to put into the file global.asa,
which is in ATENA's root folder.
Edit global.asa, find the line
Application("sDSN") = "DSN=****;UID=*****;PWD=*****"
and specify the parameters:
DSN |
The DSN name as created in the ODBC interface. |
UID |
The user name for connecting to the database. |
PWD |
The password for connecting to the database. |
 |
Never use SQL Server's sa account for
communication between ATENA and the database.
It is recommended to create a special SQL Server login only for
ATENA with privileges that are restricted only to the encessary
tables. |