Installing Longview Close Analytics
Note: To install Longview Close Analytics, the Longview Analytics Server must first be installed. For more information, see the Longview Analytics Installation Guide.
Installing Longview Close Analytics involves the following steps:
- Installing the Longview Close Analytics files
- Updating the Longview Close connection file
- Publishing the Longview Close application
- Setting up permissions for the Longview Close application
- Setting the default homepage
Installing the Longview Close Analytics files
To install Longview Analytics:
- Navigate to the applications folder for Analytics. For example:
C:\Users\Public\Documents\Longview\10\Analytics\Applications\Solutions
. - Create a folder named Longview Close, if it does not exist.
- Extract the Longview Close Analytics-
24.4 .zip, obtained in Required Installation Files, to the Longview Close folder. For example,C:\Users\Public\Documents\Longview\10\Analytics\Applications\Solutions\Longview Close
Updating the Longview Close connection file
You must update the Longview Tax connection file (Longview.apc) to connect to your Longview Data Server.
To update the Longview Close connection file:
- From the solutions folder used in the Installing the Longview Close Analytics files section, open the file Longview.apc in a text editor from within the Longview Close folder.
- Modify the following connection parameters:
DSN=(IPAddress)
SERVERPORT (Listener Port)
DATASERVER (LVID)
UID – A Longview UserID
Note:
- If you are using both Longview and Windows authentication, an additional parameter must be added: LogonType=4371.
- The LongviewTax.apc file may be write-protected. Make sure the file is not read-only.
Caution: Do not change the order of the parameters in the LongviewTax.apc file.
Publishing the Longview Close application
To publish the Longview application:
- From the start menu, select Longview Analytics > Longview Analytics Administration Console. Longview Analytics Administration Console opens.
- Go to Server à Connect...
- The Longview Analytics Server Connection dialog appears. Click OK.
- The Login dialog appears. Click OK.
- On the left side, click on Server Objects.
- On the right side, right-click on Applications and select Install new application.
- The Install Application dialog appears. For application file, click Browse...
- From the solutions folder used in the Installing Longview Close Analytics files section, select the file application.apa from within the Longview folder.
- Leave all other items at default. Ensure the Import database content check box is selected.
- Click Install.
- An information dialog appears confirming that the installation has been successful. Click OK.
You should now see the Longview Close application listed under the Applications folder in the Analytics Administration Console.
Setting up permissions for the Longview Close application
Application specific settings must be set within Analytics Administrator, which is available via a web browser.
Setting up permissions for the Longview Close application involves the following steps:
- Accessing Analytics Administration App
- Updating Administration permissions
- Updating Longview Close application permissions
- Updating Longview Close navigation permissions
Accessing Analytics Administration App
To access Analytics Administrator:
- Start a Web Browser.
- Go to http:/<Server>/Longview/10/Analytics/home/#startPage
- Click on the My Analytics Applications tile.
- Click on the Administration application tile.
Updating Administration permissions
From Analytics Administrator:
- Select Applications from the Navigation Pane.
- Click the Administration tile.
- Under Authentication type, select Windows and Analytics authentication with login dialog if necessary.
Note:
- This step is required for a Longview authenticated user to be able to access the Analytics Administrator component from the Longview home page.
- For a Longview authenticated user to be able to access the Analytics Administrator component, they must be a part of the Global Admin role.
Updating Longview Close application permissions
From Analytics Administrator:
- Select Applications from the Navigation Pane.
- Click the Longview Close tile.
- Under Authentication type, select Database Authentication and set the Name for the connection file to Longview.
- Select Available in Longview Analytics Engage.
- Select Automatically activate newly registered users.
- Select Default role for newly registered users and set the default role to Consumer.
- Click the add icon under Roles and add the role Consumer (leave permissions of the role to only have the open permission enabled)
- Click the add icon under Languages of the Selected application and select English.
Updating Longview Close navigation permissions
From Analytics Administrator:
- Select Navigation Per Role from the Navigation Pane.
- Click the Longview Close tile.
- For Selected Role, select Consumer.
- Ensure the appropriate items are selected for the Navigation Pane depending on the components you have licensed:
- Home
- KPI Cockpit (checked, if licensed)
- P&L Variance Bridge
- Finance Analytics (checked if Finance Analytics is licensed)
- Click Save.
Setting the default homepage
Perform the following steps to default the Longview Analytics homepage to the Longview Close application:
-
Edit the web.config folder in the following in your web directory. For example,
C:\inetpub\wwwroot\Longview\10\Analytics\home
Note: Ensure that you are in the correct folder, there are two web.config files. This file might be write-protected – make sure file is not read-only.
-
Search for the DefaultPage tag. Make the following edits to the DefaultPage and HomePage tags: Set AnalyticsClient to Longview Close:
<add key="DefaultPage" value="AnalyticsClient:Longview Close" />
<add key="HomePage" value="AnalyticsClient:Longview Close" />
Snippet of web.config
<!--
Uncomment the following key to define the Longview Analytics Engage default page.
The default page is the page initially displayed when Longview Analytics Engage is started, e.g.
you open http://localhost/Longview/10/Analytics/home/ and will be redirected to http://localhost/Longview/10/Analytics/#startPage.
Valid values are:
- startPage: The Longview Analytics Engage Start Page (DEFAULT)
- biwalls: The BI Walls Page
- contentPage: The My Content Page
- AnalyticsApplications: The My Analytics Applications Page
- AnalyticsClient:ApplicationName: Opens a predefined application.
The full key to open the Administration application would be:
<add key="DefaultPage" value="AnalyticsClient:Administration" />
-->
<add key="DefaultPage" value="AnalyticsClient:Longview Close"/>
<!--
Uncomment the following key to define the link of the Longview Analytics Home Button.
With this button you can easily return to the selected page from every other page.
Valid values are:
- startPage: The Longview Analytics Engage Start Page (DEFAULT)
- biwalls: The BI Walls Page
- contentPage: The My Content Page
- AnalyticsApplications: The My arpclan Applications Page
- AnalyticsClient:ApplicationName: Opens a predefined application.
The full key to open the Administration application would be:
<add key="HomePage" value="AnalyticsClient:Administration" />
-->
<add key="HomePage" value=" AnalyticsClient:Longview Close"/>
Note: Ensure you remove the comment tags (<!-- … -->) before and after these lines to enable them.