Define FiservDNA Scripts
Theme: Configure | Audience: System Administrator, Automation Engineer
What is it?
The ACS FiservDNA implementation uses two scripts to provide the environment.txt and SMAErrorWordsFile.txt files for each task execution. These scripts are requested during the ACS agent definition and the contents of each script is passed during task startup to enable the creation of unique files for each task.
Use existing environment.txt and SMAErrorWordsFile.txt files from an existing FiservDNA legacy connector to provide the contents of each script.
Define scripts
To define FiservDNA scripts, complete the following steps:
- Open Solution Manager.
- Select Library.
- Select Scripts.
- Select Script Types from the upper right-hand corner.
- Select +Add.
- In the Name field enter Fiserv DNA.
- In the File Extension field enter txt.
- In the Description field enter Used for ACS FiservDNA Integration.
- Select Save.
- Select Script Runners from the upper right-hand corner.
- Select +Add.
- In the Name field enter Fiserv DNA.
- In the OS field select Fiserv DNA from the list.
- In the Type field select Fiserv DNA from the list.
- In the Command field enter cmd.exe /c.
- Select Save.
- Select Scripts from the upper right-hand corner.
- Create the Connector.config script.
- Select +Add.
- In the Name field enter a name for the script. It is suggested using the proposed agent name and append env to the name.
- In the Type field select Fiserv DNA from the list.
- Assign the required roles.
- In the Script field paste the contents of the environment.txt file.
- Select Save.
- Select Scripts from the upper right-hand corner.
- Create the Connector.config script.
- Select +Add.
- In the Name field enter a name for the script. It is suggested using the proposed agent name and append errorwords to the name.
- In the Type field select Fiserv DNA from the list.
- Assign the required roles.
- In the Script field paste the contents of the SMAErrorWordsFile.txt file.
- Select Save.