Skip to main content
The below error is being thrown with every application on the server. I though it was bad SQLserver security until I built a small simple process and form that does this same thing. This comes up as soon as you try to bring up the planpage of the app,... but after the Page_Initialization sub runs.

I've been reading up on security and Kerberos and tons of other stuff...

The K2 Server is on a machine with IIS. AD is on the same machine as SQL server. Workspace and SvcMgr are running fine.

Requesting more clues. Thanks in advance.
Jack


Server Error in '/DemoAppCo/RateChg' Application.
--------------------------------------------------------------------------------

A database error occured
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Exception: A database error occured

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[Exception: A database error occured]
Client.Throw(String s, Exception e)
Client.InternalCall(UInt32 sock, ArchiveX ar, Int32 hdr)
Client.Call(ArchiveX ar, Int32 hdr)
SourceCode.K2ROM.Connection.CallFunction(ArchiveX ar)
SourceCode.K2ROM.Connection.CreateProcessInstance(String ProcName, Int32 Version)
SourceCode.K2ROM.Connection.CreateProcessInstance(String ProcName)
SourceCode.K2SmartForms.K2SmartForm.LoadData()

[Exception: A database error occured]
SourceCode.K2SmartForms.K2SmartForm.LoadData()

[Exception: A database error occured]
SourceCode.K2SmartForms.K2SmartForm.LoadData()
SourceCode.K2SmartForms.K2SmartForm.Page_Load(Object sender, EventArgs e)
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
This error is usually misleading....
for example, if the K2.net Server Service account does not have permissions in the K2.net 2003 directory on the server, you would also get this error message, as a start - add the K2.net Server Service account user to the local administrators group, restart the k2.net server service and see if that solves your problem.
This is exactly correct. Just a touch too late. We get it ironed out on Friday afternoon. Thank you just the same though.

regards
-j-

Reply