878. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/26/2017 10:44:51 PM Eastern Daylight 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.

878.1 Files compared

# Location File Last Modified
1 OSCIF_BMS_v2_iter 2_September_2017.zip\BMS_Cand\Source\Tools\AITCSpecific\Servers\VAAUSBMSSQL85\SQLScripts UpdateScript.sql Wed Oct 18 19:09:30 2017 UTC
2 OSCIF_BMS_v2_iter 2_September_2017.zip\BMS_Cand\Source\Tools\AITCSpecific\Servers\VAAUSBMSSQL85\SQLScripts UpdateScript.sql Thu Oct 26 19:57:09 2017 UTC

878.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 52
Changed 3 6
Inserted 0 0
Removed 0 0

878.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

878.4 Active regular expressions

No regular expressions were active.

878.5 Comparison detail

  1   /* ******* ********** ********** ********** ********** ********** ********** ********** ********** ****
  2    * FILE: U pdateScrip t.sql
  3    * S. Beck ham 12/16/ 2011
  4    * The pur pose of th is script  is to upda te the SQL  DB's for  instance s pecific se ttings,  T his 
  5    * script  is proven  to change  from build  to build,  db to db,  it is not  designed  or intende d to
  6    * be used  as a one  stop fix a ll problem s type scr ipt.
  7    * ******* ********** ********** ********** ********** ********** ********** ********** ********** ***** */ 
  8  
  9   -- DO NOT  RUN this s cript if y ou do not  know what  it is you  are lookin g at or no t comforta ble of 
  10   -- what it  is doing  and how it  will affe ct the sys tem.
  11   -- If you  have any q uestions c ontact Sch ott
  12  
  13   use BMS_DS
  14   go
  15   update dbo .ConfigTab le
  16           se t LINKED_S ERVER_NAME  = ' DN S     DN S
'
  17   go
  18  
  19   use BMS_AU THZ
  20   go
  21   update wse v.SUBSCRIP TIONS
  22           se t DELIVERY _TO = 'htt p://
U R L .DN S :PORT '
  23           WH ERE PK_SUB SCRIPTION  in ( 12, 1 3 )
  24   go
  25   update wse v.SUBSCRIP TIONS
  26           SE T SUBSCRIP TION_MANAG ER_ENDPOIN T = 'http: //
U R L .DNS :
P ORT '
  27           WH ERE PK_SUB SCRIPTION  in ( 12, 1 3 )
  28   use BMS
  29   go