Release Notes › Policy Server Release Notes › General Considerations › Perl Scripting Interface Limitations › Perl use Statement for PolicyMgtAPI Must Come Before Use Statement for AgentAPI (24755)
Perl use Statement for PolicyMgtAPI Must Come Before Use Statement for AgentAPI (24755)
On Solaris, a core dump results if you call use for AgentAPI before you call use for PolicyMgtAPI. If you are calling use for both modules, do so in the following order:
- use Netegrity::PolicyMgtAPI;
- use Netegrity::AgentAPI;