2025-05-24 01:08:07 Table: ca_discovered_software (15 of 19), Update records to process: 443
2025-05-24 01:08:07 Warning: A database constraint violation error occurred for table: ca_discovered_software
2025-05-24 01:08:07 Table: ca_discovered_software (15 of 19), Records updated: 0, Elapsed time: 00:00:00
240525-01:08:07.0960975L|002056|00001a00|SystemEngi|amLog | |000000|ERROR | BulkCopySoftwareSignature: Software Def (sw_def_uuid=<uuid>) not exists on Target -> constraint violation error, skipping replicating
240525-01:08:07.0961701L|002056|00001a00|SystemEngi|amLog | |000000|ERROR | SetIntermediateStatus2: Sync: A database constraint violation error occurred for table: ca_discovered_software
240525-01:08:07.0967406L|002056|00001a00|SystemEngi|amLogAndNotify |cAmoLog.h |000387|ERROR | Warning: A database constraint violation error occurred for table: ca_discovered_software
150725-00:41:21.4446899L|015448|000021b4|ContentUti|RecImpl_Ado |RecImpl_Ado.cpp |000205|INFO | CRecImpl_AdoCreate() enter - (select top 1 * from bit_support) (3 1 2)
150725-00:41:21.4459637L|015448|000021b4|ContentUti|RecImpl_Ado |RecImpl_Ado.cpp |000262|INFO | CRecImpl_AdoCreate() terminated successfully
150725-00:41:21.4476472L|015448|000021b4|ContentUti|CDb |CDb.cpp |000765|DETAIL | Destroy Recordset
150725-00:41:21.4520609L|015448|000021b4|ContentUti|AmoSupportFuncti|SupportFunctions.cpp|000123|DETAIL | pwdecrypt ret1
150725-00:41:21.9813203L|015448|000021b4|ContentUti|CDb |CDb.cpp |000374|DETAIL | Execute SQL command
150725-00:41:21.9815566L|015448|000021b4|ContentUti|CDb |DbImpl_Ado.cpp |000649|INFO | CDb_Ado::ExecSQL() enter - update bit_support set name=tmp.name,creation_user=tmp.creation_user,creation_date=tmp.creation_date from conttmp_bit_support as tmp where bit_support.bit_support_id=tmp.bit_support_i
120825-10:56:46.3210074L|006260|000031ec|ContentUti|RecImpl_Ado |RecImpl_Ado.cpp |000205|INFO | CRecImpl_AdoCreate() enter - (select top 1 * from bit_support) (3 1 2)
120825-10:56:46.3215789L|006260|000031ec|ContentUti|RecImpl_Ado |RecImpl_Ado.cpp |000262|INFO | CRecImpl_AdoCreate() terminated successfully
120825-10:56:46.3222113L|006260|000031ec|ContentUti|CDb |CDb.cpp |000765|DETAIL | Destroy Recordset
120825-10:56:46.3244506L|006260|000031ec|ContentUti|AmoSupportFuncti|SupportFunctions.cpp|000123|DETAIL | pwdecrypt ret1
120825-10:56:47.8971102L|006260|000031ec|ContentUti|CheckBulkTables | |000000|INFO | bit_support loaded to temporary table successfully
120825-10:56:47.8972852L|006260|000031ec|ContentUti|CDb |CDb.cpp |000374|DETAIL | Execute SQL command
120825-10:56:47.8973277L|006260|000031ec|ContentUti|CDb |DbImpl_Ado.cpp |000649|INFO | CDb_Ado::ExecSQL() enter - update bit_support set name=tmp.name,creation_user=tmp.creation_user,creation_date=tmp.creation_date from conttmp_bit_support as tmp where bit_support.bit_support_id=tmp.bit_support_id
Client Automation - All Versions
Database schema ca_itrm is missing on target mdb
USE mdb
UPDATE ca_synchronization_status
SET modified_status=0
WHERE synchronization_conf_uuid in
(SELECT synchronization_conf_uuid FROM ca_synchronization_conf WHERE direction>0 and domain_uuid=(select set_val_uuid from ca_settings where set_id=1)
and enterprise_uuid=<uuid_found_in_step3>)
UPDATE ca_synchronization_status
SET extlstat=NULL
WHERE synchronization_conf_uuid=
(SELECT synchronization_conf_uuid FROM ca_synchronization_conf WHERE table_name='ca_discovered_software' and direction>0 and (where_clause='' OR where_clause is NULL)
and domain_uuid=(select set_val_uuid from ca_settings where set_id=1) and enterprise_uuid=<uuid_found_in_step3>)