abhidotnet/sqlforce

SQLServer tables created do not match Salesforce tables in field length, e.g. RecordType.SobjectType

Closed this issue · 2 comments

What steps will reproduce the problem?
1. Run -jar CopyForceSqlServer.jar -schema ...
2.
3.

What is the expected output? What do you see instead?
Some records are not created in SQLServer because ".. data will be truncated".
RecordType.SobjectType is char 120 in SF, created as char 40 in SQLServer.

What version of the product are you using? On what operating system?
CopyForceSqlServer_1.20.5
Windows Server 2008

Please provide any additional information below.

Original issue reported on code.google.com by gregfmat...@gmail.com on 28 Jul 2011 at 12:40

Very interesingt. The meta data from the SFDC Partner API says it has a length 
of 40. Please drop me an email if you are willing to help investigate.

Original comment by gsmithfarmer on 28 Jul 2011 at 8:47

  • Changed state: Accepted
Fixed the the www.capstorm.com version.

Original comment by gsmithfarmer on 23 Apr 2012 at 1:47

  • Changed state: Done