Cannot access DragNet from Vault while running under Vista
Moderator: SourceGear
Cannot access DragNet from Vault while running under Vista
Hi
I migrated the server where both Dragnet and Vault are installed to Windows Vista and since then when I try to access Dragnet from within Vault VS plugin or from within Vault Client, I get Dragnet username/password window. When I try to enter username and password, I get error "Unable to connect to Dragnet, try again?". Logs are clean. Please advise.
I migrated the server where both Dragnet and Vault are installed to Windows Vista and since then when I try to access Dragnet from within Vault VS plugin or from within Vault Client, I get Dragnet username/password window. When I try to enter username and password, I get error "Unable to connect to Dragnet, try again?". Logs are clean. Please advise.
Vault and Dragnet are not yet supported on Vista. We do plan support in the next release of both products, due out in about a month.
This problem may or may not be related to Vista, so we'll do some standard troubleshooting first:
What version of Vault and Dragnet are you using?
What type of authentication are you using for Vault? For Dragnet?
Can you log into Dragnet (outside of Vault) with no problems with the same user account?
This problem may or may not be related to Vista, so we'll do some standard troubleshooting first:
What version of Vault and Dragnet are you using?
What type of authentication are you using for Vault? For Dragnet?
Can you log into Dragnet (outside of Vault) with no problems with the same user account?
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Vault Server & Client 3.5.0.4741
DragNet 1.0.7.1379
I don't use ActiveDirectory authentication, i.e. it is just regular forms authentication.
Yes, I can login to DragNet using web browser with the same username and account.
I log in into Vault with the same username I defined in Dragnet, so I was never prompted for username/password before (except login to Vault).
The same configuration worked fine before migrating server to Vista. No changes in configuration were performed.
Thanks.
DragNet 1.0.7.1379
I don't use ActiveDirectory authentication, i.e. it is just regular forms authentication.
Yes, I can login to DragNet using web browser with the same username and account.
I log in into Vault with the same username I defined in Dragnet, so I was never prompted for username/password before (except login to Vault).
The same configuration worked fine before migrating server to Vista. No changes in configuration were performed.
Thanks.
This could be due to tighter security settings in Vista. It's hard to say since we haven't tested Vault integration with Dragnet on Vista. It won't be supported until Vault 3.5.2 is released, in about a month.
Did you reinstall Vault and Dragnet after you upgraded to Vista?
Here are some forum posts that cover a similar problem. See if any of the troubleshooting steps help.
http://support.sourcegear.com/viewtopic.php?t=5031
http://support.sourcegear.com/viewtopic.php?t=5642
Did you reinstall Vault and Dragnet after you upgraded to Vista?
Here are some forum posts that cover a similar problem. See if any of the troubleshooting steps help.
http://support.sourcegear.com/viewtopic.php?t=5031
http://support.sourcegear.com/viewtopic.php?t=5642
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
News on this issue:
I tried to use Fiddler to capture HTTP traffic and got the following, while tried to get list of open bugs from within Vaiult IDE
POST /DragNet/DragnetWebService.asmx HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 1.1.4322.2032)
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://www.sourcegear.com/schemas/dragnet/GetPublicKey"
Content-Length: 312
Expect: 100-continue
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap ... tPublicKey xmlns="http://www.sourcegear.com/schemas/dragnet" /></soap:Body></soap:Envelope>
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap ... ltstring>1: Failure ---> Object already exists.
</faultstring><detail /></soap:Fault></soap:Body></soap:Envelope>
Hope it will help.
I tried to use Fiddler to capture HTTP traffic and got the following, while tried to get list of open bugs from within Vaiult IDE
POST /DragNet/DragnetWebService.asmx HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 1.1.4322.2032)
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://www.sourcegear.com/schemas/dragnet/GetPublicKey"
Content-Length: 312
Expect: 100-continue
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap ... tPublicKey xmlns="http://www.sourcegear.com/schemas/dragnet" /></soap:Body></soap:Envelope>
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap ... ltstring>1: Failure ---> Object already exists.
</faultstring><detail /></soap:Fault></soap:Body></soap:Envelope>
Hope it will help.