Consultor Eletrônico



Kbase P110813: How to audit application use in Dynamics?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/11/2005
Status: Unverified

GOAL:

How to audit application use in Dynamics?

GOAL:

How to log what containers are launched in Dynamics?

GOAL:

Is it possible to trace when a container is started and/or closed?

FACT(s) (Environment):

Dynamics

FIX:

There is no standard support for doing this, however it can be achieved by using a customized Session Manager.

The session manager is based on the code found in af\app\afsesmngrp.i.

The procedures that would need to be customized are LaunchContainer, LaunchProcedure and KillProcedure.
The Launch* procedures manage which containers and which procedures are launched both on client and AppServer side, KillProcedure shuts down both the containers and procedures.

Typical information to trace can either be found within the procedure calls (container/procedure names), or within the General Manager (username of who is launching).

Exactly how this will be implemented depends on the specific application and environment, and is a design issue. As such it falls outside of the scope of Technical Support. If further assistance is required, please contact Professional Services.