0
Answered

Event Broker 3 doco missing info

Eddie Kirkman 12 years ago updated by anonymous 8 years ago 7

https://unifysolutions.jira.com/wiki/display/EB300/Prerequisites
details on service account permissions
needs write access to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files'.

Symptom - open browser to verify install (http://localhost:8080)
get error in attachment
check Event Viewer,
see error in attachment 2
grant service account (FIMSyncAdmins group) rights to folder
refresh browser and the EvB web console displays as expected

Brilliant, thanks for that Eddie.

Would you be able to copy the exception from the event log here? Would help with the Jira search, as well as for the person creating the article.

Thanks.

Here you go. I sanitised to change server, domain and user names.

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 12/04/2012 12:33:37 PM
Event time (UTC): 12/04/2012 2:33:37 AM
Event ID: 2c9910b1222346b3bd5c3b519d3d5fe7
Event sequence: 1
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: ef0bce15-1-129786716158618250
Trust level:
Application Virtual Path: /
Application Path: D:\UNIFY Solutions\Event Broker\Web\
Machine name: FIMSERVER

Process information:
Process ID: 1196
Process name: Unify.Service.Event.exe
Account name: Customer\fimsyncuser

Exception information:
Exception type: HttpException
Exception message: The current identity (Customer\fimsyncuser) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files'.
at System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection)
at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException)

Request information:
Request URL: http://localhost:8080/
Request path: /
User host address: 127.0.0.1
User:
Is authenticated: False
Authentication Type:
Thread account name: Customer\fimsyncuser

Thread information:
Thread ID: 4
Thread account name: Customer\fimsyncuser
Is impersonating: False
Stack trace: at System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection)
at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException)

Custom event details:

Assigned to Matthew.

Please create a troubleshooting article for this.

It appears that the tightened security settings here caused the service account to not have permission to the above mentioned directory.

I found http://connect.microsoft.com/VisualStudio/feedback/details/98158/the-current-identity-nt-authority-network-service-does-not-have-write-access, but would prefer an MSDN article if you can find one for the reference.

Thanks.

Please delete the attachment once you have seen this, and I will delete this comment.

Thanks.

attachment deleted

Adam,

Resolved, see EB300:Management Studio fails to load due to missing write access. The connect page linked above no longer exists, and the links provided are the closest Microsoft documentation I could find on the issue.

Matt