Follow this procedure to create a connector.
Follow these steps:
https://host:5250/spin/calm/CALMSpindle.csp
Select Integration type CAIdentityManager and change the connector name if desired.
Connection String
select imsauditevent12.id as IMS_EVENtid ,imsauditevent12.audit_time as IMS_AUDITTIME ,imsauditevent12.envname as ENVNAME ,imsauditevent12.admin_name as ADMINUNIQUENAME ,imsauditevent12.admin_dn as ADMINID ,imsauditevent12.tasksession_oid as TRANSACTIONID ,imsauditevent12.event_description as EVENTINFO ,imsauditevent12.event_state as EVENTSTATE ,imsauditevent12.tasksession_oid as TASKOID ,imsaudittasksession12.task_name as TASKNAME ,imsauditeventobject12.object_type as OBJECTTYPE , imsauditeventobject12.object_name as OBJECTUNIQUENAME ,imsauditobjectattributes12.attribute_name as ATTRNAME ,imsauditobjectattributes12.attribute_oldvalue as ATTROLDVALUE ,imsauditobjectattributes12.attribute_newvalue as ATTRNEWVALUE ,imsauditobjectattributes12.attribute_newvalue as ATTRVALUE from imsaudittasksession12, imsauditevent12, imsauditeventobject12, imsauditobjectattributes12 where imsauditevent12.id >? and imsauditevent12.tasksession_id = imsaudittasksession12.id and imsauditevent12.tasksession_oid = imsaudittasksession12.tasksession_oid and imsauditeventobject12.parent_event_id = imsauditevent12.id and imsauditobjectattributes12.parent_object_id = imsauditeventobject12.id ORDER BY imsauditevent12.id ASC;
To verify that the connector is working
The status should be running.
Copyright © 2013 CA.
All rights reserved.
|
|