Skip to main content
Question

Aurena Agent is not communicating with IFS Cloud

  • June 29, 2026
  • 1 reply
  • 21 views

The core issue is the failure of IFS Cloud to communicate with the Aurena Agent, resulting in errors such as "This operation requires the AurenaAgent to be enabled."  The problem appears linked to environment-specific OS or configuration differences rather than a product defect. 

When the customer is trying to export a document in the window below (custom page), the following error will pop up. This Aurena agent is installed on only 2 machines. One is working (though it sometimes doesn't work), and the other is completely not working.

 

Investigations done so far.

  1. Reinstalled the aurena agent a few times. Still getting an error as below.
     
  2. Checked Anti-virus software like ESET blocks this Aurena Agent installation and followed the below article: https://community.ifs.com/framework-and-experience-101/error-from-aurena-agent-security-error-reque
  3. Customer hasn’t performed an update to the SSL/TLS certificate on this environment recently.
  4. Disabled the antivirus and installed the Aurena agent again
  5. Follow the KB article below related to changing the allowed_hosts file and SSL certificate mismatch.
    1. KB0078021 - https://ifsworld.service-now.com/now/nav/ui/classic/params/target/kb_view.do%3Fsysparm_article%3DKB0078021
    2. KB0093341 - https://ifsworld.service-now.com/now/nav/ui/classic/params/target/kb_view.do%3Fsysparm_article%3DKB0093341
  6. Analyzed the Event Viewer logs for any issues while Aurena Agent msi installing. found nothing.
  7. Install the Aurena agent with a super user – Informed the customer’s IT department to remotely install the Aurena Agent and try.
  8. Silent installation using the MSI - Perform a silent installation of the IFS Aurena Agent by running the MSI installer from the command prompt, passing the environment URL parameter.
    Run the following command as an administrator or directly in the user context:
    "SetupAurenaAgent.msi /quiet HOST=https://<IFS_ENVIRONMENT_URL> "
  9. Installing Aurena silently from an elevated prompt installs Aurena in local administrator user's folder and it is completely unavailable to the user. So this method does not help.
  10. Ran the following test to verify if the server is consistently presenting the exact same certificate thumbprint; the output is correct.

1..5 | ForEach-Object {

$req = [Net.HttpWebRequest]::Create("<your-customer-subdomain>")

try { $req.GetResponse() } catch {}

Write-Host "Run $_`: $($req.ServicePoint.Certificate.GetCertHashString())"

Start-Sleep -Seconds 2

}

  1. Suggested disabling SSL inspection for ifs.cloud use this as a workaround (Customer hasn’t done this yet)
  2. No errors in IFSAurenaAgent.log

We would appreciate your ideas to resolve this issue.

 

Thank you

 

1 reply

Forum|alt.badge.img+10
  • Hero (Employee)
  • June 29, 2026

@Hirunika97,

The 2nd screen shot included above indicates there’s a problem with the Aurena Agent installation (despite the multiple attempts at performing it.)  A successful installation of the agent would show a valid path value in the Local Checkout Path field.  

Make sure the IFS user for whom the agent installation is being done has sufficient permissions granted to allow it access to the screens, directories, etc, which it would need to use at logins.  The Aurena Agent is user dependent and must be done for each user which needs to have the access.  If multiple users share a machine or device an Aurena Agent deployment should be done for each user.

If the deployment per user and user access research doesn’t yield a fix for this issue then consider open ing a ticket with IFS Support to determine exactly what’s blocking the agent installation.