Skip to main content
Hi,

i have the following problem. I can enter the Workspace from my own and from every other machine (login) but not with the one i am actually testing my work.

I get this error message when trying to enter it:

An error has occurred.
Please click here to refresh the Workspace.
If the problem persists, contact your system administrator for assistance.

That's it. Nothing more.
Someone with any idea. Usually I don't have to set permissions to enter the Workspace, do I ?

Thx
First edit the Web.config file in the C:Program FilesK2.net 2003K2WSWorkspace directory to display the correct error. Change the following line to display:

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

Regards
Ok,

i did that. Now I get the following error message:

The request failed with HTTP status 401: Unauthorized.

Any further suggestions ?
Thx anyway
This can be caused by any one or a combination a different configurations. Things to check:

1. If your K2.net 2003 Server and IIS resides on 2 different machines, you'll have to enable Kerberos authentication - please refer to the following Knowledge Base article - http://kb.k2workflow.com/Articles/KB000030.aspx
2. Make sure your Directory Security on your K2V3, Workspace and WorkspaceService sites are all set NOT to allow Anonymous access but ONLY Integrated Windows Authentication in IIS.
3. Also make sure that the three mentioned sites all run under the same Application Pool and the identity used to execute the AppPool is either set to Network Service, Local System or preferrably a dedicated domain account.
4. Make sure all instances of Internet Explorer (IE) are version 6 or higher.
5. Make sure that 'Enable Integrated Windows Authentication (requires restart)' is checked in IE - Tools | Internet Options | Advanced.

These are only the first five things (I could quickly think of) to check but the problem could still be caused by something else.

If the problem persists, please contact your local K2.net Support Desk.

Reply