Jump to content

Configuration Error With SQL Server 2012


Recommended Posts

Hello,

 

I`ve installed PLASTIC SCM and configure backend as a SQL SERVER. Test connection was succesfully, but when I try execute Plastic SCM obtain the error: 

 

Tcp transport error. Conection closed sql2012:1433.

 

In the event viewer of SQL machine I view the error 17836 with the message: Length specified in network packet payload did not match number of bytes read; the connection has been closed

 

The db.conf is

 

<DbConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ProviderName>sqlserver</ProviderName>
  <ConnectionString>Server=sql2012;User Id=Plastic;Pwd=|SoC|K+9cxNffD/0zbSAEJcCbGdkdxa2So7Rv80R6rBgurIM=;DATABASE={0};</ConnectionString>
  <AdminConnectionString />
  <DatabaseCreationCommands />
  <DatabasePath />
  <DatabasePrefix>PLASTIC_</DatabasePrefix>
  <DatabaseSuffix />
  <DatabaseCollation />
  <ColumnCollation />
  <MaxCachedTrees>50</MaxCachedTrees>
  <LastUsedCsets />
  <LastUsedCsetsLoad>-1</LastUsedCsetsLoad>
  <FullTreeRevisionsLoad>20000</FullTreeRevisionsLoad>
</DbConfig>

 

 

I´ve tried with TRUSTED_CONNECTION with the same result.

 

Any idea?

 

Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...