16. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/9/2017 4:31:02 PM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

16.1 Files compared

# Location File Last Modified
1 PPS-N_B397.zip\PPS-N_B397\PPS-N_B397\PS_PPS_DataMgmt\src\main\resources\PPSN3.0\Data PPSNEPL_EPL_NATIONAL_SETTINGS_UPDATES_FOR_SFTP-RTC161179.sql Thu Nov 9 15:02:42 2017 UTC
2 PPS-N_B397.zip\PPS-N_B397\PPS-N_B397\PS_PPS_DataMgmt\src\main\resources\PPSN3.0\Data PPSNEPL_EPL_NATIONAL_SETTINGS_UPDATES_FOR_SFTP-RTC161179.sql Thu Nov 9 20:35:04 2017 UTC

16.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 86
Changed 4 8
Inserted 0 0
Removed 0 0

16.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

16.4 Active regular expressions

No regular expressions were active.

16.5 Comparison detail

  1   /* Removes  the proto col option  - only SF TP will be  supported  */
  2  
  3   DELETE FRO M epl_nati onal_setti ngs
  4   WHERE key_ name ='NDF _OUTPUT_PR OD_PROTOCO L';
  5  
  6   DELETE FRO M epl_nati onal_setti ngs
  7   WHERE key_ name ='NDF _OUTPUT_TS T_PROTOCOL ';
  8  
  9  
  10   /* Server  Address */
  11   UPDATE epl _national_ settings
  12   SET string _value = ' SERVER . DOMAIN '
  13   WHERE key_ name = 'ND F_OUTPUT_P ROD_HOSTNA ME';
  14  
  15   UPDATE epl _national_ settings
  16   SET string _value = ' SERVER . DOMAIN '
  17   WHERE key_ name = 'ND F_OUTPUT_T ST_HOSTNAM E';
  18  
  19   /* Server  Port */
  20   UPDATE epl _national_ settings
  21   SET string _value = ' 22'
  22   WHERE key_ name = 'ND F_OUTPUT_P ROD_PORT';
  23  
  24   UPDATE epl _national_ settings
  25   SET string _value = ' 22'
  26   WHERE key_ name = 'ND F_OUTPUT_T ST_PORT';
  27  
  28   /* User ID */
  29   UPDATE epl _national_ settings
  30   SET string _value = ' PW       '
  31   WHERE key_ name = 'ND F_OUTPUT_P ROD_USERNA ME';
  32  
  33   UPDATE epl _national_ settings
  34   SET string _value = ' PW       '
  35   WHERE key_ name = 'ND F_OUTPUT_T ST_USERNAM E';
  36  
  37   /* User Au thorizatio n */
  38   UPDATE epl _national_ settings
  39   SET string _value = & sftp_pwd
  40   WHERE key_ name = 'ND F_OUTPUT_P ROD_PASSWO RD';
  41  
  42   UPDATE epl _national_ settings
  43   SET string _value = & sftp_pwd
  44   WHERE key_ name = 'ND F_OUTPUT_T ST_PASSWOR D';
  45  
  46  
  47   commit;