“An unexpected error has occurred. Click here to refresh the Workspace. If the problem persists, contact your system administrator for assistance.”

  • 24 February 2022
  • 0 replies
  • 253 views

Userlevel 3
Badge +8
 

“An unexpected error has occurred. Click here to refresh the Workspace. If the problem persists, contact your system administrator for assistance.”

KB000076

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.

This error may occur in K2.net™ 2003 Workspace or when accessing a K2.net™ 2003 Smart form.

 

K2.net 2003 Workspace is by default configured to handle all errors that occur and displays the following message in the event of an error:
 
“An unexpected error has occurred. Click here to refresh the Workspace. If the problem persists, contact your system administrator for assistance.”
 
This form of error handling however masks what the error is and makes it difficult to possibly troubleshoot the error. To disable the default method for errors handling, do the following:
 
1)  Open the Web.config file located by default in “C:Program FilesK2.net 2003K2WSWorkspace” and change the following setting:
2) 

Within the configuration file locate the following tag

 

<customErrors defaultRedirect="Error_Page.htm" mode="On"/>

 

3) 

Once you have located the tag, change the setting to the following

 

<customErrors defaultRedirect="Error_Page.htm" mode="Off"/>

 

4) Save the changes to the configuration file and then make sure you have closed Workspace
5) Reopen Workspace and from this point on, all errors will be displayed in their full context

 


0 replies

Be the first to reply!

Reply