Setting up email in admin tool V3.0 gives error

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
Niklas
Posts: 18
Joined: Tue Mar 30, 2004 9:09 am

Setting up email in admin tool V3.0 gives error

Post by Niklas » Thu Dec 02, 2004 11:16 am

Hi,

When i press the button for setting up SMTP in the admin tool I get an exception. Have you got any ideas?

Code: Select all

System.Web.Services.Protocols.SoapException: 1 : Failure
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
The complete exception is attached.
Attachments
exception.txt
(5.34 KiB) Downloaded 540 times

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

Post by jclausius » Thu Dec 02, 2004 11:47 am

Niklas:

Are you running the Vault Admin Tool on the Vault server itself?

Also, assuming Vault server is installed on an NTFS drive, can you check if the ASP.Net process account has read-write access to the VaultService directory on the server, as well as read-write access to the Vault.config file?
Jeff Clausius
SourceGear

Niklas
Posts: 18
Joined: Tue Mar 30, 2004 9:09 am

Still get error?

Post by Niklas » Tue Jan 18, 2005 3:34 am

Hi, we have verified that ASP.NET account has R/W accesss to vaulservice folder in inetpub and R/W access to vault.config. I still get an error though, can't think of what the problem could be?
We are running version 3.0
/Niklas
Attachments
error_dump.txt
(5.85 KiB) Downloaded 508 times

Niklas
Posts: 18
Joined: Tue Mar 30, 2004 9:09 am

When browsing forum

Post by Niklas » Tue Jan 18, 2005 4:13 am

Hi,
I browsed the forum once more and found another related topic. It suggested to insert in vault.config

Code: Select all

<EmailAllowedEndings></EmailAllowedEndings> 
This made the popup for smtp settings to come up
/Niklas

Locked