-
Notifications
You must be signed in to change notification settings - Fork 0
/
PopulatePersonAll.dtsx
439 lines (439 loc) · 22 KB
/
PopulatePersonAll.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
<?xml version="1.0"?>
<DTS:Executable xmlns:DTS="www.microsoft.com/SqlServer/Dts"
DTS:refId="Package"
DTS:CreationDate="1/20/2016 2:43:13 PM"
DTS:CreationName="SSIS.Package.3"
DTS:CreatorComputerName="ODS"
DTS:CreatorName="ACADEMIC\Webserv"
DTS:DTSID="{16B70E8D-6F84-4D22-9616-46C3531A2FFD}"
DTS:ExecutableType="SSIS.Package.3"
DTS:LastModifiedProductVersion="11.0.5058.0"
DTS:LocaleID="1033"
DTS:ObjectName="PopulatePersonAll"
DTS:PackageType="5"
DTS:VersionBuild="113"
DTS:VersionGUID="{C671DC53-EE4F-4E9F-986C-437F2195C04E}">
<DTS:Property
DTS:Name="PackageFormatVersion">6</DTS:Property>
<DTS:ConnectionManagers>
<DTS:ConnectionManager
DTS:refId="Package.ConnectionManagers[HERMES.Staging]"
DTS:CreationName="OLEDB"
DTS:DTSID="{DB2D6582-B421-46B0-958E-C331C79F675A}"
DTS:ObjectName="HERMES.Staging">
<DTS:ObjectData>
<DTS:ConnectionManager
DTS:ConnectionString="Data Source=HERMES;Initial Catalog=Staging;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;" />
</DTS:ObjectData>
</DTS:ConnectionManager>
<DTS:ConnectionManager
DTS:refId="Package.ConnectionManagers[ods.ODS_Reporting]"
DTS:CreationName="OLEDB"
DTS:DTSID="{7041F86D-436F-4696-8F47-3860A8AEE1D4}"
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:ConnectionManager
DTS:refId="Package.ConnectionManagers[sandbox.staging]"
DTS:CreationName="OLEDB"
DTS:DTSID="{1EB0257B-E833-489A-97E5-6F7DA3A08D94}"
DTS:ObjectName="sandbox.staging">
<DTS:ObjectData>
<DTS:ConnectionManager
DTS:ConnectionString="Data Source=sandbox;Initial Catalog=staging;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;" />
</DTS:ObjectData>
</DTS:ConnectionManager>
<DTS:ConnectionManager
DTS:refId="Package.ConnectionManagers[SMTP Connection Manager]"
DTS:CreationName="SMTP"
DTS:DTSID="{E4525F46-9143-4A54-A5CE-92F7DA82DF2D}"
DTS:ObjectName="SMTP Connection Manager">
<DTS:ObjectData>
<SmtpConnectionManager
ConnectionString="SmtpServer=receive.roanoke.edu;UseWindowsAuthentication=False;EnableSsl=False;" />
</DTS:ObjectData>
</DTS:ConnectionManager>
</DTS:ConnectionManagers>
<DTS:Variables />
<DTS:Executables>
<DTS:Executable
DTS:refId="Package\Bad Email 1"
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="{effeb682-c99e-49d0-9260-85d7aa219741}"
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="Bad Email 1"
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="{E4525F46-9143-4A54-A5CE-92F7DA82DF2D}"
SendMailTask:From="gabrielson@roanoke.edu"
SendMailTask:To="gabrielson@roanoke.edu"
SendMailTask:Subject="Populate Person All - ERROR"
SendMailTask:MessageSource="Oh, no! Something went wrong Gabrielson, the Truncate table in Hermes Staging didnt happen....check ODS-> PopulatePersonAll.dtsx and fixy fixy asap!" xmlns:SendMailTask="www.microsoft.com/sqlserver/dts/tasks/sendmailtask" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\Data didnt Load"
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="{662569e9-62d4-4990-83fc-a7dfbcda90bd}"
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="Data didnt Load"
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="{E4525F46-9143-4A54-A5CE-92F7DA82DF2D}"
SendMailTask:From="gabrielson@roanoke.edu"
SendMailTask:To="gabrielson@roanoke.edu"
SendMailTask:Subject="Populate Person All - ERROR"
SendMailTask:MessageSource="Oh, no! Something went wrong Gabrielson, the data from ODS Reporting did not make it to Hermes Staging PERSON_RC_ALL. Check the ODS SSIS PAckage called Populate Person All. " xmlns:SendMailTask="www.microsoft.com/sqlserver/dts/tasks/sendmailtask" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\Insert into Sandbox Staging"
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:Disabled="True"
DTS:DTSID="{33ba062d-817a-4a2b-bc3d-91cb738017ce}"
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="Insert into Sandbox Staging"
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="{7041F86D-436F-4696-8F47-3860A8AEE1D4}"
SQLTask:BypassPrepare="False"
SQLTask:SqlStatementSource="INSERT INTO Sandbox.STAGING.dbo.Person_RC_ALL
 ( rcid, username, email, firstname, lastname, nick_name, maiden_name, middle_name, faculty, staff, student, studentemployee, retiree, updated_at, created_at, 
 deceased, basic, bldg_address, bldg_city, bldg_zip, bldg_latitude, bldg_longitude)
SELECT rcid, username, email, first_name, last_name, nick_name, maiden_name, middle_name, faculty, staff, student, student_employee, retiree, updated_at, created_at, 
 deceased, basic, bldg_address, bldg_city, bldg_zip, bldg_latitude, bldg_longitude
FROM dbo.view_Person_RC_ALL_W_Building;" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\INSERT INTO SANDBOX STAGING TABLE"
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="{B8B19CCF-2106-4E37-A091-A0FD77E325EC}"
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="INSERT INTO SANDBOX STAGING TABLE"
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="{7041F86D-436F-4696-8F47-3860A8AEE1D4}"
SQLTask:BypassPrepare="False"
SQLTask:SqlStatementSource="INSERT INTO SANDBOX.STAGING.dbo.Person_RC_ALL
	( rcid, username, email, firstname, lastname, nick_name, maiden_name, middle_name, faculty, staff, student, studentemployee, retiree, updated_at, created_at, 
 deceased, basic, bldg_address, bldg_city, bldg_zip, bldg_latitude, bldg_longitude)
SELECT rcid, username, email, first_name, last_name, nick_name, maiden_name, middle_name, faculty, staff, student, student_employee, retiree, updated_at, created_at, 
 deceased, basic, bldg_address, bldg_city, bldg_zip, bldg_latitude, bldg_longitude
FROM dbo.view_Person_RC_ALL_W_Building;" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\Truncate Table on Sandbox Staging PC_PERSON_ALL"
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:Disabled="True"
DTS:DTSID="{5abadb12-87ad-42e1-9227-ed67e6573c5e}"
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 Table on Sandbox Staging PC_PERSON_ALL"
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="{1EB0257B-E833-489A-97E5-6F7DA3A08D94}"
SQLTask:BypassPrepare="False"
SQLTask:SqlStatementSource="truncate table dbo.Person_RC_ALL; " xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask" />
</DTS:ObjectData>
</DTS:Executable>
<DTS:Executable
DTS:refId="Package\Truncate Table on SANDBOX Staging PERSON RC ALL"
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="{3DF4F9AD-F92D-4A4F-94D0-6A0D727CCBD0}"
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 Table on SANDBOX Staging PERSON RC ALL"
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="{1EB0257B-E833-489A-97E5-6F7DA3A08D94}"
SQLTask:BypassPrepare="False"
SQLTask:SqlStatementSource="truncate table dbo.Person_RC_ALL; " 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="{CEB8B820-8410-4EAD-A4C1-72625A08ACF7}"
DTS:From="Package\Truncate Table on SANDBOX Staging PERSON RC ALL"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint"
DTS:To="Package\INSERT INTO SANDBOX STAGING TABLE" />
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint 1]"
DTS:CreationName=""
DTS:DTSID="{01097DFB-BBA7-4F2F-9050-A141E9DEC8B2}"
DTS:From="Package\INSERT INTO SANDBOX STAGING TABLE"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint 1"
DTS:To="Package\Truncate Table on Sandbox Staging PC_PERSON_ALL" />
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint 2]"
DTS:CreationName=""
DTS:DTSID="{F47725C1-B3F6-4C31-9AC8-5EEDC90F81C1}"
DTS:From="Package\Truncate Table on Sandbox Staging PC_PERSON_ALL"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint 2"
DTS:To="Package\Insert into Sandbox Staging" />
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint 6]"
DTS:CreationName=""
DTS:DTSID="{B03E1B7A-80A4-4A55-93F5-FF292AA39237}"
DTS:From="Package\Truncate Table on SANDBOX Staging PERSON RC ALL"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint 6"
DTS:To="Package\Bad Email 1"
DTS:Value="1" />
<DTS:PrecedenceConstraint
DTS:refId="Package.PrecedenceConstraints[Constraint 7]"
DTS:CreationName=""
DTS:DTSID="{FF40DB96-919F-4E63-B444-801817663397}"
DTS:From="Package\INSERT INTO SANDBOX STAGING TABLE"
DTS:LogicalAnd="True"
DTS:ObjectName="Constraint 7"
DTS:To="Package\Data didnt Load"
DTS:Value="1" />
</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:x="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="137,42"
Id="Package\Bad Email 1"
TopLeft="170,181" />
<NodeLayout
Size="156,42"
Id="Package\Data didnt Load"
TopLeft="892,215" />
<NodeLayout
Size="212,42"
Id="Package\Insert into Sandbox Staging"
TopLeft="570,515" />
<NodeLayout
Size="276,42"
Id="Package\INSERT INTO SANDBOX STAGING TABLE"
TopLeft="545,211" />
<NodeLayout
Size="324,42"
Id="Package\Truncate Table on Sandbox Staging PC_PERSON_ALL"
TopLeft="518,390" />
<NodeLayout
Size="335,42"
Id="Package\Truncate Table on SANDBOX Staging PERSON RC ALL"
TopLeft="517,120" />
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint]"
TopLeft="683.75,162">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{x:Null}"
EndConnector="0,49"
Start="0,0"
End="0,41.5">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,41.5" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint 1]"
TopLeft="681.5,253">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{x:Null}"
EndConnector="0,137"
Start="0,0"
End="0,129.5">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,129.5" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint 2]"
TopLeft="678,432">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{x:Null}"
EndConnector="0,83"
Start="0,0"
End="0,75.5">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="0,75.5" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<EdgeLabelCollection />
</EdgeLayout.Labels>
</EdgeLayout>
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint 6]"
TopLeft="517,141">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{x:Null}"
EndConnector="-210,61"
Start="0,0"
End="-202.5,61">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="-101,0" />
<mssgle:CubicBezierSegment
Point1="-101,0"
Point2="-105,0"
Point3="-105,4" />
<mssgle:LineSegment
End="-105,57" />
<mssgle:CubicBezierSegment
Point1="-105,57"
Point2="-105,61"
Point3="-109,61" />
<mssgle:LineSegment
End="-202.5,61" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<mssgm:EdgeLabel
BoundingBox="-119.24134765625,-13.7490234375,28.4826953125,7.7490234375"
RelativePosition="Any" />
</EdgeLayout.Labels>
</EdgeLayout>
<EdgeLayout
Id="Package.PrecedenceConstraints[Constraint 7]"
TopLeft="821,234">
<EdgeLayout.Curve>
<mssgle:Curve
StartConnector="{x:Null}"
EndConnector="71,0"
Start="0,0"
End="63.5,0">
<mssgle:Curve.Segments>
<mssgle:SegmentCollection
Capacity="5">
<mssgle:LineSegment
End="63.5,0" />
</mssgle:SegmentCollection>
</mssgle:Curve.Segments>
</mssgle:Curve>
</EdgeLayout.Curve>
<EdgeLayout.Labels>
<mssgm:EdgeLabel
BoundingBox="17.50865234375,5,28.4826953125,7.7490234375"
RelativePosition="Any" />
</EdgeLayout.Labels>
</EdgeLayout>
<AnnotationLayout
Text="Created a new package different from the old Rob code. JSG 08 30 2017"
ParentId="Package"
FontInfo="{x:Null}"
Size="384,39"
Id="706be2d6-7579-4af6-b4a8-8f965892db78"
TopLeft="775,43" />
<AnnotationLayout
Text="Below is push to Sandbox, no email is needed for this section of the 
package. "
ParentId="Package"
FontInfo="{x:Null}"
Size="364,53"
Id="ca984b79-dd09-441b-93ba-29fb03a442e6"
TopLeft="806,320" />
<AnnotationLayout
Text="Sandbox Version"
ParentId="Package"
Size="212,43"
Id="9a6fc232-25f0-4315-8e0f-47fa5103ab64"
TopLeft="82,53">
<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="a28399c7-99bc-4efb-8873-88a4618aec38"
TopLeft="82,617">
<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>