Longview Adapter - Setting Up with CXO
Installation Prerequisites
CXO Version 24.1.3 (or higher)
.NET 6.0 or higher has to be installed
CXO Identity provider
Longview version 24.2.0 or newer
Important: Restart server after installing .NET core hosting bundle
Setting up
Install Longview Tidemark Adapter.
Open CXO Configurator>Maintenance and click Register Services and Websites.
Select Register Longview Tidemark Adapter Api to add service account details.
Create Client in the CXO Identity Provider.
Identity Provider Configuration
Create new Generic Client.
Select Allow Offline Access option.
Add the following scopes:
User profile
User groups
Add Redirect URL(s) in the following format:
{LongviewTidemarkAdapterUrl}/signin-oidcAdd Post Logout Redirect URL(s) in the following format:
{LongviewTidemarkAdapterUrl}/signin-oidc-auth
RedirectUri’s are case sensitive so it’s good practice to use lowercase in all URLs.
CXO Configuration
To use Longview Tidemark Adapter you need a license key with Longview enabled
Initialize the Longview adapter. This needs to be one time for the initial setup and is performed by running a few commands which require few parameters as an input.
For more information on the available commands and their parameters, run theCXO.Adapter.LongviewTidemark.Cli.exe help
command for detailed descriptions.Open command line as Administrator, browse to the
Longview Tidemark Adapter\Extraction
folder and run theinitialize
command to create the configuration database.
Command | initialize |
---|---|
Parameters |
|
Example |
|
Run the
set-authentication-settings
command to set up the identity provider values
Command | set-authentication-settings |
---|---|
Parameters |
|
Example |
|
Restart the Application Pool for Longview
Creating a Longview Source
Create a new source system in the SSM for the correct source type: Longview to create:
Fact database
SSAS cube
It’s recommended to use the same source name in the SSM as in the command below, otherwise scheduling extractions will not work
Run the create-source-in-adapter command to create a new Longview source.
- IMPORTANT: At this point you can decide the type of Longview source as either Longview Close or Longview Tax. This selection cannot be changed after source creation!
Longview Plan and Longview Close work the same way. Similarly, Longview Tax and Transfer Pricing work the same way. But if you want to integrate with Longview Plan, you need to select Longview Close, and if you want to connect to Transfer Pricing, you will have to select Longview Tax.
Command | create-source-in-adapter |
---|---|
Parameters |
|
Example |
|
After running the above commands, the adapter is configured, and a first source is available. When multiple sources are required, run the create-source-in-adapter command for each source that is required.
Each source is created with a default configuration for dimensions, Longview symbol names, etc. These defaults need to be changed for the source to function properly. This is explained in the Longview Adapter - User Interface Guide