Workfront Enhanced Connector not enabling in AEM
Hello,
I am trying to deploy Workfront Enhanced Connector over our AEM CS using the documentation https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/integrations/workfront-connector-install.html?lang=en
My build is getting successful without any error, but I am not able to see "Workfront Tools Configuration" connector under cloud services or a system user "workfront-tools" as written in documentation.
Please help me knowing, where I am doing the mistake and which specific log should I check for this issue?
I have followed the below steps:
- Downloaded the zip file from software distribution and added at path ui.apps/src/main/resources/
- Updated the parent pom.xml with below code
<dependency>
<groupId>digital.hoodoo</groupId>
<artifactId>workfront-tools.ui.apps</artifactId>
<type>zip</type>
<version>1.9.13</version>
<scope>system</scope>
<systemPath>${project.basedir}/ui.apps/src/main/resources/workfront-tools.ui.apps.zip</systemPath>
</dependency> - Updated the "all" module pom.xml with below code
<embedded>
<groupId>digital.hoodoo</groupId>
<artifactId>workfront-tools.ui.apps</artifactId>
<type>zip</type>
<target>/apps/wknd-packages/application/install</target>
</embedded>
<dependency>
<groupId>digital.hoodoo</groupId>
<artifactId>workfront-tools.ui.apps</artifactId>
<type>zip</type>
<scope>system</scope>
<systemPath>${project.basedir}/../ui.apps/src/main/resources/workfront-tools.ui.apps.zip</systemPath>
</dependency>
Also, created a group "wf-workfront-users" in AEM UserGroups as stated in documentation.
Can you please help me in this?
Thanks in advance,