Skip to content

Commit f6a594d

Browse files
authored
Merge pull request #6 from Bertievh/main
Version 21.1.5 document updates
2 parents 76ceffe + 88453f0 commit f6a594d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: 'EasyVista Connector'
55

66
# EasyVista Connector
77

8-
Latest version of the EasyVista Connector is **21.0.4**.
8+
Latest version of the EasyVista Connector is **21.1.5**.
99

1010
The EasyVista Connector can be used to submit incident tickets automatically to EasyVista from OpCon when a task has an error condition.
1111

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Property Name | Value
7171
**ADDRESS** | The server address of the OpCon API.
7272
**PORT** | The port number used by the OpCon API server.
7373
**USES_TLS** | Must be set to True.
74-
**TOKEN** | An application token used for Authentication when communicating with the OpCon-API.
74+
**TOKEN** | An application token used for Authentication when communicating with the OpCon-API. This should be encrypted using the Except.exe software.
7575
**[TICKET DEFINITIONS]** | header - Used to define information to be used when creating a ticket.
7676
**DESCRIPTION** | The text that is used when creating an incident (description field). Default value OpCon Task Failure ( date {0} schedule {1} job {2} server {3} error code {4} ). The text is customizable. When a value is required in the text use the {n} syntax where n is the value of the parameter defined in the table below. 0 is the schedule date when the error occurred (resolves to [[$SCHEDULE DATE-EVIS]] value), 1 is the workflow name (resolves to [[JI.SCHED]] value), 2 is the task name (resolves to [[JI.JOB]] value), 3 is the server name where the job executed (resolves to [[JI.MACH]] value) and 4 is the termination code (resolves to [[JI.ECODE]] value).
7777
**TITLE** | The text that is used when creating an incident (description field). Default value OpCon Task Failure (schedule {1} job {2}) The text is customizable. When a value is required in the text use the {n} syntax where n is the value of the parameter defined in the table below. 0 is the schedule date when the error occurred (resolves to [[$SCHEDULE DATE-EVIS]] value), 1 is the workflow name (resolves to [[JI.SCHED]] value), 2 is the task name (resolves to [[JI.JOB]] value), 3 server name where the job executed (resolves to [[JI.MACH]] value) and 4 the termination code (resolves to [[JI.ECODE]] value).

docs/release-notes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
This release of EasyVista is for opCon System 21.0 or greater. The connector only supports connections to the OpCon-API to retrieve job information and insert or update Incident information.
66

7+
## Release 21.1.5
8+
9+
### Migration Considerations
10+
11+
When upgrading to the latest release the TOKEN value of the OPCON API section in the Connector.config file should be encrypted using the Exncrypt.exe software .
12+
13+
### New Features
14+
15+
**CON-370**
16+
Implemented the encryption of the TOKEN value in the Connector.config using the Excrypt.exe software
17+
718
## Release 21.0.4
819

920
### Migration Considerations

0 commit comments

Comments
 (0)