Error while updating ConnectALL automation for Azure DevOps
book
Article ID: 272653
calendar_today
Updated On:
Products
ConnectALL
ConnectAll On-Prem
Issue/Introduction
When modifying automation with ADO (dev.azure.com), it throws the following error after around 15 mins of attempting to fetch the fields from ADO:
Error retrieving fields from MSVSTSTFS ( https://dev.azure.com)
STEPS TO REPRODUCE:
- Modify an automation with dev.azure.com
- Wait for the error to be thrown.
Expected Result: Users getting error while modifying the automation
Actual Result: Users are getting error while updating the automation and below is the error screen shot
Resolution
DE77582 is fixed in 3.2.0 and ported back to 3.1.0.1 Patch 1
Workaround:
Follow the steps below to deploy the patch in the 2.11.2.5 version of ConnectALL.
- Stop Tomcat and Mule services
- Backup the <MULE_HOME>/apps/ConnectAll-XXX/lib/Connectors-2.10.jar
- Create a temp folder.
- Download the patch attached and copy the same to the temp folder
- Extract the zip file and make sure the folder structure looks like com/go2group/connectall/ms
- Copy the <MULE_HOME>/apps/ConnectAll-XXX/lib/Connectors-2.10.jar to the temp folder
- Make sure the Extracted folder "com" and the Connectors-2.10.jar are in the same folder
- Navigate to the temp folder in the command prompt/terminal
- Execute the below command
- jar -uvf Connectors-2.10.jar com
- Copy the Connectors-2.10.jar to the <MULE_HOME>/apps/ConnectAll-XXX/lib
- Copy the Connectors-2.10.jar to the <TOMCAT_HOME>/webapps/ConnectAll/WEB-INF/lib
- Start Mule and Tomcat server
Note: This patch can be applied only for ConnectAll v2.11.2.5 onwards
Attachments
1693412783917__patch_DE77415.zip
get_app
Feedback
thumb_up
Yes
thumb_down
No