Workspace Access Problem

  • 8 November 2006
  • 2 replies
  • 0 views

Badge +11
You need to give 'Authenticated Users' - 'Modify' permissions on the 'C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files' folder.

Regards,
Ockert

2 replies

Badge +2
Hi,

Sometimes I opened the Workspace it shows the below error:

System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.IO.FileLoadException: Access is denied: 'K2ROM'. File name: "K2ROM" at WorkSpaceService.FilterService.CreateSession(String ServerName, String Connstr) === Pre-bind state information === LOG: DisplayName = K2ROM, Version=3.13603.1.0, Culture=neutral, PublicKeyToken=10ba86d4fd9ffdf3 (Fully-specified) LOG: Appbase = file:///C:/Program Files/K2.net 2003/K2WS/WorkspaceService LOG: Initial PrivatePath = bin Calling assembly : WorkSpaceService, Version=3.6090.1.0, Culture=neutral, PublicKeyToken=null. === LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/k2v3_workspaceservice/da49f0ca/57f2269d/K2ROM.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/k2v3_workspaceservice/da49f0ca/57f2269d/K2ROM/K2ROM.DLL. LOG: Attempting download of new URL file:///C:/Program Files/K2.net 2003/K2WS/WorkspaceService/bin/K2ROM.DLL. --- End of inner exception stack trace ---

After some time the workspace opens
what is the problem.....?

Thanks & regards
Ganesh
Badge +1
Cause:
Users do not have enough permission to copy K2ROM DLL to temp folder except administrator. If administrators just open K2 work space, others users can open also because K2ROM DLL already copied by administrator before but users can not open as a lone.

Solution:
1.Run command
cd C:WINDOWSMicrosoft.NETFrameworkv1.1.4322
gacutil i k2rom.dll
2. Restart k2 work space site at IIS.

Reply