Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to https://repository.searchtechnologies.com/artifactory/public/com/accenture/saga/binaries/1.3.2.13/
  2. Download Saga_Aspire.zip
  3. Extract the Files

...

Code Block
themeMidnight
titlebundle
"bundleVersions": {
	"bundle": [
				{
                	"@artifactId": "app-saga-parser",
                	"@groupId": "com.accenture.aspire",
                	"@version": "5.2.0.3.132100133000"
                },
                {
                	"@artifactId": "aspire-saga-parser",
                	"@groupId": "com.accenture.aspire",
                	"@version": "5.2.0.3.132100133000"
                }
	]
}	



         

...

                Python Bridge path: Folder path to the python bridge you want to spawn (it MUST have the venv created and with all the requirements installed).

                Python Bridge Base Port Number: The base port number that the Python Bridge(s) will be created.

                Protocol: Transport Protocol serving on the python bridge to use.

                Disable SSL verification: If you are using a python bridge with HTTPS, the Saga Parser will try to verify the certificate, but if you are using a Self-Signed one, it will drop the connection. This option disables this verification (The SSL disable MUST be configured as well on the SAGA configuration).

                Python server authentication: Checked only if the python server has authentication (username/password) enabled.

                           Username: Specify the username to authenticate.

                           Password: Specify the password to authenticate.

      Match Type: Type of SAGA output match (Match Extraction or Analytics).

...