|
Home > Installation > Active Reports Configuration
Active Reports Configuration
In order to utilize the Active Reports within Time Advantage it is necessary to complete the following steps on the IIS Server:
Go to Windows Start Button then click "Run"

Type Inetmgr then click OK.

Select Web Sites/Default Web Site/TimeAdvantage Folder and right click. Select Properties

First make sure the Default Website, Timeadvantage is properly set for Framework 1.1 by clicking the ASP.Net tab. Use the ASP.NET version to select 1.1

Click the Virtual Directory Tab. Click on Configuration Button.

Select .aspx row then click on Edit Button.

Copy The Executable path and Verbs (examples below) and paste into Notepad. After Coping click on Cancel Button to go back to previous screen.
Executable Path:-C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
Verbs Limit To: GET,HEAD,POST,DEBUG

On Application Configuration screen click on Add button
Mapping of ”.rpx” Extensions
- From The Notepad copy the Executable Path and past into executable path
- From The Notepad copy the Limit to and past into Limit To Text
- Uncheck The “Check That File exists”
- Enter “.rpx” in Extension
- Click Ok.
The above steps need to be repeated to add ".ActiveReport" and ".ArCacheItem" Extension mapping

After adding .rpx,. ActiveReport and .ArcacheItem. in the IIS Server select Websites/Default Website and right click. Click on Stop

In the IIS Server select again Default Website and right click. Click on Start

- Go to ‘Start\Settings\Control Panel\Administrative tool’ then select ‘Services’
- Services screen will be opened as below. Now check for ‘SQLSERVERAGENT‘ status, which should be running. If it is not running, then right click on the SQLSERVERAGENT and click on ‘Start’ button. The ‘Startup Type’ should be set to ‘Automatic’. Then click on ‘OK’
- Jobs will be executed at 00:01 on daily basis. If required it can be executed manually at any give time by executing the below command in the command prompt. Before doing this ensure that SQLSERVERAGENT is running.
isql –S[Servername] –Usa -Psa -Q"msdb.dbo.sp_start_job 'Daily Job'"
Servername should be replace with actual servername
for example : isql –SspanSql –Usa -Psa -Q"msdb.dbo.sp_start_job 'Daily Job'"

See also System Requirements Preparing for Installation Installing Web Application WinClockService Setup
|