Agent for Informatica: java.lang.UnsatisfiedLinkError: <WA Agent>\JavaLMApi.dll: The specified procedure could not be found
search cancel

Agent for Informatica: java.lang.UnsatisfiedLinkError: <WA Agent>\JavaLMApi.dll: The specified procedure could not be found

book

Article ID: 103166

calendar_today

Updated On:

Products

Workload Automation Agent CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation DE - Business Agents (dSeries)

Issue/Introduction

The WA Agent to  call Informatica workflow from the scheduler failed with errors in Agent's plugin_log_informatica.log like below;

- Loading IJLM Driver.
- Failed to load Informatica driver
- Pooled task execution failed:
java.lang.UnsatisfiedLinkError: <WA Agent>\JavaLMApi.dll: The specified procedure could not be found 

Environment

CA Workload Automation Agent for Informatica11.4
Informatica Powercenter 10.x

Cause

The Information plugin failed to load the Informatica driver.
 

Resolution

1. Download and install the Informatica drivers for the Informatica platform and version. Informatica drivers are included with Informatica Development Platform (IDP).

2. Extract the IDP files from Informatica 10.x to the appropriate locations on the agent
 - Copy source\OperationsAPI\OperationsAPI_Java\locale\* to <agent>/config/informatica/locale
 - Copy source\OperationsAPI\OperationsAPI_Java\jlmapi\* to <agent>/jars/ext
 - Copy source\OperationsAPI\OperationsAPI_Java\lib to <agent>/

Additional Information