Produced by Araxis Merge on 3/8/2018 10:11:32 AM Eastern 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.
# | Location | File | Last Modified |
---|---|---|---|
1 | PRE_PPS-N_v3.0.1.zip\PS_PPS_DataMgmt\src\main\resources\PPSN3.0\Data | PPSNEPL_EPL_NATIONAL_SETTINGS_UPDATES_FOR_SFTP-RTC161179.sql | Fri Jan 12 15:42:22 2018 UTC |
2 | PRE_PPS-N_v3.0.1.zip\PS_PPS_DataMgmt\src\main\resources\PPSN3.0\Data | PPSNEPL_EPL_NATIONAL_SETTINGS_UPDATES_FOR_SFTP-RTC161179.sql | Tue Mar 6 20:38:15 2018 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 3 | 90 |
Changed | 2 | 4 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
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 |
No regular expressions were active.
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 = ' DNS URL ' | |
13 | WHERE key_ name = 'ND F_OUTPUT_P ROD_HOSTNA ME'; | |
14 | ||
15 | UPDATE epl _national_ settings | |
16 | SET string _value = ' DNS URL ' | |
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 = ' presftp' | |
31 | WHERE key_ name = 'ND F_OUTPUT_P ROD_USERNA ME'; | |
32 | ||
33 | UPDATE epl _national_ settings | |
34 | SET string _value = ' presftp' | |
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; |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.