“Page can not be initialized. The worklist item either does not exist or has already been completed” error from SmartForm application plan page

  • 24 February 2022
  • 0 replies
  • 6 views

Userlevel 3
Badge +8
 

“Page can not be initialized. The worklist item either does not exist or has already been completed” error from SmartForm application plan page

KB000089

PRODUCT
K2.net 2003
LEGACY/ARCHIVED CONTENT
This article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.

You may receive a “Page can not be initialized. The worklist item either does not exist or has already been completed” error message when viewing a SmartForm application plan page.

 

Issue:
You may receive the following server error when attempting to view the plan page of a K2 smart form application.

“Page can not be initialized. The worklist item either does not exist or it has already been completed.”

This error is caused by an invalid plan server (K2.net Server) value in the Web.config file of the web application.

 

Resolution:
To resolve this issue open the web.config file for the application and modify the value of the ‘PlanServer’ key to be the name of your K2 server.

 

<appSettings>
  <add key= “PlanServer” value =”k2megasrv“ />
  <add key=”K2ConnectionString” value =” [;]; Authentication=Windows;Domain=;User=;Password=” />
</appSettings>

 

Save the file and then refresh the browser to see the results.

 


0 replies

Be the first to reply!

Reply