If you see a lot of 26023 Process instance not found errors in your K2 server log, you are probably doing someting illegal.
For example, you are trying to use Connection.OpenProcessInstance() on a Completed Process Instance. A big part of K2 is auditing and thus, it won't allow you to modify completed instances - that is why you have K2 right?
Even if you are using Connection.OpenProcessInstance() for Active Process Instances, you should question if you are using the right methodology. Process Instances should for the most part only be modified through the OpenWorklistItem() or OpenServerItem() mechanism.
Error on method Project.CreateDeploymentPackage() - Value cannot be null.
Parameter name: path1
-
*Server Setup:*
Visual Studio 2010
K2 Blackpearl
Windows Server 2008 R2 Standard (64-bit)
*Setup:*
I am attempting to write an automated build engine ...
13 hours ago

0 comments:
Post a Comment