3D Visualization (3DV)

Unauthorized Access Exception

Error Message

System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.UnauthorizedAccessException: Access to the path '…\ConversionServer\temp\...’ is denied.

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity)

at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)

Solution

The following steps outline the solution to the Unauthorized Access Exception:

  1. Navigate to the ConversionServer folder following the path given in the error message.
  2. Right-click the ConversionServer folder and click Properties.
  3. On the Security tab, click Advanced.
  4. Click Change Permissions.
  5. Click Add.
  6. Type Everyone and click OK.
  7. Select the Full control checkbox for Access and Allow for Type.
  8. Click OK.
  9. Select Replace all child object permissions with inheritable permissions from this object.
  10. Click Apply and click Yes when prompted.