This document explains how to turn on the debug logging if the synchronization fails from Service Desk Manager to Service Catalog.
Release 14.1 and higher
CA Service Desk Manager/CA Service Catalog
Log file of interest in all cases is the catalogsync.log (under C:\PROGRA~2\CA\SERVIC~1\log\)
FOR SDM 17.3 OR LATER
Backup, then edit the C:\Program Files (x86)\CA\Service Desk Manager\site\cfg\log4j2.properties and locate this block of text:
# Default log level for CatalogSync Daemon
logger.catsync.name = com.ca.ServicePlus.CatalogSync
logger.catsync.level = INFO
Change to:
# Default log level for CatalogSync Daemon
logger.catsync.name = com.ca.ServicePlus.CatalogSync
logger.catsync.level = DEBUG
Save the changes. A recycle of SDM is not necessary.
FOR EARLIER RELEASES PRIOR TO 17.3
[Before]
log4j.rootCategory=info, jstdlog
[After]
log4j.rootCategory=DEBUG, jstdlog
KB Article 12894 discusses logging from Catalog, which may be a worthwhile activity to review SOAP call accesses being made for the Catalog/SDM integration