Hello All,
I am triyng to make a simple service model and getting "Error saving Model" output on rtsm ui. when i check the ucmdb/runtime/log/error.log i see there are errors creating and inserting into tables like below :
-- Caused by: com.mercury.topaz.cmdb.shared.base.CmdbException: com.mercury.topaz.cmdb.server.manage.dal.CmdbDalBatchException: [ErrorCode [-2147483648] undefined error code]
Can't execute BATCH prepared statement [INSERT INTO HDM_231110CI_COLLECTION_1 (ID, CMDB_ID, A_COUNTRY,A_CI_COLLECTION_ID,A_CITY,A_CI_LIFECYCLE_STATE,A_BITMAP_ID,A_DESCRIPTION,A_VULNERABILITY_STATUS,A_TENANTOWNER,A_ACK_CLEARED_TIME,A_DISPLAY_LABEL,A_DATA_ALLOW_AUT................
also like :
Caused by: com.hp.ucmdb.reconciliation.datain.operation.DataInOperationException: Error while trying to [addStrict] on level [1]! appilog.framework.shared.manage.impl.MamResponseException: [ErrorCode [-2147483648] undefined error code]
database side is up and running,does anyone knows the problem?
Thanks