Search This Blog

Thursday, April 21, 2016

Notification Framework Error

Notification cannot be sent due to following error:  Notification cannot be sent.  Notification data cannot be saved due to error: Negative number assigned to an unsigned field: SCC_NTFREQ_HDR.SCC_NTFREQ_ID. (2,121)


SCC_COMMON.NOTIFICATION.Accessors.NotificationRequestHeader.OnExecute Name:SCC_NTFREQ_ID PCPC:1112 Statement:21
Called from:SCC_COMMON.NOTIFICATION.Accessors.NotificationRequestHeader.OnExecute Name:populateNotificationReqID Statement:37
Called from:SCC_COMMON.NOTIFICATION.Accessors.NotificationRequestHeader.OnExecute Name:preSave Statement:15
Called from:SCC_COMMON.ENTITY.BasicEntity.OnExecute Name:save Statement:24
Called from:COMMON.NOTIFICATION.Accessors.NotificationRequestHeader.OnExec
(14026,12)

Solution:
insert into PS_SCC_NTFREQIDTBL(SCC_NTFREQ_ID_LAST) values(1);

No comments:

Post a Comment