CLI Perl scripts fail
search cancel

CLI Perl scripts fail

book

Article ID: 135175

calendar_today

Updated On:

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On Agents (SiteMinder) CA Single Sign On Federation (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) CA Single Sign-On SITEMINDER

Issue/Introduction

CA SSO 12.8 policy server on Windows 2016 Datacenter Edition. 

Receive the following pop-up when executing any of the sample scripts. 

%NETE_PS_ROOT% = E:\CA\siteminder

cd E:\CA\siteminder\CLI\examples

..\bin\perl.exe MigrationDemo.pl

pop-up:

perl.exe Entry Point Not Found

The procedure entry point [email protected]@@QEAA_NXZ could not be found in the dynamic link library

E:\CA\siteminder\bin\migration.dll.

Environment

Release:


Component:

Cause

Had webagents installed on same server. Webagent bin folders were in path before policy server bin folder so agent dlls were being picked up instead of policy server dlls.

Resolution

Removed agent bin folders from path.