AMT 29
Released: 02 Jan 2018.
For availability, please contact the Avanade Service Portal for information on downloading new releases.
Special attention items:
There are no special attention items for this release.
Product | Cat | Subcat | Description | Type | Version | Priority |
---|---|---|---|---|---|---|
Developer | Code Logic | C1704-057 Corrected code completion for List functions in AMT Developer Studio. When using the list object, code completion did not display the type for the add/insert function parameters. For example, .add(Value) was presented to the end user instead of .add(alpha 4). Code completion for add/insert list functions now displays the type on the value and index parameters. Additionally, code completion on routine calls has been updated to display the declared type for the parameter/result. | AMT 29 | |||
Developer | Various | C1712-007 Field definitions can now be checked in copy books. You first have to select the (sub)program for active context. If you have a (sub)program already opened it will set that automatically as active context. | AMT 29 | |||
AmtTools | Various | 325320/325693/319690 "Follow Me" printing introduced in AMT by using impersonation. The AMT framework lacked support for "follow me" printing in the past. With this functionality, prints are stored in a (central) queue and are associated with the Windows user-id. The user needs to authenticate first at the printer (or external hardware) before he can select prints from the list. Follow Me printing is now implemented. For more information, please revert to the help files: Admin -> Installation & Configuration -> Advanced Intallation Topics section. | AMT 29 | |||
Control Center | Security | 318867 The UserName in Security -> Users -> User Details not read-only when editing an existing user. The UserName box was editable in some browsers for an existing user. The form has been corrected such that UserName is read-only when editing an existing user record. | AMT 29 | |||
Control Center | Configuration | 325930 Update Logging Details description to better reflect form contents. The Logging details tab in System configuration->Logging->Logging details only contains email settings. The tab name for Logging details has been updated to read Email configuration. | AMT 29 | |||
Control Center | Configuration | 325931 The Terminal IDs tab has been made visible only for AMT COBOL systems originating from Unisys OS2200. Terminal IDs are only used in OS2200 migrated COBOL applications and should be hidden when there is no OS2200 COBOL application present. Terminal IDs are now only visible for COBOL systems originating from Unisys OS2200. | AMT 29 | |||
Control Center | Configuration | 325932 Security->Macros was accessible in Control Center for AMT LION installs. Macros roles are only supported for AMT COBOL and should not be visible in AMT LION. The "Macros" navigation link has been removed from Control Center in AMT LION. | AMT 29 | |||
Control Center | Configuration | 325933 Removed objects exclusive to AMT COBOL from Activated Components in Control Center for AMT LION environments. In Security->Component Activation->Activated Components, transaction-related objects only applicable to AMT COBOL were visible in AMT LION configurations. The Activated Components tab has been modified hide the following options from AMT LION configurations: Transactions Transactions Program Control Transactions Transaction Control Transactions Vsam File Control Configuration Transactions Security Transactions SecurityMacros | AMT 29 | |||
Control Center | Configuration | 325934 COBOL Cics was visible in Control Center for environments that do not support Cics Cics settings are only applicable to environments originating from IBM COBOL. COBOL Cics settings is now only visible to environments that support Cics. | AMT 29 | |||
Control Center | Configuration | 325938 Runtime behavior contained settings which did not apply for COBOL applications. When configuring a COBOL application, settings exclusive to AMT Lion were also displayed in Runtime behavior-> Forms behavior. Visibility of the AMT LION settings has been removed from AMT COBOL configurations. | AMT 29 | |||
Control Center | Configuration | 325939 "LionScreens provider Text Encoding" Web behavior setting visible in Control Center for AMT COBOL applications. The "LionScreens provider Text Encoding" setting in Runtime behavior -> Web Behavior should be hidden from view in AMT COBOL. This setting has been excluded from AMT COBOL environments. | AMT 29 | |||
Control Center | Configuration | 325940 Replace "reports" with "programs" for Runtime behavior setting names in Control Center for AMT COBOL environments. Verbiage for Runtime behavior settings required clarification for AMT COBOL environments. In AMT COBOL, instances of the word "reports" have been replaced by "programs" in Runtime behavior settings. If an environment uses both AMT LION and AMT COBOL, "reports/programs" will be displayed. Ex: Database lock Timeout reports (AMT LION), Database lock Timeout programs (AMT COBOL) and Database lock Timeout reports/programs (AMT LION & AMT COBOL) | AMT 29 | |||
Control Center | Configuration | 325941 Exclude Businesslogic webaddress from AMT LION and AMT COBOL application configurations. Businesslogic webaddress was visible for AMT LION and AMT COBOL applications which do not use this setting. Businesslogic webaddress no longer displays for AMT LION and AMT COBOL applications. | AMT 29 | |||
Control Center | Configuration | 325944 Hide WebConsumables in System Configuration -> Batch & Forms for AMT COBOL applications. The WebConsumables were not supported but still visible to Control Center end users in AMT COBOL environments. WebConsumables have been hidden in Batch & Forms for AMT COBOL environments. | AMT 29 | |||
Control Center | Configuration | 325947 Removed objects exclusive to AMT LION from Activated Components in Control Center for AMT COBOL environments. In Security->Component Activation->Activated Components, elements only applicable to AMT LION were visible in AMT COBOL configurations. The Activated Components tab has been modified to hide the following options from AMT COBOL configurations: Lionscreens components Application Center - Screens Application Center - Wakeup Application Center - Waitings Control Center - Batch en forms consumables Control Center - Waitings | AMT 29 | |||
Control Center | Configuration | 325948 The "Waitings" menu item under "Messages" in Control Center should be exclusive to applications originating from Unisys A Series. The menu item "Messages"->"Waitings" was visible in all environments. Additional validation has been added to ensure the visibility of "Waitings" is now environment dependent. | AMT 29 | |||
Runtime | Jobs/Batches | 322069 SaveRecoveryName command updated to allow for configurable automatic restart attempts. Previously, a crashed report would only be retried 5 times and could not be overruled when using SRN. The job object was extended with the "MaximumNumberOfRestarts" property which overrides the default setting. | AMT 29 | |||
Developer | Various | C1712-001 Additional checks for on instruction usage for AMT COBOL specific to the originating operating system. COBOL instructions not relevant to the migrated Operating system were allowed by AMT COBOL. In AMT COBOL, the file/database/call instructions are no longer allowed in the CobolForm object. Instructions specific to a platform like "exec cics" are only allowed when the application came from that platform. | AMT 29 | |||
Control Center | Security | 326045 Resolved authentication error for NoFramework web client users. Windows Authentication failed for NoFramework configurations because the username and domain were sent together (Domain\Username) Noframework now sends username without domain. (Username) | AMT 29 | |||
Runtime | Scripts | 326061 Runtime error not returned when calling unknown script. No exception was returned on an invalid call 'system' using 'invalid-script.' An exception is now returned for an invalid call and can be checked with the 'on exception' clause. | AMT 29 | |||
Developer | Code Logic | C1712-024 Corrected code folding for the Readfile command in AMT Developer Studio. Code folding did not work for Readfile/EndRead. Code folding is now added for READFILE, WITH and COMPARE in AMT Developer Studio. | AMT 29 | |||
Developer | Various | 326033 Unable to delete generation request if web deploy clicked twice. If web deploy was mistakenly clicked twice, the second web deploy request for the same App/GenSet could not be removed until the initial request had completed. It is now possible to remove a pending web deploy request while another request is generating. | AMT 29 | |||
Runtime | Web Client | 324282 Change Ajax calls to use jQuery Ajax. Ajax calls from generated web applications produced warnings in Google Chrome console view due to old code. Ajax calls have been updated to use jQuery Ajax methods. | AMT 29 | |||
Control Center | Configuration | 325928 Remove "Report Path" from Basepath configuration in Control Center. Basepath configuration streamlined by consolidating redundant values. The application base path (System Configuration->->Application base path) is now used to read available jobs. | AMT 29 | |||
Runtime | Jobs/Batches | 325901 Report failures due to cached database connection state. Reports crashed after completing the business logic when LogLevel was set to 9 and last DB action was a stored procedure. Database connection state is now set correctly for each cached connection. | AMT 29 | |||
Control Center | Various | C1712-043 Corrected Printer drop-down list for Print again feature in Control Center. Occasionally, scaling for the Printer drop-down list was too small which created difficulties when making a a selection. The Printer drop-down list is now set to a static 225 pixels. | AMT 29 |