I am trying to implement workflow while creating a vendor but I am getting the following error
'GetAssignedUsers' failed because parameter 5 is not allowed to be null.[Microsoft][SQL Server Native Client 10.0][SQL Server]Cannot insert the value NULL into column 'WorkflowInstanceID', table
I have two steps - step 1 is successful but step 2 is giving me this error. When I ran the profiler, I got the following error
Msg 6569, Level 16, State 1, Procedure GetAssignedUsers, Line 7
'GetAssignedUsers' failed because parameter 5 is not allowed to be null.
Msg 515, Level 16, State 2, Procedure wfCreateHistoryRecord, Line 8
Cannot insert the value NULL into column 'WorkflowInstanceID', table 'TWO.dbo.WF30100'; column does not allow nulls. INSERT fails.
The statement has been terminated.
I double checked table WF30100 and there is nothing wrong with that too.The instance ID is there. I think someone must have noticed this error but I am unable to fix it. Even I verified the setup tables and they are perfect. I am using 2015 R2.
*This post is locked for comments
Hi Kumar,
I am having the same issue. Were you able to find the resolution?
Thank you!
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,151 Super User 2024 Season 2
Martin Dráb 229,993 Most Valuable Professional
nmaenpaa 101,156