GDSN Migration Guide From 10.1 to 10.5

Introduction

This section covers all the changes that we have made from Product 360 versions 10.1 and prior to version 10.5.

We have changed several internal processes to be able to keep histories of some data, however this also caused some changes to export templates and import mappings.

Additionally we added support to be able to use OpenAS2 with DSE.

Changes affecting IM

IM export template changes

All IM export templates have been slightly changed. If no individual adjustments have been made to them, they can simply be loaded again as described here.

If individual adjustments have been made to these export templates, the following changes should be done manually.

The content of the tag <documentId> has been changed for all export templates:

File Name

Module

Line

Previously

Now

CR_CatalogueRequest Item.ext

Items

2

<documentId>{?GDSNDocumentId}</documentId>

<documentId>{?GDSNDocumentIdentifier}</documentId>

CR_CatalogueRequest Link ADD.ext

references

2

<documentId>{?GDSNParentDocumentId}_{?FillLeft {&GDSN 1WS IM Link ADD.Referenced item.GTIN},14,0}</documentId>

<documentId>{?GDSNParentDocumentIdentifier}_{?FillLeft {&GDSN 1WS IM Link ADD.Referenced item.GTIN},14,0}</documentId>

CR_CatalogueRequest Link DELETE.ext

references

2

<documentId>{?GDSNParentDocumentId}_{?FillLeft {&GDSN 1WS IM Link DELETE.Referenced item.GTIN},14,0}</documentId>

<documentId>{?GDSNParentDocumentIdentifier}_{?FillLeft {&GDSN 1WS IM Link DELETE.Referenced item.GTIN},14,0}</documentId>

CR_CatalogueRequest Publication HW.ext

Documents

2

<documentId>{?GDSNDocumentId}</documentId>

<documentId>{?GDSNDocumentIdentifier}</documentId>

CR_CatalogueRequest Publication.ext

GDSN 1WS IM Publication

16

<documentId>{&GDSN 1WS IM Publication.Publication document id}</documentId>

<documentId>{&GDSN 1WS IM Publication.Publication document identifier}</documentId>

CR_CatalogueRequest Publication_ByVariables.ext

Documents

2

<documentId>{?GDSNDocumentId}</documentId>

<documentId>{?GDSNDocumentIdentifier}</documentId>

IM import mapping changes

All IM import mappings have been adjusted, so they need to be imported again as described here.

Changes affecting DSE

DSE directory structure changes

With 10.5 we are adding OpenAS2 GDSN support for DSE. As such we added some files that are used for its Post-Export Step.
These files can be found in a new directory: \DataSource\DSE\OpenAS2\ExportTemplates\PostExport

DSE export template changes

All default export templates for DSE have been adjusted to use a new Post-Export Step for file splitting. The corresponding file can be found in the directory mentioned above.
In addition, the export template CIN_CatalogItemNotification has been adjusted to use a new Post-Export Step for creating a hierarchy. The corresponding file can also be found in the directory mentioned above.