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

Friday, March 30, 2012

No mapping between account name and security ID

Hi,

I created a user account on my active directory service. I then tried
to assign a service located on my SQL server to be executed by this
account. However, when I try to configure my SQL server service, I
get the following error message:

WMI Provider Error
"No mapping between account name and security ID was done"

Do you know what I am doing wrong?

thanksOn Jul 2, 8:57 pm, Zero <talltr...@.yahoo.comwrote:

Quote:

Originally Posted by

Hi,
>
I created a user account on my active directory service. I then tried
to assign a service located on my SQL server to be executed by this
account. However, when I try to configure my SQL server service, I
get the following error message:
>
WMI Provider Error
"No mapping between account name and security ID was done"
>
Do you know what I am doing wrong?
>
thanks


Hi,

Try giving the "WMI control" full permission and also the DCOM
settings as full permission.
then restart the WMI service.

Wednesday, March 28, 2012

No entries in Database Mail log (sysmail_event_log)

Hi. I've reviewed the following webpage http://msdn2.microsoft.com/en-us/library/ms189959.aspx and didn't get the answer I was looking for. (Service Broker is running in msdb.)

Essentially, Database Mail isn't logging entries. Using the following example script:

EXEC msdb.dbo.sp_send_dbmail
@.recipients=N'someone@.somewhere.com',
@.body='Message Body',
@.subject ='Message Subject'

I get the result "Mail queued," and I confirm I receive the email.

However, there are no records in the following tables:

select * from sysmail_event_log
select * from sysmail_faileditems
select * from sysmail_unsentitems

There are records that the send-off was a success:

select * from sysmail_sentitems

Database Mail's "Logging Level" to normally set to Normal. I've changed to Verbose and see no change.

Anyone see something I'm missing?

There should not be any records in

sysmail_event_log
sysmail_faileditems
sysmail_unsentitems

for a sucessfully sent email.

There should be a record in

sysmail_sentitems

for a sucessfully sent email.

Search Books Online for information on

sysmail_event_log
sysmail_faileditems
sysmail_unsentitems

|||I don't know... the other servers log messages in sysmail_event_log such as "Activation successful," "DatabaseMail process is started," and "Mail successfully sent" .|||

Contains one row for each Windows or SQL Server message returned by the Database Mail system. (Message in this context refers to a message such as an error message, not an e-mail message.) As suggested Use sysmail_sentitems when you want to see which messages were successfully sent.

BOL confirms:

When troubleshooting Database Mail, search the sysmail_event_log view for events related to e-mail failures. Some messages, such as the failure of the Database Mail external program, are not associated with specific e-mails. To search for errors related to specific e-mails, look up the mailitem_id of the failed e-mail in the sysmail_faileditems view and then search the sysmail_event_log for messages related to that mailitem_id. When an error is returned from sp_send_dbmail, the e-mail is not submitted to the Database Mail system and the error is not displayed in this view.

When individual account delivery attempts fail, Database Mail holds the error messages during retry attempts until the mail item delivery either succeeds or fails. In case of ultimate success, all of the accumulated errors get logged as separate warnings including the account_id. This can cause warnings to appear, even though the e-mail was sent. In case of ultimate delivery failure, all previous warnings get logged as one error message without an account_id, since all accounts have failed.

No entries in Database Mail log (sysmail_event_log)

Hi. I've reviewed the following webpage http://msdn2.microsoft.com/en-us/library/ms189959.aspx and didn't get the answer I was looking for. (Service Broker is running in msdb.)

Essentially, Database Mail isn't logging entries. Using the following example script:

EXEC msdb.dbo.sp_send_dbmail
@.recipients=N'someone@.somewhere.com',
@.body='Message Body',
@.subject ='Message Subject'

I get the result "Mail queued," and I confirm I receive the email.

However, there are no records in the following tables:

select * from sysmail_event_log
select * from sysmail_faileditems
select * from sysmail_unsentitems

There are records that the send-off was a success:

select * from sysmail_sentitems

Database Mail's "Logging Level" to normally set to Normal. I've changed to Verbose and see no change.

Anyone see something I'm missing?

There should not be any records in

sysmail_event_log
sysmail_faileditems
sysmail_unsentitems

for a sucessfully sent email.

There should be a record in

sysmail_sentitems

for a sucessfully sent email.

Search Books Online for information on

sysmail_event_log
sysmail_faileditems
sysmail_unsentitems

|||I don't know... the other servers log messages in sysmail_event_log such as "Activation successful," "DatabaseMail process is started," and "Mail successfully sent" .|||

Contains one row for each Windows or SQL Server message returned by the Database Mail system. (Message in this context refers to a message such as an error message, not an e-mail message.) As suggested Use sysmail_sentitems when you want to see which messages were successfully sent.

BOL confirms:

When troubleshooting Database Mail, search the sysmail_event_log view for events related to e-mail failures. Some messages, such as the failure of the Database Mail external program, are not associated with specific e-mails. To search for errors related to specific e-mails, look up the mailitem_id of the failed e-mail in the sysmail_faileditems view and then search the sysmail_event_log for messages related to that mailitem_id. When an error is returned from sp_send_dbmail, the e-mail is not submitted to the Database Mail system and the error is not displayed in this view.

When individual account delivery attempts fail, Database Mail holds the error messages during retry attempts until the mail item delivery either succeeds or fails. In case of ultimate success, all of the accumulated errors get logged as separate warnings including the account_id. This can cause warnings to appear, even though the e-mail was sent. In case of ultimate delivery failure, all previous warnings get logged as one error message without an account_id, since all accounts have failed.

sql

Monday, March 26, 2012

No default entries in SQL Server 2000 Service Manager Options

ver: SQL-DMO Version: 8.00.760

I have the option to automatically start SQL Server on startup, but
when it does start up, the SQL Server Service Manager does not have
the green arrow indicating that it is active. When I double-click it
to display the SQL Server Service Manager, it shows the name of the
server, but no services in the drop-down box.

When I start Enterprise Manager I see an instance of MSDE where
someone installed an MSDE application. That is active. But I have to
"connect" to the localhost. The instance name is the name of the MSDE
application. I would like it to connect to the localhost on startup.

Any ideas on how to correct this problem?

Thanks,

RBollinger"R Bolling" <robboll@.hotmail.com> wrote in message
news:6e776aa9.0406192206.1722bcb8@.posting.google.c om...
> ver: SQL-DMO Version: 8.00.760
> I have the option to automatically start SQL Server on startup, but
> when it does start up, the SQL Server Service Manager does not have
> the green arrow indicating that it is active. When I double-click it
> to display the SQL Server Service Manager, it shows the name of the
> server, but no services in the drop-down box.
> When I start Enterprise Manager I see an instance of MSDE where
> someone installed an MSDE application. That is active. But I have to
> "connect" to the localhost. The instance name is the name of the MSDE
> application. I would like it to connect to the localhost on startup.
> Any ideas on how to correct this problem?
> Thanks,
> RBollinger

Check this article:

http://support.microsoft.com/defaul...132&Product=sql

By default, MSDE 2000 SP3a does not allow network connections - check the
installation guide for the DISABLENETWORKPROTOCOLS parameter.

Simon|||Simon, Rob,

I am having the same problem with MSDE2000A (See MSDE 2000 Rel A
doesn't talk) - that includes MSDE 2000 SP3.

The articel that Rob mentioned states that the lack of recognition by
the Service Manager occurs only if network protocol is disabled.
However, I installed the MSDE2000A:
--once with DISABLENETWORKPROTOCOLS =0 (should permit network access)
--and once with this parameter removed which shoudl cause it to
default to disable network protocols. In both cases, the sqlserver
seemed to use TCP/IP. Yet the Service Manager still did not show the
instance.

I'm stumped. I earlier installed a unnamed instance of MSDE 2000 from
an MS Office 2000 CD, The SQL Service Manager worked fine in that
installation. I can't understand why the MSDE 2000A doesn't.

On Sun, 20 Jun 2004 17:06:07 +0200, "Simon Hayes" <sql@.hayes.ch>
wrote:

>Check this article:
>http://support.microsoft.com/defaul...132&Product=sql
>By default, MSDE 2000 SP3a does not allow network connections - check the
>installation guide for the DISABLENETWORKPROTOCOLS parameter.
>Simon

Monday, March 12, 2012

Next Version of Reporting Services

Hi,
Does anyone know when Microsoft is releasing next version of Reporting
Service with all the issues resolved
PonnurangamSorry, I have seen no date yet for SP2. But if you really mean "next
version", the answer is the first half of 2005; it's in SQL Server 2005.
hth
Eric
Ponnurangam wrote:
> Hi,
> Does anyone know when Microsoft is releasing next version of Reporting
> Service with all the issues resolved
> Ponnurangam

next sp for sql server 2000

It has been a while since MS released service pack 3 for
sql server 2000. Can we expect a service pack for sql
server 2000 before the release of yukon ?
MS generally does not publish future SP information for SQL. Release of SPs
depends on the quantity, and nature(severity) of bug fixes that would be
part of the SP.
However ( IMHO) I would not be surprised to see one more SP before Yukon.
<anonymous@.discussions.microsoft.com> wrote in message
news:17e6001c42229$3785b6d0$a001280a@.phx.gbl...
> It has been a while since MS released service pack 3 for
> sql server 2000. Can we expect a service pack for sql
> server 2000 before the release of yukon ?

next sp for sql server 2000

It has been a while since MS released service pack 3 for
sql server 2000. Can we expect a service pack for sql
server 2000 before the release of yukon ?MS generally does not publish future SP information for SQL. Release of SPs
depends on the quantity, and nature(severity) of bug fixes that would be
part of the SP.
However ( IMHO) I would not be surprised to see one more SP before Yukon.
<anonymous@.discussions.microsoft.com> wrote in message
news:17e6001c42229$3785b6d0$a001280a@.phx.gbl...
> It has been a while since MS released service pack 3 for
> sql server 2000. Can we expect a service pack for sql
> server 2000 before the release of yukon ?

next sp for sql server 2000

It has been a while since MS released service pack 3 for
sql server 2000. Can we expect a service pack for sql
server 2000 before the release of yukon ?MS generally does not publish future SP information for SQL. Release of SPs
depends on the quantity, and nature(severity) of bug fixes that would be
part of the SP.
However ( IMHO) I would not be surprised to see one more SP before Yukon.
<anonymous@.discussions.microsoft.com> wrote in message
news:17e6001c42229$3785b6d0$a001280a@.phx
.gbl...
> It has been a while since MS released service pack 3 for
> sql server 2000. Can we expect a service pack for sql
> server 2000 before the release of yukon ?

Friday, March 9, 2012

Newsgroup Suggestion

It may be extremely useful for MS to start a SQL Server Service Pack
newsgroup. I've bounced around a number of MS SQL Server newsgroups for some
very useful info.
I noticed that there is one for MICROSOFT.PUBLIC.VSNET.SERVICEPACKS.
FrankM
You know you are in trouble when
the learning curve turns into a death spiralHi Frank,
There is already a newsgroup out there: microsoft.public.sqlserver.setup -
this newsgroup is the most appropriate for posting any issues related to
installation of Service Packs. Did you get bounced around posting to this
newsgroup?
Regards,
Jyothi Pai
Microsoft Online Support Engineer
Get Secure! ? www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--
| From: "frankm" <frank@.nxspxm.mallardcentral.com>
| Subject: Newsgroup Suggestion
| Date: Mon, 25 Aug 2003 12:59:20 -0500
| Lines: 13
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <OOEedKzaDHA.2580@.TK2MSFTNGP09.phx.gbl>
| Newsgroups: microsoft.public.sqlserver.server
| NNTP-Posting-Host: angrboda.ms.acxiom.com 206.66.66.9
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.server:302989
| X-Tomcat-NG: microsoft.public.sqlserver.server
|
| It may be extremely useful for MS to start a SQL Server Service Pack
| newsgroup. I've bounced around a number of MS SQL Server newsgroups for
some
| very useful info.
|
| I noticed that there is one for MICROSOFT.PUBLIC.VSNET.SERVICEPACKS.
|
|
| FrankM
| You know you are in trouble when
| the learning curve turns into a death spiral
|
|
|
||||No offense, but one could spend hours searching for relevent material
in the KB or support or other places on MS site. Just to find days/weeks
later that there was something that did not show up in a Microsoft search or
something that some other person found.
"Jyothi Pai [MSFT]" <jyothip@.online.microsoft.com> wrote in message
news:Yv1djTMbDHA.2080@.cpmsftngxa06.phx.gbl...
> Hi Frank,
> Thanks for the additional feedback. I'll forward this to the concerned
> folks and see if this can be done. In the meantime, please post any
> setup-related issues with the Service Packs to the
> microsoft.public.sqlserver.setup newsgroup. As you've noted yourself,
> readme is the best place to start before applying the service pack. We
also
> publish KB articles if there are any known issues with a Service Pack and
> this would be another place to go to.
> Regards,
> Jyothi Pai
> Microsoft Online Support Engineer
>
> Get Secure! - www.microsoft.com/security
> =====================================================> When responding to posts, please "Reply to Group" via
> your newsreader so that others may learn and benefit
> from your issue.
> =====================================================> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
>
> --
> | From: "Frank" <frm@.nobs.com>
> | Newsgroups: microsoft.public.sqlserver.server
> | References: <OOEedKzaDHA.2580@.TK2MSFTNGP09.phx.gbl>
> <SABa#HDbDHA.2108@.cpmsftngxa06.phx.gbl>
> | Subject: Re: Newsgroup Suggestion
> | Lines: 65
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
> | Message-ID: <83U2b.15802$Ih1.5335836@.newssrv26.news.prodigy.com>
> | NNTP-Posting-Host: 68.72.136.177
> | X-Complaints-To: abuse@.prodigy.net
> | X-Trace: newssrv26.news.prodigy.com 1061948740 ST000 68.72.136.177 (Tue,
> 26 Aug 2003 21:45:40 EDT)
> | NNTP-Posting-Date: Tue, 26 Aug 2003 21:45:40 EDT
> | Organization: SBC http://yahoo.sbc.com
> | X-UserInfo1:
>
FKPO@.MC@.@.S@.KRV@.YJZHJOFXBWR\HPCTL@.XT^OBPLAH[\BQUBLNTC@.AWZWDXZXQ[K\FFSKCVM@.F_N
>
_DOBWVWG__LG@.VVOIPLIGX\\BU_B@.\P\PFX\B[APHTWAHDCKJF^NHD[YJAZMCY_CWG[SX\Y]^KC\
> HSZRWSWKGAY_PC[BQ[BXAS\F\\@.DMTLFZFUE@.\VL
> | Date: Wed, 27 Aug 2003 01:45:40 GMT
> | Path:
>
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!news-out.cwix.com!newsfeed.cwix.co
>
m!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy
> com!newssrv26.news.prodigy.com.POSTED!not-for-mail
> | Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.server:303304
> | X-Tomcat-NG: microsoft.public.sqlserver.server
> |
> | There is no service pack newsgroup to go to. People go to the newsgroup
> that
> | is the closest to the problem they are having with service pack, like
> | replication or connectivity. So, basically to find out about a
collective
> | set of sp issues you need to bounce groups. MS says to plan and test.
So,
> I
> | plan by going through what documentation I can find, like the readme,
> then I
> | go around the newsgroups trying to find posts that pertain to the sp
> | specifically. There are times that people are told to go to another
> | newsgroup when the subject does not match. Unfortunately MS does not
have
> a
> | one stop shop for info about sp problems, planning and gotcha's. Most of
> the
> | time you need to search and scratch for any info in any number of
places.
> | The sp readme is just a starting point.
> |
> |
> | "Jyothi Pai [MSFT]" <jyothip@.online.microsoft.com> wrote in message
> | news:SABa#HDbDHA.2108@.cpmsftngxa06.phx.gbl...
> | > Hi Frank,
> | >
> | > There is already a newsgroup out there:
> microsoft.public.sqlserver.setup -
> | > this newsgroup is the most appropriate for posting any issues related
to
> | > installation of Service Packs. Did you get bounced around posting to
> this
> | > newsgroup?
> | >
> | > Regards,
> | > Jyothi Pai
> | > Microsoft Online Support Engineer
> | >
> | >
> | > Get Secure! - www.microsoft.com/security
> | > This posting is provided "AS IS" with no warranties, and confers no
> | rights.
> | >
> | > --
> | > | From: "frankm" <frank@.nxspxm.mallardcentral.com>
> | > | Subject: Newsgroup Suggestion
> | > | Date: Mon, 25 Aug 2003 12:59:20 -0500
> | > | Lines: 13
> | > | X-Priority: 3
> | > | X-MSMail-Priority: Normal
> | > | X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
> | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
> | > | Message-ID: <OOEedKzaDHA.2580@.TK2MSFTNGP09.phx.gbl>
> | > | Newsgroups: microsoft.public.sqlserver.server
> | > | NNTP-Posting-Host: angrboda.ms.acxiom.com 206.66.66.9
> | > | Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
> | > | Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.server:302989
> | > | X-Tomcat-NG: microsoft.public.sqlserver.server
> | > |
> | > | It may be extremely useful for MS to start a SQL Server Service Pack
> | > | newsgroup. I've bounced around a number of MS SQL Server newsgroups
> for
> | > some
> | > | very useful info.
> | > |
> | > | I noticed that there is one for MICROSOFT.PUBLIC.VSNET.SERVICEPACKS.
> | > |
> | > |
> | > | FrankM
> | > | You know you are in trouble when
> | > | the learning curve turns into a death spiral
> | > |
> | > |
> | > |
> | > |
> | >
> |
> |
> |
>|||Hi Frank,
Thanks for the additional feedback. As I mentioned earlier, I'll forward
this to the appropriate folks and see if this can be done. In the meantime,
please post any
setup-related issues with the Service Packs to the
microsoft.public.sqlserver.setup newsgroup.
Regards,
Jyothi Pai
Microsoft Online Support Engineer
Get Secure! ? www.microsoft.com/security
=====================================================When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
| From: "frankm" <frank@.nxspxm.mallardcentral.com>
| References: <OOEedKzaDHA.2580@.TK2MSFTNGP09.phx.gbl>
<SABa#HDbDHA.2108@.cpmsftngxa06.phx.gbl>
<83U2b.15802$Ih1.5335836@.newssrv26.news.prodigy.com>
<Yv1djTMbDHA.2080@.cpmsftngxa06.phx.gbl>
| Subject: Re: Newsgroup Suggestion
| Date: Wed, 27 Aug 2003 14:20:35 -0500
| Lines: 153
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <ugXtLBNbDHA.2024@.TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.sqlserver.server
| NNTP-Posting-Host: angrboda.ms.acxiom.com 206.66.66.9
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.server:303440
| X-Tomcat-NG: microsoft.public.sqlserver.server
|
| No offense, but one could spend hours searching for relevent material
| in the KB or support or other places on MS site. Just to find days/weeks
| later that there was something that did not show up in a Microsoft search
or
| something that some other person found.
|
|
| "Jyothi Pai [MSFT]" <jyothip@.online.microsoft.com> wrote in message
| news:Yv1djTMbDHA.2080@.cpmsftngxa06.phx.gbl...
| > Hi Frank,
| >
| > Thanks for the additional feedback. I'll forward this to the concerned
| > folks and see if this can be done. In the meantime, please post any
| > setup-related issues with the Service Packs to the
| > microsoft.public.sqlserver.setup newsgroup. As you've noted yourself,
| > readme is the best place to start before applying the service pack. We
| also
| > publish KB articles if there are any known issues with a Service Pack
and
| > this would be another place to go to.
| >
| > Regards,
| > Jyothi Pai
| > Microsoft Online Support Engineer
| >
| >
| > Get Secure! - www.microsoft.com/security
| > =====================================================| > When responding to posts, please "Reply to Group" via
| > your newsreader so that others may learn and benefit
| > from your issue.
| > =====================================================| >
| > This posting is provided "AS IS" with no warranties, and confers no
| rights.
| >
| >
| >
| >
| > --
| > | From: "Frank" <frm@.nobs.com>
| > | Newsgroups: microsoft.public.sqlserver.server
| > | References: <OOEedKzaDHA.2580@.TK2MSFTNGP09.phx.gbl>
| > <SABa#HDbDHA.2108@.cpmsftngxa06.phx.gbl>
| > | Subject: Re: Newsgroup Suggestion
| > | Lines: 65
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| > | Message-ID: <83U2b.15802$Ih1.5335836@.newssrv26.news.prodigy.com>
| > | NNTP-Posting-Host: 68.72.136.177
| > | X-Complaints-To: abuse@.prodigy.net
| > | X-Trace: newssrv26.news.prodigy.com 1061948740 ST000 68.72.136.177
(Tue,
| > 26 Aug 2003 21:45:40 EDT)
| > | NNTP-Posting-Date: Tue, 26 Aug 2003 21:45:40 EDT
| > | Organization: SBC http://yahoo.sbc.com
| > | X-UserInfo1:
| >
|
FKPO@.MC@.@.S@.KRV@.YJZHJOFXBWR\HPCTL@.XT^OBPLAH[\BQUBLNTC@.AWZWDXZXQ[K\FFSKCVM@.F_N
| >
|
_DOBWVWG__LG@.VVOIPLIGX\\BU_B@.\P\PFX\B[APHTWAHDCKJF^NHD[YJAZMCY_CWG[SX\Y]^KC\
| > HSZRWSWKGAY_PC[BQ[BXAS\F\\@.DMTLFZFUE@.\VL
| > | Date: Wed, 27 Aug 2003 01:45:40 GMT
| > | Path:
| >
|
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!news-out.cwix.com!newsfeed.cwix.co
| >
|
m!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy
| > com!newssrv26.news.prodigy.com.POSTED!not-for-mail
| > | Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.server:303304
| > | X-Tomcat-NG: microsoft.public.sqlserver.server
| > |
| > | There is no service pack newsgroup to go to. People go to the
newsgroup
| > that
| > | is the closest to the problem they are having with service pack, like
| > | replication or connectivity. So, basically to find out about a
| collective
| > | set of sp issues you need to bounce groups. MS says to plan and test.
| So,
| > I
| > | plan by going through what documentation I can find, like the readme,
| > then I
| > | go around the newsgroups trying to find posts that pertain to the sp
| > | specifically. There are times that people are told to go to another
| > | newsgroup when the subject does not match. Unfortunately MS does not
| have
| > a
| > | one stop shop for info about sp problems, planning and gotcha's. Most
of
| > the
| > | time you need to search and scratch for any info in any number of
| places.
| > | The sp readme is just a starting point.
| > |
| > |
| > | "Jyothi Pai [MSFT]" <jyothip@.online.microsoft.com> wrote in message
| > | news:SABa#HDbDHA.2108@.cpmsftngxa06.phx.gbl...
| > | > Hi Frank,
| > | >
| > | > There is already a newsgroup out there:
| > microsoft.public.sqlserver.setup -
| > | > this newsgroup is the most appropriate for posting any issues
related
| to
| > | > installation of Service Packs. Did you get bounced around posting to
| > this
| > | > newsgroup?
| > | >
| > | > Regards,
| > | > Jyothi Pai
| > | > Microsoft Online Support Engineer
| > | >
| > | >
| > | > Get Secure! - www.microsoft.com/security
| > | > This posting is provided "AS IS" with no warranties, and confers no
| > | rights.
| > | >
| > | > --
| > | > | From: "frankm" <frank@.nxspxm.mallardcentral.com>
| > | > | Subject: Newsgroup Suggestion
| > | > | Date: Mon, 25 Aug 2003 12:59:20 -0500
| > | > | Lines: 13
| > | > | X-Priority: 3
| > | > | X-MSMail-Priority: Normal
| > | > | X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| > | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| > | > | Message-ID: <OOEedKzaDHA.2580@.TK2MSFTNGP09.phx.gbl>
| > | > | Newsgroups: microsoft.public.sqlserver.server
| > | > | NNTP-Posting-Host: angrboda.ms.acxiom.com 206.66.66.9
| > | > | Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| > | > | Xref: cpmsftngxa06.phx.gbl
microsoft.public.sqlserver.server:302989
| > | > | X-Tomcat-NG: microsoft.public.sqlserver.server
| > | > |
| > | > | It may be extremely useful for MS to start a SQL Server Service
Pack
| > | > | newsgroup. I've bounced around a number of MS SQL Server
newsgroups
| > for
| > | > some
| > | > | very useful info.
| > | > |
| > | > | I noticed that there is one for
MICROSOFT.PUBLIC.VSNET.SERVICEPACKS.
| > | > |
| > | > |
| > | > | FrankM
| > | > | You know you are in trouble when
| > | > | the learning curve turns into a death spiral
| > | > |
| > | > |
| > | > |
| > | > |
| > | >
| > |
| > |
| > |
| >
|
|
|

Wednesday, March 7, 2012

Newbie-stop request from Service Control Manager

I an trying to install MSDE2000A, but it stops every time before finishing.
I have also tried with sql server 2000, but with same problem. Anyone that
knows why? Is there something I can do about it?
Please help...

KurtHi

You don't give any error message but these may help!

http://tinyurl.com/zo7n

John

"Kurt Molland" <kjmollan@.broadpark.no> wrote in message news:<3fdf4c14$1@.news.broadpark.no>...
> I an trying to install MSDE2000A, but it stops every time before finishing.
> I have also tried with sql server 2000, but with same problem. Anyone that
> knows why? Is there something I can do about it?
> Please help...
> Kurt