inRiver 6.3

Update dll-files

  • 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.

Connector Settings

The following settings have been moved to a new XML configuration setting "translationConfiguration"

  • entityStatusFields

  • childLinkTypes

  • languageConfiguration

See Translation Configuration for more information and examples on how to upgrade.

The following settings have been added

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

SQL Scripts

Remove deprecated entityStatusFields connector setting

DELETE FROM [DATABASE_NAME].[dbo].[ConnectorSettings] WHERE ([ConnectorId]='CONNECTOR_ID' AND [Key]='entityStatusFields');

Remove deprecated childLinkTypes connector setting

DELETE FROM [DATABASE_NAME].[dbo].[ConnectorSettings] WHERE ([ConnectorId]='CONNECTOR_ID' AND [Key]='childLinkTypes');

Remove deprecated languageConfiguration connector setting

DELETE 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