Expand | ||
---|---|---|
| ||
For performance reasons, CXO-Viewer caches meta-data on dimensions. This cache should be refreshed as soon as meta-data has been changed. A refresh of the cache can be forced by putting the string “&refresh=true” at the end of the url. For example:
This is a one time action and it is even sufficient that one user (e.g., the admin user) performs this action. |
Expand | ||
---|---|---|
| ||
In order to configure CXO-Cockpit Print Server you need to go to the folder where it is installed and open the file called CXO.Cockpit.WindowsServices.StoryBoardGenerator.exe.config. ApplicationsFirst you need to specify which applications should be handled by the current instance of the CXO-Cockpit Print Server. Find a section called ConnectionStrings and add new applications. Keep in mind that the <clear /> statement should stay in there. Te easiest way to find an appropriate connection string for you application is to copy it from the Web.config file of your website. Finally the ConnectionString section should look like this:
Navigate through the file and find a section called appSettings. It is not recommended to change all of this settings but you probably need to change the following:Configuration
In most of the cases the following configuration will work:
|
Expand | ||
---|---|---|
| ||
CXO-Cockpit is closely integrated with your source system and retrieves from your source system which analytical dimensions have a relation to the selected account. You would normally see no analytical dimensions that have no relation with the selected account. In order to open the report with the most relevant analytical dimension you can set the ´Default Breakdown Dimension´ parameter. As of 4.3.2 release there is an option to display account breakdown in Member Detail Control of the Financial Statement report. If Account dimension is one of the report breakdown dimensions, the sub-accounts of the selected account will be displayed according to their hierarchy in the right bottom pane of the report: See Also |
...
Expand | ||
---|---|---|
| ||
A Home Page Report is linked to a User Group. You can set the Home Page in the Groups & Security menu. The menu button can be found in the Security and Navigation Ribbon. As of release 5.0 the choice of the Home Page is not limitted to the standard or Value Tree Home Page - you can set any report of your preference as the Home Page report. |
Expand | ||
---|---|---|
| ||
You need to renew the license key in case:
In case you have issues with the license key contact the CXO-Cockpit support desk. To renew the license key take the following steps:
The Panel will then show the details provided by the new license key, including valid until date , numbers of users and valid backend connectors |
Expand | ||
---|---|---|
| ||
CXO-Cockpit coordinates with process management in HFM in the following way: if the HFM user account that extracts the data from HFM is only allowed to retrieve data that has the appropriate submission level, then only the data that reached that milestone is copied into CXO. By adding a batch process, we can then automate that the data is automatically copied after reaching that milestone*.* |
Expand | ||
---|---|---|
| ||
CXO-Cockpit can authorize users using Active Directory Domain Accounts for login. This article explains here how you can do this. Each domain user needs to be registered in the CXO-Cockpit application. For an existing application you will need to setup an initial domain user in the Cockpit before switching to domain authentication: 1) Add Domain User to the “Maintain Users” list (Note: The”User ID” column should contain the user’s domain account name and the “Location” column should be filled with the “fully qualified” domain name: 2) Configure the CXO-Cockpit and CXO-Viewer Websites, and the Design Studio to use Domain Authentication. Modify the .config file for these applications and in the “appSettings” section, change the “Authentication Provider” key so that the “value” is “MSAD”:
4) If the Domain (or Domains) does not appear in the Login page, then you have to add the Domains manually in the Domains Filter of the .config files: You can enter multiple domains. Use ; as a separator. |
Expand | ||
---|---|---|
| ||
CXO-Cockpit can authorize users using LDAP (Lightweight Directory Access Protocol)Domain Accounts for login. This article explains here how you can do this. Each domain user needs to be registered in the CXO-Cockpit application. For an existing application you will need to setup an initial domain user in the Cockpit before switching to domain authentication: |
Expand | ||
---|---|---|
| ||
Within the CXO-Cockpit website you can upload HTML content or images that can be used on a browser control of a Free Format Template or a Website Template. In order to do this follow this steps:
|
Expand | ||
---|---|---|
| ||
Lowering the website timeout limit reduces the total memory used by the server. Inactive user sessions will be cleared quicker which will reduce the total number of active sessions. Follow these steps to change session timeout to e.g. 20 minutes:
|