4116 Error Compiling Process : The file '...K2_Process.vb' already exists

  • 31 March 2009
  • 3 replies
  • 4 views

Badge +1
Hi,

 

Recently, users keep reporting me of problems when they submit an InfoPath form to K2.

When I go to the Service Manager, I get the following:

 

4116 Error Compiling Process : The file 'C:Program FilesK2.net 2003BinWorkProc890K2_Process.vb' already exists.

 

When I rename the above file (ex "K2_Process.vb_") and I try to repair the error, I get a message that the error was repaired.

But this is not the case: the file K2_Process.vb was recreated, but I get also an new error with exactly the same message.

 

When I search for the item in the Manage Worklist-tool, all instances of that process have the status "Allocated".

 

Any idea what's the cause of this and is there a resolution for this problem?

 

Thanks!

Jorgen

 

17176i020B9EE0382F2973.jpg

3 replies

Badge +9

Check that the debug flag in the K2Server.config file is disabled. 


<Debug Enable="True" />


Change to:


<Debug Enable="False" />

Badge +1

Thx Johnny, that worked.  Problem is solved now.


Regards,
Jorgen

Badge +9
Cool.  Glad to hear that.

Reply