Skip to main content

Hi All,


Please guide me in solving this issue.


"System.Exception: Server encountered an internal error. For more information, turn off customErrors in the server's .config file.
   at K2Code47308.Main(ServerEventContext K2) "


Is it related to K2 or some configuration / admin/ services problem. ?


I got this while doing this :


Actually I triggered a process from a Windows Application. The 1st activity is a Server Event where I am calling a Bussiness Layer function through a remote object.


K2 Server and  Bussiness Layer are in separate machine.


Pls guide.


Thanks and Regards

Where does this message surface?  In the windows application?


Hi chrisg,


Thanks a lot for replying.


I am viewing it in Service Manager. I am clueless as to where it surfaces.


How to find it as to where it surfaces ?


Pls guide.


Thanks and Regards.


In my opinion, the error obviously occurs in your code of the Server Event - calling a Bussiness Layer function through a remote object.  If you remove this code from the server event, I bet the process will run just fine.


I'd suggest to write a small windows app using the same code to do the same thing.  Run this windows app from the K2Server machine under the same user credentials your K2Server Service runs under.  You'll probably get the same problem but it may make troubleshooting a little bit easier.


Regards,


Ockert


Reply