ACP miscellaneous


Atomic output nodes

When a result is atomic, the result will be displayed directly on an output node rather than in a frame node, (if present).

Change uncertainty view

When a result is atomic, the Result_window will not be visible initially on the diagram. To show the uncertainty view menu,

Passwords

{For an ACP_Server_License the authentication method can vary.}

  • ACP uses firebase authentication on Lumina servers. To get your firebase password, when you sign up for ACP on the sign in page you will enter an email address and password into the appropriate fields and then press the Sign up button.
  • A user {I.e an email address} can have only one Analytica Cloud Platform (ACP) password at a time. If you change your ACP password say in your individual ACP account, this will also change your password in any Group account you may be a member of.
  • You can change your password by clicking the 'Get a new password' link on the sign in page and following the reset instructions. Or when signed in to ACP you can click the Change password link in the Account tab.
  • A new group account user with an existing ACP password {i.e. his individual account} will be sent an invitation email for the group account, and should use their existing ACP password.
  • A new group account user who has no ACP individual account will be sent an invitation to ACP, with a link to the sign in page. From there they can sign up - and at the same time create a firebase password.

Truncating large Tables

Because large tables take a long time to load in ACP, they are truncated. If the number of rows is larger than the number of columns than the number of rows will be truncated and vice versa.

Current limits are: 10K cells

The acpConfig.json file

  • For those with an ACP Server license, some optional configuration settings can be set with switches in acpconfig.json, located in the ACP\ui\build\ directory.

Authentication

File uploading

  • On Lumina's ACP servers, the following file types can be uploaded from the GUI:

*.ana, *.xlsx, *.xls, *.txt and *.csv

  • For those with an ACP Server license, the permissible upload file types can be set by editing the list in ACP\ui\build\acpConfig.json. For instance, if you need to use spreadsheets with Macros you could add *.xlsm to the list.

Table cell truncation

  • ACP will only show this number of cells in a table - to speed up the rendering time for the table. If you have an ACP Server, you can

edit this line in the file. If you set the number to -1 and the table truncation will be disabled. "EW1461_max_num_table_cells": 5000, // the value is the number of cells to display (or minus one to turn off this feature)

See Also

Comments


You are not allowed to post comments.