Showing posts with label enterprise. Show all posts
Showing posts with label enterprise. Show all posts

Friday, March 30, 2012

HELP!! i deleted services!

i have installed vs 2005 and sql server enterprise edition on an xp pro sp2 machine.but i could not connect to the mssqlexpress default database that it came with.in a moment of madness i deleted the mssqlserver services (3 of them).how do i reinstall them? i thought uninstalling the products and reinstalling them would help but it did not.

please help!

cheers OK, wait a minute. You installed the enterprise edition of the MSSQL Service on a XP prof ? This is not possible. What did you actually delete, where and what did you try to achieve ?

HTH, jens Suessmeyer.

http://www.sqlserver2005.de|||

yes it it is possible, the only thing is that you do not have access to all the functionality.i have solved the prob by uninstalling and installing the work edition.

thanks

|||Sorry to correct you, but installing SQL Server services won′t be available for enterprise edition, only the client tools.

Jens Suessmeyer.

http://www.sqlserver2005.de

Help!! i deleted mssqlserver services

i

have installed vs 2005 and sql server enterprise edition on an xp pro

sp2 machine.but i could not connect to the mssqlexpress default

database that it came with.in a moment of madness i deleted the

mssqlserver services (3 of them).how do i reinstall them? i thought

uninstalling the products and reinstalling them would help but it did

not.

please help!

cheers how did you delete them?|||Are you trying to connect using VS 2005?sql

Wednesday, March 28, 2012

HELP! VS .NET 2003 Server explorer

HI, you guys!
I have SQL Server 2k SP3, VS .NET 2003 Enterprise Architucture installed.
When I navigate to SQL server in Server explorer, everything is cool aside
from I can't New/Design a whatever TABLE thru the context menu but can
Create a brand-new DB.
I was told "can't find the resouce in the image file"(Error 1813)
Surfed a variety of materials in the NET already, but still have no ideas
about that.
Who could be of help ?
Thanks a lot!
--PaulIt looks to me like this is a problem with your VS.NET install rather than a
SQL Server issue. I've had no problems doing this with VS 2003.
You might try posting your question to a vsnet forum. The folks here tend
to use the SQL Server client tools. The only other suggestion I have is to
try reinstalling VS.NET.
--
Hope this helps.
Dan Guzman
SQL Server MVP
"Paul" <paulwang000@.hotmail.com> wrote in message
news:OvSlzxO5EHA.3840@.tk2msftngp13.phx.gbl...
> HI, you guys!
> I have SQL Server 2k SP3, VS .NET 2003 Enterprise Architucture installed.
> When I navigate to SQL server in Server explorer, everything is cool aside
> from I can't New/Design a whatever TABLE thru the context menu but can
> Create a brand-new DB.
> I was told "can't find the resouce in the image file"(Error 1813)
> Surfed a variety of materials in the NET already, but still have no ideas
> about that.
> Who could be of help ?
> Thanks a lot!
> --Paul

HELP! VS .NET 2003 Server explorer

HI, you guys!
I have SQL Server 2k SP3, VS .NET 2003 Enterprise Architucture installed.
When I navigate to SQL server in Server explorer, everything is cool aside
from I can't New/Design a whatever TABLE thru the context menu but can
Create a brand-new DB.
I was told "can't find the resouce in the image file"(Error 1813)
Surfed a variety of materials in the NET already, but still have no ideas
about that.
Who could be of help ?
Thanks a lot!
--Paul
It looks to me like this is a problem with your VS.NET install rather than a
SQL Server issue. I've had no problems doing this with VS 2003.
You might try posting your question to a vsnet forum. The folks here tend
to use the SQL Server client tools. The only other suggestion I have is to
try reinstalling VS.NET.
Hope this helps.
Dan Guzman
SQL Server MVP
"Paul" <paulwang000@.hotmail.com> wrote in message
news:OvSlzxO5EHA.3840@.tk2msftngp13.phx.gbl...
> HI, you guys!
> I have SQL Server 2k SP3, VS .NET 2003 Enterprise Architucture installed.
> When I navigate to SQL server in Server explorer, everything is cool aside
> from I can't New/Design a whatever TABLE thru the context menu but can
> Create a brand-new DB.
> I was told "can't find the resouce in the image file"(Error 1813)
> Surfed a variety of materials in the NET already, but still have no ideas
> about that.
> Who could be of help ?
> Thanks a lot!
> --Paul

Monday, March 26, 2012

Help! SQL Express, Standard or Enterprise? or Access?

I'm not a developer and would like your input to compare against what a sales rep is telling me.

I'm managing a small web project that will have a database with a max of 20,000 records with less than 50 field each. It will be hit by anything from 200 to 500 people in a day (max) via Internet connection from all over with all sorts of speed.

The users will select less than 50 filters to obtain the results of the info they are looking for among the 20000 records. Most users will only choose less than 10 filters per search.

That's all that the database will do...seems to me enterprise is way too much, but since I'm not expert, need one of you to help with your input.

Thanks very much!


Hi,

you already said, thats this is a quite small web project. I would sugest using the SQL Server Express edition, also for the reason that it can be used for free. If you are experiencing speed problems which are based on the restrictions of Express (limitation in CPU and RAM) you can later easily upgrade to Standard Edition with just a backup and restore. You will have to keep in mind that if you are using Standard or Enterprise edition you will need either user CALs for named users or named machines. So as the rules of thumbs you will have to get CALs for very user connecting to the SQL Server. (Which is quite expensive if the server is accessible through the internet). The other option would be to get a processor license. Based on the per unit prices you can calculate the breakeven for each of the models. Be also aware that although you are using a web frontend where theoretically on one users accesses the database (e.g. the service account for the webserver) the licensing from above applies (multiplexing)

HTH, Jens K. Suessmeyer.


http://www.sqlserver2005.de

|||

What about using a hosted solution? That would be cheapest and easiest way if it's available. You could get that for $5-10 a month.

|||

Thank you very much. We need user CALs for named machines, so I guess I need further research on cost for that.

I truly appreciate you the taking time to answer.

|||

Tricky part I found on that is that the services that seem to meet some of our need also limit what we can do. I'm still searching this possibility, but so far, we haven't found a packaged solution. We are in Denver and are scheduling to visit a couple of host sites in the next few weeks and see how well that fits us. Once all the phases of the deployment are completed, will have users throughout the state (potentially 15K-20K) so the host site can address our cpu demands...

Txs. for the response. I'll let you know if this route works...

Help! SQL Express, Standard or Enterprise? or Access?

I'm not a developer and would like your input to compare against what a sales rep is telling me.

I'm managing a small web project that will have a database with a max of 20,000 records with less than 50 field each. It will be hit by anything from 200 to 500 people in a day (max) via Internet connection from all over with all sorts of speed.

The users will select less than 50 filters to obtain the results of the info they are looking for among the 20000 records. Most users will only choose less than 10 filters per search.

That's all that the database will do...seems to me enterprise is way too much, but since I'm not expert, need one of you to help with your input.

Thanks very much!


Hi,

you already said, thats this is a quite small web project. I would sugest using the SQL Server Express edition, also for the reason that it can be used for free. If you are experiencing speed problems which are based on the restrictions of Express (limitation in CPU and RAM) you can later easily upgrade to Standard Edition with just a backup and restore. You will have to keep in mind that if you are using Standard or Enterprise edition you will need either user CALs for named users or named machines. So as the rules of thumbs you will have to get CALs for very user connecting to the SQL Server. (Which is quite expensive if the server is accessible through the internet). The other option would be to get a processor license. Based on the per unit prices you can calculate the breakeven for each of the models. Be also aware that although you are using a web frontend where theoretically on one users accesses the database (e.g. the service account for the webserver) the licensing from above applies (multiplexing)

HTH, Jens K. Suessmeyer.


http://www.sqlserver2005.de

|||

What about using a hosted solution? That would be cheapest and easiest way if it's available. You could get that for $5-10 a month.

|||

Thank you very much. We need user CALs for named machines, so I guess I need further research on cost for that.

I truly appreciate you the taking time to answer.

|||

Tricky part I found on that is that the services that seem to meet some of our need also limit what we can do. I'm still searching this possibility, but so far, we haven't found a packaged solution. We are in Denver and are scheduling to visit a couple of host sites in the next few weeks and see how well that fits us. Once all the phases of the deployment are completed, will have users throughout the state (potentially 15K-20K) so the host site can address our cpu demands...

Txs. for the response. I'll let you know if this route works...

Monday, March 19, 2012

Help! Indexing LARGE table

OK, I imported 680 million records into an unindexed table. That went well.

Then, I went into Enterprise Manager and added a two column non-unique clustered index to that table to speed access.

It's been running for ~36 hours and I have no idea when it will complete. I have deadlines that I'm going to miss and am very nervous; what can I do?

SQL Server 2000 Enterprise Edition (8.00.818 - sp3 + hotfixes)
Dual 3Ghz Xeon (two physical CPUs each have HyperThreading enabled)
Windows 2000 SP4
4GB RAM (although I just noticed the 3GB OS switch wasn't on)
SCSI boot drive
tempdb, data, and transaction log are on a FibreChannel RAID SAN

Help! Thanks in advance!OK, I imported 680 million records into an unindexed table. That went well.

Well what? Into the night?

Then, I went into Enterprise Manager and added a two column non-unique clustered index to that table to speed access.

Yeah, you'd want to do that with almost a billion records (hey let's not split hairs)

It's been running for ~36 hours and I have no idea when it will complete. I have deadlines that I'm going to miss and am very nervous; what can I do?

Pray?

SQL Server 2000 Enterprise Edition (8.00.818 - sp3 + hotfixes)
Dual 3Ghz Xeon (two physical CPUs each have HyperThreading enabled)
Windows 2000 SP4
4GB RAM (although I just noticed the 3GB OS switch wasn't on)
SCSI boot drive
tempdb, data, and transaction log are on a FibreChannel RAID SAN

Nice box...do you have to buy it dinner?

Help! Thanks in advance!

Help with what? You defenitley DONT want to kill it...it'll take twice as long to rollback.

Seems you get a lot of these. I would definetly start padding my estimates...

OR, I would think about performance before...

Without knowing you're data, I would still say that this is a MAJOR partition canidate, into many file groups on many different devices...

But that's just me

OH

MOO

Good Luck|||I agree with Brett that killing the job will be bad. A clustered index looks to order the rows of the table on the disk itself. If SQL Server decides that these rows are in exactly the revers order of what they should be, then you are going to see an awful lot of data move around. Your transaction log is probably going nuts, too.
As for speeding it up, there isn't a lot you can do while the process is in flight. If this import is a normal thing, then you can consider partitioning the table on some unique key, and cutting it down to seven 100 million row tables. Also, for non-clustered indexes, you can get a boost from the SORT_IN_TEMPDB option. Take a look in BOL for that.|||Without knowing you're data, I would still say that this is a MAJOR partition canidate, into many file groups on many different devices...

Yes, horizontal partitioning will be a necessary move. My data isn't primarily organized by date so that wouldn't make an ideal partition criteria. I haven't done this before and am nervous about doing it correctly; mistakes at the planning phase will be hard to correct.

Your reply is a mix of helpful advice and frustrated sarcasm. I am thankful for the helpful advice and probably deserve the sarcasm.|||ok, it just finished rolling back. The data file was on a 150GB SAN partition and ran out of space. It was previously like 73GB so I'm surprised that happened. any way, at least I have the database back...

thanks guys|||Your reply is a mix of helpful advice and frustrated sarcasm. I am thankful for the helpful advice and probably deserve the sarcasm.

Well I was trying to get you to laugh..not to make fun of you

Why not post the DDL of the table...|||Got me to laugh, anyway. Does that count as a near miss?

Roger: At this point, maybe you can try the index as a non-clustered index. Let us know what happens.|||Is there any chance the import file is already sorted? If so you can create the clustered index on the empty table and use the ORDERED argument with BCP to prevent SQL from resorting the data.|||Well I was trying to get you to laugh..not to make fun of you

Brett's gone off to Flordia for vacation. We can make fun of him while he is gone. :p

Help! How do you remove a sql group when...

Hi all,
I am attempting to remove a sql server group from my list in enterprise
manager, none of the old registered sql servers in my group exist and the
connections to them times out. How does one get around this problem.
Cheers, LerpCan you not right click on the group in Enterprise Manager and choose
delete to delete the group? You will have to delete the server
registrations first.
Rand
This posting is provided "as is" with no warranties and confers no rights.

Monday, March 12, 2012

HELP! Enterprise Manger closes when viewing database properties

If I right click on a database and choose properties, SQL server Enterprise
Manager just closes. The following error then shows up in the event log.
Event Type: Information
Event Source: DrWatson
Event Category: None
Event ID: 4097
Date: 12/7/2003
Time: 5:11:58 PM
User: N/A
Computer: NPR_Broadcast1
Description:
The application, mmc.exe, generated an application error The error occurred
on 12/07/2003 @. 17:11:58.687 The exception generated was c0000005 at address
4247B7AB (<nosymbols>)
Any Help would be appreciated!
thanks,
Shelly LangleyWhat is the level of your SP?
Are there other processes?
"ShellyL" <SLangley@.Yahoo.com> a écrit dans le message de
news:OmtgDySvDHA.2456@.TK2MSFTNGP12.phx.gbl...
> If I right click on a database and choose properties, SQL server
Enterprise
> Manager just closes. The following error then shows up in the event log.
> Event Type: Information
> Event Source: DrWatson
> Event Category: None
> Event ID: 4097
> Date: 12/7/2003
> Time: 5:11:58 PM
> User: N/A
> Computer: NPR_Broadcast1
> Description:
> The application, mmc.exe, generated an application error The error
occurred
> on 12/07/2003 @. 17:11:58.687 The exception generated was c0000005 at
address
> 4247B7AB (<nosymbols>)
> Any Help would be appreciated!
> thanks,
> Shelly Langley
>|||Try right clicking the database , go to View and select detail (instead of
Taskpad)... Sometimes viewing taskpad gives the error you mention...
--
Wayne Snyder, MCDBA, SQL Server MVP
Computer Education Services Corporation (CESC), Charlotte, NC
www.computeredservices.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
"ShellyL" <SLangley@.Yahoo.com> wrote in message
news:OmtgDySvDHA.2456@.TK2MSFTNGP12.phx.gbl...
> If I right click on a database and choose properties, SQL server
Enterprise
> Manager just closes. The following error then shows up in the event log.
> Event Type: Information
> Event Source: DrWatson
> Event Category: None
> Event ID: 4097
> Date: 12/7/2003
> Time: 5:11:58 PM
> User: N/A
> Computer: NPR_Broadcast1
> Description:
> The application, mmc.exe, generated an application error The error
occurred
> on 12/07/2003 @. 17:11:58.687 The exception generated was c0000005 at
address
> 4247B7AB (<nosymbols>)
> Any Help would be appreciated!
> thanks,
> Shelly Langley
>|||Thanks for the replies! I got shipped out of the office this week, so I
wasn't able to try anything yet, but I need to get on it right away.
I'll let you know.
-S.L.
"Wayne Snyder" <wsnyder@.computeredservices.com> wrote in message
news:%23MCiNtYvDHA.3436@.tk2msftngp13.phx.gbl...
> Try right clicking the database , go to View and select detail (instead of
> Taskpad)... Sometimes viewing taskpad gives the error you mention...
> --
> Wayne Snyder, MCDBA, SQL Server MVP
> Computer Education Services Corporation (CESC), Charlotte, NC
> www.computeredservices.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
> "ShellyL" <SLangley@.Yahoo.com> wrote in message
> news:OmtgDySvDHA.2456@.TK2MSFTNGP12.phx.gbl...
> > If I right click on a database and choose properties, SQL server
> Enterprise
> > Manager just closes. The following error then shows up in the event
log.
> >
> > Event Type: Information
> > Event Source: DrWatson
> > Event Category: None
> > Event ID: 4097
> > Date: 12/7/2003
> > Time: 5:11:58 PM
> > User: N/A
> > Computer: NPR_Broadcast1
> > Description:
> > The application, mmc.exe, generated an application error The error
> occurred
> > on 12/07/2003 @. 17:11:58.687 The exception generated was c0000005 at
> address
> > 4247B7AB (<nosymbols>)
> >
> > Any Help would be appreciated!
> > thanks,
> > Shelly Langley
> >
> >
>|||Sorry for my ignorance, but SP? Other processes where?
Thanks,
SL
"Philippe RUELLO" <pruello@.tibco.fr> wrote in message
news:%23hAl3dWvDHA.2484@.TK2MSFTNGP09.phx.gbl...
> What is the level of your SP?
> Are there other processes?
>|||It doesn't seem to matter. Enterprise Manager just disappears whatever it's
on.
Any other ideas?
Thanks,
SL
"Wayne Snyder" <wsnyder@.computeredservices.com> wrote in message
news:%23MCiNtYvDHA.3436@.tk2msftngp13.phx.gbl...
> Try right clicking the database , go to View and select detail (instead of
> Taskpad)... Sometimes viewing taskpad gives the error you mention...
> --
> Wayne Snyder, MCDBA, SQL Server MVP
> Computer Education Services Corporation (CESC), Charlotte, NC
> www.computeredservices.com
> (Please respond only to the newsgroups.)
>|||SQL Server Standard Edition
Product Version 8.00.760 (SP3)
Microsoft Management Console 1.2
Version 5(Build 2195: Service Pack 4)|||System seems ok,
does the error alwys happens on the same db?
"ShellyL" <SLangley@.Yahoo.com> a écrit dans le message de
news:OX3locVxDHA.2316@.TK2MSFTNGP10.phx.gbl...
> SQL Server Standard Edition
> Product Version 8.00.760 (SP3)
> Microsoft Management Console 1.2
> Version 5(Build 2195: Service Pack 4)
>|||It was happening with any DB. I just re-ran SP3 (actually 3a) and it seems
to have fixed it (4:48am).
Really weird.
Thanks,
Shelly Langley
"Philippe RUELLO" <pruello@.tibco.fr> wrote in message
news:ewnaFnVxDHA.2464@.TK2MSFTNGP12.phx.gbl...
> System seems ok,
> does the error alwys happens on the same db?
> "ShellyL" <SLangley@.Yahoo.com> a écrit dans le message de
> news:OX3locVxDHA.2316@.TK2MSFTNGP10.phx.gbl...
> > SQL Server Standard Edition
> > Product Version 8.00.760 (SP3)
> >
> > Microsoft Management Console 1.2
> > Version 5(Build 2195: Service Pack 4)
> >
> >
>

Help! Enterprise Manager Turns SQL Server Service Manager Off

IF someone can assist me. Everytime I load up enterprise manager the service manager turns off. And the enterprise manager can't connect to the local database. But everytime i turn it back on and try to connect again it shuts it off and around and around we go. Help would be appreciated. Thanks.

What is the service manager? What do you mean it "turns off"? What do you mean you "turn it back on"? Why are you asking about this problem on this forum?

I'm confused.

-Jamie

|||Basically my local SQL disconnects automatically whenever I try to even access my local tables. I don't know what's causing that. When i'm not trying to access it, it stays on. Otherwise it just turns off.

Help! Enterprise Manager Turns SQL Server Service Manager Off

IF someone can assist me. Everytime I load up enterprise manager the service manager turns off. And the enterprise manager can't connect to the local database. But everytime i turn it back on and try to connect again it shuts it off and around and around we go. Help would be appreciated. Thanks.

What is the service manager? What do you mean it "turns off"? What do you mean you "turn it back on"? Why are you asking about this problem on this forum?

I'm confused.

-Jamie

|||Basically my local SQL disconnects automatically whenever I try to even access my local tables. I don't know what's causing that. When i'm not trying to access it, it stays on. Otherwise it just turns off.

HELP! Custom authentication WITHOUT a login

Am I missing something when setting up Custom Authentication? We are testing
with the Enterprise version but only in development. We'd LOVE to do it with
the Standard Version so we don't have to buy Enterprise just for web apps.
Bascially, I don't want to require users to login to the report server AFTER
they've already logged in to our web application. I built the custom
authentication sample and had it working fine but when I try and use
logonUser to force credentials in, it still redirect to the login.aspx for
the reportserver.
Also, I don't want to use the SOAP API because our reports need to have a
toolbar
Is it possible to use Custom Forms Authentication with an internet app where
my reportserver is BEHIND the firewall and NOT require the user to log in
directly to the web server' Or is it as simple as moving the Report Server
up onto the exposed IIS server?
Any guidance or sample code would be much appreciated.I am in a very similar situation. If you did find any solution or code
snippet to help you out of this, can you please post it here ? It will be a
great help.
DC
"bteclt" <bteclt@.discussions.microsoft.com> wrote in message
news:3C03F1FF-392E-41DB-856B-1B46969D0CB0@.microsoft.com...
> Am I missing something when setting up Custom Authentication? We are
testing
> with the Enterprise version but only in development. We'd LOVE to do it
with
> the Standard Version so we don't have to buy Enterprise just for web apps.
> Bascially, I don't want to require users to login to the report server
AFTER
> they've already logged in to our web application. I built the custom
> authentication sample and had it working fine but when I try and use
> logonUser to force credentials in, it still redirect to the login.aspx for
> the reportserver.
> Also, I don't want to use the SOAP API because our reports need to have a
> toolbar
> Is it possible to use Custom Forms Authentication with an internet app
where
> my reportserver is BEHIND the firewall and NOT require the user to log in
> directly to the web server' Or is it as simple as moving the Report
Server
> up onto the exposed IIS server?
> Any guidance or sample code would be much appreciated.
>|||DC,
I can tell you this...I've spent days now reading the various forums and
have not found any luck with this. It appears most users are happy with the
SOAP API and reports without toolbars OR are trying to simply secure access
to the Report Manager via a login on the Web. I assume there are people that
want on-demand reports that render in a browser using the Viewer Control or
the Toolbar (and without a secondary login to the report server) but they
don't seem to want to respond to the forums. I've also seen a lot of
frustration from folks simply trying to implement the custom security. I
would have assume Microsoft would have been very interested in making
reporting via the Internet an easy task to implement but it appears they are
happy letting Crystal Reports keep a strong grip on the marketplace. Don't
get me wrong, they/we should be concerned about securing our apps but they
should also not make it required for us to be web developers, network admins
and security specialists and DBA's all at once...just seems like it gets to
the point where frustration wins out and staying with current reporting
solutions (we use Crystal) or searching for others is the best way out. I'll
post back to this forum anything else I find out though! I'd appreciate it
if you could do the same...maybe one of us can crack this
"DC" wrote:
> I am in a very similar situation. If you did find any solution or code
> snippet to help you out of this, can you please post it here ? It will be a
> great help.
> DC
>
> "bteclt" <bteclt@.discussions.microsoft.com> wrote in message
> news:3C03F1FF-392E-41DB-856B-1B46969D0CB0@.microsoft.com...
> > Am I missing something when setting up Custom Authentication? We are
> testing
> > with the Enterprise version but only in development. We'd LOVE to do it
> with
> > the Standard Version so we don't have to buy Enterprise just for web apps.
> >
> > Bascially, I don't want to require users to login to the report server
> AFTER
> > they've already logged in to our web application. I built the custom
> > authentication sample and had it working fine but when I try and use
> > logonUser to force credentials in, it still redirect to the login.aspx for
> > the reportserver.
> >
> > Also, I don't want to use the SOAP API because our reports need to have a
> > toolbar
> >
> > Is it possible to use Custom Forms Authentication with an internet app
> where
> > my reportserver is BEHIND the firewall and NOT require the user to log in
> > directly to the web server' Or is it as simple as moving the Report
> Server
> > up onto the exposed IIS server?
> >
> > Any guidance or sample code would be much appreciated.
> >
> >
>
>|||I am sorry about your frustration. This queston has been asked zillion times
in different flavors.
Let's leave RS aside. Your question boils down to:
"If I have two web applications (one Internet-facing and the other behind a
firewall) can a web user access the private web app? And the answer is no.
URL addressability (if this is what you want) relies on direct access to the
Report Server and your Report Server has to be Internet-facing as well. In
addition, since Forms Authentication is cookie-based, all cookie-related
restrictions apply, e.g. cross-domain cookies are not allowed so both apps
have to be on the same domain, when testing don't use localhost, etc.
As a side note, one of things developers including myself appreciate most
about RS is its extensible model. It allows you to extend/replace data,
security, delivery and rendering functionality. Try doing this with
Crystal...
--
Hope this helps.
---
Teo Lachev, MVP [SQL Server], MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
---
"bteclt" <bteclt@.discussions.microsoft.com> wrote in message
news:D26EE429-EAAF-44C2-9AA4-01F2B6206F39@.microsoft.com...
> DC,
> I can tell you this...I've spent days now reading the various forums and
> have not found any luck with this. It appears most users are happy with
the
> SOAP API and reports without toolbars OR are trying to simply secure
access
> to the Report Manager via a login on the Web. I assume there are people
that
> want on-demand reports that render in a browser using the Viewer Control
or
> the Toolbar (and without a secondary login to the report server) but they
> don't seem to want to respond to the forums. I've also seen a lot of
> frustration from folks simply trying to implement the custom security. I
> would have assume Microsoft would have been very interested in making
> reporting via the Internet an easy task to implement but it appears they
are
> happy letting Crystal Reports keep a strong grip on the marketplace.
Don't
> get me wrong, they/we should be concerned about securing our apps but they
> should also not make it required for us to be web developers, network
admins
> and security specialists and DBA's all at once...just seems like it gets
to
> the point where frustration wins out and staying with current reporting
> solutions (we use Crystal) or searching for others is the best way out.
I'll
> post back to this forum anything else I find out though! I'd appreciate
it
> if you could do the same...maybe one of us can crack this
>
> "DC" wrote:
> > I am in a very similar situation. If you did find any solution or code
> > snippet to help you out of this, can you please post it here ? It will
be a
> > great help.
> >
> > DC
> >
> >
> > "bteclt" <bteclt@.discussions.microsoft.com> wrote in message
> > news:3C03F1FF-392E-41DB-856B-1B46969D0CB0@.microsoft.com...
> > > Am I missing something when setting up Custom Authentication? We are
> > testing
> > > with the Enterprise version but only in development. We'd LOVE to do
it
> > with
> > > the Standard Version so we don't have to buy Enterprise just for web
apps.
> > >
> > > Bascially, I don't want to require users to login to the report server
> > AFTER
> > > they've already logged in to our web application. I built the custom
> > > authentication sample and had it working fine but when I try and use
> > > logonUser to force credentials in, it still redirect to the login.aspx
for
> > > the reportserver.
> > >
> > > Also, I don't want to use the SOAP API because our reports need to
have a
> > > toolbar
> > >
> > > Is it possible to use Custom Forms Authentication with an internet app
> > where
> > > my reportserver is BEHIND the firewall and NOT require the user to log
in
> > > directly to the web server' Or is it as simple as moving the Report
> > Server
> > > up onto the exposed IIS server?
> > >
> > > Any guidance or sample code would be much appreciated.
> > >
> > >
> >
> >
> >|||Teo,
Ok, if I follow your post here and my configuration is as follows:
a) SRS running on Default Web site in Production IIS envirnonment with
custom security dll set up as prescribed in the Microsoft Forms
Authentication Sample
b) Production web site (in this case on the exact same server as SRS) that
uses a Forms based authentication (ie. we have users table in MSSQL that is
checked with a login stored procedure based on click event from submit button
on web login page)
c) Production MSSQL DB is behind firewall and is connected through the web app
d) hyperlinks on the menu to individual SQL Reports
I want to run the SQL Reports in an on-demand format from the clicks on the
hyperlinks (in other words, click link, report opens with the toolbar on top
or preferably in the VIEWER control). Remember, I DON'T want to use the SOAP
API becuase I need the toolbars.
What's the best method to :
1) Instantiate the credentials into the report from the web app (I can hard
code these in the app based on the roles etc I set up in the user store from
the custom authentication sample)
2) Open the report without requiring a login to the report server (ie. login
automatically based on the credentials passed in step one). Specifically, I
HAVE TO have the toolbar on top or in a perfect world I'd like to use the
viewer
Any samples or links to examples would be GREAT!!! As an aside, we primarily
use vb.net in our code behinds so that is preferred but any solutions (C# or
VB) would save us in a big way. (And FYI - I have your book and have read
the section about doing this but it talks mostly about having users login to
the UIlogon.aspx and that's what I am trying to avoid...can this be done?)
Thanks in Advance!
BTE
"Teo Lachev [MVP]" wrote:
> I am sorry about your frustration. This queston has been asked zillion times
> in different flavors.
> Let's leave RS aside. Your question boils down to:
> "If I have two web applications (one Internet-facing and the other behind a
> firewall) can a web user access the private web app? And the answer is no.
> URL addressability (if this is what you want) relies on direct access to the
> Report Server and your Report Server has to be Internet-facing as well. In
> addition, since Forms Authentication is cookie-based, all cookie-related
> restrictions apply, e.g. cross-domain cookies are not allowed so both apps
> have to be on the same domain, when testing don't use localhost, etc.
> As a side note, one of things developers including myself appreciate most
> about RS is its extensible model. It allows you to extend/replace data,
> security, delivery and rendering functionality. Try doing this with
> Crystal...
> --
> Hope this helps.
> ---
> Teo Lachev, MVP [SQL Server], MCSD, MCT
> Author: "Microsoft Reporting Services in Action"
> Publisher website: http://www.manning.com/lachev
> Buy it from Amazon.com: http://shrinkster.com/eq
> Home page and blog: http://www.prologika.com/
> ---
> "bteclt" <bteclt@.discussions.microsoft.com> wrote in message
> news:D26EE429-EAAF-44C2-9AA4-01F2B6206F39@.microsoft.com...
> > DC,
> > I can tell you this...I've spent days now reading the various forums and
> > have not found any luck with this. It appears most users are happy with
> the
> > SOAP API and reports without toolbars OR are trying to simply secure
> access
> > to the Report Manager via a login on the Web. I assume there are people
> that
> > want on-demand reports that render in a browser using the Viewer Control
> or
> > the Toolbar (and without a secondary login to the report server) but they
> > don't seem to want to respond to the forums. I've also seen a lot of
> > frustration from folks simply trying to implement the custom security. I
> > would have assume Microsoft would have been very interested in making
> > reporting via the Internet an easy task to implement but it appears they
> are
> > happy letting Crystal Reports keep a strong grip on the marketplace.
> Don't
> > get me wrong, they/we should be concerned about securing our apps but they
> > should also not make it required for us to be web developers, network
> admins
> > and security specialists and DBA's all at once...just seems like it gets
> to
> > the point where frustration wins out and staying with current reporting
> > solutions (we use Crystal) or searching for others is the best way out.
> I'll
> > post back to this forum anything else I find out though! I'd appreciate
> it
> > if you could do the same...maybe one of us can crack this
> >
> >
> >
> > "DC" wrote:
> >
> > > I am in a very similar situation. If you did find any solution or code
> > > snippet to help you out of this, can you please post it here ? It will
> be a
> > > great help.
> > >
> > > DC
> > >
> > >
> > > "bteclt" <bteclt@.discussions.microsoft.com> wrote in message
> > > news:3C03F1FF-392E-41DB-856B-1B46969D0CB0@.microsoft.com...
> > > > Am I missing something when setting up Custom Authentication? We are
> > > testing
> > > > with the Enterprise version but only in development. We'd LOVE to do
> it
> > > with
> > > > the Standard Version so we don't have to buy Enterprise just for web
> apps.
> > > >
> > > > Bascially, I don't want to require users to login to the report server
> > > AFTER
> > > > they've already logged in to our web application. I built the custom
> > > > authentication sample and had it working fine but when I try and use
> > > > logonUser to force credentials in, it still redirect to the login.aspx
> for
> > > > the reportserver.
> > > >
> > > > Also, I don't want to use the SOAP API because our reports need to
> have a
> > > > toolbar
> > > >
> > > > Is it possible to use Custom Forms Authentication with an internet app
> > > where
> > > > my reportserver is BEHIND the firewall and NOT require the user to log
> in
> > > > directly to the web server' Or is it as simple as moving the Report
> > > Server
> > > > up onto the exposed IIS server?
> > > >
> > > > Any guidance or sample code would be much appreciated.
> > > >
> > > >
> > >
> > >
> > >
>
>|||Please find my comments inline.
--
Hope this helps.
---
Teo Lachev, MVP [SQL Server], MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
---
"bteclt" <bteclt@.discussions.microsoft.com> wrote in message
news:92AF49BE-22E1-4C01-B177-F802D3D5193C@.microsoft.com...
> Teo,
> Ok, if I follow your post here and my configuration is as follows:
> a) SRS running on Default Web site in Production IIS envirnonment with
> custom security dll set up as prescribed in the Microsoft Forms
> Authentication Sample
> b) Production web site (in this case on the exact same server as SRS) that
> uses a Forms based authentication (ie. we have users table in MSSQL that
is
> checked with a login stored procedure based on click event from submit
button
> on web login page)
> c) Production MSSQL DB is behind firewall and is connected through the web
app
> d) hyperlinks on the menu to individual SQL Reports
> I want to run the SQL Reports in an on-demand format from the clicks on
the
> hyperlinks (in other words, click link, report opens with the toolbar on
top
> or preferably in the VIEWER control). Remember, I DON'T want to use the
SOAP
> API becuase I need the toolbars.
> What's the best method to :
> 1) Instantiate the credentials into the report from the web app (I can
hard
> code these in the app based on the roles etc I set up in the user store
from
> the custom authentication sample)
Teo: There is only one way. You can the RS LogonUser SOAP API and pass the
user credientials. LogonUser in turns calls
IAuthenticationExtension.LogonUser in your custom security extension.
> 2) Open the report without requiring a login to the report server (ie.
login
> automatically based on the credentials passed in step one). Specifically,
I
> HAVE TO have the toolbar on top or in a perfect world I'd like to use the
> viewer
>
Teo: Same as above. Once LogonUser is called and
IAuthenticationExtension.LogonUser returns true (user is authenticated), the
Report Server will proceed by issuing an authentication ticket in the form
of a cookie (just like ASP.NET Forms Authentication does). From there, as
long as the cookie is passed back, the Report Server will treat the user is
authenticated and won't prompt the user to log in again.
> Any samples or links to examples would be GREAT!!! As an aside, we
primarily
> use vb.net in our code behinds so that is preferred but any solutions (C#
or
> VB) would save us in a big way. (And FYI - I have your book and have read
> the section about doing this but it talks mostly about having users login
to
> the UIlogon.aspx and that's what I am trying to avoid...can this be done?)
>
Teo: Thanks for purchasing my book. I tend to disagree with you though.
Chapter 15 (15.4.1) explains how RS custom security can be integrated with a
web application similar to your scenario. It leverages the enchanced version
of the Report Viewer I wrote but the concept is the same. Remember,
UILogon.aspx is for the Report Manager, Logon.aspx is what the Report Server
uses to prompt the user, Login.aspx is the custom login page inside my
application.
I wrote a two-part article about Forms Authentication which goes into more
details than my book does including role-membership, troubleshooting, etc.
It will be published by SQL Server Magazine in the February and March 2005
issues I think. I hope my article will help demistifying RS custom security.
> Thanks in Advance!
> BTE
> "Teo Lachev [MVP]" wrote:
> > I am sorry about your frustration. This queston has been asked zillion
times
> > in different flavors.
> >
> > Let's leave RS aside. Your question boils down to:
> >
> > "If I have two web applications (one Internet-facing and the other
behind a
> > firewall) can a web user access the private web app? And the answer is
no.
> > URL addressability (if this is what you want) relies on direct access to
the
> > Report Server and your Report Server has to be Internet-facing as well.
In
> > addition, since Forms Authentication is cookie-based, all cookie-related
> > restrictions apply, e.g. cross-domain cookies are not allowed so both
apps
> > have to be on the same domain, when testing don't use localhost, etc.
> >
> > As a side note, one of things developers including myself appreciate
most
> > about RS is its extensible model. It allows you to extend/replace data,
> > security, delivery and rendering functionality. Try doing this with
> > Crystal...
> > --
> > Hope this helps.
> >
> > ---
> > Teo Lachev, MVP [SQL Server], MCSD, MCT
> > Author: "Microsoft Reporting Services in Action"
> > Publisher website: http://www.manning.com/lachev
> > Buy it from Amazon.com: http://shrinkster.com/eq
> > Home page and blog: http://www.prologika.com/
> > ---
> >
> > "bteclt" <bteclt@.discussions.microsoft.com> wrote in message
> > news:D26EE429-EAAF-44C2-9AA4-01F2B6206F39@.microsoft.com...
> > > DC,
> > > I can tell you this...I've spent days now reading the various forums
and
> > > have not found any luck with this. It appears most users are happy
with
> > the
> > > SOAP API and reports without toolbars OR are trying to simply secure
> > access
> > > to the Report Manager via a login on the Web. I assume there are
people
> > that
> > > want on-demand reports that render in a browser using the Viewer
Control
> > or
> > > the Toolbar (and without a secondary login to the report server) but
they
> > > don't seem to want to respond to the forums. I've also seen a lot of
> > > frustration from folks simply trying to implement the custom security.
I
> > > would have assume Microsoft would have been very interested in making
> > > reporting via the Internet an easy task to implement but it appears
they
> > are
> > > happy letting Crystal Reports keep a strong grip on the marketplace.
> > Don't
> > > get me wrong, they/we should be concerned about securing our apps but
they
> > > should also not make it required for us to be web developers, network
> > admins
> > > and security specialists and DBA's all at once...just seems like it
gets
> > to
> > > the point where frustration wins out and staying with current
reporting
> > > solutions (we use Crystal) or searching for others is the best way
out.
> > I'll
> > > post back to this forum anything else I find out though! I'd
appreciate
> > it
> > > if you could do the same...maybe one of us can crack this
> > >
> > >
> > >
> > > "DC" wrote:
> > >
> > > > I am in a very similar situation. If you did find any solution or
code
> > > > snippet to help you out of this, can you please post it here ? It
will
> > be a
> > > > great help.
> > > >
> > > > DC
> > > >
> > > >
> > > > "bteclt" <bteclt@.discussions.microsoft.com> wrote in message
> > > > news:3C03F1FF-392E-41DB-856B-1B46969D0CB0@.microsoft.com...
> > > > > Am I missing something when setting up Custom Authentication? We
are
> > > > testing
> > > > > with the Enterprise version but only in development. We'd LOVE to
do
> > it
> > > > with
> > > > > the Standard Version so we don't have to buy Enterprise just for
web
> > apps.
> > > > >
> > > > > Bascially, I don't want to require users to login to the report
server
> > > > AFTER
> > > > > they've already logged in to our web application. I built the
custom
> > > > > authentication sample and had it working fine but when I try and
use
> > > > > logonUser to force credentials in, it still redirect to the
login.aspx
> > for
> > > > > the reportserver.
> > > > >
> > > > > Also, I don't want to use the SOAP API because our reports need to
> > have a
> > > > > toolbar
> > > > >
> > > > > Is it possible to use Custom Forms Authentication with an internet
app
> > > > where
> > > > > my reportserver is BEHIND the firewall and NOT require the user to
log
> > in
> > > > > directly to the web server' Or is it as simple as moving the
Report
> > > > Server
> > > > > up onto the exposed IIS server?
> > > > >
> > > > > Any guidance or sample code would be much appreciated.
> > > > >
> > > > >
> > > >
> > > >
> > > >
> >
> >
> >

Friday, March 9, 2012

HELP! Can't connect to MSDE using Enterprise manger

I installed an instance (only one) of MSDE200 sp3a on one of the desktop machine (XP pro sp1), I would like to manage it by using the enterprise manager installed on another machine on the same network. I was getting the "SQL server does not exist or acce
ss denied" error. I am sure I have enter the proper login info and the MSDE is running.
Is there any configuration need to be done on the MSDE? any expert here can help me on this?
Thanks
Henry
hi Henry,
"Henry" <henryli1222@.msn.com> ha scritto nel messaggio
news:6AB45DD1-DA80-440E-B338-EA8F5467358F@.microsoft.com...
> I installed an instance (only one) of MSDE200 sp3a on one of the desktop
machine (XP pro sp1), I would like to manage it by using the enterprise
manager installed on another machine on the same network. I was getting the
"SQL server does not exist or access denied" error. I am sure I have enter
the proper login info and the MSDE is running.
> Is there any configuration need to be done on the MSDE? any expert here
can help me on this?
>
probably you installed the remote MSDE instance with the default parameter
which disable network protocols for it, not allowing remote connections to
that server...
please run svrnetcn.exe (Server Net Utility) on that server to verify the
desired network protocols are enabled...
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.7.0 - DbaMgr ver 0.53.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
|||Thanks, it works. It's possible to enable the network protocals for the MSDE 2000 installation?
|||Hi Henry,
You can do this by executing svrnetcn.exe.
HTH,
Greg Low (MVP)
MSDE Manager SQL Tools
www.whitebearconsulting.com
"Henry" <anonymous@.discussions.microsoft.com> wrote in message
news:773EC08B-D846-4AB5-AA82-35034BD9375F@.microsoft.com...
> Thanks, it works. It's possible to enable the network protocals for the
MSDE 2000 installation?

Wednesday, March 7, 2012

Help! "Remove files older than 1 week" is not there!

Help!
When I use the Enterprise Manager and create a Database Maintenance Plan
there is an option which will allow me to "Remove files older than 'X'
days".
The only problem is that the drop-down box that is supposed to let me choose
"days, hours, weeks" etc is completely blank! This means that this function
is unavailable to me, thus my hard drive keeps filling up! Please help!
How can I fix this?
I have included a screen shot of this problem.
Michaaael
begin 666 EnterpriseManager.jpg
M_]C_X `02D9)1@.`!`0```0`!``#_VP!#``8$!08%! 8&!08'!P8("A *"@.D)
M"A0.#PP0%Q08&!<4%A8:'24?&ALC'!86("P@.(R8G*2HI&1\M, "TH,"4H*2C_
MVP!#`0<'!PH("A,*"A,H&A8:*"@.H*"@.H*"@.H*"@.H*"@.H*"@.H* "@.H*"@.H*"@.H
M*"@.H*"@.H*"@.H*"@.H*"@.H*"@.H*"@.H*"C_P `1" &)`?@.#`2(``A$!`Q$!_\0`
M'0`!``(#`0$!`0````````````4&`P0'" D"`?_$`&$0``$#`P("! @.)!P<(
M!0D)`0$"`P0`!1$&$A,A!Q0BE146,4%35I32%R,R4515M-'3-T)A=I*3U#-2
M<76#D>0D-#9S=*2SPP@.E@.;&R.$-(5V)RH\+A)D1&8X*$H;7PP?_$`!L!`0$!
M``,!`0`````````````!`@.,$!08'_\0`-!$!``$"! ,&! 4$`P````````$"
M$0,$$E$%$R$6,4%289$&<8&Q%2.AP=$B4V+P,C/Q_]H`# ,!``(1`Q$`/P"V
MV^QI595W*ZZ@.BVN'"="0XZ\%-ME1!!"PK"23_1SQ\]8<Z9ZSUGX2K%UCTO6A
MN\F/+NSY.52G_2%LEJL/0UJ.+8[9!ML9:XCBFH<=#*%++X!40D 9P ,_H%<"
MU=T3,6FY:GM-FOSERO6GHR)\N,]!$9#D8H2M;C3G$6"4!:,I4$DY.W<1@.^KD
M<C@.YBC5B5S$WF.[:W\PQ57,3T=J4O3:I"7U=)ED+Z1A+AEC<! \P._/G/]];4
MRX:=DR$2/A&T\U)".&IUJ5M*QR\O;P/)G `&37FC3G1Y>+R]:G$]6\&3)D2(
M]*BR692HG6%A*%.MMK*D>?DO;S&WD:Q7_0TVUZQN5@.:FVIYR(MS :^[<HK"%H
M0X4`J*G=J%G&2T5;QYQRS7?_``;+:M/-Z_1GFU;/2.=,]9ZS\)5BZQZ7K0W>
M3'EW9\G*OZI>FU2$OJZ3+(7TC"7#+&X#Y@.=^?.?[ZXJST0W%S 1#[ZV'(^K6=
M0BSJ@.RI;$=M22P%IV<0IWK4I2=NU1W).0".=4VSZ)OUX<E,6^ &VY.C+=;<@.+
ME--S-S:2I:4QU*#JB #R2D\P1Y014IX/EJHF8Q>[Y',JV>G'EZ;>"P]TF61P
M+ "@.N6#N`.0#V^>"36+A:5X'!^$:P<'=OV=93MW8QG&[RXKS0YHF _-6V#-=A
MMH$]#;D2.J4T)4A*U[$*;C[N*L*5Y"$'(YCESIJ;1-^TU%ZS=X;PDKAK=8
ME-2$-OH`*FEEI2@.A8!SM5@.\CRY&MQP3+S-HQ>OT3FSL]/![3P:2V.DZR\-&-
MJ>N#`QY,#?YL#^ZORRO3;*W%L])ED;6X<K4B6 5'YSV^?E-<5E]"EY<M6GKG
M99\*?;[A&:>G/K6&46E2F0^H2#D[4!M05O\`/_-!4@.*B]4=%UQMG2#<]*6B;
M"N,F&N.VA;\EB$M]3S:5I2AMUP%1RK&$E7F\F0*XJ>%96J;1B^OMT7F5;.]Q
MV])L%>WI!TVH+0I"DJ?3@.@.C_`-[S'!'Z0#YJ_<A>FY* B3TF61Y .0ER6%#/
MS\UUY\9Z+M0RK3;Y,.!)2^\S,D2$35,16V$1G4MN'>MW/94H!06E!!\FX D;
M5NZ)KP_8]23)[\:WRK4S"D,-OOLAB8U)4H)<3)+@.:"<))!!4%'L\C5GA&5CK
MSO3PWM]SF5;/0;UPTZ_#;CO](VGG"TOB-NJE=M!S\X7@._H)!(R<5J23IF5MZ
MUTE6)[;G;Q)05C/S957FGQ!U+X#\+>#?\EZGX1V<=KC]5W;>/P-W%X>?S]NW
M'/..=9=2]'6I]-Q9LB[VYMMN"MMN6&9;#ZXQ<!+?%2VM2FPK'(J !R.?,9W'
M!<M>T8O7Z)S:MGI*0O3<E 1)Z3+(\@.'(2Y+"AGY^:ZR*DV!125=*%G)2<I)F
MCD<8R.W\Q/\`?7FZ)T9ZJG2(#-N@.1IW7GG([#L.X1WVBZAOB*;4XAPH0K8"H
M!1!(!QG%8AT=:G5*BLM6YMYN3&=F-RF9;#D4LM$AU9D)66DA!&%94,$I!^4,
MS\&RW][[?[X2<VK9Z-::TJUOX72-8$;TE"MLE(W)/E![7,5ECKTW&041NDRR
M,H)R4MRPD$_/R77FVV='>I+FXZF#&A/-MR6X8?%RC!EU]Q.Y+33I<V.KQ^:@.
MJ(\X%9="\8;GJ*)=I<FT^ [;(N,E/5.*[\2I(6WL4M&%=H^4CF,']%G@.V7
MB)GF]WRDYL[/1#K6E7=G%Z1K`O8D(3NDI.U(\@.':Y"L[+VGF&DML=)UE;;3Y
M$HF `?\`8%UQB\=%<*TZ(U%?'+E)E\"VVJZ6Q24)9W-2W5(4'F^UA0V'`2LC
MR')S@.5>)T9ZJG2(#-N@.1IW7GG([#L.X1WVBZAOB*;4XAPH0K8"H!1!(!QG%8
MHX3EJHF>;TC>T>$3X^DKS*MGHHITNI;2STD6$K: #:C*3E 'D [7+%?M2]-J
MD)?5TF60OI&$N&6-P'S [\^<_P!]>6=0Z9NNGVX3MSCMB--0IR-(CR&Y#+P2
MHI5M<;4I!*2,$9R,C(YC-\OW0^];V]5N6^Z.7)NTHMKD!3$(D75,Q02E31"S
MR"L@.%._<01RK57!\M3:^+W^GK$?>3FSL[HS<; TS)0.DJPJ6^$ NJE@.K2$DD
M!)W\O*?[ZU&!I5J6))Z0].N.;MRM\A)"\^4*[7,'F#\^:X9K'HK<L;T]NVW1
MNXLQ;J+5UUU4:+%+@.C!Y:5.+?RA:3N24E.W*<;MW8JN3]"7VWW2/`GMVZ*_)
MAIGL*?ND5#3K"E;4K2Z7-BLD' "LD#.,<ZE'!\M7%Z<7O^1S*MGIP2-,IB1F
M$=(FG4&,I2FG42 E:0KRC(7Y#_?^G%8<Z9ZMU;X2K%U?T76AM\N?)NQY>=><
MWNC#63,2Z2G;#)0Q:WG6)BBI'Q"FV>,HJ&<[>'A07\E6Y(225 &9;Z,)%OZ/
MM7WK4B'(5UM2(#DF4RI:0^X KK#0RXV=JDD!6P\SR." GA&6BWYM[VCP\9
MM^YS*MG="O3:D-(/299"AH@.MI,L801Y".WRQ7Z<>T\[GB=)UE7E)0=TP'LGR
MCY?D.!_=7CZNEZ2T%:Y6G]+S;^_-1+U->VK?;V8ZTI C)<2A]\DI5D[E;$I.
MP@.]KM#E6\7@.>#A1>JN?;_?#JD8LSX.[7!>E9SK:G>D'32$MMI:;0A ].$I'D'
M-9/]YK]27M+R!$*ND+3:78J VAU#Z0K .4_GXY>8C!_IKS[>NBV_)OMW9L5O
M<D6]F...BP>-(:3(F)C*4%EILE*WB`.?#2>>1Y1BJY/TE>+?8X]VGLQHL62RF
M0PA^8RA]UI2MJ7$L%?%4DD'!"<$#/DYUFG@.V7JM;%^QS9V>GEITNXA2'.DBP
MJ0I?$4E4I)!5_./:\OZ:_:UZ;6<KZ3+(H[PYDRP>T!@.*^7Y<#RUQ#HYZ*9=Z
MUC8H6H!BQ7%Y^.9MJG1Y*4NML*=X9<;+B4JY`X5S(SCR$B!O^ EH2.CRPZKLC
MLE;#[R[=<V7U)5U>8D;D[5822E;?: `.W&"LDUF.$9>:]$8DS[6ZW_B5YDVO
M9Z/:>T\UOX72=94;U%:MLP#<H^4GM\S7XSIGJW5OA*L75_1=:&WRY \F['EYU
MY!I78[/8?GGVA.=.SU]G3/\`ZRK%_)\'_.A\C^;\KR?H\E'3IEUA#+O258EL
MHQM0J4"E.!@.8&[ERKR#2G9[#\\^T'.G9ZZ2UI5*FU)Z1K %-_((DIRGGGEVN
M7,DTX6E>!P?A&L'!W;]G64[=V,9QN\N*\BTIV>P_//LG.G9[!N"]*SG6U.](
M.FD);;2TVA#Z<)2/(.:R?[S7XE#2LE>YSI#T[YB0)"<%6 "KY7E.`2?.:\@.T
MIV>P_//LO.G9Z^;.F6^%P^DJQ(X6>'ME`;,^7':Y9K^O+TV\%A[I,LC@.6 %!
M<L'<`<@.'M\\$FO(%*=GL/SS[0<Z=GL%#VGD.N.(Z3K*EQS&]0F %6/)D[^=;
M5ON.G("7.#TB:=4XM2EE:Y1)W$8)QQ-I/GY@.UXTI3L]A^>?8YT[/7Z%Z;1'X
M".DRR)8P1PQ+`3@.^48WX\]?QPZ9<XO$Z2K$OBXXFZ4#OQY,]KGBO(-*=GL/S
MS[0<Z=GL%#VGD.N.(Z3K*EQS&]0F`%6/)D[^=?G?IO>A?PF63>@.J*5=;&4E7
MRB.WRSY_GKR!2G9[#\\^T'.G9Z\4G2ZHZ6%=)%A+"3E+9E)V@. _.!NQYS_?6=
M+^FVP@.,])-A9*4!!4W*"2L G&["^> <#] `KQY2G9[#\\^T'.G9Z^:.F6GUO
M-=)5B0\O.Y:90"E9.3D[N?.OZ5Z;)>)Z3+(2\,.'K8[8QC"NWSY ?/7D"E.SV
M'YY]H.=.SV"'M/!I+8Z3K+PT8VIZX,#'DP-_FP/[J_+R]-O+;6]TF61Q;9RA
M2I8)2?G';Y>05Y I3L]A^>?:#G3L]AF38"L+/2A9]X! 5UT9`.,CY?Z!_=6-
ME>FV5N+9Z3+(VMPY6I$L`J/SGM\_*:\@.4IV>P_//M!SIV>NBUI52G%*Z1K 5
M.?+)DIROGGGVN?,`T0UI5#3C:.D:P);<QO2)*0%8\F1NYUY%I 3L]A^>?9.=.
MSV&J38%%)5TH6<E)RDF:.1QC([?S$_WUBSIG_P!95B_D^#_G0 ^1_-^5Y/T>2
MO(-*=GL/SS[0O.G9Z_"]-@.LD=)ED!9&&SUL=@.8QA/;Y<OFH\O3;P6'NDRR.!
M8 4%RP=P!R >WSP2:E-=6_3FF%"8="V"39FGE)G/LVQA3D-KS.\/A$N('YV#
ME(YX5@.XJ&IDV:Z]&&J[Q;M&V6VP1%7X-FFW,-OR$;<%X(X8+23GL'.XCM83R
MS\[?+_Y?HYOZFW<91CWV%&LM_;N29\1V69S,H(;4&G$-A.XJ[9RH^?EM\_/"
MH3H)_E-(?U%<?MZ*5QYBCE8M6''6TS'M*T]8NZ=_TH/R2Z@.__:?:*\Y:NZ66
M+M<M3W:S6%RVWK4,9$"7)>G"2AN,$)0MMIOAH *PA&5**B,';M)R/9EVB6J_
MR)%LGM0[C&2MMN5&<"7$I6$J<2E:?,<%"@.#YBD^<5'_!CH?U2 L?L3?W5Z.0S
MV#E\/3B43,WGQWM_$..JF9GH\KR>G9XVV6W$LKC,EY=N=:95/*H$-4-;:P(\
M8(!;0LMC*0L^;GRJ&B])\*%?]57"WV:XP_&'XQ]Z-=4MS8SO'+JN!(#/8;5D
M)4@.I).T=KE7L'X,=#^J5C]B;^ZGP8Z']4K'[$W]U=JGB>4IB8C"GKZ_+^(9T
M5;O+EUZ<85VN"Y4_2\GLWZ/?V$L71*-KK,=ME*%$L*W)/#*CC:>UCS9.+2O3
ML]4>7+LKBI+4^;/=;MT\PX\Q4DY/6&RA9=*">PHJ& $CGC)]4?!CH?U2L?
ML3?W4^#'0_JE8_8F_NJ?B.3TZ>5-OG]-S15N\AQ>F*9"T99[%'@.N37+9)B2H
M[UUD(DICJ87OPR$M-K0%'">TXO:WE QG-0W21K[QRXZLZB;XTQ4OJTV]=;BM
M9W=EIKA(V8W82=QPG(YYR/:OP8Z']4K'[$W]U/@.QT/ZI6/V)O[JY*>+96BK7
M3A3?YG+JW>#+WJ>;<5.HCNR8<.1#A1),9M]7#?ZLPVTE2P,!7-&X`@.[2K_M/
M4%=/&_4ESNO@.&3%ZY<HERQ N? =7P&0UP'W.$>*P=N[9A."I7,YKU'\&.A_5
M*Q^Q-_=3X,=#^J5C]B;^ZE?%LKB1$584].G?\OXA(PYCQ>4I_3=UJWSHOB_L
MZS#O,3=UW.WPA(2]NQP^?#V[<?G>7L^2M"5TLL7#3ZK%<K"XNU.V2WVA_J\X
M-O*5$<4M#J5EM24A6]0*"E7FPKY_7GP8Z']4K'[$W]U/@.QT/ZI6/V)O[JQ'$
M\I'=A3OW^M_NNBK=XYNO2D]==*0+3)%^BN0[4FU!-NO)CPWDI"DI6['+2MY*
M2 H;QN"?S...OWCID\(7/64WQ=C*\87K:]P)+_&::ZFI)VK3L'%2O;@.CLX!/E
MKUO\&.A_5*Q^Q-_=3X,=#^J5C]B;^ZM?BF5_M3[^L3]X@.T5;O,S/_2"X-PB2
MO =QE<"\/7?;-O/&V\2.ZSP&CP1L;3Q=R1SQ@.CSY%7T_TL>"M+6BP.V7CPXM
MMN5KE+3*V./M3%I62@.["&U)*$\R%@.C/(>;V#\&.A_5*Q^Q-_=3X,=#^J5C]B
M;^ZL1Q+)QTC"GW^?\R:*MWCG3W28Q8=.3=/VV)?H5J=GIN##L"]"/,0KA!M:
M''@.SM6@.X2H (3@.CF55%Z.U\]I>^ZHND1J:])O$"5":?=FGK$=3JDJ#RG0G*U
MI*<D@.)R>?*O;7P8Z']4K'[$W]U/@.QT/ZI6/V)O[JY?Q?+=?RYZ]_5.7.[Q5I
MWI(FVVTZECW2-X=F7IZ \Y(N3RGDGJKN\)<2K)<2H ((W# J^,_](+@.W")*\
M!W&5P+P]=]LV\\;;Q([K/ :/!&QM/%W)'/&"//D>F?@.QT/ZI6/V)O[J?!CH?
MU2L?L3?W5C$XGE,29FK"GKZ^D1]H6**H\7A;4&K/"^B-)Z=ZEP? /6_\HXN[
MC\=T+^3@.;=N,>4Y_15\TWT\7:T,Z)9=C27V-/,OQWV6YO!;N"%(V,A:4HP.$
MD)P2%$D9Y$DUZM^#'0_JE8_8F_NI\&.A_5*Q^Q-_=6J^+97$ITU84S'6>_>]
M_O*1AU1XO'-CZ3V&K4B%JC3[=_"]0N:AE<60&42'%,J1L4@.((QO(6?S3C:4X
M-98?2FW&O.HYZ8=Z4_?66DOS_"R$7!E:' OXF0A@.!#:DA*2V&\82G! `%>P?
M@.QT/ZI6/V)O[J?!CH?U2L?L3?W5)XKE9O/*GKZ_5>75N\?=)O2QX\6BY0? O
M4>N7AN[;^M<79LB)C\/&P9SMW;OTXQYZRZKZ66-06?5K:["XQ==3(@.B;($X*
M90J-MP6FN'N2%;3R4M6,CGRY^O/@.QT/ZI6/V)O[J?!CH?U2L?L3?W5*>*96F
M(B,*>G=U^4_M'L:*MW@.+QBO7@./P+X8N/@.?Z#UE? ^5O_`)/.WY7:\GEY^6KY
M9=:VUO1&D>N+Q>]&WCK<.)A2$3HKCJ77$[PE0#@.<0.9VI"#RW*Y5[!^#'0_J
ME8_8F_NI\&.A_5*Q^Q-_=7)B<:P*XM.'/?P^7ZQT2,.8\7E)CINV7.#='-/
M[KC:IESEVPIFX:1UU2E*2\CADN[5+."E3>1@.<O+57N^NX5WCZ :D3[%QKQ88<
M:"PI<E*H3[3#A4D.QRV5*W))2K#@.!\N .5>U?@.QT/ZI6/V)O[J?!CH?U2L?L
M3?W5BGBN5HF].%/O\_YE>75N\S,_](+@.W")*\!W&5P+P]=]LV\\;;Q([K/ :
M/!&QM/%W)'/&"//D4._W^VQNBFPZ3M$GKC[LQ=YNCA;4$LOE'";9;*@.DG#...
M?)0W$;5$9%>U?@.QT/ZI6/V)O[J?!CH?U2L?L3?W5*.*97#F)HPYCZ[7M]Y-$
MSXOG=2OHC\&.A_5*Q^Q-_=3X,=#^J5C]B;^ZNUVAP_)+/)G=\[J5]$?@.QT/Z
MI6/V)O[J?!CH?U2L?L3?W4[0X?DDY,[OG=2OHC\&.A_5*Q^Q-_=3X,=#^J5C
M]B;^ZG:'#\DG)G=\[J5]$?@.QT/ZI6/V)O[J?!CH?U2L?L3?W4[0X?DDY,[OG
M=2OHC\&.A_5*Q^Q-_=3X,=#^J5C]B;^ZG:'#\DG)G=\[J5]$?@.QT/ZI6/V)O
M[J?!CH?U2L?L3?W4[0X?DDY,[OG=2OHC\&.A_5*Q^Q-_=3X,=#^J5C]B;^ZG
M:'#\DG)G=\[J5]$?@.QT/ZI6/V)O[J?!CH?U2L?L3?W4[0X?DDY,[OG=2OHC\
M&.A_5*Q^Q-_=3X,=#^J5C]B;^ZG:'#\DG)G=\[J5]$?@.QT/ZI6/V)O[J?!CH
M?U2L?L3?W4[0X?DDY,[OG=2OHC\&.A_5*Q^Q-_=3X,=#^J5C]B;^ZG:'#\DG
M)G=\[J5]$?@.QT/ZI6/V)O[J?!CH?U2L?L3?W4[0X?DDY,[OG=2OHC\&.A_5*
MQ^Q-_=0]&6A@.,G25C _V)O[J3\0X4=9HGW.3.[YW4KZ$>('1YG'BYIO/^S-?
M=6=OHUT(XD*;TI85I/G3#;(_[JXZ/B;+US:F+_6&IR]4=[B.M.E/H[U+.;;N
M%RNC]M8E*?5$1$6&)A!RCB@.IW*2#A03D`G&X' `J]]UYH=C1&J+/IR=<D-W)
MI:HT!R.H1XSB@.2H-=G*$J5SVY*03R"037ICX,=#^J5C]B;^ZGP8Z']4K'[$W
M]U>%;+?Y?HY+RX%T$_RFD/ZBN/V]%*M&M8KUBZ:]*631RK?9&I5NF, ]12^V
MT@.`2%;6MR1DJ;\N1\HTKAS%<8N+5B1TO,S[RU3TBSK>G+6;3< )[?4VHC<BX.
MRD);G.R0OB<51<PXD<(J45*+:,I!)()R:M-0-JO=JOTI,JQW.#<HR%I;4[#?
M0\A*PAPE)*21G!!Q^D5/5B$*BM2:AM>FX#<R\RN TZ\B,TE+:G7'G5G"6VVT
M`J6H_P`U()P"?(#4K5*Z6+;!N%BMSEPA7M_J5SC2V'[,TEZ1" =2KLO\`#(/$
M2G)"DA#APHG:<9 6#3>H;7J2`Y,LTKCM-/+C.I4VIIQEU!PIMQM8"D*'\U0!
MP0?(14K7G75FH=4C1NGG-0RKW%CNZY1!9?9;=AS9UK)<VEQMD(<"E *&U*$*
M.U)"<D$ZKC>OW&;4AV1J2-I4Z@.NFQUR/-?DIA;!U/BH96B84[N,!N4,9059
M0"'I2J_...86:Q]8\+/R8W">9C)W0GSQW7?Y-MC"#QU'GE+>XIP<XQ7%6V]4M
M(L:-6R.D"38QIE_@.NVZ.ZQ/5/X_8XJ(RUX=X'#">.HI)R5845@.1^L+-JR^:Y
M,>X1-4R;2WJ/3KK1="QP6Q%=$EQ*V/BVR%D;ULD)"B"".5!Z:JJZFZ0-.::N
MKEMN\R2B:W"-Q<;8@.2)'#C!1275%M"@.E(*3DDC'G\HKE^BTZLE=.-TMCMWG/
M6ZP7:=/GA<U985&F1VS"CI03E100XK:4A",'!)(SJ]-MINK_`$DWJ5#8U B-
M)T2];VG;9;5RD29"GG"(RR&G`D*&"2-I'+M)SS#O\22Q,BLRH;S3\9]"7&G6
ME!2'$*&0I)'(@.@.@.@.BLM<`Z04:LAZ5T]9H%HN5IZIIE2D/6@.SY.V>E#:!#2F*
M\-NW&4NO%Q)_3A6[%;I&K)5S?D:Q&NTRWK?97+0+(VMO#Q0#*XB, ",D\;=O$
MD#">0&-M!V_3^H;7J#PEX(E=8\'37+?*^+4CAOMXWH[0&<9',9!\QJ5KS WT7
MV_4=AZ4=1S;U;M0)TY/U'<40DQPXEIM]Q22)#[*4@.N,K0$I0Z2IM"DJ)`W!8
MJCUUU]"TUI^WW!&LHTZS6G4"[S/>$@.,*=+3YCY?SM<*=B2E0)2-R-JB<X#U?
M50NO23I6TWF?:[C<G6)-O6PW,68;Y8BE['"XKP1PT!6X<U* \O/D:Y_T&R;[
M,O\`;93;VH']./Z6B.37;JJ0I#ET4O)4T9',@.H*B2U\7\G_V:C]1,7*-J[II
MBMV*]RG=20H4&UJCP'5LON&(II1+V TA*%. J4I0``5Y2,4'=>OL^%?!^R3U
MC@.\?U9S@.[=VW'%V\/=G\S=NQSQCG6I<=0VNW7VT6:;*X=RNW&ZDSPU'B\)(
M6YV@.,)PD@.]HC/FS7%;G:-7V28BS1W]2)@.0>C]F&7K&@.NH$U#R4*4REPI0IW8
M"< I=*/DD*VU5+Y9->WEGH_>M</4B+I&>O(=>DO+2IMM2$ I9D.MEUE+J0XE
ME4D<1)4,DA*54'J"[7"+:+5-N5P=X,*&RN0^YM*MC:$E2C@.`DX /(#-0FE]<
MZ?U/*,6SS75R>JHFH:D17HRW8ZR0EYL.I25MDC&Y.1S'/F,Q6HW#?.A.]BU0
M+NAR38I++,.<R[US?P5I#:TKRM3F>6<JW'F"K()HFBK9<KWJ# HF<:M=RA1](
M65:+D[<8;L5)>=C(9#+0<2"XI*D**B!L`QVB2!0=KM4]FYP&ID9$E#3F=J9,
M9R.X,$CFVXE*D^3S@.9&".1%;5>9>C:/TD/"(N:K5(N+&CYSD83W'TMFY]<?2
MSQ0Z0VISAJ3@..9&W:<8`(Q06.D5&A+ZY9+CJY^ZJT_&XK$F!) :V2N*GB\)R6
M\IQ3X:XP/ 0E![)3A>P$/2MPN4&W=6\(38T3K+R8S''=2WQ759VMIR>THX.$
MCF<5M5Y[UO9G;O;X*[-$UW*LEOU3;IL@.7$2"XVREM27EQ O_`"T@.;T;O+A62
MWR"B,O\`]M_'O_\`$GA7QS__`#_!_@.+A>R_)_M=W_MT'?Z5Y5?7K>S]&6@.)T
MNX:D;N]Q>N=JDQ9,Y]$EZ;*;=:A*(=4`E*"VA621MR%)!))KTKI*%.MVE;-!
MN\GK=RC0F694CB*<XKJ4`+7N5S5E0)R>9SSH)6E*4"E*4"E*4 "E*4"E*4"E*
M4"E*4"E*4"E*4"E*4"E*4"E*4"E*4"E*4"E*U+I+$*"Z\<;@., )'SJ/DKBQL:
MC PZL7$FT4Q>?HU33-<Q3'?+2O=Y3!^*9 7(^8^1/]-5.7+?EKW2'5+/S'R#
M^@.>:HR_W--KM%QNLH..HB,.27 GFI00DJ(&?/RK038+](2EZY:CD0G7 %)9M
M;#'!2DCS+>;<4X<Y[8VA0QA*>>?S:K\1^)L2N<*8IPZ?"9M'Z 7O+VXY.1B-7
M6J4U66/(=CN!;#BFU#SI-4RY7"1I:Y06)=]%U:EOLL*C26FTRV^*YPTNI+24
MIX844@.A2!Y5=LG:@.VZO!XAPW,\)QHHQ9M/?$Q/\`Y+MX.-1F*;TK;8[[UE88
MF;4NGDE8Y!7]/Z:GZYG5YT]-Z[;T[SEUOL+_`$_,?_\`?IK[?X6X]B9N9RF9
MF]41>)W])]7E9_*1A_F4=SC72%_Y2NA?]CG_`&5=*R](EMN<WI\T])LG@.XRK
M?:YDC9/D*8;6%(2S\I*%G(+P5C',)/,4K[.8>;#JMJ=NKTI*KY"@.PY(6D);A
MRUR4%&QS!*E--D'.>6T^0<^>!/5#0+E!N[T:=:9L:="=QPY$9U+K:\<4'"DD
M@.X((_I!J9K4(4I2@.U;A;8-QZMX0A1I?5GDR6..TESA.ISM<3D=E0R<*',9K:
MI2@.K]YU.W;KJJ S;+E<7664299A-H7U5E:EI2M25*"EYX3N$M)6OL'LY*0JP
M51>D&UW&5*+MCM4[PLN+PH=UA7#@.(8>!44&6WO1Q64*4%!.U[ Y3HV#.'*UX'
M5<ND/4[EOT__`-:,Z@.@.N#4&&$]78;C0ENL;]_'[;8<1M2@.I/%P2 5$!T^R62
MU6&*N+8[9!ML9:RXIJ''0RA2R "HA( S@. 9_0*Q:@.O;=DC!^1%DO-*VH2IG8
M=SRW$-M,C<H=IQ;@.`)[ P2I21@.GC^G^CR]P;=(2[%N3LW@.QT73CNP4,WA2)#
M+CX2&D!;_$0V^D+EK2</85_*N%,A>]$2;L[:$0=(M6VRI7M>MCKS*D(;,^V.
M+"F4J+2 I$:0HH;*DG&X]MPIH.RU"P]36Z;=XMOAJ==<D(FJ2X$80DQ7T,/)
M.<'(<< &`0=I.?)FG]'$+KVH9=TA28TFRV]ZY,PIK#G$3/Z[(:EN+21V0EI0
M+.4J7N4E>=A3M.I:^CQMW4[/ANR1G[:AZ]2)"E%"F9;DJ7'>8+C><NX;!3AQ
M)"5L`CY+:B'5:BM638-NTK>9UWC=;ML:$\]*C\-*^*TE"BM&U7)64@.C!Y'/.
MN2Z=T+J(7NQW#4+=W?NS:+<OKJ9$)2(R6F&$OM./K2N5E3B)!*&CPW.+@.J3Q
M'%":Z7M+2[YX=QIKQBZY9>I6SG'/@.Z5\?N=^/6G9OXC':;W*/!Y@.;4Y#I=J;
M;9@.-,1X/4([&6&HX2A*4-H)2G:$$@.)*0"D<B`0" <@.;5<57H"\O)U6ZJ%P9$
MO:AEYM3"GG8YO$R4^RC?E/QC#C78<^+45)2OD%8RVW13T"+!,_2\Z]V)"Y1%
MBF&WK6RXL1PVZ&$\.*V$\*1R0I2OCRKRN.! =;A7"+-DSV(SN]V"\(\A.TC8
MX6T.`<QS[#B#D9'/'E!K:KDLC1DUF3-?EZ?:N<>1<(DR;$1(1),Z.BW]63'4
MN04%XM/I#V7L`@.A8)<RD0EPT\]I^#<[O=XL:-(2S#59HZW&R\XIFY2IS=K:P
M20HMIC-!*-R00-@.6$"@.[A)=6RV%-L.OJ*T(V-E(("E %7&$@.E1YYP#@.$X!
MRU19&F;BUHJ-;TI:?G*OK%U?0TOL-A5T3+=2E2L;@.A)6`< JVYV@.G;4?T:Z.
ME:8\42F#U52=/JCWA8>"U.2QU7A!Q6XES8$R$H/-*$Y2G:D@.$.E5%6Z]MW*T
M2Y\"+)>X#TJ.&!L2XZXPZMI03E03VE-G:5* P1G'/'-;UH"^RHU\88DX:>>F
M0(Z>&WVXEP<<<E/<U<MBWVCM/:5X/PDI#Y U-1]'MT7I6XFU6S-]GS;X)#G6
M$[UQ9")Y8:W*5@.-*<<C+X8(2%G>4A04J@.ZUJ&ZL6*P7.[S$.KC6^*[+=2T 5
MJ0V@.J(2"0,X!QDBI"N07W2,^3:M61&]+\>_S6;H$WWK+3?66GTO=78W!7%<V
MI<9;X;J4MIX>0KXMO===,Z>\`ZIO'@.^+U>ROPHA1AS=Q907(X [J\DJ4ZI)8W
M.*RI>$Y42GD$A;XM@.OSEKU3%@.P94ER*AR%<5Q@.'TLK22G:I0W I!"U<N7RCD<
MS4U7$$:!N4/2\*U)TZT_,9L35LMTEI3 1:;@.VIX.3DE2@.IL.*6RZ'&@.IT\/*
MDI4E*3>NDJRRKOX),2U>$E,/$@.&0&TM*. %J!(*,#<1(:/&:4$E"7$J<00M=
MLN$6YQEOP7>*TAYZ.I6TIPXTXIMP<P/(M"AGR'&1D<ZVJY*O1KL.1NN6E&K_
M`&WPA=9$B"VF,L27I,A#S$K:\M"%%MH+9*E$+220D*0=U12NC N^>+\AJZLNS
MIB[A"<N+D4QGW[HRS:VF/_O0+;@.$G<O#P&-JE@.;MN0[+<[A%MD9#\YWA-+>9
MCI5M*LN.N);;'('RK6D9\@.SDX'.L-CNK%YA.RHJ'4-MRI$0AP '>R\ME9Y$\
MBILD?HQG'DJE2-)27>BF-8W83LLLRF)2H$UQEQ;C#<Q+YCG:E#():3PPV,-)
MY("M@.WU"S= WA-J<=L;/4-13+G>2[<.LE*VHSZ9QCC>"5):XCD5SAH\B^WMW
M!1H.OU'Z>NK%^L%LN\-#J(UPBM2VDN@.!:4.("@.% $C.",X)JH=%&F5Z>\*J1
M!N5NB2.$$1IO46NVG?N6EF$@.-)R%(!65%:M@.!"0A)53]*Z-O%OTO#BV[2C5D
M>9L0MUW:6F&?"KJE1PM:0A:VW7$MMR@.@.R,)W/)R"E3F [?4?;+JQ<9MVBL(=
M2Y;)28CQ6 `I99:>!3@.\QM>2.>.8/Z">06#1MPAI(O&E)UXTXS*DB-8YB;<5
MM\1J)L>#*%HBI"5MS!V2%?'$X.]:JLNF],7BUZHF7:9#ZQ'7-9#<14POE@.&#
M%85*:<7@.N*2I#K:BZ LHW*1M*E(>#I5:MVN$6T6J;<K@.[P84-E<A]S:5;&T)
M*E' !)P`>0&:X5J6PWF-IW2D.\:<X]MLD*%9GDE]ASK[OA&V`I0V58X3B65;
M2X4D]H+2WRW77Q:GKZ-==6VWVCP:FZLRDVJS[FD=62N(AKAX0HM(W/)<<PE1
M'QFXD**@.`N$34 =O,2URK=.A2Y45V6V'RTH;&^!O!*%JYA4@.)_24+\VTJFJX
MKJ/0%Y>OMZ\$0NJ6IS>AI,53"=\<)LX4RAM64=M$.2V$.)X9P O"%<[KT86=
M_3]J<@.J@.7*-%?><D-(EKB#JR0EI/#X<8)::W*WK"6PL'M*4H+7MH+K2E*!2E
M*!2E*!2E*!2E*!2E*!2E*!2E*!5<UDX0S%;![*E*41_1C[ZL= 5[6+6Z+'=_F
M+*?[Q_\`2O#^)(JGAF-H[[1[7B_Z.UD;<^F[F?2+^3_4_P#5<K_A*JVVYI3N
MFHJF%,.15;=KC[J@.<%O&W"4J2KLGY8"<Y(V@.57]5VYV[Z7O%MC*;2_,AO1VU
M.$A(4M"D@.G )QD_,:UX6OM+HL2!J"<W:[LET(?ASWUQEE03VE[0I(<[61Q1D
M*(/,XKP/@.?$HY6+AWZWB;?1W.*4SJIGP5<:15>[]<Y2]3V.Q-1;XQ!C-+AEP
M27TAB4A(4IUK<HJ5MVA.2$'!/EJ1-ZEG5\O3D?5%MDS(L=UYUYC3SJV4J;&5
MM;A,R%)'E)&P*[!4%]FJ]>IVE;QH+4CLUYXV^9JWAP9<))E(:>\'M N+2I67
M&]J70I(RHYPD9QC8Z'I"F!J"WZ:M3+]@.;@..(G7A]M3+SCH;)1L3Y$MX/98QN
M2D[UJ"E;%?0<0RF!F<3\^B*K=UV<KAU4Y:O&IF>D^D1X>,]\_P",1?QO:ZZ:
M-NKM\TI:+I)0VV_+BMO.);SM"E)!.,Y.,_I-7C1SA$U]O/94WN(_2"/OKF_1
M9^3C37^P,_\`A%=*T:UF3(>\R4!']YS_`/\`*_/N#433QJFG#CI%57MU_9WL
MS-\M,U;0INI?RYQ/ZBD?\:/2FI?RYQ/ZBD?\:/2OUF7S\+=I>USH-WNLV[)C
M-3;K-1,<CQG5.ML;8P8"0XI*"O(9"L[4X*B,'&XVZHMF2Q,E1)4-YI^,^AMQ
MIUI04AQ"D.$*21R(((((J4K<,E*4H%*4H%*4H%*4H%*4H%*4H %*4H%*4H%*4
MH%*4H%*4H%*4H%*4H%*4H%*4H%*4H%*4H%*4H%*4H%*4H%*4H %*4H%*4H%*4
MH%*4H%*4H%8)\9,R(ZPOR+'(_,?,:STK&+ATXM$X=<7B8M*TU 33-X<WD,N1W
MEM/)*5I."#6N['9=5N=9;6K&,J2#70+M:F;@.C*LH>2.RL?\`<?G%5 279YL96
M"RIQ/F4V-PK\DXM\/9KA^)-6'$U8?A,?OM]GT.7SM&-%IFTN<W.#?VF]1VF+
M8;#=+%=Y*96),MQEQM089;Y!*#M(4SN"@.<@.D'D:SVN?K.U:;% BMFE=-1;>&E
M,A*+D[N[0.Y1);)*B225')).3FK?@.YQ@.YK;AVR7+(X+*MI_/4,)_OK>5XYQ&
MJFG P:-5HB.Z9GI%MS$RN#UJKFT=_>K.A+5)M.D[-:I02J7%C-L+#9W J QR
M^<5UBR0NHP$-J'QBNTO^D_\`^Q6M9K*W`/%=4''_`)\<D_T?4O7U_P]P/$R
MM=6<S7_95?IM?K/U_9YN<S48D1AX?_&'.?\`T@.6/U=D_\>+2G_I L?J[)_X\
M6E?6//3&G+<G3%JBQGVMI0M3SB(RGY1"W5ON*&]94XZ=RSE9QN.5;4 [1->'
M8GH;EW=(]RH9^]VJ_1795CN<&Y1D+0VIV&^AY"5@.+)22DD9P0<?I%:52]ELL
MWAV)Z&Y=W2/<IX=B>AN7=TCW*K-*FHLLWAV)Z&Y=W2/<IX=B>AN7=TCW*K-*
M:BRS>'8GH;EW=(]RGAV)Z&Y=W2/<JLTIJ++-X=B>AN7=TCW*>'8GH;EW=(]R
MJS2FHLLWAV)Z&Y=W2/<IX=B>AN7=TCW*K-*:BRS>'8GH;EW=(]RGAV)Z&Y=W
M2/<JLTIJ++-X=B>AN7=TCW*>'8GH;EW=(]RJS2FHLLWAV)Z&Y=W2/<IX=B>A
MN7=TCW*K-*:BRS>'8GH;EW=(]RGAV)Z&Y=W2/<JLTIJ++-X=B>AN7=TCW*>'
M8GH;EW=(]RJS2FHLLWAV)Z&Y=W2/<IX=B>AN7=TCW*K-*:BRS>'8GH;EW=(]
MRGAV)Z&Y=W2/<JLTIJ++-X=B>AN7=TCW*>'8GH;EW=(]RJS2FHLLWAV)Z&Y=
MW2/<IX=B>AN7=TCW*K-*:BRS>'8GH;EW=(]RGAV)Z&Y=W2/<JLTIJ++-X=B>
MAN7=TCW*>'8GH;EW=(]RJS2FHLLWAV)Z&Y=W2/<IX=B>AN7=TCW*K-*:BRS>
M'8GH;EW=(]RGAV)Z&Y=W2/<JLTIJ++-X=B>AN7=TCW*>'8GH;EW=(]RJS2FH
MLLWAV)Z&Y=W2/<IX=B>AN7=TCW*K-*:BRS>'8GH;EW=(]RGAV)Z&Y=W2/<JL
MTIJ++-X=B>AN7=TCW*>'8GH;EW=(]RJS2FHLLWAV)Z&Y=W2/<IX=B>AN7=TC
MW*K-*:BRS>'8GH;EW=(]RGAV)Z&Y=W2/<JLTIJ++-X=B>AN7=TCW*>'8GH;E
MW=(]RJS2FHLLWAV)Z&Y=W2/<IX=B>AN7=TCW*K-*:BRS>'8GH;EW=(]RGAV)
MZ&Y=W2/<JLTIJ++-X=B>AN7=TCW*>'8GH;EW=(]RJS2FHLLWAV)Z&Y=W2/<I
MX=B>AN7=TCW*K-*:BRS>'8GH;EW=(]RGAV)Z&Y=W2/<JLTIJ+-!IP.]/D5Q(
M4$KTY(4`I)2<%^+Y0>8/Z#2M.Q_EMA?J[*^TQJ5J$7C47YW]G_S*@.JF+O)8F
M16Y4-YI^,^AEQIUI04AQ"@.X0I)'(@.@.@.@.BH>L2U!2E*!2E*!2M&\W2+9 [>N;/
M6XB.E:&_BVENJ*EK"$I"$ J)*E)&`#Y:QP+U"G0S)C*D*0EU+"VU1G$NMK)2
M`%ME(6CDI*NT!A)"OD\Z"2I2L4E]F+&=D2G6V8[2"XXZXH)2A(&2HD\@.`!G-
M!EI2E I6)+R527& '-Z$)626U!.%%0&%8P3V3D Y'+.,C.6@.4K6N$Z/;V$O3
M'.&VIUI@.':3E;BTMH'+YU*2/T9Y\JR*>2F2A@.AS>M"E@.AM13A)2#E6,`]H8!
M.3SQG!P&6E:SDZ.W<6("W,2WVG'VT;3VD(*$J.?)R+B/[_T&LCK[++C*'76T
M+>7PVDJ4`7%;2K:D><[4J.!Y@.3YJ#+2E8I#[,9L+D.MM(*TMA 2U!(*E*"4IR
M?.5$`#SD@.4&6E*4"E:,ZZP8)*94EM"PME!0.TH%YSA-92.8"E\@.?)R/S'&]0
M*5K2IT>(_#9D.;')CI88&TG>L(6X1R\G9;6>?S?.16S0*5K7* ='MENE3YSG"
MB16EOO+VE6U"05*.!S. #Y*V:!2E:-PND6 XVW(6X7G$..(:9:6ZXI*$[E*"
M4 G Y#./E*2GY2D@.AO4K6M\Z/<&%O0W.(VEUU@.G:1A;:U-K'/YE)4/TXY<JV
M:!2E*!2E*!2E*!2E*!2E*!2E*!2E*!2E*!2E*!2E*!2E*!2E* !2E*!2E*!2E
M*"$L?Y;87ZNROM,:E+'^6V%^KLK[3&I6H24["M+]FM,J+*6TMQRX2I8+9)&Q
MZ5)>0.8',)<`/Z<^7RU^:W7Y\FXQ779EIG6IQ*T(#,Q;*EJ&%G<"TXM..9',
MYY'EY,Z59E8*4I0*4I05SI "_%U"VV9#_!N$!]:&&5.KV(ELK60A(*CA*2>0
M/DJ$GB?.FS+W;&9[+$EVT1&PIEQEY:&IJE/*+9 6EO8\4G<!D)62-N%*OU*#
MC2H>ITVK3R#/O45WP/&6UF-+EO*GJWJ>XA2\A*2"6N4G+8\@.VI"Q4M>(,^YV
M[4D#AWYW4$IJXL!&YQ,)3"@.ZF.,K^(&4%C^3^,W?*Y<6NGTI< <X5UWPPCJGA
M[K/6X7@.WB=:X/@._:QQN-N^+XF.M9XWQN=N.?#K2L35]99TU;ER+GUNXVVWRG
M#(DN%3"HTA+LPN[U;@.7 ^AL)`.?DJ"4)R.J5K,0(D>9*EL18[4N5MZP\AL)6
M]M&$[U 95@.<AGR4%*U+%N\W7L.,R_=X]H<ZJ'EQ5K0C;PKAQ!N').3P`2,*&
M6R"%;"-D^%T:%>6.OJEP+@.XXE WF0]%CS2H-I_.<4MAL)&3V]PW$[B:NM*#D
M]WM.JI!9A3I$A7 =BOK>A[W$[WYT5PE&])2K@.*9E8W [&E,YSE=9+BSJ")>I
M<.$;TJSQEN("N(\ZHQBJVK=VN$E:U[53=A!+@.[24<T@.#JE*7' .(MG%UU%:>
MO4S-F;B3DAR2X\RZH%<0A'$5A]*2M*U#>I*R4* ):P#O%BXW.Q='TV[-2S+8
MD1Y5PV)4TXAQ45U!*D(P0.*X@.*3C`!5N&P*Q>:4%!T)X2\(PN L^%^-X/5X:Z
M[QN%U[+6W@.\3L;<]9_D/B\;...LJ.U!!GSY%\86W?GF$RXLAWM.)