Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document explains the procedure to migrate existing SnapLogic pipelines that use the Professional Services (PS) version of the Reltio Snap Pack (Reltio Snap Connector) to the Product version.

...

Professional Services VersionProduct Version
Reltio Snap Connector Snap PackReltio Snap Pack
Reltio Snap Get by ObjectReltio Read (Object)
Reltio Snap Get by CrosswalkReltio Read (Crosswalk)
Reltio Snap Delete by ObjectReltio Delete (Object)
Reltio Snap Delete by URIReltio Delete (URI)
Reltio Snap MergeReltio Merge
Reltio Snap UnMergeReltio UnMerge
Reltio Snap WriteReltio Create
Reltio Generic Execute

None (Alternative Snap – REST Get)

Release Version 4.14: Reltio Generic Execute Snap

Reltio Relations Hierarchy None (Alternative Snap – Mapper)
NoneReltio Update
NoneReltio Bulk Export


Note

At its initial launch, the Reltio Snap Pack did not have a counterpart Reltio Generic Execute Snap. At the time the REST Get Snap was suggested as the alternative. From release version 4.14 onward a Reltio Generic Execute Snap has been added. Steps for migrating from REST Get to Reltio Generic Execute are also added in this document.

Migrating the Reltio Professional Services Version to the Product Version

...

  1. Log in to the SnapLogic Elastic platform. In Manager, browse to the project folder of your existing pipeline and right click to Export the pipeline information. 


  2. In the Export projects dialog, select all the check boxes, except Account (since you will be later reconfiguring that information for the new Reltio Snaps).  

    1. Alternately, to migrate a single pipeline, open the same in Designer and click  on the top right menu bar to export the pipeline.

  3. Create a new project folder and then import the saved project/pipeline zip file to the new folder.


  4. Go to Manager > Snap Packs and select the default build for Reltio, for example: snapsmrc465 (default), or later, assuming that SnapLogic Support has enabled it for your orgs. You need admin permission to perform this step.


  5. Go to Designer > Snaps to view the Reltio Snap Pack in the catalog.


  6. Verify that the FQID of your existing PS Snap matches with that of the new Reltio Product version. If they differ, then you are probably comparing a different Reltio PS version. 


  7. Go to Designer > Pipelines, browse to your new project folder where you imported the existing pipelines and launch the pipelines that have the Reltio Snaps. However, the pipelines will not validate, due to the new parameters introduced in the Product version.

  8. For each Reltio Snap, enter the Reltio account and other Snap information. For instance, the new parameters. See the Mapping Parameters for Snaps table for more information.


  9. Save the pipeline to validate the new Reltio accounts and Snap configuration.

Mapping Parameters for Snaps


NameParametersChange in the Product Version

Professional Services (PS)Product
Account

Connect with your Amazon S3 bucket to export data to S3

LabelLabel--

UsernameUsername--

PasswordPassword--

OAuth2 TokenOAuth URL--

API KeyAPI Key--

--S3 Access-key IDNew parameter

--S3 Secret keyNew parameter




Reltio Read (Object)

Max one document as output (vs. max two documents as output in the PS version)

LabelLabel

--


Tenant URLTenant URL--

Object Object--

Object TypesObject Types--

--Object IdNew parameter

Query ParametersQuery Parameters--

ExplodeGroupParameter name changed

Maximum Request Attempts--Parameter removed

Retry Request IntervalRetry LimitParameter name changed




Reltio Read (Crosswalk)

Max one document as output (vs. max two documents as output in the PS version)

LabelLabel--

Tenant URLTenant URL--

ObjectObject--

Batch sizeBatch size--

--Thread limitNew parameter

Query parametersQuery parameters--

ExplodeGroup--

Maximum request attempts--Parameter removed

Retry request intervalRetry limitParameter name changed




Reltio Delete (Object)

--

LabelLabel--

Tenant URLTenant URL--

ObjectObject--

Object identifierObject Id--

--Bulk deleteNew parameter

Maximum request attempts--Parameter removed

Retry request intervalRetry limit--

Execute during previewExecute during preview--




Reltio Delete (URI)

--

LabelLabel--

Tenant URLTenant URL--

Reference URIURIReenter the URI value as it does not migrate from the PS version

Maximum request attempts--Parameter removed

--Bulk deleteNew parameter

--Retry limitNew parameter

Execute during previewExecute during preview--




Reltio Merge

Two different records (columns) can be combined into one in the Product version

LabelLabel--

Tenant URLTenant URL--

--OperationsNew parameter

--Winner IdNew parameter

--Loser IdNew parameter

Maximum request attempts--Parameter removed

Retry request intervalRetry limitParameter name changed

Execute during previewExecute during preview--




Reltio UnMerge

--

LabelLabel--

Tenant URLTenant URL--

--OperationsNew parameter

--Origin Entity IdNew parameter

-- Spawn Entity IdNew parameter

Unmerge entity treeUnmerge entity tree--

Maximum request attempts--Parameter removed

Retry request intervalRetry limit--

Execute during previewExecute during preview--




Reltio Create

--

LabelLabel--

Tenant URLTenant URL--

ObjectObject--

Object typesObject types--

Batch sizeBatch size--

Maximum threadsThread limitsParameter name changed

Maximum request attempts--Parameter removed

Retry request intervalRetry limitParameter name changed

Thread limitThread limit--

Query parametersQuery parameters--

Retry limitRetry limit--




Reltio Generic Execute

--

LabelLabel--

Http MethodHTTP MethodParameter name changed

Service UrlService URLParameter name changed

HTTP BodyHTTP Request BodyParameter name changed

Query parametersQuery parameters--

Raw dataRaw data--

Maximum request attemptsRetry limitParameter name changed

Retry request interval--Parameter removed

Execute during previewExecute during preview--


Note

See the Reltio Help for information on Reltio functionality and parameters. You will need the Reltio account user credentials to access the help.

...

Before Migrating

After Migrating

Migrating from the REST GET Snap to Reltio Generic Execute Snap


Note

This is applicable only if you have already mapped the parameters in the Professional Services' version of the Reltio Generic Snap to the REST GET Snap and now wish to replace it with the Product Version of the Reltio Generic Execute Snap.

Steps

  1. On the Designer canvas, click the REST GET Snap to open its configuration window and click the deleteImage Modifiedicon to remove the Snap from the pipeline.
  2. From the Snaps catalog, drag the Reltio Generic Execute Snap at the same placement as the REST GET Snap.
  3. Configure the Account settings for the Snap as you would the other Reltio Snaps.
  4. Enter the service URL in the required format in the Service URL property.
  5. Select the operation applicable from the HTTP Method property.
  6. Provide the remaining configuration information (per your requirements) as given in the Reltio Generic Execute Snap document.
  7. Click SaveImage Modified and validate the pipeline.

Migrating Reltio Relations Hierarchy Snap to Mapper Snap

...