Sample netmap file, Known issues, 3 sample netmap file – Doremi ShowVault / IMB User Manual

Page 113: 4 known issues

Advertising
background image

____________________________________________________________________________________

SHV.OM.001293.DRM

Page 113 of 146

Version 1.5

Doremi Labs

13.3 Sample Netmap File

A sample Netmap file is provided below:

<?xml version="1.0" encoding="UTF-8"?>

<NetworkMappingList>

<NetworkMapping>

<!-- FTP ingest only -->

<Name>Doremi-FTP-01</Name>

<Type>ftp</Type>

<Server>192.168.100.51</Server>

<User>manager</User>

<Password>password</Password>

</NetworkMapping>

<NetworkMapping>

<!-- FTP ingest and 'pngest' -->

<Name>Doremi-LMS</Name>

<Type>ftp</Type>

<Server>192.168.100.1</Server>

<User>manager</User>

<Password>password</Password>

<!-- Required to enabled 'pngest' -->

<Sync>

<Type>ftp</Type>

<!-- The redefinition below are OPTIONAL -->

<!-- They override the values above in case -->

<!-- a different account is used for 'pngest' -->

<!-- feature -->

<User>manager</User>

<Password>password</Password>

</Sync>

</NetworkMapping>

</NetworkMappingList>

13.4 Known Issues

Passwords are stored in clear text. They may become a security issue if the file is not

protected correctly in file system.

This file is replaced with the Doremi TMS software when the screen is part of the unit

managed by the TMS software. All local modifications are lost.

If no Sync property is defined for a screen, the P'ngest feature will not be available for

that screen (button hidden in Ingest GUI).

Advertising