Thursday, March 29, 2012

Error from Using Report Parameters

Hi,
When I tried to preview my report, I have this error that says: "The report
parameter (field name) has a DefualtValue that depends on the report
parameter (field name). Foward dependencies are not valid"
Was wondering if someone knows what I'm doing wrong here; I can't see
straight right now?Gonna need more information. Is this in reporting services?
----
Louis Davidson - http://spaces.msn.com/members/drsql/
SQL Server MVP
"Arguments are to be avoided: they are always vulgar and often convincing."
(Oscar Wilde)
"Ben Cole" <BenCole@.discussions.microsoft.com> wrote in message
news:4EADBCF0-8D09-46CF-B58C-150F64941172@.microsoft.com...
> Hi,
> When I tried to preview my report, I have this error that says: "The
> report
> parameter (field name) has a DefualtValue that depends on the report
> parameter (field name). Foward dependencies are not valid"
> Was wondering if someone knows what I'm doing wrong here; I can't see
> straight right now?|||Yes Louis, it is in Reporting Services.
"Louis Davidson" wrote:

> Gonna need more information. Is this in reporting services?
> --
> ----
--
> Louis Davidson - http://spaces.msn.com/members/drsql/
> SQL Server MVP
> "Arguments are to be avoided: they are always vulgar and often convincing.
"
> (Oscar Wilde)
> "Ben Cole" <BenCole@.discussions.microsoft.com> wrote in message
> news:4EADBCF0-8D09-46CF-B58C-150F64941172@.microsoft.com...
>
>|||Ah. There is a newsgroup for that microsoft.public.sqlserver.reportingsvcs.
That would probably be the best place to take this, but I will guarantee you
that unless this is a very common question they are probably going to want
to know more about what you are doing before they can decide what you are
doing wrong.
----
Louis Davidson - http://spaces.msn.com/members/drsql/
SQL Server MVP
"Arguments are to be avoided: they are always vulgar and often convincing."
(Oscar Wilde)
"Ben Cole" <BenCole@.discussions.microsoft.com> wrote in message
news:5F606FFD-350A-4324-9E18-B12F8917079A@.microsoft.com...
> Yes Louis, it is in Reporting Services.
> "Louis Davidson" wrote:
>

error from trasational repl

Hi all,
i found an error in my transactional replication, from the MSrepl_errors table, one of the error_text is "{CALL
sp_MSins_MisFlightScheduleSector (N'KUL', N'CHI', N'KUL;SIN;CHI', 2004-12-29 04:03:00)}", when i run this query in the query
analyzer with the subscriber's database, it show me this error "[Microsoft][ODBC SQL Server Driver]Invalid character value for cast
specification", can anyone tell me some hints or I can't do this action directly as i want to find what error about this query.
Thx
Hi,
Thanks for your posting!
From your descriptions, I understood that you encountered error message
"Invalid character value for cast specification"
First of all, Please know that replication issues might tend to be very
complex and hard to troubleshoot in newsgroups. I recommend that you open a
Support incident with Microsoft Product Support Services (PSS) so that a
dedicated Support Professional can work with you in a more timely and
efficient manner. If you need any help in this regard, please let me know.
For a complete list of Microsoft Product Support Services phone numbers,
please go to the following address on the World Wide Web:
http://support.microsoft.com/directory/overview.asp
Secondly, I noticed there is an Knowledge Base article that mentioned this
error message
FIX: Merge Agent may fail with an "Invalid character value for cast
specification" error message
http://support.microsoft.com/kb/867880
Note that it will be a FREE incident asking the hotfix and this hotfix has
been scheduled to be included in SP4
Thirdly, does your replication works as your expected? Is it possible for
you to provide more information about your scenario, such as how do you
create the replication. Does the same steps work well in other client? Is
is possible for you to show me a detailed description, with which I could
reproduce it on my side?
Thank you for your patience and corporation. If you have any questions or
concerns, don't hesitate to let me know. We are always here to be of
assistance!
Sincerely yours,
Michael Cheng
Online Partner Support Specialist
Partner Support Group
Microsoft Global Technical Support Center
Get Secure! - http://www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only, many thanks!
|||The interpretation of '2004-12-29 04:03:00' as a valid date format depends
on the language employed. This works for English, but not British English
(we're always awkward ). So, I wonder if you are using a login which has a
different default language on the publisher and subscriber?
Rgds,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)
|||if the language is different, will the first time snapshot replication success and then transactional replication is fail? Since the
snapshot replication is success. thanks
"Paul Ibison" <Paul.Ibison@.Pygmalion.Com> wrote in message news:uuUeVMq7EHA.3236@.TK2MSFTNGP15.phx.gbl...
> The interpretation of '2004-12-29 04:03:00' as a valid date format depends
> on the language employed. This works for English, but not British English
> (we're always awkward ). So, I wonder if you are using a login which has a
> different default language on the publisher and subscriber?
> Rgds,
> Paul Ibison SQL Server MVP, www.replicationanswers.com
> (recommended sql server 2000 replication book:
> http://www.nwsu.com/0974973602p.html)
>
|||The snapshot runs using BCP text files which is an entirely different
mechanism to the synchronization using stored procedures. If it still
exists, please have a look at the format of the date values in the relevant
file to see if this is on the right track.
Rgds,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)
|||thx Paul
"Paul Ibison" <Paul.Ibison@.Pygmalion.Com> wrote in message news:%230p4bZ27EHA.3076@.TK2MSFTNGP15.phx.gbl...
> The snapshot runs using BCP text files which is an entirely different
> mechanism to the synchronization using stored procedures. If it still
> exists, please have a look at the format of the date values in the relevant
> file to see if this is on the right track.
> Rgds,
> Paul Ibison SQL Server MVP, www.replicationanswers.com
> (recommended sql server 2000 replication book:
> http://www.nwsu.com/0974973602p.html)
>
sql

Error from sys.dm_db_index_physical_stats "No exceptions should be raised by this code"

I'm setting up a routine to do some reindexing. To get the info I need I'm trying to use the new function. The DB I think is causing the problem does pass DBCC CHECKDB. I'm not sure why I'm getting this but can not find anyone else that is getting this same error.

When I run this....

SELECT *

FROM sys.dm_db_index_physical_stats (NULL, NULL, NULL, NULL, 'detailed')

I get this....

Location: qxcntxt.cpp:954

Expression: !"No exceptions should be raised by this code"

SPID: 236

Process ID: 1060

Msg 0, Level 11, State 0, Line 0

A severe error occurred on the current command. The results, if any, should be discarded.

Msg 0, Level 20, State 0, Line 0

A severe error occurred on the current command. The results, if any, should be discarded.

If I run only for the DB I think is causing the problem I get this...

Msg 0, Level 11, State 0, Line 0

A severe error occurred on the current command. The results, if any, should be discarded.

Msg 0, Level 20, State 0, Line 0

A severe error occurred on the current command. The results, if any, should be discarded.

Well, since this created a dump I guess I'll be contacting product support services. Just thought I'd check online first.|||

I think when system code claims: Expression: !"No exceptions should be raised by this code" that would be the best thing...

Can you post here and tell us what the issue was?

|||Unfortunately, this is an internal server error due to unknown cause, and unlikely to get resolved with standard mini dump only.|||

This is was found to be a bug in SP1 of SQL 2005. The work around is to use limited instead of detailed. I don't get all the data I was wanting to collect but this will work ok until SP2 is released with the fix. We had three DBs on our 2005 server that would generate this error.

|||Thanks for letting us know. It is always interesting when someone else is having a similar problem if a resolution (or lack thereof :) is noted!

Error from sys.dm_db_index_physical_stats "No exceptions should be raised by this code&

I'm setting up a routine to do some reindexing. To get the info I need I'm trying to use the new function. The DB I think is causing the problem does pass DBCC CHECKDB. I'm not sure why I'm getting this but can not find anyone else that is getting this same error.

When I run this....

SELECT *

FROM sys.dm_db_index_physical_stats (NULL, NULL, NULL, NULL, 'detailed')

I get this....

Location: qxcntxt.cpp:954

Expression: !"No exceptions should be raised by this code"

SPID: 236

Process ID: 1060

Msg 0, Level 11, State 0, Line 0

A severe error occurred on the current command. The results, if any, should be discarded.

Msg 0, Level 20, State 0, Line 0

A severe error occurred on the current command. The results, if any, should be discarded.

If I run only for the DB I think is causing the problem I get this...

Msg 0, Level 11, State 0, Line 0

A severe error occurred on the current command. The results, if any, should be discarded.

Msg 0, Level 20, State 0, Line 0

A severe error occurred on the current command. The results, if any, should be discarded.

Well, since this created a dump I guess I'll be contacting product support services. Just thought I'd check online first.|||

I think when system code claims: Expression: !"No exceptions should be raised by this code" that would be the best thing...

Can you post here and tell us what the issue was?

|||Unfortunately, this is an internal server error due to unknown cause, and unlikely to get resolved with standard mini dump only.|||

This is was found to be a bug in SP1 of SQL 2005. The work around is to use limited instead of detailed. I don't get all the data I was wanting to collect but this will work ok until SP2 is released with the fix. We had three DBs on our 2005 server that would generate this error.

|||Thanks for letting us know. It is always interesting when someone else is having a similar problem if a resolution (or lack thereof :) is noted!

Error from msxml6.dll

Hi,
i have a problem. when i try to validate an xml file with his schema
the msxml6.dll return this error:
01.xsd#/schema/element[1][@.name =
'T_CampiAree']/complexType[1]/sequence[1]/element[1][@.name =
'nomecampo']/simpleType[1]/restriction[1] Type
'{http://schemas.microsoft.com/sqlserver/2004/sqltypes}varchar' is
either not declared or not a simpleType.
i use a XMLSCHEMA option to generate a xsd and xml file
Anybody can help me?
Thanks!!
You will need to retrieve the schema from
http://schemas.microsoft.com/sqlserver/2004/sqltypes and load it into your
schema cache so that the validation finds it.
Best regards
Michael
"maurox" <mrago@.inwind.it> wrote in message
news:1140011253.493383.193650@.o13g2000cwo.googlegr oups.com...
> Hi,
> i have a problem. when i try to validate an xml file with his schema
> the msxml6.dll return this error:
> 01.xsd#/schema/element[1][@.name =
> 'T_CampiAree']/complexType[1]/sequence[1]/element[1][@.name =
> 'nomecampo']/simpleType[1]/restriction[1] Type
> '{http://schemas.microsoft.com/sqlserver/2004/sqltypes}varchar' is
> either not declared or not a simpleType.
> i use a XMLSCHEMA option to generate a xsd and xml file
> Anybody can help me?
> Thanks!!
>

Error from msxml6.dll

Hi,
i have a problem. when i try to validate an xml file with his schema
the msxml6.dll return this error:
01.xsd#/schema/element[1][@.name =
'T_CampiAree']/complexType[1]/sequence[1]/element[1][@.name =
'nomecampo']/simpleType[1]/restriction[1] Type
'{http://schemas.microsoft.com/sqlserver/2004/sqltypes}varchar' is
either not declared or not a simpleType.
i use a XMLSCHEMA option to generate a xsd and xml file
Anybody can help me?
Thanks!!You will need to retrieve the schema from
http://schemas.microsoft.com/sqlserver/2004/sqltypes and load it into your
schema cache so that the validation finds it.
Best regards
Michael
"maurox" <mrago@.inwind.it> wrote in message
news:1140011253.493383.193650@.o13g2000cwo.googlegroups.com...
> Hi,
> i have a problem. when i try to validate an xml file with his schema
> the msxml6.dll return this error:
> 01.xsd#/schema/element[1][@.name =
> 'T_CampiAree']/complexType[1]/sequence[1]/element[1][@.name =
> 'nomecampo']/simpleType[1]/restriction[1] Type
> '{http://schemas.microsoft.com/sqlserver/2004/sqltypes}varchar' is
> either not declared or not a simpleType.
> i use a XMLSCHEMA option to generate a xsd and xml file
> Anybody can help me?
> Thanks!!
>

Error from Maintenance plan

Hi there,
I get an error from the maintenance plan, when it every weekend reorganizes
the data and index tables:
[Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 1934: [Microsoft][ODBC SQL
Server Driver][SQL Server]DBCC failed because the following SET options have
incorrect settings: 'QUOTED_IDENTIFIER, ARITHABORT'.
I wonder if it could be because i have an calculated field in the table,
[FullName] AS ([LastName] + ', ' + [FirstName]) ?
The table is create as follows:
CREATE TABLE [dbo].[Assigner] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[FirstName] [varchar] (25) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL ,
[LastName] [varchar] (30) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL ,
[FullName] AS ([LastName] + ', ' + [FirstName]) ,
[CustomerGroup_id] [int] NOT NULL ,
[Deactivated] [bit] NULL
) ON [PRIMARY]
GO
ALTER TABLE [dbo].[Assigner] WITH NOCHECK ADD
CONSTRAINT [PK_Assigner] PRIMARY KEY CLUSTERED
(
[id]
) WITH FILLFACTOR = 70 ON [PRIMARY]
GO
ALTER TABLE [dbo].[Assigner] ADD
CONSTRAINT [FK_Assigner_CustomerGroup] FOREIGN KEY
(
[CustomerGroup_id]
) REFERENCES [dbo].[CustomerGroup] (
[id]
)
GO
John
This SELECT stetement will produce a syntax error
You may want to change it as SELECT ([LastName] + ', ' + [FirstName]) AS
[FullName] FROM .....
"John Boghossian" <john.boghossian@.investorab.com> wrote in message
news:eS2iwyljEHA.3724@.TK2MSFTNGP11.phx.gbl...
> Hi there,
> I get an error from the maintenance plan, when it every weekend
reorganizes
> the data and index tables:
> [Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 1934: [Microsoft][ODBC
SQL
> Server Driver][SQL Server]DBCC failed because the following SET options
have
> incorrect settings: 'QUOTED_IDENTIFIER, ARITHABORT'.
> I wonder if it could be because i have an calculated field in the table,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ?
>
> The table is create as follows:
> CREATE TABLE [dbo].[Assigner] (
> [id] [int] IDENTITY (1, 1) NOT NULL ,
> [FirstName] [varchar] (25) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL
,
> [LastName] [varchar] (30) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL
,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ,
> [CustomerGroup_id] [int] NOT NULL ,
> [Deactivated] [bit] NULL
> ) ON [PRIMARY]
> GO
> ALTER TABLE [dbo].[Assigner] WITH NOCHECK ADD
> CONSTRAINT [PK_Assigner] PRIMARY KEY CLUSTERED
> (
> [id]
> ) WITH FILLFACTOR = 70 ON [PRIMARY]
> GO
> ALTER TABLE [dbo].[Assigner] ADD
> CONSTRAINT [FK_Assigner_CustomerGroup] FOREIGN KEY
> (
> [CustomerGroup_id]
> ) REFERENCES [dbo].[CustomerGroup] (
> [id]
> )
> GO
>
|||Sorry Uri, I cant see what you mean by stating that "This SELECT stetement
will produce a syntax error"
The statement is an Create Table statement. See attached image from
Enterprice Manager, or the enclosed Create Table Statement in my original
message.
Regards
John
"Uri Dimant" <urid@.iscar.co.il> wrote in message
news:e5fikHmjEHA.3016@.tk2msftngp13.phx.gbl...[vbcol=seagreen]
> John
> This SELECT stetement will produce a syntax error
> You may want to change it as SELECT ([LastName] + ', ' + [FirstName]) AS
> [FullName] FROM .....
>
>
> "John Boghossian" <john.boghossian@.investorab.com> wrote in message
> news:eS2iwyljEHA.3724@.TK2MSFTNGP11.phx.gbl...
> reorganizes
> SQL
> have
NULL[vbcol=seagreen]
> ,
NULL
> ,
>
begin 666 AssignerTable.JPG
M_]C_X `02D9)1@.`!`0$`8 !@.``#_VP!#``@.&!@.<&!0@.'!P<)"0@.*#!0-# L+
M#!D2$P\4'1H?'AT:'!P@.)"XG("(L(QP<*#<I+# Q-#0T'R<Y/3@.R/"XS-#+_
MVP!#`0D)"0P+#!@.-#1@.R(1PA,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R
M,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C+_P `1" 'B`78#`2(``A$!`Q$!_\0`
M'P```04!`0$!`0$```````````$"`P0%!@.<("0H+_\0`M1 ``@.$#`P($`P4%
M! 0```%]`0(#``01!1(A,4$&$U%A!R)Q%#*!D:$((T*QP152T? D,V)R@.@.D*
M%A<8&1HE)B<H*2HT-38W.#DZ0T1%1D=(24I35%565UA96F-D969G:&EJ<W1U
M=G=X>7J#A(6&AXB)BI*3E)66EYB9FJ*CI*6FIZBIJK*SM+6VM [BYNL+#Q,7&
MQ\C)RM+3U-76U]C9VN'BX^3EYN?HZ>KQ\O/T]?;W^/GZ_\0`'P$``P$!`0$!
M`0$!`0````````$"`P0%!@.<("0H+_\0`M1$``@.$"! 0#! <%! 0``0)W``$"
M`Q$$!2$Q!A)!40=A<1,B,H$(%$*1H;'!"2,S4O 58G+1"A8D-.$E\1<8&1HF
M)R@.I*C4V-S@.Y.D-$149'2$E*4U155E=865IC9&5F9VAI:G-T=79W>'EZ@.H.$
MA8:'B(F*DI.4E9:7F)F:HJ.DI::GJ*FJLK.TM;:WN+FZPL/$Q<;'R,G*TM/4
MU=;7V-G:XN/DY>;GZ.GJ\O/T]?;W^/GZ_]H`# ,!``(1`Q$`/P#N_$?B:ZT;
M6-'TNQTV"[GU(%8Q(ZQ@.,JH>3L;.=U43XH\5?V,-3'A*U9&7>L O8C,XSCY4
M\O+$]@.,D] "2!7*_&R:6WNM E@.FEAE5)"LD3E&4[8NA'(KF=+\)ZQJ'AS1;"
MZOX[?2[XW$EM#<7:Q0;8U#@.DJCMGBX8[AM^5>0<`[<D(PA)VU [W\R$VY.*.B
M'QR=@."/#\)!Z$3I_\;IP^-\A_P"9>B_[_K_\;KCO''AA?#5W;DW;WKWLMRS7
M#3L[%XYBC[MR`EB2"3D\[NHPQ[DZ3X?\3&"Z\/7-@.VC1W>GP7>EMI2Q3PQR.
MD>/M.-[L6!R0W0M\QXSV*E0Y4^7\69.51-JY$/C;(?\`F7XO^_R__&Z</C5(
M?^8!%_W^7_XW5G2['3]6UCQ-!=Z7IIBTO7[*&T6*RBBV(UV8V5MBC>I3@.ALC
MOUKS?Q3#%;^,-;@.@.C2*&._G1(T4*JJ)&```Z`#M50H4).W+^+)E4FE>YZ"/C
M/(?^8#%_W^7_`.-TX?&60_\`,"B_[^K_`/&Z+S1M'\569D\+ZC8P:>)K*WFL
MVTA%GM5E98P?/(W2-O&3\W//S'O!;^"O"5YXNM]"MM6NS<"\GM[B!6+-L2-R
M'WM"BJ0R8*C>.>&XJ52P]M8_F/FJ=_R+(^,4A_Y@.47_?U?\`XW3A\8)#_P`P
M.+_OZO\`\;K'\.>$_#_B87 L=2N(#9S12W+7SQP[K38/-=0-V&#ANIV@.%<DF
MIH?#'A1-%LM3OM6N[2#4I+K[,T@.)(VVIN1(V#G."WS(.>,XINCAT[<OY BY
MZG<U1\79#_S!(O\`OXO_`,;IP^+4A_Y@.L7_?Q?\`XW7,>(]$TG1=-TDP37KW
M][8V]XRR!/*4.&W8(YSD+@.8X`/)SQTNIV6ER'PKI`"6S:C96)E6#3H=SEW 9
M_//SJV >@.(..>II.C0T:C^8>TJ=R0?%B0_\`,&B_[^+_`/&Z</BK(?\`F#1?
M]]K_`/&ZM>'O".C+XBMYXHI98+?5KG3);>\*3++LA=@._W5 Y7H0>W/%8.DZ#
MX>NM%DUN_N+JSLC?+&TVYD&S<S;EB;>>>!M4<<M2]EA_Y?S_S'SU.YK#XI
M2'_F#Q?]]K_\13Q\4)#_`,PB+_OM?_B*SH_"^A"TT-S>WTTFJ73P1O&BJC*M
MPJ;^>5RA)QAN2.F,'3LO`^D7^H)''+?10IJL^G2AI4=GV1,X= 3L`7E<$$'KU
MH=/#K6WYASU>X#XFR'_F$Q?]]K_\13A\2I#_`,PJ+_OI?_B*IV&C:'>:';3-
M?3V]B^K+;O//#&K@.>0&)R 2H+Y RQ4 @.D$@.FK#>#M/MCJ%Q>2M#:6MO!+&RW
M8D682L0'$BQ$A>",;#D\YQ1[+#K3E_,7/4[DP^)$A_YA47_?2_\`Q%.'Q%D/
M_,+B_P"^E_\`B*Q],32K/Q@.YMMNIZ;!%/,@.GCP) L+-@.AAU!&,X[9Q6Y86_A
M>5-:_LR&2Y9M-FN4-PO%I@.#"*#U;))W=@. `3R4:*^S^8*I4?4:/B'(?^89
M%^:__$4\?$"0_P#,-B_-?_B*9!X-M&C,4\TD5[;36B7423>9@.3,`1_JU"GG(
MP7'!'O2/X3M[F15TX7!9-4>P>.:9?G55+%PP4;> >,-^/0KV>'[?F'/5[DP\
M>R'_`)AL7YK_`/$4X>.Y#_S#HO\`QW_XBHU\+:;);Q7\-S,]H;.XN61'R6,1
M`P'9%QG<.J<8/7.:E;PQI4=JU\\\\=LME;W!223D-*S#!94/`Q_=Y)[4O9T.
MWYASU>XH\<2'_F'Q?^.__$4X>-I#_P`N$7_CO_Q-4[C2-%ATBZU"&\NIXENF
M@.MV5``V8MR[@.<$88X)[@.< 9XR(;>*2W>1KR")USB)P^YN.V%(YZ<D52H46M%
M^8G5J+K^1TH\9R'_`)<8OR7_`.)IX\82'_EQB_)?_B:JPSRP> G\J5X]^HE'
MV,1N4Q<@.^H]JUM4M;:34=<M7M;>&UM;=98I(XEC*2;5PNX#G<2>#G/;I4>RI
M)VY?Q?E_F/GG;<JCQ=(?^7*+\E_^)IP\5R'_`)<XOR7_`.)J+4M&TC3Y7M7U
M%TN8VC#$J6!!QN.T*-N <CYFSC'6KK:%;6[7+0-OMS93RQ3"5)@.^T@.8^Y\I&
M><>O!X-'LZ';\PYZO<A'BF0_\ND7_?*__$TX>)I#_P`NL7_?*_\`Q-3?\([8
MK<75MON#);26Z-)O7#^80"0-O&,GN:IZCIEM;V<MQ;F4>3>-:LLC!MV!G<,`
M8^G-"IT&[)?F#G574L#Q'(?^76+_`+Y7_P")IX\0R'_EVB_[X7_XFH ED'_"+
M>=Y-OYOVGR=_D)NV;,XSCK[]?>K]GH\4$T;LY2ZMIK<RQ[]P^9AQ]T8Z]BU)
MTJ2W7XL%.H]F5QKTA_Y=XO\`OA?_`(FG#6Y#_P`L(O\`OA?_`(FM.RM(3K?V
MV/>K"]FA=68,"=C'(X&/IS]:S9=/L;>SC,MRRW$EN)E')!)Z+C;T[9W?A25.
MBW:WY@.YU$KW%&LR'_EA%_P!^U_\`B:<-6D/_`"QB_P"_:_X5#IYDNQ#IFT>4
M\_F,1PW3!YZ=,UH:I:+,L,]I%&V7>,K;X(X)*\#N5Y/]*;I4E*S7XB52HU=,
MKC4Y#_RRB_[]K_A4L5Y-/($2*$L<GE$'09ZD50$$RIO,4@.4`-N*G&#T/XU9L
M/^/G_MG)_P"@.&G*A346TA1JU'))LN[KK_GG:_G%4,MY)#<6\#BU$M PS+$H\H
MEB%+'IT`"DY/'YBLF[\2:%873VMYK6G6UPF-\4UTB.N1D9!.1P0?QIE[_P`C
M5H'UNO\`TG>N%37\OY_YG7ROO^7^1O[KK_GG:_G%5:ZU%K.2" .?[*KSN4B51
M&Q8A2QX`/8'GI^8KS[3/AYX6UQ+W4M2TOS[N;4;WS)/M$JYQ<R*.%8#H!VIV
MC6D%A'X?L[5/+M[?4M3BB3).U5DF`&3R>!WJH.,I)6_/_,F2DHMW_+_(]()O
M%8JT5J".""8N*@.O+U["SFN[G[)'!"A=VS$<`>PY/T'-<S\0;N6SFMWTZ\N4U
MPW3#3[2$EENV_B22/(!CV\ER1LZ@.@.\'G8KN6\\%>(GU&\N7UP'&H6DQ*K:-_
M"D<>2!'MY#@.G?U))X$\R_E_/_,KE?\`+_(L_%6YDFTG3@.=JJ9F)55"@.G'?'
M7O\`G14/Q/\`^05IO_75_P"5%.22DT@.B[Q38_P"+NB7^LRZ/]ACC?RHWW[YX
MX\96/'WF&>AZ5SL[>*6T?1=/MM(L(VTQ)H_.DU*%Q*LL;1L"@.9=ORN?XCVKV
M&[GDMM31XB!(;144E]@.!9X%R3@.X'-9DWBT+H2:U%J-FUB^-C/J&PM\VTC=@.Q
MAL@.X#.!G&XKR1%10JJ"J13Y'=;[ZKH_,<4XR<HNS/(-?T_QCXE:U.H6NF*+9
MIW3R+J)<F:3S'SF4_P`6<?6HK[2?&^J0+!J-]->0JV\1W&KQR*&P1G#2'G!/
M/O7O%KJKWENL\%U,R-D<EE*D'!5E/*L"""" 0000"*F^UW/_`#\2_P#?9KJC
MC)15E%?C_F1*DI.[;/&+F;QQ?:+;Z;?&&Y:UG\^VO)-47SX7R#D,)@.&(P<%@.
MQ4,<$<8R[[1?%^J^7_:5T]YY6?+^TZI')LSC.-TAQG _*O>)=1D@.0/->-&I9
M4#/+@.%F(51R>I) 'J2*?]KN?^?B7_OLTUC9+:*_KYB=!/J>%7NF>,M3@.6'4+
M^6[B5MXCN-5CD4-@.C.#(><$_G5EH?'4CQO)J]T[1-OC+:PA*-@.KD?O.#@.D?0
MGUKVS[7<_P#/Q+_WV:/M=S_S\2_]]FCZ]/\`E7W![!=V>#VWA[Q#9^;]G>.'
MSHS%)Y>H1+O0]5.'Y!].E7+&P\6Z9"8;&_DM8F;>4@.U2-%+8`S@.2=>!^5>V?
M:[G_`)^)?^^S1]KN?^?B7_OLT/'3>Z7]?,7U>/<\-FT'7KKROM,D<WE1B*/S
M+^)MB#HHR_ 'I5Y8/%PMX[?^TYA!%M\N+^U4VIM(*X'F8&" 1Z8%>PG49%G2
M`WC"9U9UC,OS,H(!(&>0"RY^H]:?]KN?^?B7_OLT?7I]D'U>/<\9&G>)/^?P
M_P"O^T_\A*/_`%W_`#T^_P#?_P!KK5B*+Q5#<37$>IRI//M\V1=40-)M&!N.
M_)P.F:]>^UW/_/Q+_P!]FC[7<_\`/Q+_`-]FE]=GV0_8+NSR2"#Q#%?6=W+/
M'</:3_EGOXW4/N#DXW]R,G'6K%Y)XGOM2-_+?;9@.[O%LU%`(=_4)\^5&.,
M#M7J?VNY_P"?B7_OLT?:[G_GXE_[[-'UR6]D'L%W9Y+:VFNV:*EM>>0BN9%6
M+4$4!R-I88?KCC/IQ4L<7B".\>\74&6ZD7:\XU% [#C@.MOR1P/R%>I1:C).A
M>&\:10S(627(#*2K#@.]000?0@.T_[7<_\_$O_`'V:/KL^R%]7CW9Y1)9:O-<O
M<RW2/.ZE6E:^C+,"-I!._)&./IQ2P:?J5MYGDSQ1>8AC?9>QKN4]5.&Y!]*]
M6^UW/_/Q+_WV:/M=S_S\2_\`?9H^NS[(/J\>YYJK:\($@._M-Q%'MV1_VBNU=
MI!7 W\8P,>F*01ZM_P`_H_UWG_\`'\G^M_O_`'OO>_6O2_M=S_S\2_ \`?9H^
MUW/_`#\2_P#?9I?7)=D'U>/=GG\5SK"WD-U/>BY>'=L$VH],C!P1("/P(Z5/
M=ZCK-Y?+>?:XH)5B$*F"]52$';.\L>>3DGFNY^UW/_/Q+_WV:/M=S_S\2_\`
M?9I?6Y7O9#]@.N[//)O[1N59;B^656<.PDO48%L8R<MUQQGTJ,64G_/2V_P#
MF/\`^*KT?[7<_P#/Q+_WV:/M=S_S\2_]]FJ^NS71"^KQ[G%0W,T>D/IKI820
MM*9@.SW*[E?;MR,.!P/4&F3SW]U&([G41,@..0LEZK`'UP6KN/M=S_`,_$O_?9
MH^UW/_/Q+_WV:GZW+LA^P7<XP7>H")(O[3_=IC:GVY<+CI@.;NV!CZ4K7-Y)(
MSR:BK.R>6S->*24_NGYNGM79?:[G_GXE_P"^S1]KN?\`GXE_[[-'UN79"^KK
MNSF_[9N_[/6S2XMHT&SYA=Y;Y>F,N0O.#\H'054:>1T9'O8F1G\QE:Z4@.M_>
M/S=?>NO^UW/_`#\2_P#?9H^UW/\`S\2_]]FA8N2V2&Z"?5G)"4B'R?MD/E;M
MVS[2FW/3.,]:L+J,XC6/^TUV+C:OVM<#'3 W=L"NE^UW/_/Q+_WV:/M=S_S\
M2_\`?9H^MR[(7U>/=G.G4IFD21]34NF=K&[!*YZX.[BE3462'R5U*-8L$;!=
M+MP>O&:Z'[7<_P#/Q+_WV:/M=S_S\2_]]FCZU+L@.^KKNSGHKR*%P\=[ CCHR
MW"@.C]:EBU%(0!'J$2 '<`MRHP<8SUZXK<^UW/_/Q+_WV:/M=S_S\2_\`?9H^
MMR[(/J\>[,;^TXRFQM1B*X"[3<+C`Z#KVICWZ)$_V34;.*<J5621E<+ D8)QN
M&>">_7UZ5N?:[G_GXE_[[-+9S7,NG6LKWCK_`*/ 69W8DLT8.>,^AH>*DU:R
M#ZO%.]SSR[\/6]_=/=7FH>'KFX?&^6;3('=L# R2V3P`/PJ\8K][VVNY/$NG
M/+;>9Y1-NH WH4/23GAL_4"NZ\V7_H(_^//_`(56AU$SW]W?OOM5C:1B7V
M_/NP!QG.$)/&.1[XRYU_*OQ_S-.5]_Z^X\\F\,65Q/)//=^&Y9I&+O(^E0,S
M,3DDDMR2:O6.F):7-@.6UC3!:V3.T5O;V\<"@.LK XVO@.<MGI75?\`"4Z/]N^Q
M?\)7IWVOS/)\C[9^\WYQMV]=V>,=<U:@.U-KC5;C3XKV1I;>-))'W,% 8,0/4
MG"$].X]\"J).ZBOQ_P`Q.#:LW_7W'+S7&K33R2_\)/IJ;V+;5MDP,GH,R9JI
M?6U_J-C-9W/BBP:&5=K 6Z X^OF5WOFR_P#01_\`'G_PJG=ZJ;.ZL[9KZ226
M[=DC5"W&U2Q)SCC Q]2/?"YU_*OQ_P`Q\K[_`-?<>>?$_P#Y!.F'J&D9@.1T(
M*@.@._E12?$O\`Y%[0?^N4?_HI:*&[ML$K*QW^I6=K?W;6MY;0W -N]A\\4R!T;
M#0$9!X/(!_"N$O='^P>*K+4;?5(-/M[DW4<`:V:X6V6"!1@.0[E5 %@.G^926(
ME"[<$D=_=RQPZCYDKJB"P.68X ^:#O7):GI4&JWD)E\106]I;-,\"VRH)@.TJ
ME7#.Y964AW&-@..".>.>:I*M&<'22M?6_:S_6QK'EO[Q:TQ9-*UZUTFUFA.F/
M;WK)"EFL'ER0W0C.`I(P=Q[#)&>,X$GC6#[5X;^SXA;S;VS3$ \?F1G-S$/F7
M(W+ZC(R.],T^QL;+4UOYO$<U[*D<T:+<2P!5\UUD<_(BG)90>3W/K6G=W&F7
MMJ]O+?HJ/C)ANS$_!SPR,&'3L:WD[RNA:=#B]4TYM%N])L1%I<:RSI,?L&GB
MV7(O; #C<QSUS@.@.'"Y'R@.UH>#=9U?4[X_P!H7MG+OMO-GM8IO,DM)<K^[95B
M7RL9<%)&=LKP3M<G=T]=(TWS/(U)W\S&?M.HR3XQGIYCMCKVQG\*N_VG8?\`
M/[;?]_5_QI"+59GB&TGO-"N4M$\R[BVW%M&2`'FB821J2?X2Z*#R.">1UJS_
M`&G8?\_MM_W]7_&H;NXTR]M7MY;]%1\9,-V8GX.>&1@.PZ=C2`Y&R>\U35(HV
MB3[%J]W'JRR(<,886.QAD\ B*PR",_OI.F/DA\.ZKJAT.VU Z@.XCAGTVT6R6
M"%(-DT5KN.%0,"#,Y&& & ,8&#T']DZ!_P!!:^_\'MS_`/':VO[3L/\`G]MO
M^_J_XTP/.QK=Q)J&GWO]M>;J#:<_VZ#]U_Q*]\]H)OE"Y38"Y_>[L>7\V<-G
M476=9FF%OI^H?;+2XDELK/4-L3>;(R0.)<J C^6/M9PH"GR=I^;&>P_M.P_Y
M_;;_`+^K_C1_:=A_S^VW_?U?\: ,_P`-ZA?:G;WEU>1>2IN=D4.Y6\K;&BRI
MD ;MLRS+D]<9'&*VJJ_VG8?\_MM_W]7_`!H_M.P_Y_;;_OZO^-(#%UB._D\8
M:2-/N;:WF^P7A+7%NTRE?,MN,!TYSCG/X5R4>L:Y8*;:'4+&V*3W<D9E?REO
M)S>7`9%C,<KR`;4^2-E<>8!N)92.ZU!=(U+R_/U)T\O./LVHR09SCKY;KGIW
MSC\:?8/I6G0-#!J.]2VXFXOFG;. /O2,2!QTSC\Z8'"Q:W<6$NK0Q:U]FG@.^
MU7%CI_[K_39S>W@.V892[9*1KA"#SQR17IU9ZSZ2E]+>+=6PN)8TB=_/'*H6*
MC&<<%V_/Z5-_:=A_S^VW_?U?\:0%JBJO]IV'_/[;?]_5_P`:/[3L/^?VV_[^
MK_C0,M455_M.P_Y_;;_OZO\`C1_:=A_S^VW_`']7_&@."U157^T[#_G]MO^_J
M_P"-']IV'_/[;?\`?U?\: +5%5?[3L/^?VV_[^K_`(T?VG8?\_MM_P!_5_QH
M`M455_M.P_Y_;;_OZO\`C1_:=A_S^VW_`']7_&@."U157^T[#_G]MO^_J_P"-
M']IV'_/[;?\`?U?\: +5%5?[3L/^?VV_[^K_`(T?VG8?\_MM_P!_5_QH`M45
M5_M.P_Y_;;_OZO\`C1_:=A_S^VW_`']7_&@."U157^T[#_G]MO^_J_P"-']IV
M'_/[;?\`?U?\: +5%5?[3L/^?VV_[^K_`(T?VG8?\_MM_P!_5_QH`M4ZT_Y
M=M_UPMO_`$55/^T[#_G]MO\`OZO^-4KLPW.FV%LVM2V&VV@.9U@.EC1F/E+C.X
M$]">F.O?BFA&?I/Q#\+:YJ<.FZ;JGGW<V[RX_L\JYPI8\LH'0'O3-1NY["#Q
MQ>6K^7<6]C#+$^ =K+%.0<'@.\CO4G]GVO_0VZA_X%Q?_`!--CTNQB:9D\4WJ
MO/L\QQ<P[FV;MO.S/&YOS]A0!PNE>'UE\5VL-GK^A:_++(=0GN([:".6`QW4
M,C-OC#,S-N=0I*C!/88KTS1?^1SU[_KVA_\`0):S_P"S[7_H;=0_\"XO_B:E
ML[2PLOMKQ>(9C<7:+&]P\\1=57=T.W'1B,D'VQ0!S_BO3=7O/$-P_A6WO+2[
M%L!J=TLGV>.[3^"*-F1@.TP&<2C 0'!/.!I6<=C%)X133;":PM%,PCM9X6BDB
M_=-D,K<[LYR><GG)SDV?[/M?^AMU#_P+B_\`B:?;V&G0ZA;7DOB&XNGMRS1K
M/<QLH)4J>B@.]#ZT`<]\2_P#D7M!_ZY1_^BEHH^)?_(O:#_URC_\`12T52)/1
MY'9-75D8JPL#@.@.X/6&B&]NI+9)#<2Y9I`<.?X9&4?HHI)_\`D*C_`*\#_P"A
M05#:_P#'C%_OS?\`HZ2I*,6;QW(OB.YT*UL-7O+NW7<YA>)4(VQL<%Y5Z>:G
M;O[5#K'Q"FT"T6ZU72=9M8&8HKO/;$%@.K/CB?KA6QZG ') KB-:\0IX3\?ZS
MK,B12#S!:^7)(R [X+=LY5'/'E=,=^O'.9XH\;GQAX<8"Q6WMX6F9)XVED1Y
M!;R#R\M$B@.[7+=<\=.<C#VRLWVOW'8]GTC6KC5=%L-1$DL8N[>.?9YI.W>H;
M&>,XSZ50D\=:68G^Q:RNI7(4LEGITXN)YB!G"1H22?T`R20`3 4?@._P#Y$G0/
M^P=;_P#HM:R-'TR&\\*:;=7^H:JQBTJPBLH[;2+F1;8F"-_O1@.^:NZ/<3&5*
ML5RP=(&CZ-V2;.D>,WU2Z^RW-GK.CW#?ZB+5HOL[W. 2WE L2^T#+8Z9'K6Q
M>:A=V]E/,D\A:.-G`+G&0,^M</%8^(M=\<:=JNI:FD\.B321F&2'RF19K*!A
M@.>6K%]SG>7"=.$3[@.Z[4_P#D%7G_`%P?_P!!-)[C-"^O9K/[2YN)RD.XG#G)
M`S_A7/CQC<!BDVZWD5RC)+/(&4@.@.'.$/J?Y3WP#T%W_`,?D_P#UT;^=<9<W
M0M[.X6UDG3R2IBD"LO#89.6/IGMG]U$1]TD-"9UMGJ-[=64=RYN(A)@.KN9@.&
MX!R,@.$CY@.,XQD'&1S4WVNY_Y^)?^^S7(6&K*]YI%C9RW"(\J)<*Z1A268;MF
M%R!DMU[8KJ:3T&@.EU2>%+EVFG*V\8D<A^QW8`YZ_(:G>XND=D :>4,IP1O/6L
M.[$<^I6[);?:%0A9DP`)5\V,! S*0?G9<\C W XS6H)C< S,""S-G./O`D'I
MP>01QQQ0`^6_N8D!$D\C,ZHJ*_)+,% Y('4BF+JES]I-O*UQ%)M##=*&!SG
MRK$9^5N.O!]*CG)4P,%=@.EQ"Y"*6.!(I. .3P.U9JVZP2![BUB4QVA"BYMEV
MK^]B'1XXES\S?Q'KU]1*X,W?M=S_`,_$O_?9JEJ?B"/1[3[3?7TT<98(NW>[
M,Q[*JY9C@.$\`\ GH#5?34"S2+#-&;=A+*(TV'81(O0I(P'$G3@.?*..23SWQ!
M_P"/71?^PC_[;S5,VXIL"?\`X6EIHF^]JGV7?M^T^6<==N[RL^=M\S]WN\O;
MO^7.:Z+3/$$>L6AN;&^FDC#%&#;T9&'9E;#*<$'!`X(/0BO+-,\.OJL=[8?V
MQJEKIUK!!%]GBCO;X.LGFKM\N*0;4"Q8Z8YQQP*ZSP3;7.EWFOZ5?*_VJ.],
MV\V[PJ\1S"C -UW"W+?*67###$Y J%.HX>T>W]6]175['6WFK-86-Q>75W+'
M;V\;2RON8[549)P.3P.U95KXQ>;5UTRYAOK*Y=S&JS7$+G>$\ S:1%*Y4[ 6Y
M`&!UR0#IS0Q7$$D$\:2PR*4>-U#*RD8((/4$5Q?AE6O_`!(\\I>[73DN;59I
M6,IAD6ZF55+$YW^5MY.YMI&2F[]YA4G.,XI+1W3^ZZ_)_@.59'>_:[G_GXE_[
M[-4=6UN[TZR$D(GNKJ5UBM[9)=K32-T&3T &68\X56;'%6*\ROO"EIJOCS5M
M3?[3YPNA;,8LE?+:WMXR#B)QTG<_,0"%Y&W<R[V<DTG9VTOM? H%[/8]!T?Q*
MNKV%G/'?*)[BW2<VZW&YDRB,1V/ D3J!]Y>!D5;M-7%_:I=6>HBYMWSLEAFW
MHV#@.X(.#R"/PKQ-9)2NBR:?:V-Q:3Z%96VI7,MX5;R"6$T*[I-J#;;R;MJY7
M#G(.37I?@.@.SGPO']JC2*<7=V'C10JH1<R#:H!( '0 $X`ZFB491:[-=UWMMO
MTZVZ=PNG?N.\3>.9_#\,A2.25XY(T_?W#0JY?LA"LS$<<[=O) &[<"M)X<^(M
MEXBDCMH[N:&]9 PB9RROQSL<<-R'`'#'8QV@."O,O'^H`ZNNA7^G1VUNDDUQ&
M[N!NWR,V\8XPV/KDG/.17<6X@.U_P_I-QIB&QGDRUJVUE6&0+M\Q-PW%%1>$`
MV,"J$[<XK$4YT'34D[35[]-=MF]='=-*UO-'+1JRJ5))JR7]7_X!WGVNY_Y^
M)?\`OLUR.M_$B*PDMETV]L=1$BNTC?VLD8CVXP.^<Y/_`'S[UU%<7;WWAZTT
MVU0^&[Z218T1D309L@.@.<]8P*NC.E!\U6+EY7M_P3:HI-6A_7YES2_'>KW^H:
M?#+8(EI>RM$MU!J8F *I*W "C/,+CK77?:[G_GXE_P"^S7C-IJ6J:;XGT*VD
MLH(X;C6)Y+73O*9+I;9S-MF8`D*H^T2Y5@.I_=CMN(]3UBV@.O=$O[2Z,PMY[:
M2.4P*6DVLI!V@. DM@.\ `\]C4U)1E*\59?/\`6XX)I:NYBKX]NKJYC2PN=(*S
M[#;QW>M&&>0.`4/E"-B-P(*C.<,,@.'(&[HNN7VJ:;]IGW03+/- \:3M(H:.5
MHSAB%R"4ST'6O-9-,\+>)M>%]<ZI8:G?3)MFL[6=D29U@.W>8JJ[/T55X_N],
M@.YZF#35L=6CEA%]"T<JR./M4_DRM(0'#1G,760ME6)W*"2?FJIQI\D7!N_6Z
MV]-=?N0N>SLSL?M=S_S\2_\`?9I&O9T0N]U(JJ,DF0@.`5@.>*]/\`[5T![,V4
ME[$]Q;M-;1N$:6)9D:102R@.'8&[CZUQMOX9M-*U*_N7\$W,F@.-.&MK.6Y6YD
MM_W2!W,&]T?+!N0S/CC&,5"4>6]]?ZZW_0OJ=1IWC76]0U"T8:4RZ)>WD]I:
MZHFI+(LQC$IR$ S@.^2WM[GC.WK&ORZ-IDE])]NN0KHBPVV7DD9W5%"KD9)+#
MBN-T;4=$GUZSCM=%\1P1->W'V6>Y\Y+(3XE\PHC2;58_ON-@.();@.<XZ'Q2KM
MHJ%%F;R[VSE;R8GD=56YC9F"I\QP`3\O/'%747+)7C;]?Q8EL9LOQ.F@.ADFF
M\.>+HXHT=W=[$A55.'))?@.+W/;O79?:[G_GXE_[[->=^(-02YT&]MH+C45>X
MAN8/WVEWZY$DJC:NXA3(ZD[%) 9]JMDG-;/A*VG1]4NWGEDM)KDI8G[7-/')
M;KDI(#*S-N;<02,*P12H((9LJM:G[14X1:=F_+H-)[LO:]XHU'2+B**!4E7[
M)<7<TEQ=O$L<<1CW?=C<L?WG3':N2_X7.G_/SIO_`('7?_R+6AXZ_P"7K_L7
M-4_]H5U?^G_VK_S%=W]H?].N[=]E_+=C_@..W_:K6FZ=O?3?H[?HQ._0HZ#XH
MU'5[B6*=4B7[);W<,EO=O*LD<IDV_>C0J?W?3'>MW[7<_P#/Q+_WV:X7P+_R
MZ_\`8N:7_P"UZ[2LGOH,F^UW/_/Q+_WV:/M=S_S\2_\`?9J&BD,\[^)?_(O:
M#_URC_\`12T4?$O_`)%[0?\`KE'_`.BEHJT0>@.WMQ!;:FC3S1 Q*UD5!=@.H)S
M"<<_0_E56'4+&.V2,WUME6D)Q*O\4C,._HPI=:U+4[35-.LM+, EO%()G=U4
M!(M^25!/0'L:C^T>+_\`GZT;_P`"+C_XW4E'*^)?!7ACQ1=R7%WJ\T'FNL DB
M6]S$%=U78&^920=H`P"!QTSDFE#\.O#<&CG28_$E\MB9FG,7VBW/[QHS&3GR
M\_=)&,X_&NW^T>+_`/GZT;_P(N/_`(W5;3M4\6:EI5EJ$<VE1QW=O'<(DEQ/
MN574, <(1G!'0FERJU@.+-G/I-A8V]G:W5M';V\:Q1)YX.U5&`,DY/ [UE_V#
MX)_Z!/A__P`!X?\`"M3[1XO_`.?K1O\`P(N/_C='VCQ?_P`_6C?^!%Q_\;IV
M`CL/["TN!H-/_LVTA9MYCM]D:EL`9P,<X _*I+R]LKBRGA2^M0TD;("9EQDC
M%'VCQ?\`\_6C?^!%Q_\`&Z/M'B__`)^M&_\``BX_^-T6`M3ZMI\MQ)(M[;X9
MBPS*O<_6J-T=$N[=X9);%0YRTD?E+)UR?GP3S4GVCQ?_`,_6C?\`@.1<?_&Z/
MM'B__GZT;_P(N/\`XW0!3M+#PW9WD%U'>N7AD610UY'@.D'(S\OM6E_:=A_S^
MVW_?U?\`&H?M'B__`)^M&_\``BX_^-T?:/%__/UHW_@.1<?\`QNC<!R7>EJKY
MOHF)!5/WZ@.1@.N'.W&#G>`<DG';%2?VEIRHB)=VJ(@.PJB8''))Y))))).3 ZU#
M]H\7_P#/UHW_`($7'_QNC[1XO_Y^M&_\"+C_`.-T`3?VG8?\_MM_W]7_`!IA
MO=,:59&O(2R@.@.%;HQD9(/56!ZJ/RIGVCQ?\`\_6C?^!%Q_\`&Z/M'B__`)^M
M&_\``BX_^-T6`G&IZ<&+?:X2Y0INDO'D(!()`WN0,E1^54M330]8M!;7T]O)
M&&#J5N-C(P[JRD,IP2,@.C@.D=":9?:IXLL(8I'FTJ3S+B&W54N)\[I9%C4 \H.
M`7!/MGKTJS]H\7_\_6C?^!%Q_P#&Z&K@.<[_PBWAR,S"VU01PS"/S(9G@.O$9D
MW[6_TE)""!(PX(ZUIZ1::7H\LCQZM%+OB2%4(MXDC16=@.%6)$ 49:5R>.<U?^
MT>+_`/GZT;_P(N/_`(W1]H\7_P#/UHW_`($7'_QNM/:2Y.2^@.K=2;^T[#_G]
MMO\`OZO^-']IV'_/[;?]_5_QJ'[1XO\`^?K1O_ BX_\`C='VCQ?_`,_6C?\`
M@.1<?_&ZSL.Y-_:=A_P`_MM_W]7_&LR[TWPG?W3W5Y9:+<W#XWRS11.[8&!DD
M9/ `_"KOVCQ?_P`_6C?^!%Q_\;H^T>+_`/GZT;_P(N/_`(W18#GKO1[9=3FN
MM'U?2]/BGMHH)(5C89\M9%4@.Q31_P2;0#G&Q2,%1C7T5K72]-^S3ZK9SS-/-
M.\B$1J6DE:0X4LV "^.IZ5:^T>+_`/GZT;_P(N/_`(W1]H\7_P#/UHW_`($7
M'_QNBP$&H0^'=6\O^TH]+O/*SY?VE8Y-F<9QNSC.!^59UCI.E:7J44UAK$=O
M8(SR#3T:,1*[9Y7 R!\S'!R?N@.%57:=C[1XO_P"?K1O_``(N/_C='VCQ?_S]
M:-_X$7'_`,;I<J>X7)O[3L/^?VV_[^K_`(T?VG8?\_MM_P!_5_QJAIVJ>+-2
MTJRU".;2HX[NWCN$22XGW*KJ& .$(S@.CH35G[1XO_P"?K1O_``(N/_C=.P7,
MO[%8?\)M_P`)'_:]M_R#OL'V?<O_`#TW[]V[\,8_&MK^T[#_`)_;;_OZO^-0
M_:/%_P#S]:-_X$7'_P`;H^T>+_\`GZT;_P`"+C_XW18#G3X=TH:^U_%KD<-D
MTCW#V*^45:X975I"3G.5E<$$9/R\X55&FD=DKH[7^E>8/+#RQQ*CN%*D#(;_
M`&1VJ_\`:/%__/UHW_@.1<?\`QNJVG:IXLU+2K+4(YM*CCN[>.X1)+B?<JNH8
M`X0C.".A-"5@.E[SNT7_[3L/^?VV_[^K_`(T?VG8?\_MM_P!_5_QJ'[1XO_Y^
MM&_\"+C_`.-T?:/%_P#S]:-_X$7'_P`;HL%S,@.LK&&YMV/B.:2UMKR:]ALWD
M@.\M)9?,W'(0.1^^?`+'J/2MG^T[#_G]MO^_J_P"-0_:/%_\`S]:-_P"!%Q_\
M;H^T>+_^?K1O_ BX_P#C=%@.*6NVNC^(;)+*]U%!;"0/)$DR;9A@.C8^<\<YXP
M00K @.@.&M/^T[#_G]MO\`OZO^-0_:/%__`#]:-_X$7'_QNC[1XO\`^?K1O_ B
MX_\`C=%D%S+UF"+4;ZWNK75]+C\NVGMI8KN$7$<J2F,D$"1/^>>.<@.@.FL7_A
M&+#^]X(_\$2__'ZZA+_Q?)K-OI<<NE//-;RW"L+F<*%C:-2#E,Y)E7''8].,
MZ7V/QW_STT;_`,"Y_P#XBG85SG]&@.BTZ^N+JZU?2Y/,MH+:**TA%O'$D1D(`
M!D?_`)Z8XP``*VO[3L/^?VV_[^K_`(U-]C\=_P#/31O_``+G_P#B*/L?CO\`
MYZ:-_P"!<_\`\118+D/]IV'_`#^VW_?U?\:/[3L/^?VV_P"_J_XU#YGC? ).
MCC(!P;Z0'!_"JFIZKXOTG3;B_N6TDPP(781WDC,?8#'6E8=SE OB7_P`B]H/_
M`%RC_P#12T58^+0<6.F^9(9'+99CW)0$T52).LU?_D;_``]_N3_^DK5H5D>(
M6NE\3: ;**"6XVR[4GF"/LQSEE5B,#)^Z<XQQUI^_Q'_SXZ'_X,Y__`)%J
M64:E9?AC_D3O#_\`V"K3_P!$)1O\1_\`/CH?_@.SG_P#D6JOA6T\53^#=!DM]
M,T9H#IEL(VDU.5691$H!(%N0"1VR<>IZT6"YO52UBYNK/1+^ZLH?/NX;:22"
M+:6WN%)5<#DY( P.:6.V\53/,D5AX?=X7V2JNL2DHVT-AO\`1N#M93@.]B#WJ
M3^SO&'_0+T/_`,&TW_R-19A<PYDATC35U2PO+F]GNF@.@.2>XO))HF,TJ()?+#
M;,98-A HQP"H-8MUKE_;^*K59Q;2W5HSV+R)&R)(LLVGY8(6)4A9\?>/*Y[X
M'2KX0U=)[F=/"OA19KI62XD%ZX:96.6#G[+\P)ZYZU)'X6UR*U6UC\,^%T MU
MC>$1+?N$".077'V7&UB 2.AQS19A<P-6\5:G9ZKJD4"6?V?38[BX=7B8O*D,
M-M)L#!@.%8F=QNP0,#Y3SF>/6-=N==.B17&G1W$'G^=<O9NR2;%MG7:GF@.KQ<
MX.6;[F>,X&I!X0U>U@.>"W\*^%(875T:..]=597 #@.@.6O(8*N?7:,]*M+H7B9
M+IKI="\.K<-G=*-2D#G(4')^S9Y"(/\`@."^@.HL%SG=6O;_6]$\+7>G3/97-_
M.EPB"9@.A;[++*L<A49:,LJAACD9Z&JUKXFOKU]1_L@.32W<UZ&CM9H5E:&)+:
MW\Q"K31JC+)(`R[LABWRGDCJTT+Q-'';QIH7AU4ML>0HU*0"+"E1M'V;Y?E)
M''8D55F\(:O<0203^%?"DL,DYN'C>]=E:4C!D(-KRQ'?K19A<P=/\4ZQK#6\
MEM]AMH;V>*WA22!Y6A9K-;HLS!UWC!9,`+U#9XVDT_QCJ^J7%M<V^EHFFLUK
M',7>/ ::.)_]8TJD%?.4!1$VXJ ""WR]+#X<\0VXC$'A[PU$(V#H$U&1=K!/
M+!&+;@.A/E_W>.E,3PMKD=U;W2>&?"ZW%M&(8)1?N'B0`@.*I^RY5<$C XY-%@.
MN:M%5_[.\8?]`O0__!M-_P#(U']G>,/^@.7H?_@.VF_P#D:BS"Y3U[_CUL?^PK
MI_\`Z5PUJ5E:EHOB^Z@.MU.G:&@.BO+:?(U24Y\N=),?\`'OWVX SVSGGI5W^SO
M&'_0+T/_`,&TW_R-19A<L5S%[!'<^*=2:ZU&\M(+/3K:9'BO'BCA)>XW.RYV
M-PBYW@.C"\@.C(K?\`[.\8?] O0_\`P;3?_(U4KGPMKEY?17MUX9\+SW<./*GE
MOW:1,'(VL;7(P3D8[T687,"/Q5J__$LF>QS$?LD&I)]GV?9[B;R\KN:4,-OF
MH<"-O0L#DJS3-5UR/P?H*13I?:K=VB7"`6F]C (TW%R\Z!F#.F6W#.[A.I'1
M7/A;7+R^BO;KPSX7GNX<>5/+?NTB8.1M8VN1@.G(QWJ.;PAJ]Q!)!/X5\*2PR
M3FX>-[UV5I2,&0@.VO+$=^M%@.N9VMWAU?X:3:PC7-I,VEM?Q?9[IXVC?R2P&Y
M"NX`GH>#CI4U_>W>@.E=/LX7F%Q!LT]YGDG/V@.N0PE=F+%<.K\$D)',>BBM7^
MPO$WV'[%_87AW[)Y?D^1_:4GE[,8V[?LV-N.,=,4R;0/%<^H6MY)INC%K97$
M<9U:78&;`WX^S?> !4'L'<=Z+,+G.W/BK4]-L9M4NDL[BT-S?016T4312+]G
M$[ M(68-D6^"`HY?/;!U_#VHZO=3W=MK%JD$T*QR(0(T9E8L.8UFEP`4X8L,
MY( ^4DKIG@.[7-)N)[JUT#PZ+N>2626Y.HOYK^9(9"I86H)4$X /8#TJU8>'/
M$.EP-!I_A[PU:0LV\QV^HR1J6P!G`MAS@.#\J+,+FE15?^SO&'_0+T/\`\&TW
M_P`C4?V=XP_Z!>A_^#:;_P"1J+,+G.:#-*J^#8!(XA?PV':,,=K,$M "1W(#
M-CZGUJA>^+];MX]2O4TZ$6,/VV.!Y=@.!>!9<'=YV^3)A.4$:D D[B%RVQ;^#
M=;N="TBSU#P[X8U 6-G%!&]S>N_W8U4D`VQVYV@.XS^>*NOX6UR2ZN+I_#/A=
MKBYC,,\IOW+RH0`58_9<LN !@.\<"G85S*EUG6+;5DT.26QDO9VB,=VMLZQHK
MI<-@.Q>82Q'V8C.\?ZP<?+\W/7NHZQJ6F^*C<W=MY-OH\\<T20.%=DEO8@.T8,
MA\LD1J6SNS@.#C%=EJOA7Q+JUG<6\VD: AN%1))1?F1BJ-N4$26C*0"3C(.,D
MC!YJ&S\$:O::?;67_"-^&IH[=9%C,VH.Q'F9\S ^RX4-DY50%P<``8%%AW+&
MF7E__:EYIFH26T\T$$-P)K>%HE*R-(NW:6?D&(G.>=V,#&3G1:H^C?"W3+^)
M/,N(]%M!;Q^6S^9,T*+&FU>3N<J./7M6X-(\5K.\XT?0!,ZJC2#5)=S*"2 3
M]FY +-CZGUJGIOA_Q5#X?TNPDTK0+B.UM;>)6DU*7YC$JA7Q]F.#E0PZX/?C
M-*P7//-:O0?#=SI)GU&?[#)<F&74HI4N)89-.N6#N9%4G]X)5& .$'U/57WB
M36(+26]M8+:=99[RTM+187,@.E@.6<JQ8-\X8P'Y JGYQR=OS;]QX<\0W;L]SX
M>\-3,R[&:349&)7#+@.YMNF)''T=O4T)X<\0Q:A+J$?A[PTE[*NR2Y 749!(Z\
M<%OLV2/E'Y#THLQ&5:>)KJ\UFWM8K7-M<W+-#*8SA[41R#S <X/[V-3N'R[)
MH>[UA:]J5_I;>,+S[;<BU=9+2,^:V+246<<D3)R @.9GD4GJ7,0'4UVL6A>)H
M/)\K0O#L?D1F&'9J4@.\M./E7_1N%^5>!Q\H]*9<>'/$-W!/!<^'O#4T-PP>:
M.349&65@.``6!MN2 J]?[H]*+,=SE_%&NW4W@.F]W1PC[5)J=D^ >$BCNMI'/W
MOW*Y[<G@.<8?IFJW]BT46U+?39-4ND:Z>W:<22O?2J(OE<&(],.RLI+ '! #;
MTWA#5[B\DO)_"OA26ZD4H\[WKL[*5VD%C:Y(*_+].*D7PMKBWT=ZOAGPN+N/
M=LG%^_F+N+%L-]ER,EV)]2Q]319BN7=._P"2AZ;_`-@.J]_\`1MK7;UQNC:1K
ML?BZVU#5+?3H(8K"X@.5;6\>9F9Y(&YW1)@.`1GUZUV54M@.8444 4Q'FOCGQ!>Z
M!IHDTS2;S4]0EC58(H+=Y$4[!\TA4<*,].IZ#N1EZCJ[ZW\.;V\ET^\T^<Q;
M9;:[B9'C8$9 R!N7T8=?8Y W)D\6RR;Q;Z&BE1M5KM\A<#&?E';%8WB>'Q&/
M#.H&^31EMA"=YAN69_; V\G./_K5%BBC\7?^//3?J/\`T6M%'Q=_X\]-^H_]
M%K15+8EG5:O_`,C?X>_W)_\`TE:EUJQDU'2Y+IN+QN8Y"0D RJZLT3\'Y7
M*'@.\,>#T-?Q"UTOB;0#9102W&V7:D\S1(1]F.<LJL1@.9/W3G&..M/W^(_P#G
MQT/_`,&<_P#\BU$HJ4;,I&/X9ATN?45O=$M$L;/[&KNB01QF<S[)HPXB`4&)
M/E )+XD). 0TD]MJEWIOACP2;5XX@.WAQ/-N#$C-;Q&2P224,P.T)&[N<_)\H
M+ A:72M*UC1X/*MK#1CA%B5I-5G9EC08CC!^R_=4< >Y)RS,QZ[P*UQ_PK[P
MUMBB(_LJUP3(1_RR7_9K#!4/J]&-)]/F$G=W*G@.*:"XD\2RVVK_VO"VJKMOM
M\3>;_HEMGF)53@._+P!TYYS785#NN?^>47_?T_P#Q-&ZY_P">47_?T_\`Q-=9
M)-14.ZY_YY1?]_3_`/$T;KG_`)Y1?]_3_P#$T 345#NN?^>47_?T_P#Q-&ZY
M_P">47_?T_\`Q- $U%0[KG_GE%_W]/\`\31NN?\`GE%_W]/_`,30!-14.ZY_
MYY1?]_3_`/$T;KG_`)Y1?]_3_P#$T 345#NN?^>47_?T_P#Q-&ZY_P">47_?
MT_\`Q- !<_ZI?^NB?^A"N%2?4K_XA:EI%MJT^FV_FW$KM9P6^^0I;Z?MW &2-
ML_ZY^>OW1G"@.#M;AKCRQF*(#>G20_P!X?[-2[KG_`)Y1?]_3_P#$T@..%^'NH
MRZGJ%_J%[J'DWFIQ6U^-,78J,K6=J&G12/,*APT>=Q7Y2/O#->@.5#NN?^>47
M_?T__$U'/=/:V\MQ<?9H8(D+R223[510,DDE< `<YI@.6J*AW7/\`SRB_[^G_
M`.)HW7/_`#RB_P"_I_\`B: )J*AW7/\`SRB_[^G_`.)HW7/_`#RB_P"_I_\`
MB: )J*AW7/\`SRB_[^G_`.)HW7/_`#RB_P"_I_\`B: )J*AW7/\`SRB_[^G_
M`.)HW7/_`#RB_P"_I_\`B: .'^)%OK%QX!NQ8^1_9Z:7</>JUR\$AQ%E-I5&
MW*/F)3*[B%!;:65NZ@.,S6\37$<<<Y0&1(W+JK8Y 8@.$C/? SZ"H+5KC[)#MB
MB(V+@.F0CM_NU+NN?^>47_?T__$T@.)J*AW7/_`#RB_P"_I_\`B:-US_SRB_[^
MG_XFF!-4-I_QYP?]<U_E1NN?^>47_?T__$U%:M<?9(=L41&Q<$R$=O\`=I 6
MZ*AW7/\`SRB_[^G_`.)HW7/_`#RB_P"_I_\`B:8$U%0[KG_GE%_W]/\`\31N
MN?\`GE%_W]/_`,30!-14.ZY_YY1?]_3_`/$T;KG_`)Y1?]_3_P#$T #?\?D7
M_7-_YK4U5@.9#>1^8B+^[?&UB>Z^PJS0`4444`<M<_P"M7_KFG_H(K G?&/_(H
MZE_UR_J*N2P^+99=P@.T15P`H^T2D@. `#D)SVZ=>W49H:IHOBK5M,GL94T9$G
M3:62>4D=.GR<_P"?49BVI1B?%W_CSTWZC_T6M%'Q=_X\]-^H_P#1:T52V)9U
M6K_\C?X>_P!R?_TE:M"LCQ"UTOB;0#9102W&V7:D\S1(1]F.<LJL1@.9/W3G&
M..M/W^(_^?'0_P#P9S__`"+4LHU*Y:ST3^WM.^'MKY6E2[/#4DF-3T_[9'P+
M,<)O3#<_>STR,<UJ[_$?_/CH?_@.SG_\`D6M[P*UQ_P`*^\-;8HB/[*M<$R$?
M\LE_V:<1,P-&EU.+QS)H5O=VEG9P/(T\=I8QQK((;;3MJJ.2@.S*PY+$(=H.0
MC+CC6;G53I]Q?^))(TLM322ZU:RFM)=/MM]M=+B&4Q\#<R(5F!9=Z $[@.[>K
M;KG_`)Y1?]_3_P#$T;KG_GE%_P!_3_\`$U0CR7_D#6_I::YXK_[YO(]6_$G?
M#'[*OV?^])4C>--8NM5:SMM9CC2^>)Q$L\$UWIP:]MHC&\?D*(7V3NI60RD,
MGWOE);U;=<_\\HO^_I_^)HW7/_/*+_OZ?_B:`/-;KQ-XBLK1_)O_`+2\WVR(
MO<K'&MLMM?0VIFW+'A?W<CRNS*ZJRY"A`4/6>"M0OM1T::2^O[2_V7#)#=6L
MOG+(FU3S((HT<ABPRB #`4Y96K>W7/\`SRB_[^G_`.)HW7/_`#RB_P"_I_\`
MB: )J*AW7/\`SRB_[^G_`.)HW7/_`#RB_P"_I_\`B: )J*AW7/\`SRB_[^G_
M`.)HW7/_`#RB_P"_I_\`B: )J*AW7/\`SRB_[^G_`.)HW7/_`#RB_P"_I_\`
MB: "Y_U2_P#71/\`T(5SM[?:S'XH71XI/W=Y+'=PW&U/W-M&%%Q'M_B^81KN
M)S_I>0,1&MVX:X\L9BB WITD/]X?[-2[KG_GE%_W]/\`\32 \I;QMKDVJM;6
M.K6@.-X\4D<$TL5Q/I^Z]MHO*FA2.,QG;.ZLC.[97`=2I9M#Q7J$G]E>+--U#
MQ%)%/;:9<16FGR>0C:A%]BW&<KLWL=[2C,95/W6,<-GT;=<_\\HO^_I_^)J.
M>Z>UMY;BX^S0P1(7DDDGVJB@.9))*X `YS3 XG6-9U+0I=1TF369Y,16DL6IW
MCV]N+8RM/N\V00F-(\6X528F)>4+GY@.5/ VO:SXCU1FN=4@.>SM;12R6RI(MR
M_P!IO( _FA1E2L*,=JKN8*5"+N1NZW7/_/*+_OZ?_B:-US_SRB_[^G_XF@.":
MBH=US_SRB_[^G_XFC=<_\\HO^_I_^)H`FHJ'=<_\\HO^_I_^) HW7/_/*+_OZ
M?_B:`)J*AW7/_/*+_OZ?_B:-US_SRB_[^G_XF@.#C_%]YX?BL])M-:&E-/<1M
M]F&L.OV2( )OE97(5V7*A0/G.X@.%5+LN#%I^BZ9XG@.N8;S1M>N[BXLF@.CO;,
M2ZC(GEP1"XBN"WSHJJ9BZH1E9!D$$KZ3:M<?9(=L41&Q<$R$= O\`=J7=<_\`
M/*+_`+^G_P")I 345#NN?^>47_?T_P#Q-&ZY_P">47_?T_\`Q-,":H;3_CS@.
M_P"N:_RHW7/_`#RB_P"_I_\`B:BM6N/LD.V*(C8N"9".W^[2`MT5#NN?^>47
M_?T__$T;KG_GE%_W]/\`\33 FHJ'=<_\\HO^_I_^)HW7/_/*+_OZ?_B:`)J*
MAW7/_/*+_OZ?_B:-US_SRB_[^G_XF@.`;_C\B_P"N;_S6IJK R&\C\Q$7]V^-
MK$]U]A5F@. HHHH R.OOG\<_S]?KWS\YU]\_CG^?K[]>^?G.OOG\<_S]?KW
MS\YU]\_CG^?K[]>^?GD9Y;\7?^//3?J/_1:T4?%W_CSTWZC_`-%K136PF=5J
M_P#R-_A[_<G_`/25JT*R/$+72^)M`-E%!+<;9=J3S-$A'V8YRRJQ&!D_=.<8
MXZT_?XC_`.?'0_\`P9S_`/R+4LHU*PM"U;3=&M_A_<:IJ%I8P-X7D19+J98E
M+8LC@.%B!G )Q[&K._P`1_P#/CH?_`(,Y_P#Y%K>\"M<?\*^\-;8HB/[*M<$R
M$?\`+)?]FG$3.8U+QEJ=OXNEM[35--A21[F 6.IWD8-L8K>5Q,\2Q+(D1:$-
MO,K QR [1N&V/2=1?4/$.A7USKU]'"GVNU%[+):-#>2L]H5@.BE2,))&Y5\8"
MRDHX^4J5'I6ZY_YY1?\`?T__`!-5[/44U"(RV4MG<QC;EX;G>!N4.O('=65A
MZA@.>AJA'DOA^Z_X1K2? EB;>>>W>+^U[*&W3?(__`!+IS<1(O5F\QU<9(R;C
M:HPE:&D^)=;U76K?0T\3P31R7<.Z_P!-NK:\<*\%XYCW_9TC'-M&<>66&X_,
M00%]2W7/_/*+_OZ?_B:-US_SRB_[^G_XF@.#RU_%_B(Z39.-1@.B6^M+"_GO+A
MX[=+%;B.Y9D$AB=4C#P1(ID1V/F%2Q+*5] \+7=Y?>'+2XOYX+B=MX\Z`DI*
MH=@.CABB;LJ%.Y556SN4;2*TMUS_SRB_[^G_XFC=<_P#/*+_OZ?\`XF@.":BH=
MUS_SRB_[^G_XFC=<_P#/*+_OZ?\`XF@.":BH=US_SRB_[^G_XFC=<_P#/*+_O
MZ?\`XF@.":BH=US_SRB_[^G_XFC=<_P#/*+_OZ?\`XF@.`N?\`5+_UT3_T(5SM
M[?:S'XH71XI/W=Y+'=PW&U/W-M&%%Q'M_B^81KN)S_I>0,1&MVX:X\L9BB W
MITD/]X?[-2[KG_GE%_W]/_Q-(#REO&VN3:JUM8ZM: WCQ21P32Q7$^G[KVVB
M\J:%(XS&=L[JR,[ME<!U*EFT/%>H2?V5XLTW4/$4D4]MIEQ%::?)Y"-J$7V+
M<9RNS>QWM*,QE4_=8QPV?1MUS_SRB_[^G_XFHY[I[6WEN+C[ -#!$A>222?:J
M*!DDDK@.`#G-,#B=8UG4M"EU'29-9GDQ%:2Q:G>/;VXMC*T^[S9!"8TCQ;A5)
MB8EY0N?F!4\#:]K/B/5&:YU2![.UM%+);*DBW+_:;R /YH494K"C':J[F"E0
MB[D;NMUS_P`\HO\`OZ?_`(FC=<_\\HO^_I_^)H FHJ'=<_\`/*+_`+^G_P")
MHW7/_/*+_OZ?_B: )J*AW7/_`#RB_P"_I_\`B:-US_SRB_[^G_XF@.":BH=US
M_P`\HO\`OZ?_`(FC=<_\\HO^_I_^)H Y?Q2FA2:/9+K4^E0,8_\`1I-9A,MF
MK?+G<K,J&3;G;E@.V-Y7(WBN1T\PL+=KV.2/Q0;W2C9)?.'U%;7R[3SPK$!RG
M_'UYA "D^=D#YJ]1M6N/LD.V*(C8N"9".W^[4NZY_P">47_?T_\`Q-(":BH=
MUS_SRB_[^G_XFC=<_P#/*+_OZ?\`XFF!-4-I_P`><'_7-?Y4;KG_`)Y1?]_3
M_P#$U%:M<?9(=L41&Q<$R$=O]VD!;HJ'=<_\\HO^_I_^)HW7/_/*+_OZ?_B:
M8$U%0[KG_GE%_P!_3_\`$T;KG_GE%_W]/_Q-`$U%0[KG_GE%_P!_3_\`$T;K
MG_GE%_W]/_Q-``W_`!^1?]<W_FM356!D-Y'YB(O[M\;6)[K["K- !1110!D=
M?/XY_GZ^_7OGYSK[Y_'/\_7WZ]\_.=?/XY_GZ^_7OGYSK[Y_'/\_7WZ]\_
M/(SRWXN_\>>F_4?^BUHH^+O_`!YZ;]1_Z+6BFMA,ZK5_^1O\/?[D_P#Z2M7G
M7Q>\0:CX9U?PSJ>F3>7.GVD,IY21?W648=U./Y$8(!KOO$+72^)M`-E%!+<;
M9=J3S-$A'V8YRRJQ&!D_=.<8XZUG:AH>IZIJ^FZG>:7H<T^G>8;96U2< HK-M
M^?'V7EAL&/3.>N"$,V](O9]1TBTO+FQFL)YHP[VTQ!>,GL<?UP?4`Y P[/1/
M[>T[X>VOE:5+L\-228U/3_MD? LQPF],-S][/3(QS6KO\1_\^.A_^#.?_P"1
M:WO K7'_``K[PUMBB(_LJUP3(1_RR7_9HB#,2;Q#+H7G:+-J-C:WR:KIMK86
MJ1I!YEJWV5)/)B)),>3<`'YMN" WR\</X2L;BZN])NK"/S-2T_3_`+7N \
MQUL=)#1Y/ \Q&DCW'.W?NQE17N6ZY_YY1?\`?T__`!-&ZY_YY1?]_3_\35"/
M'9?'$MEX3_M+1M3@.MH1+J6HPF\N$MX[]6NYV2-%>%GE8!?F16B8"5/FRP*[%
MWXAUZUMM0O5UF=O*BUF^2%H8=BBRN?+CAX3=Y;*WS\[_`)1M9 ><^E;KG_GE%
M_P!_3_\`$T;KG_GE%_W]/_Q-`'"Z-K^NW?CF2TN;^Q$/VNYADTWSPTT4"%Q'
M+Y*PAX]P6-M[RE"). "Z`>@.5#NN?^>47_?T__$T;KG_GE%_W]/\`\30!-14.
MZY_YY1?]_3_\31NN?^>47_?T_P#Q- $U%0[KG_GE%_W]/_Q-&ZY_YY1?]_3_
M`/$T`3455%T[7#VZ_9C.B*[QB?YE5B0I(VY )5@.#WVGTJ3=<_P#/*+_OZ?\`
MXF@.`N?\`5+_UT3_T(5SM[?:S'XH71XI/W=Y+'=PW&U/W-M&%%Q'M_B^81KN)
MS_I>0,1&MVX:X\L9BB WITD/]X?[-2[KG_GE%_W]/_Q-(#REO&VN3:JUM8ZM
M: WCQ21P32Q7$^G[KVVB\J:%(XS&=L[JR,[ME<!U*EFT/%>H2?V5XLTW4/$4
MD4]MIEQ%::?)Y"-J$7V+<9RNS>QWM*,QE4_=8QPV?1MUS_SRB_[^G_XFC=<_
M\\HO^_I_^)I@.<+K&LZEH4NHZ3)K,\F(K26+4[Q[>W%L96GW>; ((3&D>+<*I,
M3$O*%S\P*G@.;7M9\1ZHS7.J0/9VMHI9+94D6Y?[3>0!_-"C*E848[57<P4J$
M7<C=UNN?^>47_?T__$T;KG_GE%_W]/\`\30!-14.ZY_YY1?]_3_\31NN?^>4
M7_?T_P#Q- $U%0[KG_GE%_W]/_Q-&ZY_YY1?]_3_`/$T`345#NN?^>47_?T_
M_$T;KG_GE%_W]/\`\30!P_C+3M+N9-#O=5O]#M8X+:!KEA]HMF+^4>&,B*
ML@.\O@.$Y(+X&%.&VVC:/KNL>'W'AFQTZ[M[2VU2]'V5%FM\+MM[?=M5AAT8Y&
M,"VV,NU\5VMJUQ]DAVQ1$;%P3(1V_P!VI=US_P`\HO\`OZ?_`(FD!-14.ZY_
MYY1?]_3_`/$T;KG_`)Y1?]_3_P#$TP)JAM/^/.#_`*YK_*C=<_\`/*+_`+^G
M_P")J*U:X^R0[8HB-BX)D([?[M("W14.ZY_YY1?]_3_\31NN?^>47_?T_P#Q
M-,":BH=US_SRB_[^G_XFC=<_\\HO^_I_^)H`FHJ'=<_\\HO^_I_ ^)HW7/_/*
M+_OZ?_B:`!O^/R+_`*YO_-:FJL#(;R/S$1?W;XVL3W7V%6: "BBB@.#(Z^^?Q
MS_/U]^O?/SG7WS^.?Y^OOU[Y^<Z^^?QS_/U]^O?/SG7WS^.?Y^OOU[Y^>1GE
MOQ=_X\]-^H_]%K11\7?^//3?J/\`T6M%-;"9U6K_`/(W^'O]R?\`])6K0K(\
M0M=+XFT`V44$MQMEVI/,T2$?9CG+*K$8&3]TYQCCK3]_B/\`Y\=#_P#!G/\`
M_(M2RC4K&TW['_PAO@.G^WO(_X1O^Q(_M7VK'V?[1Y<'D^;GC; CSL;ODW[/X_
M+J7?XC_Y\=#_`/!G/_\`(M;W@.5KC_A7WAK;%$1_95K@.F0C_EDO\`LTXB9SFK
M>*M,\.Z/K?\`8VIZ58Z8NB>=HGV<PK#)=!KGS!#CY9&#"'*C."1D...S3UO5;
MS4;G5K&;6))!;7MO,TFFR6\MK80QWT/S2DIYD4ZHK.PDW1X21@.<*53T[=<_\
M\HO^_I_^)HW7/_/*+_OZ?_B:H1PK>(KI=82*#Q!]HF6[LX+*Q_<'^TK218?,
MNL*N]\"2=M\96,>3TPK9S]&\0Z\+'2[JYUF>Z9[31[J5)880LAOIC#(IV(I"
MH%W)@.@.[B=Q<8`]*W7/\`SRB_[^G_`.)HW7/_`#RB_P"_I_\`B: /*=/\5^*[
MFS$AU?31=SO9B:W5A<M83274$9B>-88_*&V253')(TAV_*V4=JN>++NPT9-5
MN?$UGI6L3VNUM.CUR:.+S[9;=2Y@._=LC3-,)-RJJDY3.%\L5Z5NN?^>47_?T
M_P#Q-&ZY_P">47_?T_\`Q- '"G6=633/ME_KWV2RN-;N[.2[$,48L+>*2Y",
M7=67<SQQ1EG&,,H`#DNV?<^.+W3M!UVXO]7@.MV&E2MHT\XC3[9*DMTJRQY $
MK,B6KD*-OSJ0H#@.'T8W3K<);M]F$[HSI&9_F95(#$#;D@.%E!/;</6I-US_SR
MB_[^G_XF@.#A="\175UXAC@.7Q!_:%Q)JM]:W>F?N#]BMXWG$<FU%$B\QPKN=B
M#YGJRD:GCO4;[3+;2[G3;:.YO%N+AH86@.\TNZV-TZJH^\"651\I!()&<$@.[4
M6FK!83V4-NL4$[S._EW4BMNE=G<A@.-RDL['((QGC&!5?3="CTJX:>W-X[LA0
MBZU>YN%QD'A9&8 \=<9Z^IH`P?"%U:W?C+79+/Q'_;T8T^Q!NO,@.?8?,NODS
M"JKQP>1GYNN,5W%0[KG_`)Y1?]_3_P#$T;KG_GE%_P!_3_\`$T %S_JE_P"N
MB?\`H0KA4GU*_P#B%J6D6VK3Z;;^;<2NUG!;[Y"EOI^W<9(VS _KGYZ_=&<*
M.UN&N/+&8H@.-Z=)#_>'^S2QW3S/,D7V9WA?9*JSY*-M#8;Y>#M93@.]B#WI <
M3\/=1EU/4+_4+W4/)O-3BMK\:8NQ496L[4-.BD>85#AH\[BORD?>&:] J'=<
M_P#/*+_OZ?\`XFC=<_\`/*+_`+^G_P")I@.345#NN?^>47_?T_P#Q-&ZY_P">
M47_?T_\`Q- $U%0[KG_GE%_W]/\`\31NN?\`GE%_W]/_`,30!-14.ZY_YY1?
M]_3_`/$T;KG_`)Y1?]_3_P#$T 345#NN?^>47_?T_P#Q-&ZY_P">47_?T_\`
MQ- '#_$BWUBX\ W8L?(_L]-+N'O5:Y>"0XBRFTJC;E'S$IE=Q"@.MM+*W=0&9
MK>)KB...<H#(D;EU5L<@.,0"1GO@.9]!4%JUQ]DAVQ1$;%P3(1V_W:EW7/_/*+
M_OZ?_B:0$U%0[KG_`)Y1?]_3_P#$T;KG_GE%_P!_3_\`$TP)JAM/^/.#_KFO
M\J-US_SRB_[^G_XFHK5KC[)#MBB(V+@.F0CM_NT@.+=%0[KG_GE%_W]/\`\31N
MN?\`GE%_W]/_`,33`FHJ'=<_\\HO^_I_^)HW7/\`SRB_[^G_`.)H`FHJ'=<_
M\\HO^_I_^)HW7/\`SRB_[^G_`.)H`&_X_(O^N;_S6IJK`R&\C\Q$7]V^-K$]
MU]A5F@.`HHHH`R.OOG\<_S]?KWS\YU]\_CG^?K[]>^?G.OOG\<_S]?KWS\Y
MU]\_CG^?K[]>^?GD9Y;\7?\`CSTWZC_T6M%'Q=_X\]-^H_\`1:T4UL)G5:O_
M`,C?X>_W)_\`TE:M"LCQ"UTOB;0#9102W&V7:D\S1(1]F.<LJL1@.9/W3G&..
MM/W^(_\`GQT/_P`&<_\`\BU+*-2N6L_^$;_L[X>_\)1_97V'_A&I-G]I^7Y?
MF8L\8\SC=C=[XS6KO\1_\^.A_P#@.SG_^1:WO`K7'_"OO#6V*( C^RK7!,A'_+
M)?\`9IQ$SC+S7_%.GO;VJW\%BBQ/-8C4YS')>@.W$PBB*-#)+.PB6WRBE)<R8
M8EV&VQK/C76;+Q+=1Z9/!<2-]JABT>>='N%>*WE=7%ND2R!7>%2K&5MR2C"@.
MLNWTK=<_\\HO^_I_^)HW7/\`SRB_[^G_`.)JA' QW-I-XJT"\A\:R7UH$N[?
M[<);1EDF9[0K:%DC"98*S!0!(<'!P*/#&J:Y)IOAS3E>,#4;*ROHIXXHD6"W
M2*/[1$(P`,;A&N>"/M?RC$1KOMUS_P`\HO\`OZ?_`(FC=<_\\HO^_I_^)H \
MAO\`Q-J&L7,UDVJQBTE>'4'07,,EUI2Q7UJ3YJ"%1"41W+"0RX,1RV%8 MN?\
M)%K+>+X+2VUNQDLUEM8[:.:X3S-0MWCC9[A8D@.+2?DQ(DB1@.QY*A4?/H6ZY
M_P">47_?T_\`Q-&ZY_YY1?\`?T__`!- 'GOA75#JWC+1[BYUO[9J3Z)=/>Z?
MF$?V=*TEJ6BVHH=,-N7$A9ALZY!SZ14.ZY_YY1?]_3_\31NN?^>47_?T_P#Q
M- $U%0[KG_GE%_W]/_Q-&ZY_YY1?]_3_`/$T`345#NN?^>47_?T__$T;KG_G
ME%_W]/\`\30`7/\`JE_ZZ)_Z$*\]_M0V'C;78[36_P#3Y-;M$&BYA;SXG@.M4
MDEV;...^5"[95@.H\O)! ;/>W#7'EC,40&].DA_O#_`&:EW7/_`#RB_P"_I_\`
MB:0'GOPNE+B9[C4?*N+NTL[E-,5(8D>,V5JIG1 @.8+O#1_*=@.VD8R*](J'=<
M_P#/*+_OZ?\`XFC=<_\`/*+_`+^G_P")I@.345#NN?^>47_?T_P#Q-&ZY_P">
M47_?T_\`Q- $U%0[KG_GE%_W]/\`\31NN?\`GE%_W]/_`,30!-14.ZY_YY1?
M]_3_`/$T;KG_`)Y1?]_3_P#$T 345#NN?^>47_?T_P#Q-&ZY_P">47_?T_\`
MQ- ')^-[FQM/"VDW%_>1VJ1ZIISHTEQY2DBXC+9Y`8! [8.0-N[^'([*JEJU
MQ]DAVQ1$;%P3(1V_W:EW7/\`SRB_[^G_`.)I`345#NN?^>47_?T__$T;KG_G
ME%_W]/\`\33 FJ&T_P"/.#_KFO\`*C=<_P#/*+_OZ?\`XFHK5KC[)#MBB(V+
M@.F0CM_NT@.+=%0[KG_GE%_P!_3_\`$T;KG_GE%_W]/_Q-,#E?$GBU_"/B&-]3
MCGFTB^M!'9K:P-+(;U7/[D!5Y:577;E@.,Q-TSFKGA'1;ZRMY=6UR>2;7M32-
M[P$XCMPH)6WC4$@.(F]AG)+$LQ)SQM21/,\+RVEL[POOB9GR4;:5ROR\':S#(
M[$CO4FZY_P">47_?T_\`Q- $U%0[KG_GE%_W]/\`\31NN?\`GE%_W]/_`,30
M`-_Q^1?]<W_FM356!D-Y'YB(O[M\;6)[K["K- !1110!BF3C) Y&<-(@.)!^I
M]^_KWYW5-4U6WTG3;F_N<F&!"[!&5F/7@.#/4Y[^O/\6[FO'-WXDL--%YX;M[
M.[GAC5I;:>-V>1=@.YCVL/F']WG/;D '+U%M:D^'-[)KZV<>H/%N>*T4A(AD8
M4DLVYAW(X[#.,F"BI\7?^//3?J/_`$6M%'Q=_P"//3?J/_1:T52V)9U.KG_B
ML/#@.`)+>:@.`]3;$#^=:_V:3^]%_W]7_&L+Q",^*?#HRPYDY5B"/]'/0CD5=_
ML^'^_<_^!,G_`,54LHT/LTG]Z+_OZO\`C5GPT#HWA72-+N#&T]E90V\C1RH5
M+(@.4D9(.,CT%8W]GP_W[G_P)D_\`BJ/[/A_OW/\`X$R?_%4)V ZW^T8O3_R(
MG_Q5']HQ>G_D1/\`XJN2_L^'^_<_^!,G_P`51_9\/]^Y_P# F3_XJCF"QUO]
MHQ>G_D1/_BJ/[1B]/_(B?_%5R7]GP_W[G_P)D_\`BJ/[/A_OW/\`X$R?_%4<
MP6.M_M&+T_\`(B?_`!5']HQ>G_D1/_BJY+^SX?[]S_X$R?\`Q5']GP_W[G_P
M)D_^*HY@.L=;_`&C%Z?\`D1/_`(JC^T8O3_R(G_Q5<E_9\/\`?N?_``)D_P#B
MJ/[/A_OW/_@.3)_\`%4<P6.M_M&+T_P#(B?\`Q5']HQ>G_D1/_BJY+^SX?[]S
M_P"!,G_Q5']GP_W[G_P)D_\`BJ.8+'6_VC%Z?^1$_P#BJ/[1B]/_`"(G_P`5
M7)?V?#_?N?\`P)D_^*H_L^'^_<_^!,G_`,51S!8ZJ:^CD0* ,AE;F1.Q!_O>
MU/\`[1B]/_(B?_%5R7]GP_W[G_P)D_\`BJ/[/A_OW/\`X$R?_%4<P6.M_M&+
MT_\`(B?_`!5']HQ>G_D1/_BJY+^SX?[]S_X$R?\`Q5']GP_W[G_P)D_^*HY@.
ML=;_`&C%Z?\`D1/_`(JC^T8O3_R(G_Q5<E_9\/\`?N?_``)D_P#BJ/[/A_OW
M/_@.3)_\`%4<P6.M_M&+T_P#(B?\`Q5']HQ>G_D1/_BJY+^SX?[]S_P"!,G_Q
M5']GP_W[G_P)D_\`BJ.8+'6_VC%Z?^1$_P#BJ/[1B]/_`"(G_P`57)?V?#_?
MN?\`P)D_^*H_L^'^_<_^!,G_`,51S!8ZW^T8O3_R(G_Q5']HQ>G_`)$3_P"*
MKDO[/A_OW/\`X$R?_%4?V?#_`'[G_P`"9/\`XJCF"QU4%]'%;QQL!E5"G$B=
MA_O4_P#M&+T_\B)_\57)?V?#_?N?_ F3_P"*H_L^'^_<_P#@.3)_\51S!8ZW^
MT8O3_P`B)_\`%4?VC%Z?^1$_^*KDO[/A_OW/_@.3)_P#%4?V?#_?N?_ F3_XJ
MCF"QUO\`:,7I_P"1$_\`BJ9!?1Q6\<; 950IQ(G8?[U<K_9\/]^Y_P# F3_X
MJC^SX?[]S_X$R?\`Q5',%CK?[1B]/_(B?_%4?VC%Z?\`D1/_`(JN2_L^'^_<
M_P#@.3)_\51_9\/\`?N?_``)D_P#BJ.8+'6_VC%Z?^1$_^*H_M&+T_P#(B?\`
MQ5<E_9\/]^Y_\"9/_BJ/[/A_OW/_`($R?_%4<P6.M_M&+T_\B)_\51_:,7I_
MY$3_`.*KDO[/A_OW/_@.3)_\`%4?V?#_?N?\`P)D_^*HY@.L=4;Z,W"28&%5E/
M[Q.Y'^U[4_\`M&+T_P#(B?\`Q5<E_9\/]^Y_\"9/_BJ/[/A_OW/_`($R?_%4
M<P6.M_M&+T_\B)_\51_:,7I_Y$3_`.*KDO[/A_OW/_@.3)_\`%4?V?#_?N?\`
MP)D_^*HY@.L5ID\6RREA!H*K@.``WK$@.`8'.WVK.UG3?$]_H]U:W(T..&2,AW6
M[8E1Z_=K:_L^'^_<_P#@.3)_\52-IMNZ%'-PRL,$&YD((_P"^J+@.<A\7?^//3
M?J/_`$6M%'Q=_P"//3?J/_1:T52V)9TGB#_D:O#OU?\`])S6Y%A(7E !9651
MN&0,Y[?A6'X@._P"1J\._5_\`TG-;B_\`'G+_`-=$_DU24'VF3^[%_P!^E_PH
M^TR?W8O^_2_X5#12&3?:9/[L7_?I?\*S[_Q);:=.L$RO),5WF.VT]KAE4D@.%
MA&C;02#C.,[3C.#5JN?N;D:3XIN[RY@.O&M[FRMXHGMK26XRT; S%@.1&K%>)$Z
MXSGC.#@.$='#?BX@.CG@.>WEAD4.DB1HRLI&000.014=GJB7]C;WEJT4EO<1K+$
M_D*-RL,@.X(R.#WKC[A]1EUII#%JD-ZUW;-:1YD,"6I$7G"383!N'^D?>);IM
M/W*S-&?6+#P[8Z<]IJ@.N'GTQT"QOMAMPEJLH9NBC<DH9/O<DE=I+4 >E?:9/
M[L7_`'Z7_"C[3)_=B_[]+_A7G&EVNLVUII\I;5S.EMIDKB>::3][+*4N@.P8D
M'$8&5/$?W@.%))I]G:ZQ;:+IHEN=:>6ZT<O?2-OE>.93 %&W(*D*TH(3;(P!(
M)D :@.#T3[3)_=B_[]+_A1]ID_NQ?]^E_PK)T,RMHMJ9DN4<J3MN7+.HR< D@.
M,1C&"X#XQO ;-:% $WVF3^[%_P!^E_PK*\2ZI<V'AZ\NX/*66%0Z_NEYPPX/
M'0]#CGGM5^L/QC_R*.I?]<OZBA ;E%%%`PHHHH **** "BBB@. HHHH ****
M"BBB@. HHHH **** "BBB@. HHHH **** "BBB@. HHHH **** "BBB@.#A?B[_Q
MYZ;]1_Z+6BCXN_\`'GIOU'_HM:*M;$,Z3Q!_R-7AWZO_`.DYK<7_`(\Y?^NB
M?R:L/Q!_R-7AWZO_`.DYK<7_`(\Y?^NB?R:I*(:***0PHHHH`**** "BBB@.`
MHHHH`*RO$MG/J'AR^M+6/S)Y8]J+D#)R.YXK5HH`F\F/_GYB_)O_`(FCR8_^
M?F+\F_\`B:AHH F\F/\`Y^8OR;_XFCR8_P#GYB_)O_B:AHH`F\F/_GYB_)O_
M`(FCR8_^?F+\F_\`B:AHH F\F/\`Y^8OR;_XFCR8_P#GYB_)O_B:AHH`F\F/
M_GYB_)O_`(FCR8_^?F+\F_\`B:AHH F\F/\`Y^8OR;_XFCR8_P#GYB_)O_B:
MAHH`F\F/_GYB_)O_`(FCR8_^?F+\F_\`B:AHH F\F/\`Y^8OR;_XFCR8_P#G
MYB_)O_B:AHH`F\F/_GYB_)O_`(FCR8_^?F+\F_\`B:AHH F\F/\`Y^8OR;_X
MFCR8_P#GYB_)O_B:AHH`F\F/_GYB_)O_`(FCR8_^?F+\F_\`B:AHH F\F/\`
MY^8OR;_XFCR8_P#GYB_)O_B:AHH`F\F/_GYB_)O_`(FCR8_^?F+\F_\`B:AH
MH F\F/\`Y^8OR;_XFCR8_P#GYB_)O_B:AHH`F\F/_GYB_)O_`(FCR8_^?F+\
MF_\`B:AHH F\F/\`Y^8OR;_XFCR8_P#GYB_)O_B:AHH`X7XN_P#'GIOU'_HM
M:*/B[_QYZ;]1_P"BUHJUL0SI/$'_`"-7AWZO_P"DYK<7_CSE_P"NB?R:L/Q!
M_P`C5X=^K_\`I.:W%_X\Y?\`KHG\FJ2B&BBLZ6:=#?7 G8I;-Q#A=K (K$9Q
MG/)YSZ=>E(9HT5GC4R9I%%K,T:%P&1&))7.>VWJ"!ACU''7"QW\L VU(XX&F;
M<=HF.%"[<@.G;D-EAQBBPB_169-J;QPF8P$(DDB ;Q\^Q7)[<#Y1[Y]ARZ6\N
MA<0P"*-9BXROF$JRE7Q\VW(.4]/3UHL!HT5G#475)F$6]8-[REGP0H=Q\N!R
M?D/!QVY/6I8KV1Y5#PJL;RO$C!\DE=W48&!\I[GM0!<HHHH&%%%%`!1110 `4
MJ(SL%12S'H ,FDJYI?\`R$8OQ_D:!$/V2Y_Y]Y?^^#1]DN?^?>7_`+X-=315
M<HKG+?9+G_GWE_[X-'V2Y_Y]Y?\`O@.UU-%'*%SEOLES_`,^\O_?!H^R7/_/O
M+_WP:ZFBCE"YRWV2Y_Y]Y?\`O@.T?9+G_`)]Y?^^#74T4<H7.6^R7/_/O+_WP
M:/LES_S[R_\`?!KJ:*.4+G+?9+G_`)]Y?^^#1]DN?^?>7_O@.UU-%'*%SEOLE
MS_S[R_\`?!H^R7/_`#[R_P#?!KJ:*.4+G+?9+G_GWE_[X-'V2Y_Y]Y?^^#74
MT4<H7.6^R7/_`#[R_P#?!H^R7/\`S[R_]\&NIHHY0N<M]DN?^?>7_O@.T?9+G
M_GWE_P"^#74T4<H7.6^R7/\`S[R_]\&C[)<_\^\O_?!KJ:*.4+G+?9+G_GWE
M_P"^#1]DN?\`GWE_[X-=311RA<Y;[)<_\^\O_?!H^R7/_/O+_P!\&NIHHY0N
M<B058JP((X(/:DJ:[_X_)_\`KHW\ZAJ2CA?B[_QYZ;]1_P"BUHH^+O\`QYZ;
M]1_Z+6BK6Q#.D\0?\C5X=^K_`/I.:W%_X\Y?^NB?R:L/Q!_R-7AWZO\`^DYK
M<7_CSE_ZZ)_)JDHAJ V<!G,Q5B[,&(WMM) `!VYQG@.=NPJ>O/K[^S/[7\4^1
M]C_X2G[2O]F[=OVK?]EAV;?XMF[.[/R;=^[Y=U(#NOL<'F,^U@.3GH[ `GJ0,
MX!Y/(YY/K5>T73M0LX[BRG6X@.8DI<07!;?S@._.IR>F.O\(]*X#7-9U>YM_$5
MM/>V8B^S7\3V'G;I8XDCD$<GE"+<F[;&=[R%2'X&70#4\7:Y?^'+ 5$AU;$]I
M;/<F34)X81>G)(C51"?,8;<%4,9PZ...ELA@.=;?6UJNG3^=(D$*+)(TKMA8\A
MMS$D],,QYXJ3[#;["N'))!WF1BXQZ-G(ZGOW/J:X'Q1XBD;PY>Z9+?P_V@.\F
MIQ7%J2@.E%NL-TT1*=0N%A(;'(P<G=ST?A("/^U('OWDG6_N7>R<H#;*]Q*R'
M`4,`ZD,-Q.1@.CBD!MM86S=4/))(#D!LDDAAGD9)X/')I=EJD\4&Y!-EYXXR_
MS'G#,!W&9.>PW#VKB;,W.FV]T71XUT&T.E6TJ.H*[Y!B21B&`"PI:2,^TJH>
M3*G&U<RV\0ZA/J<%PU_;7!LFEA:\@.E2=#;F;3WE9G5$4@.))("P1=H7U!8E@./
M4:*\[U'Q7>W-]<C3]:L8M+%VZ)?M=Q11C;!;D1B5HI%)+23'&-QV'! 4@.]UI
MLMQ/I=I-=A!<R0(TH1&10Y4$X5P&`SGAAD=^: +5%%% PHHHH *M::6%_%L`
M+<X!.!T-5:N:7_R$8OQ_D:%N(W=US_SRB_[^G_XFC=<_\\HO^_I_^)J:BM "2
M'=<_\\HO^_I_^)HW7/\`SRB_[^G_`.)J:B@."'=<_\\HO^_I_^)HW7/\`SRB_
M[^G_`.)J:B@."'=<_\\HO^_I_^)HW7/\`SRB_[^G_`.)J:B@."'=<_\\HO^_I_
M^)HW7/\`SRB_[^G_`.)J:B@."'=<_\\HO^_I_^)HW7/\`SRB_[^G_`.)J:B@."
M'=<_\\HO^_I_^)HW7/\`SRB_[^G_`.)J:B@."'=<_\\HO^_I_^)HW7/\`SRB_
M[^G_`.)J:B@."'=<_\\HO^_I_^)HW7/\`SRB_[^G_`.)J:B@."'=<_\\HO^_I_
M^)HW7/\`SRB_[^G_`.)J:B@."'=<_\\HO^_I_^)HW7/\`SRB_[^G_`.)J:B@."
M'=<_\\HO^_I_^)HW7/\`SRB_[^G_`.)J:B@."'=<_\\HO^_I_^)HW7/\`SRB_
M[^G_`.)J:B@.#E;K/VN;<`#O;(!SWJ*IKO_C\G_ZZ-_.H:S*.%^+O_'GIOU'_
M`*+6BCXN_P#'GIOU'_HM:*M;$LZ3Q!_R-7AWZO\`^DYK<7_CSE_ZZ)_)JP_$
M'_(U>'?J_P#Z3FMQ?^/.7_KHG\FJ2B&H#>0"<PEF#JP4G8VT$@.$#=C&>1W[B
MIZHI9L]W<22NXB:976,;=K85<'IGJ/7M2&7J1F"(6.<`9. 2?R'6L8Z8XLK.
M,Q.P2/\`>QIL8E\+R=^0<8(]1P!Q3I+*7R+B-[8S3/"5CG+*Q3]WMV[C@.\G/
M08^;/<T6$:[,%&3GJ!P">IQ2UDM9S&YD9(.#*K&20+O.)%/#`_= !X//3KT$
M8T^5HXT-L!@.(MP3MQ.0Z$MUYX5OO8/S>YHL!M456M(# UP@.0)%YF8E7 `7:N
M<#MSNJS0,**** "BBB@.`HHHH`*L6+*EVKO+Y2*&9I"0`H"DD\\57IRVSWB36
ML94/-!+&I;H"4(&?SH6XC?M9TN]XBNKD,F-R20^6P!Z':R@.X.#STX/H:L>3)
M_P`_,OY+_P#$U5LDGEU&YO);>2W62*.)8Y&4ME2Y)^4D8^<=\ \'CIG0K0DA\
MF3_GYE_)?_B:/)D_Y^9?R7_XFIJ*`(?)D_Y^9?R7_P")H\F3_GYE_)?_`(FI
MJ* (?)D_Y^9?R7_XFCR9/^?F7\E_^)J:B@."'R9/^?F7\E_\`B:/)D_Y^9?R7
M_P")J:B@."'R9/^?F7\E_^)H\F3_GYE_)?_B:FHH`A\F3_GYE_)?_`(FCR9/^
M?F7\E_\`B:FHH A\F3_GYE_)?_B:/)D_Y^9?R7_XFIJ*`(?)D_Y^9?R7_P")
MH\F3_GYE_)?_`(FIJ* (?)D_Y^9?R7_XFCR9/^?F7\E_^)J:B@."'R9/^?F7\
ME_\`B:/)D_Y^9?R7_P")J:B@."'R9/^?F7\E_^)H\F3_GYE_)?_B:FHH`A\F3
M_GYE_)?_`(FCR9/^?F7\E_\`B:FHH Y6Z&+N8$DD.W)[\U%4UW_Q^3_]=&_G
M4-9E'"_%W_CSTWZC_P!%K11\7?\`CSTWZC_T6M%6MB6=)X@._Y&KP []7_`/2<
MUN+_`,><O_71/Y-6'X@._Y&KP[]7_`/2<UN+_`,><O_71/Y-4E$-5&O&^W?9E
M6$'(XDEVLPQDE5P<C\1R#Z5;JM-!-/(`TJ" .K[1&=V5((^;..H].GYTACEO
M(7C>1?,9%QRL3'=GNO'S#W&:B&H1^>X)S&$0KM4EBQ+@.C YR-O3&1@.YIAT^0
MVJ6S2QM''M$:M%D$`8PXS\W8]N0#4*Z*H0`O"Q!!53#^[!W.?NYZ?O#@.9XP*
M-!&G'(DL8=#E3[8_`^A]J=45M"+>!8AMP,_<0*.3G@.#H/\\U+0,**** "BBB
M@. HHHH **** "I()HK9VN)TWQ0QO(Z@.`DA5)Z'Z5'4D$$=R[6\I<1S1O&Q 09
M8!E(XX/K0A&S:;);B:VN;&VBGC1)"(SO4JQ8#DJISE&XQZ<^ES[);?\`/O%_
MWP*IVBM%<37-S*TL\B)&3':NBA5+$<$L<Y=N<^G'K<^TQ_W9?^_3?X5>A(?9
M+;_GWB_[X%'V2V_Y]XO^^!1]IC_NR_\`?IO\*/M,?]V7_OTW^%&@.!]DMO^?>
M+_O@.4?9+;_GWB_[X%'VF/^[+_P!^F_PH^TQ_W9?^_3?X4: 'V2V_Y]XO^^!1
M]DMO^?>+_O@.4?:8_[LO_`'Z;_"C[3'_=E_[]-_A1H ?9+;_GWB_[X%'V2V_Y
M]XO^^!1]IC_NR_\`?IO\*/M,?]V7_OTW^%&@.!]DMO^?>+_O@.4?9+;_GWB_[X
M%'VF/^[+_P!^F_PH^TQ_W9?^_3?X4: 'V2V_Y]XO^^!1]DMO^?>+_O@.4?:8_
M[LO_`'Z;_"C[3'_=E_[]-_A1H ?9+;_GWB_[X%'V2V_Y]XO^^!1]IC_NR_\`
M?IO\*/M,?]V7_OTW^%&@.!]DMO^?>+_O@.4?9+;_GWB_[X%'VF/^[+_P!^F_PH
M^TQ_W9?^_3?X4: 'V2V_Y]XO^^!1]DMO^?>+_O@.4?:8_[LO_`'Z;_"C[3'_=
ME_[]-_A1H ?9+;_GWB_[X%'V2V_Y]XO^^!1]IC_NR_\`?IO\*/M,?]V7_OTW
M^%&@.!]DMO^?>+_O@.4?9+;_GWB_[X%'VF/^[+_P!^F_PH^TQ_W9?^_3?X4: '
MV2V_Y]XO^^!1]DMO^?>+_O@.4?:8_[LO_`'Z;_"C[3'_=E_[]-_A1H!S=T MW
M,J@.`!V `[<U%4MT=UW,1G!=CR,=ZBJ"CA?B[_P`>>F_4?^BUHH^+O_'GI OU'
M_HM:*M;$LZ3Q!_R-7AWZO_Z3FMQ?^/.7_KHG\FK#\0?\C5X=^K_^DYK<7_CS
ME_ZZ)_)JDHAJA+<207T^79T"1;(C@. ,[%>N,XR!Z]3[5?J![.!Y9)65B\BA6
M^=L8'(P,X!!Y!'(-(90&H3P3SQO#OF:4X16=E50B="%)ZL.V.3^,Z:A(S%C;
M[80Z1DLV'!8+CY<8ZN >?6I%L;4[E4ON#Y9A,V\$@.<%LYZ!>,]A4HM(%0HL8
M"EU?`X&5QCZ8VC\J-!&8+^\^QV;$+YTJ(PPW#9>,<_+P3N/3I[\8O&]99?)>
M("8N@."AL@.@.C).<=MK_7;[BG?8+;&-AP`0HWGY02#\O/'W1C'3'&*>MN%N!+N
M)"1^6@..21SR<]\X7KZ>]`$U%%% PHHI%97&58,,D9!SR#@.T`+1110 4444 %
M#3R6UO<W$+;98K>5T;&<$(Q!YHJ:UA6YG\AT$B2HR,I8J""I! &1R.*%N(L_V
MO<6T\%O,...FC1X95X422[X5C8D#Y01*&(&<!L<D5K65T]R)DEB6.:"3RY%1]
MRYVJPP<`GAAV'.?K5>?38[F[:ZEM(FG:+R=_GL"%#;AC`X(;D $<@.CK4UM;O:
M1E(H$P3N9GG9V8^I8@.D\`#D]`!VK0DN45#NN?^>47_?T_P#Q-&ZY_P">47_?
MT_\`Q- $U%0[KG_GE%_W]/\`\31NN?\`GE%_W]/_`,30!-14.ZY_YY1?]_3_
M`/$T;KG_`)Y1?]_3_P#$T 345#NN?^>47_?T_P#Q-&ZY_P">47_?T_\`Q- $
MU%0[KG_GE%_W]/\`\31NN?\`GE%_W]/_`,30!-14.ZY_YY1?]_3_`/$T;KG_
M`)Y1?]_3_P#$T 345#NN?^>47_?T_P#Q-&ZY_P">47_?T_\`Q- $U%0[KG_G
ME%_W]/\`\31NN?\`GE%_W]/_`,30!-14.ZY_YY1?]_3_`/$T;KG_`)Y1?]_3
M_P#$T 345#NN?^>47_?T_P#Q-&ZY_P">47_?T_\`Q- $U%0[KG_GE%_W]/\`
M\31NN?\`GE%_W]/_`,30!-14.ZY_YY1?]_3_`/$T;KG_`)Y1?]_3_P#$T <Y
M=_\`'Y/_`-=&_G4-2W6?M<VX`'>V0#GO459E'"_%W_CSTWZC_P!%K11\7?\`
MCSTWZC_T6M%6MB6=)X@._Y&KP[]7_`/2<UN+_`,><O_71/Y-6'X@._Y&KP[]7_
M`/2<UN+_`,><O_71/Y-4E$-9,\D46IW;Q&-9_*A#L -RJ7(9OP7:>>.!GBM:
MHEN(VN7MP6\Q%#$;#C!Z<XQ_^H^E(#%^U2))-Y-ZAB>8DW#R(H)"1X&[:5[G
MC'\/L<VH[BZ.^9YCE9HHS$$`3Y@.F>HW=6/4^E:,<RR/*@.!S$^QL^NT'^HJ2B
MX'.C/V*SB\\DI&OF'"[H2KPY'3C;R3G\>E:8EG\^.%)?,27;(DWR_< &[IP<
MG'/_`$TX^[5G[7#Y44NX[)0I1MIP<D =N,[A_D&I!&@.E:4#YV4*3GL,X_F:
M,W4Q`)=\C6TL@.3Y;:90Q?K@.(,\$],X.<#TJ(WMZ)Y]C1LZ^9BWSEL*#M.T+D
M9PO);!SQU%:C7$:W*6Y+>8ZE@.-AQ@.=><8_\`UCUJ6@.#&CO)]GSWD9A+@.-<(Z
MOY8PQ^]L"CD*.A/S>XJ[I9!L<K)Y@.,LN'X^;]XW/'%7** "BBB@.844V*1)HD
MEC.4=0RG'4'I3J "KFE_\A&+\?Y&J=6M-4M?Q ,5//(QGH?6A;B.EHJ'R9/^
M?F7\E_\`B:/)D_Y^9?R7_P")K0DFHJ'R9/\`GYE_)?\`XFCR9/\`GYE_)?\`
MXF@.":BH?)D_Y^9?R7_XFCR9/^?F7\E_^)H FHJ'R9/\`GYE_)?\`XFCR9/\`
MGYE_)?\`XF@.":BH?)D_Y^9?R7_XFCR9/^?F7\E_^)H FHJ'R9/\`GYE_)?\`
MXFCR9/\`GYE_)?\`XF@.":BH?)D_Y^9?R7_XFCR9/^?F7\E_^)H FHJ'R9/\`
MGYE_)?\`XFCR9/\`GYE_)?\`XF@.":BH?)D_Y^9?R7_XFCR9/^?F7\E_^)H F
MHJ'R9/\`GYE_)?\`XFCR9/\`GYE_)?\`XF@.":BH?)D_Y^9?R7_XFCR9/^?F7
M\E_^)H FHJ'R9/\`GYE_)?\`XFCR9/\`GYE_)?\`XF@.":BH?)D_Y^9?R7_XF
MCR9/^?F7\E_^)H YR[_X_)_^NC?SJ&I;H8NY@.220[<GOS459E'"_%W_CSTWZ
MC_T6M%'Q=_X\]-^H_P#1:T5:V)9TGB#_`)&KP[]7_P#2<UN+_P`><O\`UT3^
M35A^(/\`D:O#OU?_`-)S6XO_`!YR_P#71/Y-4E$-9US#/+=7&V!C&R1#.5PX
M5R67KW!QSQUSQ6C55KLQW4T<B*L4:*^\,23N) &W'7(/?T]:0&8VGN[,1:/'
M;F1F$""(GE4`.&RO\+>_/N:L1Z>Z;Y#$#<"K*6!?8`@.;YN#V;TSSQS5R:Z
MV6@.FBC+%G5%60%.2P7G(R.OI2)>J$?SUV21OY95,ODX#?+@.9/!].Q],TP,X:
M:XM[>(6B@.1)ME'RXE(:,DCGG<$/7'OBK2P!KU8D7RX=J3218'RD<*./]T=.!
MY?\`M5:%[;L.)/[N?E/&YBH!]\@.C';O3#=F1S':HLKKG?O8H%Y*]<'G*GMV/
MME 0:C#/-(RQ0,P-K+'NRH&YL8')S_#^HIDUCLG/E6JM:#8S0(% <X<'Y3@.9
MY0\^@.]*O"Y0(3(0K(ZQN!D@..V,#..?O#GWJL^IIY,+1_,\C1`[49E 8K_%@.8
M.#GG!Z<<T 0M8,T-VR0F)I'38H*Y$85-R@.<J,[2,=#@.9XJ$Z;+Y1V0ME8I3$
M)"F8W.S;@.+@.*<@.GCZYR:VZ*+@.8UQITAD91"QM5<[(HA&1RJ8( 5_E`R']\GW-
M21Z>Z;Y#$#<"K*6!?8`@.;YN#V;TSSQS6K11<"IIMO]ELDA\@.1,@."L0!AR
M`6X]?FK=%% PJYI?_(1B_'^1JG3DG6U$MR\0E6&*20QGHVU"<?I0MQ'6T5B
MQW]D1;F:SBB\R*1I!M#%)$=$,8 'S'<Q`QU(XSFKUL+&[C+Q0I@.':RO#L93Z
M%2 1P0>1T(/>M"2Y14/V2V_Y]XO^^!1]DMO^?>+_`+X%`$U%0_9+;_GWB_[X
M%'V2V_Y]XO\`O@.4`345#]DMO^?>+_O@.4?9+;_GWB_P"^!0!-14/V2V_Y]XO^
M^!1]DMO^?>+_`+X%`$U%0_9+;_GWB_[X%'V2V_Y]XO\`O@.4`345#]DMO^?>+
M_O@.4?9+;_GWB_P"^!0!-14/V2V_Y]XO^^!1]DMO^?>+_`+X%`$U%0_9+;_GW
MB_[X%'V2V_Y]XO\`O@.4`345#]DMO^?>+_O@.4?9+;_GWB_P"^!0!-14/V2V_Y
M]XO^^!1]DMO^?>+_`+X%`$U%0_9+;_GWB_[X%'V2V_Y]XO\`O@.4`345#]DMO
M^?>+_O@.4?9+;_GWB_P"^!0!SEW_Q^3_]=&_G4-2W0"W<RJ `'8 #MS459E'"
M_%W_`(\]-^H_]%K11\7?^//3?J/_`$6M%6MB6=)X@._Y&KP[]7_\`2<UN+_QY
MR_\`71/Y-6'X@._Y&KP[]7_\`2<UN+_QYR_\`71/Y-4E$-4YK*26>=R\#)*B(
M$DAW`;23S\W/4_IZ<W*Y)+O5[GQ9J$2OJ[6=M>Q1*+868@.53#$[!_,_>GEV)
MV]B,<T@..B:Q#V*VLDAD`=68OEMV&#$<GIVY)X]:3[!Y:JMNZQK&_F1*4RJD@.
MAAP1D?,>.Q]N*YYO&D\=I:73Z3O34(XI[%(;D&22-Y88_G#*JH_[]"%#,"0P
M+# )F;Q)J?\`:,EDNE69E%RMFA-\P#3_`&=;A@.?W7"!"P#<DD#Y0"2#4#8&E
M1%@.93O!5_,'(W%BW(YX`WN,?[7L*#IN(0JO&SLN)3+%O60Y+9 VY&#N)/7'/T
MQE6GBZ*^TM]0@.M'$/VNSMT5W`8K<+ P8X!P0)^G.=O7GC,TCQ;);:7X=AFB>
M[6>TLX[FY!E=TFE5``Y\LIDET8[I%;#9P<KN-0.FCTR2**.%+A?+#1,^8\EB
MFT<'/ .P=CWHCTR2**.%+A?+#1,^8\EBFT<'/ .P=CWK1HHN`4444#"BBB@.`
MHHHH`*<D`NA+;%B@.FBDCW!2Q&Y",X'7K3:CN=3_L33[W5O)\[ [#:37/E;MN_
M9&S;<X.,XQG!H6XC5NM+CN-3>\2>6,% 1']F8CS0T;!R>X_=("O'`Z@.G-7K(
M"V$SRN\DT\GF2,ENZKG:JC Y(X4=SSGZ5P^II?Z-_P`)#<'5[ZXO]'\-1W44
MQN)!&URWVPO*8=QC.2BD*00H"A<`"NL\2Z_+H=O!]EMH[N[F<[;<^<6*`?,X
M$,,KD E 3M &X9()`.A)K?:8_P"[+_WZ;_"C[3'_`'9?^_3?X5P.K?$.:? 0[
MZXTR".Q#:/)>VDU_(8IY6^RF=3!$49)@.N5#8?Y2&R,;2UPZ]KMIXWC34S!#I
MHM+6*YM('$J137$TZ1RB0HKMEHHH]NT`>=NZ(20#LOM,?]V7_OTW^%'VF/\`
MNR_]^F_PKA=*\?3KIWAH7<'VW[;:6*WEW"LI:*XG" !@.L7DKS(C$-(IVOD*<
MJ&L:7X]O+R"PN+O1H((;F*RN)/*O3(T<=X_EP8!C7<V\-O&0%4 @.N3M !V7V
MF/\`NR_]^F_PH^TQ_P!V7_OTW^%<CH7B?_A-T>UFTG4K.PNK<7-O=1-=0$IN
M4@.-)LC"N0RD")Y 0'^;&-USP[K0M/AYX<O\`46OKF2?3[8N\-M-=2.[1`EF$
M:LW/.6/<]<F@.#HOM,?\`=E_[]-_A1]IC_NR_]^F_PK%\'>)1XG\/6-Z\,\5T
M]I#+<!K.:&/>Z9/EM( '7.>5+<8YY&=32;.;3M&L;*XNY+R>WMXXI+F3.Z9E
M4 N<DG)(SU/7J: )OM,?]V7_`+]-_A1]IC_NR_\`?IO\*HQ$Z#I,\E[<W=Z!
M<32[H[>2:0+),S*@.1 S$('"\#HN<`=,_PIXKC\1Q3*T%W'/'<7*@.OI\\,?EQ
MSO&GSNH7?M"Y7.0=W P0`#>^TQ_W9?\`OTW^%'VF/^[+_P!^F_PKSE[G4[:P
MM9["\UE[O4O$=]:S"WN(Y9#%$]X42);DF*,#RTS@.+D+W.*T(_%&JZ;JEKI+6
M&I7M[<I BQZA<6T;HTGVQMSF%-@.`%L,[2WRX(7>"' .V^TQ_W9?^_3?X4?:8
M_P"[+_WZ;_"N)UCQGJ7F7=I86]I:W,%[;PPQ7=PT=Q.IO(H68Q-$0('#,!*I
M?@.C W9"Y^J>*M?TM_%TEU<QQHEO+#8+&JNMI=Q6"7)4,4!D#[Y6R X 'D8Q\X
M``/1OM,?]V7_`+]-_A1]IC_NR_\`?IO\*XW6_B(-%OKZ/^SOM5K#%<&">%IM
MLDL,+RO&SF$1#'E2*=LCL&&"OWMLESX[FTHW3:QI4<45F\L$Y M+HS-YR6QN\
M*&1,H81]XD'>=NW'ST ==]IC_NR_]^F_PH^TQ_W9?^_3?X5P.L:Y=Z_X%\22
MW%CJ6DW>F64EU!/;RW=LK.(I"N'>.%V*E<LNTKRAR3PO4:7/-#XEUG29)9)H
MD2&^A9V),:S&13%SDD!X7<$G@.2!0`$% &M]IC_NR_P#?IO\`"C[3'_=E_P"_
M3?X5-10!#]IC_NR_]^F_PH^TQ_W9?^_3?X5-10!#]IC_`+LO_?IO\*/M,?\`
M=E_[]-_A4U% '*W1W7<Q&<%V/(QWJ*IKO_C\G_ZZ-_.H:S*.%^+O_'GIOU'_
M`*+6BCXN_P#'GIOU'_HM:*M;$LZ3Q!_R-7AWZO\`^DYK<7_CSE_ZZ)_)JP_$
M'_(U>'?J_P#Z3FMQ?^/.7_KHG\FJ2B&H8+2"VFN98DVO<R"68Y)W,$5,^WRH
MHX]*FK.F^R?:IO[1\C&X>3Y^,;=HSC/&=V<]^F>,4AD"^&]'MP7,#!$*.@.DN
M)&6 (ZR*(P6Q&@.9$.U<+\B@.C``JTNEZ>]U]K6(--]J-SO#D_O1%Y)/7'W/EQ
MT[XSS5*]NI&M[I#-N<K,CP8'[M K;6QC(SA>2<...[BF37LEK;.8Y5C*/,^)'
M"B3]XWRC*DL>.0".HYYX=A$B^$]&3[,([>:-+;R?+CCNI5C)BV^670-M=AL0
M98$X51V%"^$]&3[,([>:-+;R?+CCNI5C)BV^670-M=AL098$X51V%(99+=&\
MI_,G6XF80,H)7B5EP ,_-P>O(Z<&I1<2R7$<$%\TD+.H\]0A.=KDKD#'&U3T
MSS[T@.-:BH+.1Y;?+G<RNZ9QUVL5R?BIZ!A1110`4444`%%%% !4UK!'=3_9
MY8(IXI49)(I1E'4J00PP<@.C/&*AJYI?_`"$8OQ_D:%N(H0^$=2%Q+'>7]M?:
M?=:8FF7D5PLAGGB0S;6,P<8<K-AVVG<5)&W.!>/ABP>-;4_:VEB)D$G]M71N
M$#X!'F[O,"-L'RYVDH#C(S4TMW>QBXDG\U;R..1K:U6,^5(P4D88$F0]>"5)
M`SL&,U1-^D5W?/;:M]IWQ6Z?:S+$JQ'=*<,P0JHXQRI.6 [@.C0DM0>$M,MQ$
M@.T]98(K<6T5M<WLTT$<8C\O"Q/E =F5+`9(9LD[FR[_A'=/CM;FSEM_,34+;
M[#,;G4)I9)HAYK;-[DL?];+R#G!ZX48JZ9J$DEV]]<7#,WV8JD4!5OM?ER3@.
M[> 7( 4_+M^\. "!57^TWFNK>*YU> 10W".+N*XCDV%HIQ@.MY:J/NC@.KGYNO
M(P`7E\&:5']C$5@.T4=IY!CABU&=(V,.WRF= 0LC+L0;G!.$4$D 58B\,:?!!
M%#'IL2QQ16D*#[3(<);.9(!_P%B3[]\BJ-_KEW;V"S+<QQO$DLBM-(D:W2AV
M";1L.\E5!(4I]\8/(Q-<:I>)-?K%<K+)&<#RG1H8$\Q5RYVED<*23NW+PQY
M( !)'X=.FI-+HD5M:WA3RX7NY9KF*W3<"4CB+ 1H0 -J%1\J<$*!5K0;*;1=
M"T[10\$[V%G#`7WE2P5=H;;@.XSM/?U]*;9WMZ="O+@.217D\0<P-$3(),+D#(
M50WS9'RCVZ@.UDRW[Q7UR]CJT=RCI;I+=R2QJL0_?G!94*KR%'*G[V.X(`-ZS
MCATBTL=*MH[:"**(0VL#7!+;$4 `9&6P`/7WJ.VTZYAUR_U5S$\EU%#;J@.8@.
M)''O89X.6+2R$G@.8VC&02U'3YKAKV>]FFDE:*RC9H[90PN 'GVXRH+' !!7:
M"3D<$5#9:U<+=A)]0MI;6.1&FN$G2155DEX9PB!?F1.V<GJ<@.4 =$)IC(T82
M`NH#%?..0#G!QM[X/Y&H;.T_L^!H;6VBCC:628CSF.7D=I'/([LS'VSQQ7,_
M:C>:FMV]]Y4*RC-VA3:D8:\13D@.K@._*N3UR.YK>NIITU`KI\DLTN5\V!EW1+
MP.2YQL.-O )X.=ASF@.#/TGP[>6,K?;9+.[AAU">_L0BO$\#S-,7W-N(DXG91
M\J^N"<8T)=&MY]8BU:2RB:^BV;)?M#C&Q957C&.!/*.G\7L,:U% &"_AFREE
MNI9[1IY+G.YY[^:0Q98/^Z+9\GYE5AY>W!1".57$=YX2TS4-&OM)O-/6>SOG
MC>Z62]F9I618U4E_O9Q%'SGG&3DDYZ*B@.#F;WP9I6H3RRW-@.SK+YI:$:C.L(
M,J.DC"($(K,LCY8`$EV.<DFKD_A^QNI99+C3+:8RW!N9%DF9E >0P?9R2I&"#
M%\NW&.^,\UM44 <CJOA&>?P]J.EZ3-%:R:C$UO<W5_+/?2&(HR[59W##&\E0
M6*@.EOERQ-;&GZ=<V=Y?WDIBGNKR4,S[B`D:C;'&O!(4#)QG!=Y& 7=@.:U% $
M.ZY_YY1?]_3_`/$T;KG_`)Y1?]_3_P#$U-10!#NN?^>47_?T_P#Q-&ZY_P">
M47_?T_\`Q-344 0[KG_GE%_W]/\`\31NN?\`GE%_W]/_`,34U% '*W6?M<VX
M`'>V0#GO4537?_'Y/_UT;^=0UF4<+\7?^//3?J/_`$6M%'Q=_P"//3?J/_1:
MT5:V)9TGB#_D:O#OU?\`])S6XO\`QYR_]=$_DU8?B#_D:O#OU?\`])S6XO\`
MQYR_]=$_DU240T444AA1110`4444`%%%% !1110`4444`%%%% !3XI7AD$D;
M;7'0XS3** +G]J7G_/;_`,='^%']J7G_`#V_\='^%4Z*+L1<_M2\_P">W_CH
M_P`*/[4O/^>W_CH_PJG11=@.7/[4O/^>W_CH_PH_M2\_Y[?\`CH_PJG11=@.7/
M[4O/^>W_`(Z/\*/[4O/^>W_CH_PJG11=@.7/[4O/^>W_CH_PH_M2\_P">W_CH
M_P`*IT478%S^U+S_`)[?^.C_``H_M2\_Y[?^.C_"J=%%V!<_M 2\_Y[?^.C_"
MC^U+S_GM_P".C_"J=%%V!<_M2\_Y[?\`CH_PH_M2\_Y[?^.C_ "J=%%V!<_M2
M\_Y[?^.C_"C^U+S_`)[?^.C_``JG11=@.7/[4O/\`GM_XZ/\`"C^U+S_GM_XZ
M/\*IT478%S^U+S_GM_XZ/\*/[4O/^>W_`(Z/\*IT478%S^U+S_GM_P".C_"C
M^U+S_GM_XZ/\*IT478%S^U+S_GM_XZ/\*/[4O/\`GM_XZ/\`"J=%%V KNSNS
ML<LQR3[TE%% SA?B[_QYZ;]1_P"BUHH^+O\`QYZ;]1_Z+6BK6Q#.D\0?\C5X
M=^K_`/I.:W%_X\Y?^NB?R:L/Q!_R-7AWZO\`^DYK<7_CSE_ZZ)_)JDHAHHHI
M#"BBB@.`HHHH`****`"BBB@.`HHHH`****`"BBB@.`HHHH`****` "BBB@.`HHHH`
M****`"BBB@.`HHHH`****`"BBB@.`HHHH`****`"BBB@.`HHHH`* ***`.%^+O\`
MQYZ;]1_Z+6BCXN_\>>F_4?\`HM:*M;$,Z3Q!_P`C5X=^K_\`I.:W%_X \Y?\`
MKHG\FK#\0?\`(U>'?J__`*3FMQ?^/.7_`*Z)_)JDHAHHHI#"BBB@.`HHHH **
M** "BBB@.`HHHH **** "BBB@.`HHHH **** "BBB@.`HHHH **** "BBB@.`HHH
MH **** "BBB@.`HHHH **** "BBB@.`HHHH **** .%^+O_'GIOU'_`*+6BCXN
M_P#'GIOU'_HM:*M;$,Z3Q!_R-7AWZO\`^DYJ[?WUU:6H2TTV6]=W!(21$" `
M]2Q'7/;T/3O2\0?\C5X=^K_^DYK6J648?]KZU_T+,_\`X%P__%4?VOK7_0LS
M_P#@.7#_\56Y12 P_[7UK_H69_P#P+A_^*H_M?6O^A9G_`/ N'_XJMRB@.##_M
M?6O^A9G_`/ N'_XJC^U]:_Z%F?\`\"X?_BJW** ,/^U]:_Z%F?\`\"X?_BJ/
M[7UK_H69_P#P+A_^*K<HH P_[7UK_H69_P#P+A_^*H_M?6O^A9G_`/ N'_XJ
MMRB@.##_M?6O^A9G_`/ N'_XJC^U]:_Z%F?\`\"X?_BJW** ,/^U]:_Z%F?\`
M\"X?_BJ/[7UK_H69_P#P+A_^*K<HH P_[7UK_H69_P#P+A_^*H_M?6O^A9G_
M`/ N'_XJMRB@.##_M?6O^A9G_`/ N'_XJC^U]:_Z%F?\`\"X?_BJW** ,/^U]
M:_Z%F?\`\"X?_BJ/[7UK_H69_P#P+A_^*K<HH P_[7UK_H69_P#P+A_^*H_M
M?6O^A9G_`/ N'_XJMRB@.##_M?6O^A9G_`/ N'_XJC^U]:_Z%F?\`\"X?_BJW
M** ,/^U]:_Z%F?\`\"X?_BJ/[7UK_H69_P#P+A_^*K<HH P_[7UK_H69_P#P
M+A_^*H_M?6O^A9G_`/ N'_XJMRB@.##_M?6O^A9G_`/ N'_XJC^U]:_Z%F?\`
M\"X?_BJW** ,/^U]:_Z%F?\`\"X?_BJ/[7UK_H69_P#P+A_^*K<HH P_[7UK
M_H69_P#P+A_^*H_M?6O^A9G_`/ N'_XJMRB@.##_M?6O^A9G_`/ N'_XJC^U]
M:_Z%F?\`\"X?_BJW** ,/^U]:_Z%F?\`\"X?_BJ/[7UK_H69_P#P+A_^*K<H
MH P_[7UK_H69_P#P+A_^*H_M?6O^A9G_`/ N'_XJMRB@.##_M?6O^A9G_`/ N
M'_XJC^U]:_Z%F?\`\"X?_BJW** ,/^U]:_Z%F?\`\"X?_BJ/[7UK_H69_P#P
M+A_^*K<HH X7XN_\>>F_4?\`HM:*/B[_`,>>F_4?^BUHJUL2SI/$'_(U>'?J
M_P#Z3FM:DOKJ:#4(8X+>"21X`VZ7`V@.*F0#M/7(_*F?;=3_Y]+'_`+Z'_P`;
MJ2B2BH_MNI_\^EC_`-]#_P"-T?;=3_Y]+'_OH?\`QND!)14?VW4_^?2Q_P"^
MA_\`&Z/MNI_\^EC_`-]#_P"-T 245']MU/\`Y]+'_OH?_&Z/MNI_\^EC_P!]
M#_XW0!)14?VW4_\`GTL?^^A_\;H^VZG_`,^EC_WT/_C=`$E%1_;=3_Y]+'_O
MH?\`QNC[;J?_`#Z6/_?0_P#C= $E%1_;=3_Y]+'_`+Z'_P`;H^VZG_SZ6/\`
MWT/_`(W0!)14?VW4_P#GTL?^^A_\;H^VZG_SZ6/_`'T/_C= $E%1_;=3_P"?
M2Q_[Z'_QNC[;J?\`SZ6/_?0_^-T`244^VN+V3S3-#:1JB;@.4`8DY`QR@.]:J0
M:EJ-Q;QS)9V061 X!89P1G_GG18"Q14?VW4_^?2Q_P"^A_\`&Z/MNI_\^EC_
M`-]#_P"-T 245']MU/\`Y]+'_OH?_&Z/MNI_\^EC_P!]#_XW0!)14?VW4_\`
MGTL?^^A_\;H^VZG_`,^EC_WT/_C=`$E%1_;=3_Y]+'_OH?\`QNC[;J?_`#Z6
M/_?0_P#C= $E%1_;=3_Y]+'_`+Z'_P`;H^VZG_SZ6/\`WT/_`(W0!)14?VW4
M_P#GTL?^^A_\;H^VZG_SZ6/_`'T/_C= $E%1_;=3_P"?2Q_[Z'_QNC[;J?\`
MSZ6/_?0_^-T`245']MU/_GTL?^^A_P#&Z?<7UW;PVG[BU::X)&W"A5QN/79D
M\+Z=Z+ +14?VW4_^?2Q_[Z'_`,;H^VZG_P`^EC_WT/\`XW0!)14?VW4_^?2Q
M_P"^A_\`&Z/MNI_\^EC_`-]#_P"-T 245']MU/\`Y]+'_OH?_&Z/MNI_\^EC
M_P!]#_XW0!)14?VW4_\`GTL?^^A_\;H^VZG_`,^EC_WT/_C=`$E%1_;=3_Y]
M+'_OH?\`QNI+>YU&:YBB>VLE5W"E@.02 3UQY8S0!POQ=_P"//3?J/_1:T5'\
M6)&EL=/9B,^:PX&.B@.=J*M;"9W5[_P`AJV_Z]#_**I*?<6WF:E#,98T5+<(0
MV<DD(>,`_P!TT_R8_P#GYB_)O_B:@.9#14WDQ_P#/S%^3?_$T>3'_`,_,7Y-_
M\30,AHJ;R8_^?F+\F_\`B:/)C_Y^8OR;_P")H AHJ;R8_P#GYB_)O_B:/)C_
M`.?F+\F_^)H`AHJ;R8_^?F+\F_\`B:/)C_Y^8OR;_P")H AHJ;R8_P#GYB_)
MO_B:/)C_`.?F+\F_^)H`AHJ;R8_^?F+\F_\`B:/)C_Y^8OR;_P")H AHJ;R8
M_P#GYB_)O_B:/)C_`.?F+\F_^)H`AHJ;R8_^?F+\F_\`B:/)C_Y^8OR;_P")
MH (?]5<?]<Q_Z$M9^F?\@.JS_`.N"?^@.BM(".**;]^CEE"@.*&_O ]Q[57L[-;
M>R@.A>ZA+1QJA(#XR!C^[0(**F\F/_GYB_)O_`(FCR8_^?F+\F_\`B:!D-%3>
M3'_S\Q?DW_Q-'DQ_\_,7Y-_\30!#14WDQ_\`/S%^3?\`Q-'DQ_\`/S%^3?\`
MQ- $-%3>3'_S\Q?DW_Q-'DQ_\_,7Y-_\30!#14WDQ_\`/S%^3?\`Q-'DQ_\`
M/S%^3?\`Q- $-%3>3'_S\Q?DW_Q-'DQ_\_,7Y-_\30!#14WDQ_\`/S%^3?\`
MQ-'DQ_\`/S%^3?\`Q- $-1ZC_K-)_P!]O_09:M>3'_S\Q?DW_P`34=U L\MB
M%GC @.)9F(;!R'&!Q_M"@.0VBIO)C_`.?F+\F_^)H\F/\`Y^8OR;_XF@.9#14WD
MQ_\`/S%^3?\`Q-'DQ_\`/S%^3?\`Q- $-%3>3'_S\Q?DW_Q-'DQ_\_,7Y-_\
M30!#14WDQ_\`/S%^3?\`Q-'DQ_\`/S%^3?\`Q- $-36G_'Y!_P!=%_G1Y,?_
M`#\Q?DW_`,34D"117$<C7,6%8,<!NQ^E`CS7XJ?\@.[3O^NK?R HH^*G_(.T[_
M`*ZM_*BK6PF><-J-\[EWO+AF8Y),K$D_G2?;[S_G[G_[^&BBF(/M]Y_S]S_]
M_#1]OO/^?N?_`+^&BB@.`^WWG_/W/_P!_#1]OO/\`G[G_`._AHHH`/M]Y_P`_
M<_\`W\-'V^\_Y^Y_^_AHHH /M]Y_S]S_`/?PT?;[S_G[G_[^&BB@.`^WWG_/W
M/_W\-'V^\_Y^Y_\`OX:** #[?>?\_<__`'\-'V^\_P"?N?\`[^&BB@.`^WWG_
M`#]S_P#?PT?;[S_G[G_[^&BB@. ^WWG_/W/\`]_#1]OO/^?N?_OX:** #[?>?
M\_<__?PT?;[S_G[G_P"_AHHH`/M]Y_S]S_\`?PT?;[S_`)^Y_P#OX:**`#[?
M>?\`/W/_`-_#1]OO/^?N?_OX:** #[?>?\_<_P#W\-'V^\_Y^Y_^_AHHH /M
M]Y_S]S_]_#1]OO/^?N?_`+^&BB@.`^WWG_/W/_P!_#1]OO/\`G[G_`._AHHH`
M/M]Y_P`_<_\`W\-'V^\_Y^Y_^_AHHH /M]Y_S]S_`/?PT?;[S_G[G_[^&BB@.
M`^WWG_/W/_W\-'V^\_Y^Y_\`OX:** #[?>?\_<__`'\-'V^\_P"?N?\`[^&B
MB@.`^WWG_`#]S_P#?PT?;[S_G[G_[^&BB@. ^WWG_/W/\`]_#1]OO/^?N?_OX:
M** #[?>?\_<__?PT?;[S_G[G_P"_AHHH`/M]Y_S]S_\`?PT?;[S_`)^Y_P#O
8X:**`&27,\R[99Y)%!SAG)&:*** /__9
`
end
|||John,
You most probably have either an index on that computed column, or SQL Server has created statistics
on the column. In those situations, whenever you need to rebuild such an index or statistics, the
connection need special SET options defined. For some reason, Maint wizard doesn't set these. You
could try to drop the statistics (DROP STATISTICS), chances are that they will re-added. You could
tell SQL Server to not create statistics, but the issue might pop up somewhere else. To be safe,
perform the DBCC DBREINDEX commands from your own SQL Server Agent job and make sure to set the SET
commands as they need to be set. I'm sure there's a KB on this topic if you search for appropriate
keywords...
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"John Boghossian" <john.boghossian@.investorab.com> wrote in message
news:eS2iwyljEHA.3724@.TK2MSFTNGP11.phx.gbl...
> Hi there,
> I get an error from the maintenance plan, when it every weekend reorganizes
> the data and index tables:
> [Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 1934: [Microsoft][ODBC SQL
> Server Driver][SQL Server]DBCC failed because the following SET options have
> incorrect settings: 'QUOTED_IDENTIFIER, ARITHABORT'.
> I wonder if it could be because i have an calculated field in the table,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ?
>
> The table is create as follows:
> CREATE TABLE [dbo].[Assigner] (
> [id] [int] IDENTITY (1, 1) NOT NULL ,
> [FirstName] [varchar] (25) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL ,
> [LastName] [varchar] (30) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL ,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ,
> [CustomerGroup_id] [int] NOT NULL ,
> [Deactivated] [bit] NULL
> ) ON [PRIMARY]
> GO
> ALTER TABLE [dbo].[Assigner] WITH NOCHECK ADD
> CONSTRAINT [PK_Assigner] PRIMARY KEY CLUSTERED
> (
> [id]
> ) WITH FILLFACTOR = 70 ON [PRIMARY]
> GO
> ALTER TABLE [dbo].[Assigner] ADD
> CONSTRAINT [FK_Assigner_CustomerGroup] FOREIGN KEY
> (
> [CustomerGroup_id]
> ) REFERENCES [dbo].[CustomerGroup] (
> [id]
> )
> GO
>
|||John,
Go with TIbors suggestions... A computed column which is index, etc , then
those settings matter during maint plan stuff... I would suspect you are
getting the error on index rebuild..
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"John Boghossian" <john.boghossian@.investorab.com> wrote in message
news:eS2iwyljEHA.3724@.TK2MSFTNGP11.phx.gbl...
> Hi there,
> I get an error from the maintenance plan, when it every weekend
reorganizes
> the data and index tables:
> [Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 1934: [Microsoft][ODBC
SQL
> Server Driver][SQL Server]DBCC failed because the following SET options
have
> incorrect settings: 'QUOTED_IDENTIFIER, ARITHABORT'.
> I wonder if it could be because i have an calculated field in the table,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ?
>
> The table is create as follows:
> CREATE TABLE [dbo].[Assigner] (
> [id] [int] IDENTITY (1, 1) NOT NULL ,
> [FirstName] [varchar] (25) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL
,
> [LastName] [varchar] (30) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL
,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ,
> [CustomerGroup_id] [int] NOT NULL ,
> [Deactivated] [bit] NULL
> ) ON [PRIMARY]
> GO
> ALTER TABLE [dbo].[Assigner] WITH NOCHECK ADD
> CONSTRAINT [PK_Assigner] PRIMARY KEY CLUSTERED
> (
> [id]
> ) WITH FILLFACTOR = 70 ON [PRIMARY]
> GO
> ALTER TABLE [dbo].[Assigner] ADD
> CONSTRAINT [FK_Assigner_CustomerGroup] FOREIGN KEY
> (
> [CustomerGroup_id]
> ) REFERENCES [dbo].[CustomerGroup] (
> [id]
> )
> GO
>
|||> I wonder if it could be because i have an calculated field in the table,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ?
Why would you have this calculated column in the table? I would be tempted
to drop it and run this concatenation in the SELECT proc(s) or even a view.
http://www.aspfaq.com/
(Reverse address to reply.)
sql

Error from Maintenance plan

Hi there,
I get an error from the maintenance plan, when it every weekend reorganizes
the data and index tables:
[Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 1934: [Microsoft][ODBC SQL
Server Driver][SQL Server]DBCC failed because the following SET options have
incorrect settings: 'QUOTED_IDENTIFIER, ARITHABORT'.
I wonder if it could be because i have an calculated field in the table,
[FullName] AS ([LastName] + ', ' + [FirstName]) ?
The table is create as follows:
CREATE TABLE [dbo].[Assigner] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[FirstName] [varchar] (25) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL ,
[LastName] [varchar] (30) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL ,
[FullName] AS ([LastName] + ', ' + [FirstName]) ,
[CustomerGroup_id] [int] NOT NULL ,
[Deactivated] [bit] NULL
) ON [PRIMARY]
GO
ALTER TABLE [dbo].[Assigner] WITH NOCHECK ADD
CONSTRAINT [PK_Assigner] PRIMARY KEY CLUSTERED
(
[id]
) WITH FILLFACTOR = 70 ON [PRIMARY]
GO
ALTER TABLE [dbo].[Assigner] ADD
CONSTRAINT [FK_Assigner_CustomerGroup] FOREIGN KEY
(
[CustomerGroup_id]
) REFERENCES [dbo].[CustomerGroup] (
[id]
)
GOJohn
This SELECT stetement will produce a syntax error
You may want to change it as SELECT ([LastName] + ', ' + [FirstName]) AS
[FullName] FROM .....
"John Boghossian" <john.boghossian@.investorab.com> wrote in message
news:eS2iwyljEHA.3724@.TK2MSFTNGP11.phx.gbl...
> Hi there,
> I get an error from the maintenance plan, when it every weekend
reorganizes
> the data and index tables:
> [Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 1934: [Microsoft][ODBC
SQL
> Server Driver][SQL Server]DBCC failed because the following SET options
have
> incorrect settings: 'QUOTED_IDENTIFIER, ARITHABORT'.
> I wonder if it could be because i have an calculated field in the table,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ?
>
> The table is create as follows:
> CREATE TABLE [dbo].[Assigner] (
> [id] [int] IDENTITY (1, 1) NOT NULL ,
> [FirstName] [varchar] (25) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL
,
> [LastName] [varchar] (30) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL
,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ,
> [CustomerGroup_id] [int] NOT NULL ,
> [Deactivated] [bit] NULL
> ) ON [PRIMARY]
> GO
> ALTER TABLE [dbo].[Assigner] WITH NOCHECK ADD
> CONSTRAINT [PK_Assigner] PRIMARY KEY CLUSTERED
> (
> [id]
> ) WITH FILLFACTOR = 70 ON [PRIMARY]
> GO
> ALTER TABLE [dbo].[Assigner] ADD
> CONSTRAINT [FK_Assigner_CustomerGroup] FOREIGN KEY
> (
> [CustomerGroup_id]
> ) REFERENCES [dbo].[CustomerGroup] (
> [id]
> )
> GO
>|||John,
You most probably have either an index on that computed column, or SQL Server has created statistics
on the column. In those situations, whenever you need to rebuild such an index or statistics, the
connection need special SET options defined. For some reason, Maint wizard doesn't set these. You
could try to drop the statistics (DROP STATISTICS), chances are that they will re-added. You could
tell SQL Server to not create statistics, but the issue might pop up somewhere else. To be safe,
perform the DBCC DBREINDEX commands from your own SQL Server Agent job and make sure to set the SET
commands as they need to be set. I'm sure there's a KB on this topic if you search for appropriate
keywords...
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"John Boghossian" <john.boghossian@.investorab.com> wrote in message
news:eS2iwyljEHA.3724@.TK2MSFTNGP11.phx.gbl...
> Hi there,
> I get an error from the maintenance plan, when it every weekend reorganizes
> the data and index tables:
> [Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 1934: [Microsoft][ODBC SQL
> Server Driver][SQL Server]DBCC failed because the following SET options have
> incorrect settings: 'QUOTED_IDENTIFIER, ARITHABORT'.
> I wonder if it could be because i have an calculated field in the table,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ?
>
> The table is create as follows:
> CREATE TABLE [dbo].[Assigner] (
> [id] [int] IDENTITY (1, 1) NOT NULL ,
> [FirstName] [varchar] (25) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL ,
> [LastName] [varchar] (30) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL ,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ,
> [CustomerGroup_id] [int] NOT NULL ,
> [Deactivated] [bit] NULL
> ) ON [PRIMARY]
> GO
> ALTER TABLE [dbo].[Assigner] WITH NOCHECK ADD
> CONSTRAINT [PK_Assigner] PRIMARY KEY CLUSTERED
> (
> [id]
> ) WITH FILLFACTOR = 70 ON [PRIMARY]
> GO
> ALTER TABLE [dbo].[Assigner] ADD
> CONSTRAINT [FK_Assigner_CustomerGroup] FOREIGN KEY
> (
> [CustomerGroup_id]
> ) REFERENCES [dbo].[CustomerGroup] (
> [id]
> )
> GO
>|||John,
Go with TIbors suggestions... A computed column which is index, etc , then
those settings matter during maint plan stuff... I would suspect you are
getting the error on index rebuild..
--
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"John Boghossian" <john.boghossian@.investorab.com> wrote in message
news:eS2iwyljEHA.3724@.TK2MSFTNGP11.phx.gbl...
> Hi there,
> I get an error from the maintenance plan, when it every weekend
reorganizes
> the data and index tables:
> [Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 1934: [Microsoft][ODBC
SQL
> Server Driver][SQL Server]DBCC failed because the following SET options
have
> incorrect settings: 'QUOTED_IDENTIFIER, ARITHABORT'.
> I wonder if it could be because i have an calculated field in the table,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ?
>
> The table is create as follows:
> CREATE TABLE [dbo].[Assigner] (
> [id] [int] IDENTITY (1, 1) NOT NULL ,
> [FirstName] [varchar] (25) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL
,
> [LastName] [varchar] (30) COLLATE SQL_SwedishStd_Pref_CP1_CI_AS NOT NULL
,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ,
> [CustomerGroup_id] [int] NOT NULL ,
> [Deactivated] [bit] NULL
> ) ON [PRIMARY]
> GO
> ALTER TABLE [dbo].[Assigner] WITH NOCHECK ADD
> CONSTRAINT [PK_Assigner] PRIMARY KEY CLUSTERED
> (
> [id]
> ) WITH FILLFACTOR = 70 ON [PRIMARY]
> GO
> ALTER TABLE [dbo].[Assigner] ADD
> CONSTRAINT [FK_Assigner_CustomerGroup] FOREIGN KEY
> (
> [CustomerGroup_id]
> ) REFERENCES [dbo].[CustomerGroup] (
> [id]
> )
> GO
>|||> I wonder if it could be because i have an calculated field in the table,
> [FullName] AS ([LastName] + ', ' + [FirstName]) ?
Why would you have this calculated column in the table? I would be tempted
to drop it and run this concatenation in the SELECT proc(s) or even a view.
--
http://www.aspfaq.com/
(Reverse address to reply.)

Error From Maintenance Plan

I am getting the following error in my Maintenance Plan. It looks as
if it is just one table (according to the Object id). My question is
how do I determine which table this is when all I have is this Object
ID?
Mark
[7] Database pcms: Check Data and Index Linkage...
[Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 2576:
[Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
pointed to by the previous pointer of IAM page (1:28607) object ID
507864876 index ID 2 but was not detected in the scan.
The following errors were found:
[Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
pointed to by the previous pointer of IAM page (1:28607) object ID
507864876 index ID 2 but was not detected in the scan.
[Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
pointed to by the previous pointer of IAM page (1:96558) object ID
507864876 index ID 9 but was not detected in the scan.
[Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
pointed to by the previous pointer of IAM page (1:97687) object ID
507864876 index ID 10 but was not detected in the scan.
[Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
pointed to by the previous pointer of IAM page (1:111104) object ID
507864876 index ID 11 but was not detected in the scan.
[Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
pointed to by the previous pointer of IAM page (1:117681) object ID
507864876 index ID 12 but was not detected in the scan.
[Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
pointed to by the previous pointer of IAM page (1:117690) object ID
507864876 index ID 13 but was not detected in the scan.
[Microsoft][ODBC SQL Server Driver][SQL Server] The repair
level on the DBCC statement caused this repair to be bypassed.
[Microsoft][ODBC SQL Server Driver][SQL Server] The repair
level on the DBCC statement caused this repair to be bypassed.
[Microsoft][ODBC SQL Server Driver][SQL Server] The repair
level on the DBCC statement caused this repair to be bypassed.
[Microsoft][ODBC SQL Server Driver][SQL Server] The repair
level on the DBCC statement caused this repair to be bypassed.
[Microsoft][ODBC SQL Server Driver][SQL Server] The repair
level on the DBCC statement caused this repair to be bypassed.
[Microsoft][ODBC SQL Server Driver][SQL Server] The repair
level on the DBCC statement caused this repair to be bypassed.
[Microsoft][ODBC SQL Server Driver][SQL Server]CHECKDB found 12
allocation errors and 0 consistency errors in table '(Object ID
507864876)' (object ID 507864876).
[Microsoft][ODBC SQL Server Driver][SQL Server]CHECKDB found 12
allocation errors and 0 consistency errors in database 'pcms'.
[Microsoft][ODBC SQL Server Driver][SQL Server]repair_allow_data_loss
is the minimum repair level for the errors found by DBCC CHECKDB (pcms
repair_fast).
** Execution Time: 0 hrs, 2 mins, 22 secs **Hi Mark,
As all the indexes are non clustered (their indid is greater than 1) you
should be able to solve this issue by rebuilding the indexes on your table.
You can find the name of the table that is affected with
OBJECT_NAME(507864876), and you can then rebuild the indexes with DBCC
DBREINDEX(<table name>). Make a backup of your database first though.
--
Jacco Schalkwijk
SQL Server MVP
"Mark" <markcash@.Hotmail.com> wrote in message
news:57bdc737.0402160616.508ce27f@.posting.google.com...
> I am getting the following error in my Maintenance Plan. It looks as
> if it is just one table (according to the Object id). My question is
> how do I determine which table this is when all I have is this Object
> ID?
> Mark
>
> [7] Database pcms: Check Data and Index Linkage...
> [Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 2576:
> [Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
> pointed to by the previous pointer of IAM page (1:28607) object ID
> 507864876 index ID 2 but was not detected in the scan.
> The following errors were found:
> [Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
> pointed to by the previous pointer of IAM page (1:28607) object ID
> 507864876 index ID 2 but was not detected in the scan.
> [Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
> pointed to by the previous pointer of IAM page (1:96558) object ID
> 507864876 index ID 9 but was not detected in the scan.
> [Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
> pointed to by the previous pointer of IAM page (1:97687) object ID
> 507864876 index ID 10 but was not detected in the scan.
> [Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
> pointed to by the previous pointer of IAM page (1:111104) object ID
> 507864876 index ID 11 but was not detected in the scan.
> [Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
> pointed to by the previous pointer of IAM page (1:117681) object ID
> 507864876 index ID 12 but was not detected in the scan.
> [Microsoft][ODBC SQL Server Driver][SQL Server]IAM page (0:0) is
> pointed to by the previous pointer of IAM page (1:117690) object ID
> 507864876 index ID 13 but was not detected in the scan.
> [Microsoft][ODBC SQL Server Driver][SQL Server] The repair
> level on the DBCC statement caused this repair to be bypassed.
> [Microsoft][ODBC SQL Server Driver][SQL Server] The repair
> level on the DBCC statement caused this repair to be bypassed.
> [Microsoft][ODBC SQL Server Driver][SQL Server] The repair
> level on the DBCC statement caused this repair to be bypassed.
> [Microsoft][ODBC SQL Server Driver][SQL Server] The repair
> level on the DBCC statement caused this repair to be bypassed.
> [Microsoft][ODBC SQL Server Driver][SQL Server] The repair
> level on the DBCC statement caused this repair to be bypassed.
> [Microsoft][ODBC SQL Server Driver][SQL Server] The repair
> level on the DBCC statement caused this repair to be bypassed.
> [Microsoft][ODBC SQL Server Driver][SQL Server]CHECKDB found 12
> allocation errors and 0 consistency errors in table '(Object ID
> 507864876)' (object ID 507864876).
> [Microsoft][ODBC SQL Server Driver][SQL Server]CHECKDB found 12
> allocation errors and 0 consistency errors in database 'pcms'.
> [Microsoft][ODBC SQL Server Driver][SQL Server]repair_allow_data_loss
> is the minimum repair level for the errors found by DBCC CHECKDB (pcms
> repair_fast).
> ** Execution Time: 0 hrs, 2 mins, 22 secs **