Server Error in '/K2V3/Workspace' Application (NullReferene)

  • 28 July 2005
  • 5 replies
  • 0 views

Badge +5
I've built a test process that uses InfoPath process template and saves to a local file instead of Sharepoint. When I go to open the workspace for the destination user, I receive the error below. Has anyone encountered a similar problem? I'm sorry if I'm double posting, but I have the worst time with the search function of the forum.


Workspace.Net.WorkListItems.Page_Load(Object sender, EventArgs e) +1863
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750

5 replies

Badge +9
Are you making use of the SQL User Manager?
Badge +5
No we are pulling account information out of AD, and do NOT use the SQL Manager component. If you need any other details about our implementation, please let me know.
Badge +9
Hi,

Just to get me up to speed:

Win 2003 or 2000?
Domain 2003 or 2000?
K2.net Version?

If you browse Workspace from the IIS Server (Local) do you get the issue?
If you browse Workspace from a client machine (Remote) do you get the issue?

During the Installation, did you select SQL Auth or Windows Auth on the K2 and K2Log database configuration screens?

Cheers,
R
Badge +5
1. Windows 2003 SP1

2. Domain is Windows 2003 in 2000 Native mode

3. K2.net is SP2 (will be moving to SP2a in the next few days)

4. Local Yes???

5. Remote Yes

6. Windows Auth for both K2 & K2 log databases

7. Kerberos authentication is enabled and working





Client->Web server (workspace) -> k2 Server (k2.net)- > database (Sql)

Thanks in advance.
Badge +11
When you try to open your K2.net 2003 Workspace, does IE throw the error immediately, or does 'http://IISServer/K2V3/workspace/workspace.aspx' try to redirect to either 'http://IISServer/K2V3/workspace/Report.aspx' or 'http://IISServer/K2V3/workspace/Worklist.aspx'?

Please try to browse directly to 'http://IISServer/K2V3/Workspace/Report.aspx'. If you do get the same error, the problem is with your 'Windows Authentication' to SQL Server. This was a known issue in K2.net 2003 SP2 which was resolved in K2.net 2003 SP2a.

You should be able to browse directly to 'http://IISServer/K2V3/workspace/Worklist.aspx' as the worklist uses a connection to the K2Server through the K2ROM object model.

Reply