Any solution to "Error setting server email options&quo

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
mlippert
Posts: 252
Joined: Wed Oct 06, 2004 10:49 am
Location: Cambridge, MA

Any solution to "Error setting server email options&quo

Post by mlippert » Mon Dec 06, 2004 2:17 pm

I just ran into this problem as described in this message in the Gold Support forum.
http://support.sourcegear.com/viewtopic.php?t=2388

Jeff said it was being looked into on 12/2.
Is there a solution yet?

My random guess is that it has to do w/ a missing identity impersonation in the Web.config file.

Thanks,
Mike

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Mon Dec 06, 2004 2:29 pm

Mike,

In the other case of this that came up ( http://support.sourcegear.com/viewtopic.php?t=2405 ), we did figure out that there was an issue with impersonation.

Run through this KB article to make sure that all of the permissions are set correctly.
http://support.sourcegear.com/viewtopic.php?t=1528

jclausius
Posts: 3706
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Mon Dec 06, 2004 2:55 pm

Mike:

Are you running the ASP.Net account under Windows Impersonation? Or are you using the built in NETWORK SERVICE account.

If you are using impersonation, Jeremy's posting above should help out. If not, please let us know.
Jeff Clausius
SourceGear

mlippert
Posts: 252
Joined: Wed Oct 06, 2004 10:49 am
Location: Cambridge, MA

Post by mlippert » Mon Dec 06, 2004 3:00 pm

Jeff, I'm set up to use impersonation. I'm going to go check out the KB article Jeremy referenced right now. If I have further issues, I'll post back.

thanks,
Mike

what's strange is that I had just recently done an unistall of the 3.0 beta and an install of the 3.0 release, and I'd swear that I selected Impersonate and typed in the user and password to impersonate.

I also told the install to go ahead and adjust the security permissions on the VaultService directory when it asked. The security permissions on that directory look fine, but it's somewhat tough to tell because the user I wanted to impersonate is me, which is the user I was logged on as when doing the install.

However there is no identity line in the web.config file. The closest commented out line is this one:
<!-- IMPERSONATEPROCESS-identity impersonate="true" userName="AAAAAAAA" password="BBBBBBBB"/>IMPERSONATEPROCESS- -->

mlippert
Posts: 252
Joined: Wed Oct 06, 2004 10:49 am
Location: Cambridge, MA

Post by mlippert » Mon Dec 06, 2004 3:17 pm

Adding that identity line to the Web.config fixed the problem.

Thanks,
Mike

Post Reply