Copy the updated files from the deployment package's References
directory into the inRiver Connect/References
directory. Remove any old Lionbridge dll files.
Copy the updated files from the deployment package's OutboundConnectors
directory into the inRiver Connect/OutboundConnectors
directory. Remove any old Lionbridge dll files.
The following settings have been moved to a new XML configuration setting "translationConfiguration
"
entityStatusFields
childLinkTypes
languageConfiguration
See for more information and examples on how to upgrade.
The following settings have been added
translationConfiguration -
criteriaConfiguration -
No longer used/moved Connector settings cannot be removed by hand from the UI but can be safely ignored. If you have database access, we have provided SQL-scripts at the bottom of this article that can be used to remove these settings. Remember to backup the settings before removing them
entityStatusFields
connector settingDELETE FROM [DATABASE_NAME].[dbo].[ConnectorSettings] WHERE ([ConnectorId]='CONNECTOR_ID' AND [Key]='entityStatusFields');
childLinkTypes
connector settingDELETE FROM [DATABASE_NAME].[dbo].[ConnectorSettings] WHERE ([ConnectorId]='CONNECTOR_ID' AND [Key]='childLinkTypes');
languageConfiguration
connector settingDELETE FROM [DATABASE_NAME].[dbo].[ConnectorSettings] WHERE ([ConnectorId]='CONNECTOR_ID' AND [Key]='languageConfiguration');
Replace DATABASE_NAME
with the name of the database.
Replace CONNECTOR_ID
with the name of the connector.
Name of the connector can be find in the web UI