Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Column Name

Data Type

Description

Id

int

(Auto) Unique Id

Username

varchar(200)

The username of the individual (without domain) who is assigned one or more configuration access roles.

IsConfigurationAdministrator

bit

1=true, 0=false. True allows this user to see and use ALL administration menus and pages as shown here.

IsDeviceManager

bit

1=true, 0=false. True allows this user to see and use ONLY the Users administration menu item and page as shown here.

...

This file is located in the root of the installation folder. Some sections are out scope and are not to be changed by the user. The sections relevant to users application configuration are discussed below.

Example location: C:\inetpub\wwwroot\asiMobilePortal\appsettings.json

...

This setting controls how log messages are output. Log messages can include task informational information messages, user task audit entries as well as errors and exceptions the application encounters while running. AMP does not make entries to the ACM logger. User Audit Activity logging is a separate feature and controlled by a Server setting.

Info

Errors are logged to the Windows Application Event Log Log if the Enabled setting is false. This insures that critical errors are persisted for debugging.

File

Default: Server=C:\ProgramData\AutoSol\Communication Manager\7\DataFiles\Mobile\Log.txt.

This specifies the path and file name to write log messages to.

Enabled

Default: Server= True.

When true, log messages will be written to the file specified in the File setting above. When false, entries will not be written to file.

ErrorsOnly

Default: Server= False.

When true, only errors and exceptions the application encounters while running are logged.

...

The setting to enable archive history is configured in the appsettings.json file. See above for details on the location of this file.

Enabled

Default: Server= True.

When enabled, the additional application menu item Archive History is shown and navigation to the page is authorized for ALL logged in users.

...

The setting group contains the host address and communication ports AMP needs to access ACM services for normal functions of the application.

HostAddress

Default: Server= localhost.

This value may change if AMP is running on a different server than ACM.

ConfigurationServicePort

Default: Server= 5330.

CommandServicePort

Default: Server= 5331.

ReportServicePort

Default: Server= 5333.

ItemServicePort

Default: Server= 5334.

ArchiveServicePort

Default: Server= 5336.

LoggingServicePort

Default: Server= 5332.

Defaults

This setting group contains configurable application-wide defaults for settings.

...