5. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/16/2018 5:28:59 PM 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.

5.1 Files compared

# Location File Last Modified
1 RAMS-2.2.0.zip\RAMS-2.2.0\ps DeployAll_TEST.ps1 Thu Nov 9 21:47:34 2017 UTC
2 RAMS-2.2.0.zip\RAMS-2.2.0\ps DeployAll_TEST.ps1 Tue Jan 16 21:46:29 2018 UTC

5.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 7 74
Changed 6 20
Inserted 0 0
Removed 0 0

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

5.4 Active regular expressions

No regular expressions were active.

5.5 Comparison detail

  1    
  2   $siteUrl=  "https:// DNS . URL /sites/IRB Applicatio ns" #Share Point Site  Collectio n URL
  3   $fileLocat ionPS= "D: \RAMS-2.2. 0\PS\" #Po werShell S cript Loca tion
  4   $fileLocat ionTemplat e= "D:\RAM S-2.2.0\Te mplates\"  #Template  file locat ion
  5   $fileLocat ionSiteAss et= "D:\RA MS-2.2.0\S iteAssets"  #Site Ass et locatio n, note: n o "/" at t he end
  6   $reportTar getServerN ame= "http :// DNS " #Target  SSRS Serve r
  7   $reportSou rceDirecto ry = "D:\R AMS-2.2.0\ Reports" # Report fil es locatio n
  8   $fileLocat ionSitePag es = "D:\R AMS-2.2.0\ SitePages" #Site Page s file loc ation
  9   $fileLocat ionCatalog  = "D:\RAM S-2.2.0\_c atalogs"#C atalog fil e location
  10   $wfTempFil eLocation  = "D:\RAMS -2.2.0\Tem p\Notifica tionWF.csv " #Temp fi le locatio n
  11   $diretoryN ame =  "D: \RAMS-2.2. 0\Logfiles "
  12   $logFileNa me = "Depl oy_TEST.lo g"
  13   $Environme ntDomainNa me="https: // DNS . URL "
  14   # Data Sou rces conne ctionstrin g table
  15   $rdsConnSt ringTable  = @{
  16         "RAMS_DB"  = "Data So urce= DNS    DN S
;Initial C atalog=RAM S" ;
  17         "RAMS_SP"  = "https:/ / DNS . URL /sites/IRB Applicatio ns/" ;
  18         "DataSourc e1" = "htt ps:// DNS . URL /sites/IRB Applicatio ns/"
  19   }
  20   ;
  21  
  22   # DataSour ce Credent ials: User name and P assword if  needed
  23   $rdsCreden tialsTable  = @{
  24         "RAMS_DB"  = @(" DN S         \ D N
S
","
A I ");
  25         "RAMS_SP"  = @(" DN S         D N
S
","
A I ")
  26   }
  27   ;
  28   #Schedule  task user  id and pas sword    
  29   $STUserNam e = " DN S         \ D N
S
"
  30   $STPasswor d = "
A I "
  31  
  32   $groupList  = @(
  33       "Ashev ille",
  34       "Centr al IRB",
  35       "Josh  Template T esting",
  36       "Miami ",
  37       "New O rleans",
  38       "St Lo uis",
  39       "Local Site2" 
  40       "AO Gr oup"
  41   );
  42    
  43  
  44   $scriptInc  = Join-Pa th $fileLo cationPS D eploymentD river.ps1
  45   echo $scri ptInc
  46  
  47   . $scriptI nc -siteUr l $siteUrl  -fileLoca tionPS $fi leLocation PS -fileLo cationTemp late $file LocationTe mplate -fi leLocation SiteAsset  $fileLocat ionSiteAss et -report TargetServ erName $re portTarget ServerName  -reportSo urceDirect ory $repor tSourceDir ectory -wf TempFileLo cation $wf TempFileLo cation -rd sConnStrin gTable $rd sConnStrin gTable -rd sCredentia lsTable $r dsCredenti alsTable   2>&1 > $di retoryName \$logFileN ame