Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

SDP-74831 EDS paceolap extract: return NO_DATA status if SOAP reply from pace has empty response body

Updated EDS paceolap extract to return NO_DATA if reply has empty response body

Updated the EDS paceolap extract to return NO_DATA status when the reply from pace report service has an empty response body.

Example:

"status":"NO_DATA","severityCode":

{"value":"1"}

,"reason":[

{"description":"NO DATA"}

]

SDP-74628 EagleInstaller: deploy specific version issue

Corrected issue with EagleInstaller installing specified version

Corrected issue with EagleInstaller failing to download from artifactory when user specifies version to install.

SDP-72399 Python XML2XML: Add possibility to have expression for setting auto_convert_xmldbapi

Enabled use of expression to define value of auto_convert_xmldbapi

Enabled the use of an expression in RTR to define value of attribute auto_convert_xmldbapi

SDP-70951 Distribution profiles: enable distribution of multiple files in one email

Enabled distribution of multiple attachments in one email

To distribute multiple files as multiple attachments in a single email,

define a distribution profile with email type distribution and attribute

"email_multiple_attachments": "Y"

example:

{
"data_sinks": [
{
"sink": "email_dev",
"type": "EMAIL",
"cfg":

{ "mailFrom": "Test Sender", "subject": "Test Reports", "body": "Reports attached", "mailTo": ["someone@xyz.com|mailto:%22Marius.Navickas@bnymellon.com]", "email_multiple_attachments": "Y", "distributiondeliveryattempts": 3, "distributionretryintervalseconds": 3 }

}
]
}

  • No labels