-
Notifications
You must be signed in to change notification settings - Fork 0
/
PopulateBuildings.dtsx
441 lines (441 loc) · 21.4 KB
/
PopulateBuildings.dtsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
<?xml version="1.0"?>
<DTS:Executable xmlns:DTS="www.microsoft.com/SqlServer/Dts"
DTS:refId="Package"
DTS:CreationDate="6/23/2014 10:34:37 AM"
DTS:CreationName="SSIS.Package.3"
DTS:CreatorComputerName="ODS"
DTS:CreatorName="ACADEMIC\webserv"
DTS:DTSID="{2C325230-DBF9-4D99-89B3-94769B97F415}"
DTS:ExecutableType="SSIS.Package.3"
DTS:LastModifiedProductVersion="11.0.7462.6"
DTS:LocaleID="1033"
DTS:ObjectName="PopulateBuildings"
DTS:PackageType="5"
DTS:VersionBuild="40"
DTS:VersionGUID="{393E278F-4E38-4D7E-B446-E5C5AFCB6AFA}">
<DTS:Property
DTS:Name="PackageFormatVersion">6</DTS:Property>
<DTS:ConnectionManagers>
<DTS:ConnectionManager
DTS:refId="Package.ConnectionManagers[MAIL CONNECTION]"
DTS:CreationName="SMTP"
DTS:DTSID="{22E64B62-8380-417D-BB20-C5CFD82671AD}"
DTS:ObjectName="MAIL CONNECTION">
<DTS:ObjectData>
<SmtpConnectionManager
ConnectionString="SmtpServer=receive.roanoke.edu;UseWindowsAuthentication=False;EnableSsl=False;" />
</DTS:ObjectData>
</DTS:ConnectionManager>
<DTS:ConnectionManager
DTS:refId="Package.ConnectionManagers[ods.ODS_Reporting]"
DTS:CreationName="OLEDB"
DTS:DTSID="{F0773AFB-459A-4ECB-A7F7-21C73F4574A9}"
DTS:ObjectName="ods.ODS_Reporting">
<DTS:ObjectData>
<DTS:ConnectionManager
DTS:ConnectionString="Data Source=ods;Initial Catalog=ODS_Reporting;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;" />
</DTS:ObjectData>
</DTS:ConnectionManager>
</DTS:ConnectionManagers>
<DTS:Variables />
<DTS:Executables>
<DTS:Executable
DTS:refId="Package\Clear Staging Table DM_Buildings"
DTS:CreationName="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:Description="Execute SQL Task"
DTS:DTSID="{2E491AAB-D502-43B5-A98F-1DC37F80FD0B}"
DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:LocaleID="-1"
DTS:ObjectName="Clear Staging Table DM_Buildings"
DTS:TaskContact="Execute SQL Task; Microsoft Corporation; SQL Server 2012; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1"
DTS:ThreadHint="0">
<DTS:Variables />
<DTS:ObjectData>
<SQLTask:SqlTaskData
SQLTask:Connection="{F0773AFB-459A-4ECB-A7F7-21C73F4574A9}"
SQLTask:SqlStatementSource="DELETE FROM SANDBOX.STAGING.dbo.DM_Buildings;" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\Clear Staging Table DM_BUILDINGS Failed"
DTS:CreationName="Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask, Microsoft.SqlServer.SendMailTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:Description="Send Mail Task"
DTS:Disabled="True"
DTS:DTSID="{2610902C-8A60-454F-A250-2E62D5A85C7D}"
DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask, Microsoft.SqlServer.SendMailTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:LocaleID="-1"
DTS:ObjectName="Clear Staging Table DM_BUILDINGS Failed"
DTS:TaskContact="Send Mail Task; Microsoft Corporation; SQL Server 2012; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1"
DTS:ThreadHint="0">
<DTS:Variables />
<DTS:ObjectData>
<SendMailTask:SendMailTaskData
SendMailTask:SMTPServer="{22E64B62-8380-417D-BB20-C5CFD82671AD}"
SendMailTask:From="noreply@roanoke.edu"
SendMailTask:To="datamart@roanoke.edu"
SendMailTask:CC="gabrielson@roanoke.edu"
SendMailTask:Subject="ODS Datamart Task: Clear Table DM_BUILDINGS Failed"
SendMailTask:Priority="High"
SendMailTask:MessageSource="ODS Task: Clear Staging table DM_BUILDINGS in package PopulateBuildings of project PopulateDatamartStaging_V2 has failed. 

 SQL Job PopulateDataMart on ODS needs to be rexecuted beginning at step PopulateBuildings. 
Datamart population from staging on Hermes also needs to be re-executed." xmlns:SendMailTask="www.microsoft.com/sqlserver/dts/tasks/sendmailtask" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\Move Building Data to DM_Buidlings"
DTS:CreationName="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:Description="Execute SQL Task"
DTS:DTSID="{70C6DF69-4057-4BC3-A784-8BABB13FBC38}"
DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:LocaleID="-1"
DTS:ObjectName="Move Building Data to DM_Buidlings"
DTS:TaskContact="Execute SQL Task; Microsoft Corporation; SQL Server 2012; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1"
DTS:ThreadHint="1">
<DTS:Variables />
<DTS:ObjectData>
<SQLTask:SqlTaskData
SQLTask:Connection="{F0773AFB-459A-4ECB-A7F7-21C73F4574A9}"
SQLTask:BypassPrepare="False"
SQLTask:SqlStatementSource="INSERT INTO sandbox.STAGING.dbo.DM_Buildings
SELECT BUILDINGS_ID, BUILDINGS_DESC, BLDG_IMAGE_RESOURCE, BLDG_LATITUDE, BLDG_LONGITUDE, BLDG_ADDRESS, BLDG_CITY, BLDG_ZIP, BLDG_TYPE, BLDG_LONG_DESC, date, GETDATE() AS updated_at, BLDG_CONDITION
FROM dbo.buildings_info_view" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\Move Building Data to DM_Buildings Failed"
DTS:CreationName="Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask, Microsoft.SqlServer.SendMailTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:Description="Send Mail Task"
DTS:Disabled="True"
DTS:DTSID="{43FB775D-EA3A-487E-AB0F-09BE1AF9F342}"
DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailTask, Microsoft.SqlServer.SendMailTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:LocaleID="-1"
DTS:ObjectName="Move Building Data to DM_Buildings Failed"
DTS:TaskContact="Send Mail Task; Microsoft Corporation; SQL Server 2012; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1"
DTS:ThreadHint="1">
<DTS:Variables />
<DTS:ObjectData>
<SendMailTask:SendMailTaskData
SendMailTask:SMTPServer="{22E64B62-8380-417D-BB20-C5CFD82671AD}"
SendMailTask:From="noreply@roanoke.edu"
SendMailTask:To="datamart@roanoke.edu"
SendMailTask:CC="gabrielson@roanoke.edu"
SendMailTask:Subject="ODS Datamart Task: Move Data To DM_Buildings FAILED"
SendMailTask:Priority="High"
SendMailTask:MessageSource="ODS Task: Move Building data to table DM_Buildings in package PopulateBuildings of project PopulateDatamartStaging_V2 has failed. 

 SQL Job PopulateDataMart on ODS needs to be rexecuted beginning at step PopulateBuildings. 
Datamart population from staging on Hermes also needs to be re-executed." xmlns:SendMailTask="www.microsoft.com/sqlserver/dts/tasks/sendmailtask" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\move counties to sandbox"
DTS:CreationName="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:Description="Execute SQL Task"
DTS:DTSID="{5FF51EAE-33C9-4260-9B7E-4266CACF367C}"
DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:LocaleID="-1"
DTS:ObjectName="move counties to sandbox"
DTS:TaskContact="Execute SQL Task; Microsoft Corporation; SQL Server 2012; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1"
DTS:ThreadHint="2">
<DTS:Variables />
<DTS:ObjectData>
<SQLTask:SqlTaskData
SQLTask:Connection="{F0773AFB-459A-4ECB-A7F7-21C73F4574A9}"
SQLTask:BypassPrepare="False"
SQLTask:SqlStatementSource="INSERT INTO SANDBOX.STAGING.dbo.dm_counties
SELECT Counties_ID, CNTY_DESC
FROM dbo.r_counties;" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\truncate dm_counties"
DTS:CreationName="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:Description="Execute SQL Task"
DTS:DTSID="{50E25FE2-0EAE-4779-BDFF-5F2A32BB6694}"
DTS:ExecutableType="Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
DTS:LocaleID="-1"
DTS:ObjectName="truncate dm_counties"
DTS:TaskContact="Execute SQL Task; Microsoft Corporation; SQL Server 2012; © 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1"
DTS:ThreadHint="2">
<DTS:Variables />
<DTS:ObjectData>
<SQLTask:SqlTaskData
SQLTask:Connection="{F0773AFB-459A-4ECB-A7F7-21C73F4574A9}"
SQLTask:SqlStatementSource="DELETE FROM SANDBOX.STAGING.dbo.dm_counties;" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask" />
</DTS:ObjectData>
</DTS:Executable>
</DTS:Executables>
<DTS:PrecedenceConstraints>
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint]"
DTS:CreationName=""
DTS:DTSID="{3ECDD0A9-824D-4EE6-8339-BC785B61D1EA}"
DTS:From="Package\Clear Staging Table DM_Buildings"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint"
DTS:To="Package\Clear Staging Table DM_BUILDINGS Failed"
DTS:Value="1" />
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint 1]"
DTS:CreationName=""
DTS:DTSID="{93FCA351-3682-4174-BAE6-952B57E1905F}"
DTS:From="Package\Clear Staging Table DM_Buildings"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint 1"
DTS:To="Package\Move Building Data to DM_Buidlings" />
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint 2]"
DTS:CreationName=""
DTS:DTSID="{FCAE80A7-BF5F-4923-B9B3-C9AA7721CC8D}"
DTS:From="Package\Move Building Data to DM_Buidlings"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint 2"
DTS:To="Package\Move Building Data to DM_Buildings Failed"
DTS:Value="1" />
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint 3]"
DTS:CreationName=""
DTS:DTSID="{17CBC5CF-2319-4CE4-AADF-B15C0ED2F7E4}"
DTS:From="Package\Move Building Data to DM_Buidlings"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint 3"
DTS:To="Package\truncate dm_counties" />
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint 4]"
DTS:CreationName=""
DTS:DTSID="{7400E5F7-7D26-4AAD-AA2A-DB9826182284}"
DTS:From="Package\truncate dm_counties"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint 4"
DTS:To="Package\move counties to sandbox" />
</DTS:PrecedenceConstraints>
<DTS:DesignTimeProperties><![CDATA[<?xml version="1.0"?>
<!--This CDATA section contains the layout information of the package. The section includes information such as (x,y) coordinates, width, and height.-->
<!--If you manually edit this section and make a mistake, you can delete it. -->
<!--The package will still be able to load normally but the previous layout information will be lost and the designer will automatically re-arrange the elements on the design surface.-->
<Objects
Version="sql11">
<!--Each node below will contain properties that do not affect runtime behavior.-->
<Package
design-time-name="Package">
<LayoutInfo>
<GraphLayout
Capacity="16" xmlns="clr-namespace:Microsoft.SqlServer.IntegrationServices.Designer.Model.Serialization;assembly=Microsoft.SqlServer.IntegrationServices.Graph" xmlns:mssgle="clr-namespace:Microsoft.SqlServer.Graph.LayoutEngine;assembly=Microsoft.SqlServer.Graph" xmlns:assembly="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mssgm="clr-namespace:Microsoft.SqlServer.Graph.Model;assembly=Microsoft.SqlServer.Graph" xmlns:mssge="clr-namespace:Microsoft.SqlServer.Graph.Extended;assembly=Microsoft.SqlServer.IntegrationServices.Graph" xmlns:av="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<NodeLayout
Size="241,42"
Id="Package\Clear Staging Table DM_Buildings"
TopLeft="28,57" />
<NodeLayout
Size="282,42"
Id="Package\Clear Staging Table DM_BUILDINGS Failed"
TopLeft="336,51" />
<NodeLayout
Size="260,42"
Id="Package\Move Building Data to DM_Buidlings"
TopLeft="36,191" />
<NodeLayout
Size="282,42"
Id="Package\Move Building Data to DM_Buildings Failed"
TopLeft="320,242" />
<NodeLayout
Size="204,42"
Id="Package\move counties to sandbox"
TopLeft="377,396" />
<NodeLayout
Size="183,42"
Id="Package\truncate dm_counties"
TopLeft="49,371" />
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint]"
TopLeft="269,75">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="67,0"
Start="0,0"
End="59.5,0">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="59.5,0" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<mssgm:EdgeLabel
BoundingBox="15.50865234375,5,30.4826953125,9.7490234375"
RelativePosition="Any" />
</EdgeLayout.Labels>
</EdgeLayout>
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint 1]"
TopLeft="148.5,99">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="17.5,92"
Start="0,0"
End="17.5,84.5">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,42" />
<mssgle:CubicBezierSegment
Point1="0,42"
Point2="0,46"
Point3="4,46" />
<mssgle:LineSegment
End="13.5,46" />
<mssgle:CubicBezierSegment
Point1="13.5,46"
Point2="17.5,46"
Point3="17.5,50" />
<mssgle:LineSegment
End="17.5,84.5" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint 2]"
TopLeft="296,212">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="24,51"
Start="0,0"
End="16.5,51">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="8,0" />
<mssgle:CubicBezierSegment
Point1="8,0"
Point2="12,0"
Point3="12,4" />
<mssgle:LineSegment
End="12,47" />
<mssgle:CubicBezierSegment
Point1="12,47"
Point2="12,51"
Point3="16,51" />
<mssgle:LineSegment
End="16.5,51" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<mssgm:EdgeLabel
BoundingBox="-2.24134765625,-13.7490234375,30.4826953125,9.7490234375"
RelativePosition="Any" />
</EdgeLayout.Labels>
</EdgeLayout>
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint 3]"
TopLeft="166,233">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="-25.5,138"
Start="0,0"
End="-25.5,130.5">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,65" />
<mssgle:CubicBezierSegment
Point1="0,65"
Point2="0,69"
Point3="-4,69" />
<mssgle:LineSegment
End="-21.5,69" />
<mssgle:CubicBezierSegment
Point1="-21.5,69"
Point2="-25.5,69"
Point3="-25.5,73" />
<mssgle:LineSegment
End="-25.5,130.5" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint 4]"
TopLeft="232,392">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{assembly:Null}"
EndConnector="145,25"
Start="0,0"
End="137.5,25">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="68.5,0" />
<mssgle:CubicBezierSegment
Point1="68.5,0"
Point2="72.5,0"
Point3="72.5,4" />
<mssgle:LineSegment
End="72.5,21" />
<mssgle:CubicBezierSegment
Point1="72.5,21"
Point2="72.5,25"
Point3="76.5,25" />
<mssgle:LineSegment
End="137.5,25" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
<AnnotationLayout
Text="Sandbox Version"
ParentId="Package"
Size="212,43"
Id="e32e1cd3-9fe8-4b4f-bce3-d32b66dcf2c5"
TopLeft="33,8">
<AnnotationLayout.FontInfo>
<mssge:FontInfo
Family="Tahoma"
Size="14.25"
Color="#FFFF0000"
Weight="Bold">
<mssge:FontInfo.TextDecorations>
<av:TextDecorationCollection />
</mssge:FontInfo.TextDecorations>
</mssge:FontInfo>
</AnnotationLayout.FontInfo>
</AnnotationLayout>
<AnnotationLayout
Text="All email notifactions on the Sandbox ver of these packages have been disabled. 
We need to make sure they are active in Hermes (Live) once they are ready.
Gabrielson 11/2017"
ParentId="Package"
Size="433,67"
Id="3a198e8e-dfc7-4e1c-b613-d645ad41e082"
TopLeft="33,474">
<AnnotationLayout.FontInfo>
<mssge:FontInfo
Family="Tahoma"
Size="11.25"
Color="#FF000000"
Style="Italic">
<mssge:FontInfo.TextDecorations>
<av:TextDecorationCollection />
</mssge:FontInfo.TextDecorations>
</mssge:FontInfo>
</AnnotationLayout.FontInfo>
</AnnotationLayout>
</GraphLayout>
</LayoutInfo>
</Package>
</Objects>]]></DTS:DesignTimeProperties>
</DTS:Executable>