CA ITAM and CA SAM Additional Logging for DCS functionality
search cancel

CA ITAM and CA SAM Additional Logging for DCS functionality

book

Article ID: 115460

calendar_today

Updated On:

Products

CA IT Asset Manager CA Software Asset Manager (CA SAM) ASSET PORTFOLIO MGMT- SERVER CA Service Management - Asset Portfolio Management

Issue/Introduction

The DCS (Data Coordination Service) is a series of functionalities that allow content from CA APM to be shared to CA SAM.  Common materials brought from APM to SAM include Assets, Locations, and Contact materials.  From SAM, similar content, mainly discovered hardware, can be brought over.  This functionality is facilitated through a series of SOAP web services calls between the two applications.

However, if the integration breaks, the following document may help provide insight to the cause of the breakage.

Environment

CA ITAM 14.1, 17.1
​CA SAM 4.2.x

Resolution

1) Stop the event service.  This is the "CA Asset Portfolio Management - Event Service" on the APM Server, in Windows Control Panel

2) Delete the Event Service log file.  ITAMEventService.log files that are located in "C:\Program Files (x86)\CA\ITAM\Event Service"

3) Backup, then edit the CA.Applications.EventService.exe config file "CA.Applications.EventService.exe.config" in "C:\Program Files (x86)\CA\ITAM\Event Service"

Add this block of text and code:
    <behaviors>
      <endpointBehaviors>
        <behavior name="clientInspectorsAdded">
          <clientInterceptors/>
        </behavior>
      </endpointBehaviors>
    </behaviors>
    <extensions>
      <behaviorExtensions>
        <add name="clientInterceptors" type="CA.Common.Utilities.SAMMessageInpectorBehavior, CA.Common.Utilities, Version=17.0.0.157, Culture=neutral, PublicKeyToken=null"/>
      </behaviorExtensions>
    </extensions>

Change the version number highlighted in bold to the version number of dlls in client environment.  The DLL in this case is "CA.Common.Utilities.dll", located in "C:\Program Files (x86)\CA\ITAM\Event Service".  Going into Windows Explorer and right click for Properties shows the version number, which in this case, is 17.0.0.157

The attached sample config file, named "SAMPLE.config.txt" shows how the file should be configured.

3) Start the event service.

4) Recycle IIS Services.

5) wait for few minutes and then test the APM/SAM Integration. 

6)  Review/send any resultant  ITAMEventService.log files that are generated in "C:\Program Files (x86)\CA\ITAM\Event Service"
 

Additional Information

CA Software Asset Manager is presently EOS and no longer supported.  Please see:

https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/product-advisories/End-of-Life-Announcement-for-CA-Software-Asset-Manager/18213

Attachments

1558536834684SAMPLE.config.txt get_app