Applications
The Applications tab lists all applications that are defined in the system.
When you select an application and click Add, Edit, or Copy, the
following edit window appears.
In the header, you can enter the application name, description, and application kind. The application name should
be uppercase, exactly as it is used in AMT Developer Studio.
For an AMT application, set application kind to Lion and set the migrated mainframe OS. You can also find this
value under Application Origin in Application
options for the application in AMT Developer Studio.
|
| Changes to any application setting will take effect after the application servers and managers
have been restarted. |
Properties
In the Properties tab, you can set the following fields:
- Application base path: The complete path to the base folder of the application.
- Userinterface webaddress: The web address for the application.
- warning It is recommended to include the trailing slash when pointing to the client folder of the
application.
- Autostart application: If enabled, this application starts automatically when Application
Center starts. Only one application in the environment should have this option enabled.
- Admin account: The Login Account
used to control the application-specific services of this application.
- Database setting: The application database used for this application.
- Configuration setting: The configuration set used for this application.
Lion Properties
When the Lion Properties tab is selected, the following dialog is shown:
Servers
In the Servers tab, you can set the following fields:
- Use application manager: If enabled, the defined application manager will be used.
- Use spare: If enabled, the defined spare application manager will be used.
- Lion application server: The application server to use when no application manager is
used.
- Spare application server: The spare application server to use when a spare application
server has been defined and no application manager is used.
- Default System Threads: The maximum number of allowed System Worker threads. Default is
12.
- Max Form Worker Threads: The maximum number of allowed Online (Form) Worker Threads.
Default is 12.
- Min Form Worker Threads: The minimum number of active Online (Form) Worker Threads.
Default is 3.
Help command
When the Help command tab is selected, the following dialog is shown:
Field descriptions:
- Command: This is the command that is used to open a custom help file (e.g. a Word
document or HTML file) or a Windows application when users press F1 in AMT Screens. If you do not specify a
parameter in the field below, the help file opens with the default application configured on the local Windows
system for that file type. By default,
%SCREEN% is replaced by the current screen. You can update
the value for %SCREEN% in Lion source code by assigning a value to
SI-HELPSCREENWEB, for example SI-HELPSCREENWEB := 'LOGON_Second_Help'.
- Parameters: If you provide a parameter, that parameter is populated with the file specified in
the Open command for help.
Example:
Command: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
Parameters: company.sharepoint.com/Lion/Screens/%SCREEN%/
RtQuery
When the RtQuery tab is selected, the following dialog is shown:
Field descriptions:
- SQL queries: The folder where SQL queries created in the RtQueries tab of AMT Screens are saved.
- SQL exports: The folder where SQL exports created in the RtQueries tab of AMT Screens are saved.
- Records to fetch for Table: The number of records retrieved at one time when table contents in
the application database are viewed. The default is 40 records. If this value is set to 0 (zero), no records
are fetched.
- Records to fetch for Query: The number of records retrieved at one time when query results are
viewed for a user-created database query. The default is 500 records. If this value is set to 0 (zero), no
records are fetched.
- Query sliding expiration (seconds): After an RtQuery command, the database connection closes
when it is inactive for this configured time. The default value is 300 seconds.
Aliases
In the Aliases tab, you can enter an alias for the current AMT application.
You can then use this alias in the following commands to access the current application from other applications
in the same AMT environment:
- SWITCHTO command, to switch to a form in another
application.
- CALL command, to exchange information with
this application from another AMT application. See also Application Link.
Field descriptions:
- Caller Application: Either All Applications or the name of a single application for which this
alias is valid.
- Alias: The alias that can be used in the other application(s).
- New Connection: When set to true, information exchange uses a new database connection instead
of an existing connection.
- Remote call: When set to true, a call to a remote application is executed by the remote
application instead of copying form libraries to the calling application.