Skip to main content

EASE ACS overview

Theme: Overview
Who Is It For? System Administrator, Automation Engineer

What is it?

Ease ACS provides direct Rest-API access to applications without installing additional components. It is part of the ACS (Agentless Connector System) suite of products.

ACS is an OpCon Agent type that provides a framework for agent development. It is an internal SMANetCom component. All integrations are generated .dll files placed in a monitored folder.

These modules are loaded into the OpCon environment during startup. New modules can be copied to the monitored folder and become available after restarting the SMA OpCon Service Manager and SMA OpCon RestAPI services.

All task and agent screen definitions are contained in the generated DLL. Solution Manager retrieves form layouts from the DLL to render task and agent definitions. Agent and task definitions are stored as JSON in the OpCon database.

Agent and task definitions can only be created or updated in Solution Manager. JORS is only available through Solution Manager.

  • Use this when your OpCon system needs to submit tasks to an Ease DataCenter without installing additional components on the local system.
  • Use this when you need to view Ease DataCenter job logs locally without accessing the Ease DataCenter environment directly.
  • Use this when multiple Ease DataCenter target schedules are required — each target schedule requires a separate ACS Ease agent connection.

Implementation

Ease ACS comprises connectors copied to the ..\OpConxps\SAM\plugins folder of an on-prem OpCon environment or the ..\SAMRelay\plugins folder of an on-prem SMA Relay installation.

The ACS Ease module provides screen definitions and execution code for ACS Ease task types. Use Solution Manager to define the Ease DataCenter connection and ACS Ease task types, which are stored in a schedule in your OpCon system.

Overview

During task execution, the ACS Ease task uses the OpCon Rest-API to inject tasks into the target Ease DataCenter schedule. When the tasks complete, their job logs are retrieved and appended to the local ACS Ease task job log.

ACS Ease

Each connection is associated with a target schedule in the Ease DataCenter. If multiple target schedules are required, define a separate connection for each.

Job logs from tasks executing in the Ease DataCenter are retrieved and appended to the local job log. You do not need to access the Ease DataCenter to view job logs.

The following connection information is required:

InformationDescription
Customer IdThe customer Id allocated by the Ease Datacenter.
Ease Schedule NameThe schedule name allocated by the Ease Datacenter.
Ease URLThe URL provided by the Ease DataCenter to access the target OpCon Rest-API.
Ease UserThe Ease user allocated by the Ease Datacenter.
Ease User PasswordThe password of the allocated Ease user.

The following task types are available.

Task TypeDescription
BUNDLE-RSJEDITMONITOR and RSJEDIT tasks
BUNDLE-SEQ-FTPSEQ, COPY-RPT-OUT and RUN-FTP-OUT tasks
BUNDLE-SEQ-PROMPTSEQ and PROMPT tasks
COPY-DATA-TO-LTRFILECopy outgoing Data File to Letter Files for FTP
COPY-RENAME-LTRFILE-OUTCopy or Rename Letter File for FTP
COPY-RPT-OUTCopy Report to Letter Files for FTP
FILEPERMSUpdate Letter File Privileges to 774
MONITORFile Monitor for Incoming File
MOVE-LTRFILE-TO-DATAMove incoming Letter File to Data Files
PROMPTAnswer a Single Prompt
PROMPTSEQAnswer a Single Prompt with a SEQ
RUN-FTP-OUTFTP Letter File off Symitar
RENAME-LTRFILE-INRename Letter File Removing Prefix
RESETReset a Single Prompt
RSJRun Symitar Job (single-threaded)
RSJEDITRuns Symitar Job with Edit File
RSJMULTIRun Symitar Job (multi-threaded)
SEQCollect the SEQ of a Report
SEQ-SENDCopy Specified SEQ to Reports for FTP
TRANSLATE2COMMASAnswer a Single Prompt containing commas

Related topics: