I am using the Teradata Attunity driver for SSIS, and it works fine, as long as I put everything in the connector.. However, it doesn't read the config file, do you know if that is possible with this or do I have something specified wrong?? I used SSIS to build the config file.
Sample Config File I am using,
<?xml version="1.0"?><DTSConfiguration><DTSConfiguration Heading><DTSConfigurationFileInfo GeneratedBy="Sandeep" GeneratedFromPackageName="Package1" GeneratedFromPackageID="{AA67A38A-0A1D-47C7-AD95-80FAEE128B6C}" GeneratedDate="10/17/2011 9:37:58 PM"/>
</DTSConfigurationHeading><Configuration ConfiguredType="Property" Path="\Package.Connections[Teradata Connector 2].Properties[ConnectionString]" ValueType="String">
<ConfiguredValue>Data Source=TeradataServer;User ID=Sandeep;Password=Sarah;Persist Security Info=True;</ConfiguredValue></Configuration></DTSConfiguration>


LinkBack URL
About LinkBacks




Reply With Quote