I am using SharePoint 2010 Designer. I have two workflows. The primary one checks for dates and then sends out a reminder email and then triggers the second workflow. The second workflow waits until the primary one is done, then pauses for 15 minutes
and then triggers the primary one to start again. After the primary workflow starts for the first time, it says " Error Occurred" and the error is:
Microsoft.SharePoint.SPException ---> System.Runtime.InteropServices.COMException (0x8102009B): <nativehr>0x8102009b</nativehr><nativestack></nativestack> Then the secondary workflow fails to start. When I first created this it went ok through a couple of cycles, but then it seems like the more often I change the times for it to pause, the more often the error occurs. For testing purposes, I've been using different increments of minutes. No that's all I get is that error. Can anyone tell me what this means? Thanks. |