I got the following error while importing from VSS to Vault. As far as I can tell the import succeeded, but I'm worried there are hidden errors. (This error message appeared at the end, and I clicked "Copy to Clipboard".
Any ideas?
Thanks.
An error occurred while trying to begin a transaction.
Transaction failed
An exception was encountered during the transaction. Exception: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
--
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Server Unavailable
</title>
</head>
<body>
<h1><span style="font-family:Verdana;color: #ff3300">Server Application Unavailable
</span></h1>
<p>
<span style="font-family:Verdana;">
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
</span></p>
<p>
<b>Administrator Note:
</b> An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
</p>
</body>
</html>
--. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at VaultClientNetLib.ClientService.VaultService.BeginTxImport(Int32 nRepID, VaultDateTime dtBeginTx, Int32 nTxUserID, String strComment, VaultRequestItem[]& requests, String& strTxID)
at VaultClientNetLib.VaultConnection.BeginTx_Import(Int32 nRepID, VaultDateTime dtgBegin, Int32 nUserID, VaultRequestItem[]& requests, String& strTxID, String comment)
at VaultClientOperationsLib.ClientInstance.Commit(ChangeSetItemColl givenItems, String strChangeSetComment, Boolean keepCheckedOut, Boolean removeLocalCopy, CommitType committype, VaultDateTime dateImport, Int32 nUserIDImport, Int64& nRevID, Int32[]& retBegEndTx)
00:34:38.6297076
Import Error: Client found response content type of ...
Moderator: SourceGear
-
- Posts: 8
- Joined: Wed Nov 29, 2006 11:45 am
Could you send your import log, found in C:\Program Files\SourceGear\SourceSafe Import Tool, to support at sourcegear.com (attn: Beth)? Or you can look through it and post the errors here including a few lines before and after.
Can you tell me what Automatin Component Version you are using?
Had you run Analyze with /f to fix any issues on the VSS database before importing? You may wish to check article of Tips for a Successful VSS Import.
How long does the import run before it encounters errors?
Had you tried out Vault separately to ensure that the installation was good?
Can you tell me what Automatin Component Version you are using?
Had you run Analyze with /f to fix any issues on the VSS database before importing? You may wish to check article of Tips for a Successful VSS Import.
How long does the import run before it encounters errors?
Had you tried out Vault separately to ensure that the installation was good?
-
- Posts: 8
- Joined: Wed Nov 29, 2006 11:45 am