Page 1 of 1

Upgrade Salesforce Component

Posted: Thu 03 Dec 2020 00:09
by masterzyon
Hello everyone,
I'm trying to open a ssis project that has source and target interactions with salesforce.
I have the Devart ssis data flow components package installed on my machine, but I can't edit any source or destination using devart salesforce. It is as if he does not recognize the component.
When opening the package I get several errors, among them
"The component metadata for" XXXX "could not be upgraded to the newer version of the component. The PerformUpgrade method failed."

Can anybody help me?

Thank you!

Re: Upgrade Salesforce Component

Posted: Mon 14 Dec 2020 18:52
by Shalex
Our product line includes two products with SSIS functionality for Salesforce. The code generated by one product will not work with another product:

"SSIS Data Flow Components for Salesforce"

Code: Select all

name="UserComponentTypeName">Devart.SSIS.Salesforce.SalesforceDestination</property>
name="UserComponentTypeName">Devart.SSIS.Salesforce.SalesforceSource</property>
"dotConnect for Salesforce Professional"

Code: Select all

name="UserComponentTypeName">Devart.SSIS.Salesforce.SalesforceDestination, Devart.SSIS.Salesforce.150, Version=1.0.0.0, Culture=neutral, PublicKeyToken=09af7300eec23701</property>
name="UserComponentTypeName">Devart.SSIS.Salesforce.SalesforceSource, Devart.SSIS.Salesforce.150, Version=1.0.0.0, Culture=neutral, PublicKeyToken=09af7300eec23701</property>
1. Specify the name and exact version (x.x.x) of the Devart product you are using.
2. Tell us the name and version of the Devart product your package was created with.