Showing posts with label service. Show all posts
Showing posts with label service. Show all posts

Friday, March 30, 2012

Load Balancing using Service Broker

I am trying to achieve load balancing through service broker.

I have a 3 server setup:

server1:

Source Database where the requests are sent. This has two routes created on this to server 2 and 3 with the service broker instance id specified. The service broker matches both these routes to the destination databases on Server 2 & 3 and send the requests in a round robin fashion by itself.

server2 & 3: These servers have the destination databases. The databases are exactly same with same messages, contracts, queues, services, and servicing programs. These don't send the responce back and the source is also not expecting for any response from the target databases.

When I tested this scenario it was behaving in a different manner. If there are 20 requests, in a normal case 10 requests should go to either of the destiantion servers, but I found that sometimes it was 11-9 or 12-8 only once did it do a 10-10.

Also I want to know is it best practice to rely on the inbuilt feature of the service broker in matching the routes and sending the messages rather than doing it ourselves. I which case one has to write the logic for sending the message to appropriate target server based on the status of the destination queue.

I also want to know which would be the best technique to use to bring the two destination databases in a concurrent state.

thanks

ashok

The routes chosen are not round-robin, are random (based on a hash of conversation_id and conversation_id is a random guid). You will not get exactly 10-10, but on the long run the average should be 50%-50%.

The best practice is to let the routes do the load balancing. These assumes the services on server2&3 offer identical functionality. When you prefer a certain service, you enter into the realms of data depending routing, see http://rushi.desai.name/Blog/tabid/54/EntryID/38/Default.aspx and http://rushi.desai.name/Blog/tabid/54/EntryID/39/Default.aspx for a discussion of this topic. SSB does not offer data depending routing out of the box. My recommendation is to keep things simple and rely on the routes to do a 'dumb' load balancing.

About bringing the two back-end services in a concurrent state, the topic is a bit more complicated. Do you want all the data to be identical between the two? What you should have in mind is how to 'taxonomize' your data, see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/dataoutsideinside.asp and other papers by Pat Helland. Lookup data can be stored on one central server and replicated to the N instances of the service (you have to plan for eventual growth by scale out of the service). Business transactions data can be kept partitioned on the server 2&3..&N instances. Some ETL process runs on each of these partitions and populates a central analisys server for reporting and analysis. Each service database in the server2&3...&N group can be individually mirrored for high availability and disaster recoverability.

HTH,
Remus

Monday, March 26, 2012

LiveStats.xsp v8 problem

I'm at a loss...I have v8 and the DM analyzer keeps stopping about 15-20 seconds after I start the service. I've emailed support@.deepmetrix.com twice and not gotten any response. v8 was running fine until last Tuesday. No data has been imported ever since.

Who at MS supports this product? I have seen several posts that point to this board with other support issues.

Can anyone help me?

Marc

Not sure why it would point to a SQL Server forum for support other than one other person posting questions on in in the SQL Server forums. I think things have change quite a bit since Microsoft purchased it....did you try the contact infomation links on DeepMetrix web site: http://www.deepmetrix.com/about_us/our_contact_info/

The web analytics tool was in beta as Project Gatineau and was going to release this year as Microsoft Analytics. That's all I remember about it.

-Sue

sql

LiveStats.xsp v8 problem

I'm at a loss...I have v8 and the DM analyzer keeps stopping about 15-20 seconds after I start the service. I've emailed support@.deepmetrix.com twice and not gotten any response. v8 was running fine until last Tuesday. No data has been imported ever since.

Who at MS supports this product? I have seen several posts that point to this board with other support issues.

Can anyone help me?

Marc

Not sure why it would point to a SQL Server forum for support other than one other person posting questions on in in the SQL Server forums. I think things have change quite a bit since Microsoft purchased it....did you try the contact infomation links on DeepMetrix web site: http://www.deepmetrix.com/about_us/our_contact_info/

The web analytics tool was in beta as Project Gatineau and was going to release this year as Microsoft Analytics. That's all I remember about it.

-Sue

LiveStats.XSP Maintenance Daemon Problem

I am running Livestats.XSP 7.5 and have a problem where the maintenance daemon service continously runs at 50% CPU utilization, slowing my web server dramatically. I only have 15 web site logs being analyzed. The service never use to do this until recently. I have left the service running for weeks at a clip and it never ever drops below 50% CPU utilization. Does anyone have any idea how to correct this problem. Since support is virtually no exsistant for this product anymore, I may have to purchase another product that has support. Any help anyone could give would be much appreciated.

Dan

This really isn't the support forum for LiveStats - someone just posted here once and now the searches show this forum. But these are actually SQL Server forums.

Try the contact infomation links on DeepMetrix web site: http://www.deepmetrix.com/about_us/our_contact_info/

The Microsoft web analytics tool was rewritten since purchasing DeepMetrix and in beta as Project Gatineau and was going to release this year as Microsoft Analytics. But I'm pretty sure the SQL Server group won't end up being the group supporting this.

-Sue

Live Onecare subscription lost

Hi

I got the following error message when I make a new integration service project

Failed to save package file "C:\Documents and Settings\Administrator\Local Settings\Temp\1\tmp2B.tmp" with error 0x80040155 "Interface not registered".
Can someone help

MeHi there,

This looks like a setup issue. Did you have a prior build of SQL/VS 2005 on the machine? If so, likely the machine wasn't cleaned up prior to setting up.

regards,
ash|||I also am getting this error.
I upgraded from VS 2005 Beta 2 to VS 2005 RC, but I followed all recommended uninstallation steps prior to installing VS 2005 RC.
So what can I do about this?
Will it help at all to completely uninstall VS 2005 RC and then reinstall it?
I've already tried repairing VS 2005 RC, but it didn't make any difference.
Thanks,
Dyvim|||Try registering MSXML:

regsvr32 msxml3.dll
regsvr32 msxml6.dll|||Thanks, this worked also for me|||Thanks but how do I do this, how do I register MSXML?|||

Just run these two commands from the command prompt:

regsvr32 msxml3.dll
regsvr32 msxml6.dll

|||yes it works for me too. Thanks.|||

I got the same issue, it also works for me.

Thank you so much!

|||

Hi-Thank you for the info. When I ran the 1st command regsvr32 msxml3.dll, it went fine. The 2nd command regsvr32 msxml6.dll told me "The specific module could not be found" I am getting errors like: Interface not registered (when I try to print), No such interface supported (when I tried to contact NoAdware for online support). Also, get same message when I try to go into a game room on Yahoo games. Please note: I just did a scan to remove adware and spyware.

Thanks in advance for any help you can give me,

Corinne

|||

It looks like the software you used to "remove adware and spyware" removed much more - apparently it deleted msxml6.dll (which is installed with SQL Server 2005) and probably some interface registrations.

I would recommend reformatting and reinstalling this machine and avoiding this antispyware program in the future.

|||

Hi, I have the exact same problem but it is when I try to burn a cd using Win Media Player 10. I tried registering the .dll's, but since I don't have the SQL 2005 installed in my machine, the regsvr32 msxml6.dll gives me the same error message. I see that this forum is mainly for SQL but if anybody knows what I can do, it would be appreciated.

Thanks,

Jason

|||

Hi there, di you get a reply to your query as I am experiencing the same problem. Please e-mail me & let me know. Many thanks

|||

Guys, there are thousands of interfaces registered on a typical Windows box. The error can be caused by missing registration of any of them.

We've found that particular problem ("Interface not registered" error when creating new SSIS project) is usually caused by incorrectly registered msxml dlls - my reply above describes how to fix it.

Regarding other applications - like media player, etc - there is no common answer, and you should be looking at the support forums for particular application.

|||

Quote 'I would recommend reformatting and reinstalling this machine and avoiding this antispyware program in the future.'

If I had to re-format every time something is not registering in Windows - that would be all I would be doing -Re-formatting...

Would re-installing SQL fix the problem.

Dan.

sql

Live communication Address book service

Hi, when I try to activate my address book, i get the error "There is no pool available for this operation. Exit the wizard. (Error Code: 0xc3EC78D9)".

I have verified my mmc shows that LCS is at SP1, it is activated, and
functioning properly (users able to interact via OC2005). It is locally
installed on the standard edition server.

As per the Technet reference :

Possible causes include:

?

The Live Communications Server service is not running on the pool or server.

?

No servers or pools in your topology have been upgraded to Service Pack 1.

?

The Standard Edition Server is not activated, or none of the Enterprise Edition Servers within a pool are activated. Check your servers.

?

You want to run the Address Book Service on a Standard Edition Server, but you have installed the Address Book Service on a separate computer. The Address Book Service must be installed locally on a Standard Edition Server to work in this deployment.

Live communication Address book service

Hi, when I try to activate my address book, i get the error "There is no pool available for this operation. Exit the wizard. (Error Code: 0xc3EC78D9)".

I have verified my mmc shows that LCS is at SP1, it is activated, and
functioning properly (users able to interact via OC2005). It is locally
installed on the standard edition server.

As per the Technet reference :

Possible causes include:

?

The Live Communications Server service is not running on the pool or server.

?

No servers or pools in your topology have been upgraded to Service Pack 1.

?

The Standard Edition Server is not activated, or none of the Enterprise Edition Servers within a pool are activated. Check your servers.

?

You want to run the Address Book Service on a Standard Edition Server, but you have installed the Address Book Service on a separate computer. The Address Book Service must be installed locally on a Standard Edition Server to work in this deployment.

|||

What about that same error in Office Communications Server 2007? I get that same error code when trying to set up my edge server.

Monday, March 12, 2012

List of what the server is running

I am working with the web service here, is there any way to get a list back
of all the current reports being ran? thanks!On Mar 2, 11:25 am, "Smokey Grindel" <nos...@.nospam.com> wrote:
> I am working with the web service here, is there any way to get a list back
> of all the current reports being ran? thanks!
I don't have the link but if you check the microsoft report packs I
beleive there are some reports for this...
Cheers,
Ben|||Take a look at the ReportService2005 Web service... There is a job class
that I think does what you wish.
--
Wayne Snyder MCDBA, SQL Server MVP
Mariner, Charlotte, NC
I support the Professional Association for SQL Server ( PASS) and it''s
community of SQL Professionals.
"Smokey Grindel" wrote:
> I am working with the web service here, is there any way to get a list back
> of all the current reports being ran? thanks!
>
>|||Just want to verify a "job" is not just a scheduled one but any report or
task that the report server is currently running correct? thanks!
"Wayne Snyder" <wayne.nospam.snyder@.mariner-usa.com> wrote in message
news:DEF182B0-BEEE-4F7B-B597-580C91778982@.microsoft.com...
> Take a look at the ReportService2005 Web service... There is a job class
> that I think does what you wish.
> --
> Wayne Snyder MCDBA, SQL Server MVP
> Mariner, Charlotte, NC
> I support the Professional Association for SQL Server ( PASS) and it''s
> community of SQL Professionals.
>
> "Smokey Grindel" wrote:
>> I am working with the web service here, is there any way to get a list
>> back
>> of all the current reports being ran? thanks!
>>

Friday, March 9, 2012

List of service packs

Hi All
Does anyone know what the best site is to get a list of
all the service packs, version and their downloads all in
a simple list? As far as I can tell, Microsoft does not
have such a table.
Thanks
J> Does anyone know what the best site is to get a list of
> all the service packs, version and their downloads all in
> a simple list? As far as I can tell, Microsoft does not
> have such a table.
Not true. It has :)
http://support.microsoft.com/default.aspx?scid=fh;EN-US;sp
sincerely,
--
Sebastian K. Zaklada
Skilled Software
http://www.skilledsoftware.com
This posting is provided "AS IS" with no warranties, and confers no rights.|||Hi
Yeah, I know about that one, I meant to say patches/fixes
in addition to service packs in my orginal posting.
Thanks
J|||hi J
check out this site
http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=37
Regards,
Mayur
"J" <anonymous@.discussions.microsoft.com> wrote in message
news:d61701c3ef62$b9810620$a001280a@.phx.gbl...
> Hi All
> Does anyone know what the best site is to get a list of
> all the service packs, version and their downloads all in
> a simple list? As far as I can tell, Microsoft does not
> have such a table.
> Thanks
> J|||> Yeah, I know about that one, I meant to say patches/fixes
> in addition to service packs in my orginal posting.
> Thanks
ALL of them or only for SQL Server?
sincerely,
--
Sebastian K. Zaklada
Skilled Software
http://www.skilledsoftware.com
This posting is provided "AS IS" with no warranties, and confers no rights.

List of service packs

Hi All
Does anyone know what the best site is to get a list of
all the service packs, version and their downloads all in
a simple list? As far as I can tell, Microsoft does not
have such a table.
Thanks
J> Does anyone know what the best site is to get a list of
> all the service packs, version and their downloads all in
> a simple list? As far as I can tell, Microsoft does not
> have such a table.
Not true. It has
http://support.microsoft.com/defaul...cid=fh;EN-US;sp
sincerely,
--
Sebastian K. Zaklada
Skilled Software
http://www.skilledsoftware.com
This posting is provided "AS IS" with no warranties, and confers no rights.|||Hi
Yeah, I know about that one, I meant to say patches/fixes
in addition to service packs in my orginal posting.
Thanks
J|||hi J
check out this site
http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=37
Regards,
Mayur
"J" <anonymous@.discussions.microsoft.com> wrote in message
news:d61701c3ef62$b9810620$a001280a@.phx.gbl...
> Hi All
> Does anyone know what the best site is to get a list of
> all the service packs, version and their downloads all in
> a simple list? As far as I can tell, Microsoft does not
> have such a table.
> Thanks
> J|||> Yeah, I know about that one, I meant to say patches/fixes
> in addition to service packs in my orginal posting.
> Thanks
ALL of them or only for SQL Server?
sincerely,
--
Sebastian K. Zaklada
Skilled Software
http://www.skilledsoftware.com
This posting is provided "AS IS" with no warranties, and confers no rights.

List of hot fixes after SP3

How can I get a list of all hotfixes that came after SQL
Server 2000 Service Pack 3 ?
I maintain a pretty exhaustive list here, and update it at least once or
twice a week.
http://www.aspfaq.com/2160
http://www.aspfaq.com/
(Reverse address to reply.)
"jean" <jean.bertrand@.sbcglobal.net> wrote in message
news:15ad01c46f38$46c7d6d0$a601280a@.phx.gbl...
> How can I get a list of all hotfixes that came after SQL
> Server 2000 Service Pack 3 ?
>
|||Is there a publicly available hotfix newer that 819?
Thanks
L.Teska
"Aaron [SQL Server MVP]" <ten.xoc@.dnartreb.noraa> wrote in message
news:epOXmjzbEHA.1356@.TK2MSFTNGP09.phx.gbl...
>I maintain a pretty exhaustive list here, and update it at least once or
> twice a week.
> http://www.aspfaq.com/2160
> --
> http://www.aspfaq.com/
> (Reverse address to reply.)
>
>
> "jean" <jean.bertrand@.sbcglobal.net> wrote in message
> news:15ad01c46f38$46c7d6d0$a601280a@.phx.gbl...
>
|||Yes, under KB article 810185
2000.80.0878
--
Mike Epprecht, Microsoft SQL Server MVP
Johannesburg, South Africa
Mobile: +27-82-552-0268
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Lynn Teska" <lteska@.csi.com> wrote in message
news:10g4q8n7col94f1@.corp.supernews.com...
> Is there a publicly available hotfix newer that 819?
> Thanks
> L.Teska
> "Aaron [SQL Server MVP]" <ten.xoc@.dnartreb.noraa> wrote in message
> news:epOXmjzbEHA.1356@.TK2MSFTNGP09.phx.gbl...
>

Wednesday, March 7, 2012

List of hot fixes after SP3

How can I get a list of all hotfixes that came after SQL
Server 2000 Service Pack 3 ?I maintain a pretty exhaustive list here, and update it at least once or
twice a week.
http://www.aspfaq.com/2160
http://www.aspfaq.com/
(Reverse address to reply.)
"jean" <jean.bertrand@.sbcglobal.net> wrote in message
news:15ad01c46f38$46c7d6d0$a601280a@.phx.gbl...
> How can I get a list of all hotfixes that came after SQL
> Server 2000 Service Pack 3 ?
>|||Is there a publicly available hotfix newer that 819?
Thanks
L.Teska
"Aaron [SQL Server MVP]" <ten.xoc@.dnartreb.noraa> wrote in message
news:epOXmjzbEHA.1356@.TK2MSFTNGP09.phx.gbl...
>I maintain a pretty exhaustive list here, and update it at least once or
> twice a week.
> http://www.aspfaq.com/2160
> --
> http://www.aspfaq.com/
> (Reverse address to reply.)
>
>
> "jean" <jean.bertrand@.sbcglobal.net> wrote in message
> news:15ad01c46f38$46c7d6d0$a601280a@.phx.gbl...
>|||Yes, under KB article 810185
2000.80.0878
--
Mike Epprecht, Microsoft SQL Server MVP
Johannesburg, South Africa
Mobile: +27-82-552-0268
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Lynn Teska" <lteska@.csi.com> wrote in message
news:10g4q8n7col94f1@.corp.supernews.com...
> Is there a publicly available hotfix newer that 819?
> Thanks
> L.Teska
> "Aaron [SQL Server MVP]" <ten.xoc@.dnartreb.noraa> wrote in message
> news:epOXmjzbEHA.1356@.TK2MSFTNGP09.phx.gbl...
>

List of hot fixes after SP3

How can I get a list of all hotfixes that came after SQL
Server 2000 Service Pack 3 ?I maintain a pretty exhaustive list here, and update it at least once or
twice a week.
http://www.aspfaq.com/2160
--
http://www.aspfaq.com/
(Reverse address to reply.)
"jean" <jean.bertrand@.sbcglobal.net> wrote in message
news:15ad01c46f38$46c7d6d0$a601280a@.phx.gbl...
> How can I get a list of all hotfixes that came after SQL
> Server 2000 Service Pack 3 ?
>|||Is there a publicly available hotfix newer that 819?
Thanks
L.Teska
"Aaron [SQL Server MVP]" <ten.xoc@.dnartreb.noraa> wrote in message
news:epOXmjzbEHA.1356@.TK2MSFTNGP09.phx.gbl...
>I maintain a pretty exhaustive list here, and update it at least once or
> twice a week.
> http://www.aspfaq.com/2160
> --
> http://www.aspfaq.com/
> (Reverse address to reply.)
>
>
> "jean" <jean.bertrand@.sbcglobal.net> wrote in message
> news:15ad01c46f38$46c7d6d0$a601280a@.phx.gbl...
>> How can I get a list of all hotfixes that came after SQL
>> Server 2000 Service Pack 3 ?
>|||Yes, under KB article 810185
2000.80.0878
--
--
Mike Epprecht, Microsoft SQL Server MVP
Johannesburg, South Africa
Mobile: +27-82-552-0268
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Lynn Teska" <lteska@.csi.com> wrote in message
news:10g4q8n7col94f1@.corp.supernews.com...
> Is there a publicly available hotfix newer that 819?
> Thanks
> L.Teska
> "Aaron [SQL Server MVP]" <ten.xoc@.dnartreb.noraa> wrote in message
> news:epOXmjzbEHA.1356@.TK2MSFTNGP09.phx.gbl...
> >I maintain a pretty exhaustive list here, and update it at least once or
> > twice a week.
> > http://www.aspfaq.com/2160
> >
> > --
> > http://www.aspfaq.com/
> > (Reverse address to reply.)
> >
> >
> >
> >
> > "jean" <jean.bertrand@.sbcglobal.net> wrote in message
> > news:15ad01c46f38$46c7d6d0$a601280a@.phx.gbl...
> >> How can I get a list of all hotfixes that came after SQL
> >> Server 2000 Service Pack 3 ?
> >>
> >
> >
>

List of All Service Packs and Security Patches

Where may I obtain the MS published list of All Service
Packs and Security Patches for SS7 and SS2K. A link to
thier site would be most appricaited.http://vyaskn.tripod.com/sqlsps.htm
--
HTH
Ryan Waight, MCDBA, MCSE
"J Kusch" <Jay.Kusch@.mm-games.com> wrote in message
news:0c5101c394c2$5a5e1f70$a401280a@.phx.gbl...
> Where may I obtain the MS published list of All Service
> Packs and Security Patches for SS7 and SS2K. A link to
> thier site would be most appricaited.