Showing posts with label box. Show all posts
Showing posts with label box. Show all posts

Friday, March 30, 2012

Installing MSDE??

Ok I installed the MSDE and after following the steps the last message box says to go to the control panel and install and configure the components.

I'm not sure what to do once I'm in the control panel.

Thank you.Somewhere along the way did you try to install MSDE but were unsuccessful? What is the exact wording of the message you are receiving?

Terri|||I am also having a problem with the installation of MSDE. About 2/3's the way through the installation the process froze. I cannot uninstall or re-install. The message I am receiving is that the installation was tampered with and needs to be uninstalled and re-installed. When I go to My Computer, Install/Uninstall Software, SQL Server is not listed.

Any suggestions?|||Well, searching the SQL Server and MSDE Forum here for posts from others who have experienced the same thing is a good start. And then starting a new thread with your own particular situation with the exact error messages would be the next step.

Terri|||i have the same probleme.
in my case it was an error of directory\subdirectory

c:\sql2ksp3\MSDE>

don't forget the MSDE subdirectory !! ;)

then type the command : setup SAPWD=xxxx SecurityMode=SQL

i hope it can help you.sql

Wednesday, March 28, 2012

Installing Management Studio on Separate Computer from SQL 2005

I'm trying to install Management Studio on my dev box (separate from my server). But it won't install. Can someone give me a pointer or two?why won't it install? telling us the error would help.|||

It's basically complaining that SQL Server is not present on the machine.

I've already read however that if you install SSExpress 2005, the Management Studio won't install.

Hopefully that gets addressed somehow. Why should install order affect what I can and can't have on my machine?

|||

This is absolutely a supported configuration so something strange is going on. When do you get the error? What is the exact error message? Take a look at the following summary log file: %Program Files%\Microsoft SQL Server\90\Setup Bootstrap\log\summary.txt - it should provide additional clues or point to another log file with details. If there isn't any additional information in summary.txt take a look at: %Program Files%\Microsoft SQL Server\90\Setup Bootstrap\log\files\*_core(local).log - you'll want to look at the latest version of this file. Near the bottom it should provide some clues as to what's going on.

Dan

|||

I'll try the install again tonight and let you know what the exact message is.

|||

To explain what happened, I deleted the local Windows Installer cache (that holds a copy of all the MSIs you have installed). When I did that, the SQL Server installer could not find the cached MSIs for MSXML6 and balked.

My solution was a handy tool called MSIZAP which you can use to repair aborted installations (or overzealous use of shift+delete in hidden system folders).by removing all references to the orphaned product.

Now if there were a way to tell MSI to not cache everything I install (the reason I butchered my system in the first place was that the cache had grown to gargantuan proportions).

So after zapping the orphaned SQLServer Install and reinstalling it, I am now able to use Management Studio from my development box.

Monday, March 26, 2012

Installing Express on box that already has Developer Edition

I'm not at all certain I need to install SQL Server 2005 Express Edition on
my box, but I thought I'd post this anyway.
I currently have SQL Server 2005 Developer Edition installed on my box and
am using it to develop a commercial website I hope to deploy within the next
six months. Meanwhile, I have at least one upcoming Windows Forms project
requiring a SQL Server database which will need to be deployed with the
project. Naturally, I will be including the .mdf file in the setup files fo
r
the project.
My questions are as follows:
1) Will I need to include a copy of the SQL Server 2005 EE on my setup disk
or can I get by with just distributing the .mdf file?
2) If the answer to question 1 is yes on including a copy of SSEE; do I need
to install SQL Server 2005 EE on my computer in order to include it with the
setup disk? I would want to be able to install my application and the
database as a single operation rather than forcing the end user to install
SQL Server first and then install the application.
3) If the answer to question 2 is yes, what problems, if any, will I
encounter trying to install SQL Server 2005 EE on a machine that already has
the Developer Edition installed?
Thanks for any and all help!
Allen"SQL Server Express can be redistributed (subject to agreement)". so, you
can bundle it with your application.
if you know for sure that your clients already have sqlexpress installed,
you can just include the *.mdf. this will make your deployment package much
smaller.
no, you do not need to install sqlexpress on your box in order to
redistribute it. typically, if you're an ISV and develop your app using a
valid visual studio, you should be good to redistribute.
there should be no prob installing sqlexpress on a box with dev edt.
-oj
"AlBruAn" <AlBruAn@.discussions.microsoft.com> wrote in message
news:99156D83-2DA5-4EFA-AC48-275271F3CAE3@.microsoft.com...
> I'm not at all certain I need to install SQL Server 2005 Express Edition
> on
> my box, but I thought I'd post this anyway.
> I currently have SQL Server 2005 Developer Edition installed on my box and
> am using it to develop a commercial website I hope to deploy within the
> next
> six months. Meanwhile, I have at least one upcoming Windows Forms project
> requiring a SQL Server database which will need to be deployed with the
> project. Naturally, I will be including the .mdf file in the setup files
> for
> the project.
> My questions are as follows:
> 1) Will I need to include a copy of the SQL Server 2005 EE on my setup
> disk
> or can I get by with just distributing the .mdf file?
> 2) If the answer to question 1 is yes on including a copy of SSEE; do I
> need
> to install SQL Server 2005 EE on my computer in order to include it with
> the
> setup disk? I would want to be able to install my application and the
> database as a single operation rather than forcing the end user to install
> SQL Server first and then install the application.
> 3) If the answer to question 2 is yes, what problems, if any, will I
> encounter trying to install SQL Server 2005 EE on a machine that already
> has
> the Developer Edition installed?
> Thanks for any and all help!
> Allen|||"SQL Server Express can be redistributed (subject to agreement)". so, you
can bundle it with your application.
if you know for sure that your clients already have sqlexpress installed,
you can just include the *.mdf. this will make your deployment package much
smaller.
no, you do not need to install sqlexpress on your box in order to
redistribute it. typically, if you're an ISV and develop your app using a
valid visual studio, you should be good to redistribute.
there should be no prob installing sqlexpress on a box with dev edt.
-oj
"AlBruAn" <AlBruAn@.discussions.microsoft.com> wrote in message
news:99156D83-2DA5-4EFA-AC48-275271F3CAE3@.microsoft.com...
> I'm not at all certain I need to install SQL Server 2005 Express Edition
> on
> my box, but I thought I'd post this anyway.
> I currently have SQL Server 2005 Developer Edition installed on my box and
> am using it to develop a commercial website I hope to deploy within the
> next
> six months. Meanwhile, I have at least one upcoming Windows Forms project
> requiring a SQL Server database which will need to be deployed with the
> project. Naturally, I will be including the .mdf file in the setup files
> for
> the project.
> My questions are as follows:
> 1) Will I need to include a copy of the SQL Server 2005 EE on my setup
> disk
> or can I get by with just distributing the .mdf file?
> 2) If the answer to question 1 is yes on including a copy of SSEE; do I
> need
> to install SQL Server 2005 EE on my computer in order to include it with
> the
> setup disk? I would want to be able to install my application and the
> database as a single operation rather than forcing the end user to install
> SQL Server first and then install the application.
> 3) If the answer to question 2 is yes, what problems, if any, will I
> encounter trying to install SQL Server 2005 EE on a machine that already
> has
> the Developer Edition installed?
> Thanks for any and all help!
> Allen|||Addition to the other reply.
You can install Sql Server2005 Express on the computer with SQL Server 2005
Developer Edition/Standard editon, or other editions. I have both (Developer
and Express Adv) installed on one of my boxex).
If your application uses SQL Server2005 Express's user instanace feature
(only available to Express edition, not other editions), then you want to
try it out on your development computer before shipping your app to client.
In this case, you need to have SQL Server 2005 Express available on your
computer.
"AlBruAn" <AlBruAn@.discussions.microsoft.com> wrote in message
news:99156D83-2DA5-4EFA-AC48-275271F3CAE3@.microsoft.com...
> I'm not at all certain I need to install SQL Server 2005 Express Edition
> on
> my box, but I thought I'd post this anyway.
> I currently have SQL Server 2005 Developer Edition installed on my box and
> am using it to develop a commercial website I hope to deploy within the
> next
> six months. Meanwhile, I have at least one upcoming Windows Forms project
> requiring a SQL Server database which will need to be deployed with the
> project. Naturally, I will be including the .mdf file in the setup files
> for
> the project.
> My questions are as follows:
> 1) Will I need to include a copy of the SQL Server 2005 EE on my setup
> disk
> or can I get by with just distributing the .mdf file?
> 2) If the answer to question 1 is yes on including a copy of SSEE; do I
> need
> to install SQL Server 2005 EE on my computer in order to include it with
> the
> setup disk? I would want to be able to install my application and the
> database as a single operation rather than forcing the end user to install
> SQL Server first and then install the application.
> 3) If the answer to question 2 is yes, what problems, if any, will I
> encounter trying to install SQL Server 2005 EE on a machine that already
> has
> the Developer Edition installed?
> Thanks for any and all help!
> Allen|||Addition to the other reply.
You can install Sql Server2005 Express on the computer with SQL Server 2005
Developer Edition/Standard editon, or other editions. I have both (Developer
and Express Adv) installed on one of my boxex).
If your application uses SQL Server2005 Express's user instanace feature
(only available to Express edition, not other editions), then you want to
try it out on your development computer before shipping your app to client.
In this case, you need to have SQL Server 2005 Express available on your
computer.
"AlBruAn" <AlBruAn@.discussions.microsoft.com> wrote in message
news:99156D83-2DA5-4EFA-AC48-275271F3CAE3@.microsoft.com...
> I'm not at all certain I need to install SQL Server 2005 Express Edition
> on
> my box, but I thought I'd post this anyway.
> I currently have SQL Server 2005 Developer Edition installed on my box and
> am using it to develop a commercial website I hope to deploy within the
> next
> six months. Meanwhile, I have at least one upcoming Windows Forms project
> requiring a SQL Server database which will need to be deployed with the
> project. Naturally, I will be including the .mdf file in the setup files
> for
> the project.
> My questions are as follows:
> 1) Will I need to include a copy of the SQL Server 2005 EE on my setup
> disk
> or can I get by with just distributing the .mdf file?
> 2) If the answer to question 1 is yes on including a copy of SSEE; do I
> need
> to install SQL Server 2005 EE on my computer in order to include it with
> the
> setup disk? I would want to be able to install my application and the
> database as a single operation rather than forcing the end user to install
> SQL Server first and then install the application.
> 3) If the answer to question 2 is yes, what problems, if any, will I
> encounter trying to install SQL Server 2005 EE on a machine that already
> has
> the Developer Edition installed?
> Thanks for any and all help!
> Allensql

Installing Express on box that already has Developer Edition

I'm not at all certain I need to install SQL Server 2005 Express Edition on
my box, but I thought I'd post this anyway.
I currently have SQL Server 2005 Developer Edition installed on my box and
am using it to develop a commercial website I hope to deploy within the next
six months. Meanwhile, I have at least one upcoming Windows Forms project
requiring a SQL Server database which will need to be deployed with the
project. Naturally, I will be including the .mdf file in the setup files for
the project.
My questions are as follows:
1) Will I need to include a copy of the SQL Server 2005 EE on my setup disk
or can I get by with just distributing the .mdf file?
2) If the answer to question 1 is yes on including a copy of SSEE; do I need
to install SQL Server 2005 EE on my computer in order to include it with the
setup disk? I would want to be able to install my application and the
database as a single operation rather than forcing the end user to install
SQL Server first and then install the application.
3) If the answer to question 2 is yes, what problems, if any, will I
encounter trying to install SQL Server 2005 EE on a machine that already has
the Developer Edition installed?
Thanks for any and all help!
Allen"SQL Server Express can be redistributed (subject to agreement)". so, you
can bundle it with your application.
if you know for sure that your clients already have sqlexpress installed,
you can just include the *.mdf. this will make your deployment package much
smaller.
no, you do not need to install sqlexpress on your box in order to
redistribute it. typically, if you're an ISV and develop your app using a
valid visual studio, you should be good to redistribute.
there should be no prob installing sqlexpress on a box with dev edt.
--
-oj
"AlBruAn" <AlBruAn@.discussions.microsoft.com> wrote in message
news:99156D83-2DA5-4EFA-AC48-275271F3CAE3@.microsoft.com...
> I'm not at all certain I need to install SQL Server 2005 Express Edition
> on
> my box, but I thought I'd post this anyway.
> I currently have SQL Server 2005 Developer Edition installed on my box and
> am using it to develop a commercial website I hope to deploy within the
> next
> six months. Meanwhile, I have at least one upcoming Windows Forms project
> requiring a SQL Server database which will need to be deployed with the
> project. Naturally, I will be including the .mdf file in the setup files
> for
> the project.
> My questions are as follows:
> 1) Will I need to include a copy of the SQL Server 2005 EE on my setup
> disk
> or can I get by with just distributing the .mdf file?
> 2) If the answer to question 1 is yes on including a copy of SSEE; do I
> need
> to install SQL Server 2005 EE on my computer in order to include it with
> the
> setup disk? I would want to be able to install my application and the
> database as a single operation rather than forcing the end user to install
> SQL Server first and then install the application.
> 3) If the answer to question 2 is yes, what problems, if any, will I
> encounter trying to install SQL Server 2005 EE on a machine that already
> has
> the Developer Edition installed?
> Thanks for any and all help!
> Allen|||Addition to the other reply.
You can install Sql Server2005 Express on the computer with SQL Server 2005
Developer Edition/Standard editon, or other editions. I have both (Developer
and Express Adv) installed on one of my boxex).
If your application uses SQL Server2005 Express's user instanace feature
(only available to Express edition, not other editions), then you want to
try it out on your development computer before shipping your app to client.
In this case, you need to have SQL Server 2005 Express available on your
computer.
"AlBruAn" <AlBruAn@.discussions.microsoft.com> wrote in message
news:99156D83-2DA5-4EFA-AC48-275271F3CAE3@.microsoft.com...
> I'm not at all certain I need to install SQL Server 2005 Express Edition
> on
> my box, but I thought I'd post this anyway.
> I currently have SQL Server 2005 Developer Edition installed on my box and
> am using it to develop a commercial website I hope to deploy within the
> next
> six months. Meanwhile, I have at least one upcoming Windows Forms project
> requiring a SQL Server database which will need to be deployed with the
> project. Naturally, I will be including the .mdf file in the setup files
> for
> the project.
> My questions are as follows:
> 1) Will I need to include a copy of the SQL Server 2005 EE on my setup
> disk
> or can I get by with just distributing the .mdf file?
> 2) If the answer to question 1 is yes on including a copy of SSEE; do I
> need
> to install SQL Server 2005 EE on my computer in order to include it with
> the
> setup disk? I would want to be able to install my application and the
> database as a single operation rather than forcing the end user to install
> SQL Server first and then install the application.
> 3) If the answer to question 2 is yes, what problems, if any, will I
> encounter trying to install SQL Server 2005 EE on a machine that already
> has
> the Developer Edition installed?
> Thanks for any and all help!
> Allen

Installing cluster in Windows 2000 + 2003

I have a Windows 2000 that crashed and was part of a active/active SQL cluster (SQL 2000).
Instead of reinstall the box with Windows 2000, I reinstalled it with Windows 2003 Advanced.
In Cluster Administrator (on the Windows 2003 box), I am trying to add the node, and I always get the following error:
- sql1: The list of nodes to configure is empty.
- Error 0x800713ac: A cluster node is not available for this operation.
here's the content of the log:
2004-04-02 13:34:10.084 [INFO] [CConnPointEnum::HrAddConnection] punk 0x0cd808 added to the connection point enumerator. (hr=00000000)
2004-04-02 13:34:10.214 [INFO] [CConnPointEnum::HrAddConnection] punk 0x0ce2f8 added to the connection point enumerator. (hr=00000000)
2004-04-02 13:34:25.195 [INFO] [WIZ] Setting analyze page active. Setting aborted to FALSE.
2004-04-02 13:34:25.336 [INFO] [MT] [CTaskAnalyzeClusterBase] Beginning task...
2004-04-02 13:34:25.446 [INFO] CLUSTER2: Checking for an existing cluster... (hr=00000000, {FDC75680-7DBB-42CA-8003-E4CDB01FF062},
{B8453B8F-92FD-4350-A6D9-551FD018B791}, 0, 90, 0), (null)
2004-04-02 13:34:25.556 [INFO] [CTaskAnalyzeClusterBase] Setting completion cookie 4 at array index 0 into the gather cluster information
task for node CLUSTER2.shop.clic.net
2004-04-02 13:34:25.656 [INFO] [MT] The name to connect to is 'CLUSTER2'.
2004-04-02 13:34:25.736 [INFO] [MT] Requesting a remote connection to 'CLUSTER2'.
2004-04-02 13:34:25.846 [INFO] CLUSTER2: The DNS record for "CLUSTER2.shop.clic.net" is "192.168.0.233". (hr=00000000,
{B8453B8F-92FD-4350-A6D9-551FD018B791}, {D86FAAD9-2514-451E-B359-435AF35E6038}, 1, 1, 1), (null)
2004-04-02 13:34:25.937 [INFO] sql1: Requesting a remote connection to "CLUSTER2" in domain "shop.clic.net" with binding string
"192.168.0.233" (hr=00000000, {B8453B8F-92FD-4350-A6D9-551FD018B791}, {26015CA7-EAE1-43F4-AC1E-718D80629E93}, 1, 1, 1), (null)
2004-04-02 13:34:26.067 [INFO] [MT] Connection to 'CLUSTER2' with binding string '192.168.0.233' failed because one or more classes are not
registered.
2004-04-02 13:34:26.187 [INFO] CLUSTER2: The DNS record for "CLUSTER2.shop.clic.net" is "192.168.0.233". (hr=00000000,
{B8453B8F-92FD-4350-A6D9-551FD018B791}, {D86FAAD9-2514-451E-B359-435AF35E6038}, 1, 1, 1), (null)
2004-04-02 13:34:26.427 [INFO] [MT:CTaskAnalyzeClusterBase] Looking for the completion cookie 1.
2004-04-02 13:34:26.537 [INFO] [MT:CTaskAnalyzeClusterBase] Looking for the completion cookie 4.
2004-04-02 13:34:26.628 [INFO] [CTaskAnalyzeClusterBase] Clearing completion cookie 4 at array index 0
2004-04-02 13:34:26.658 [INFO] CLUSTER2: (null) (hr=00000000, {FDC75680-7DBB-42CA-8003-E4CDB01FF062},
{B8453B8F-92FD-4350-A6D9-551FD018B791}, 0, 90, 1), (null)
2004-04-02 13:34:26.718 [INFO] [MT] [CTaskGatherClusterInfo] exiting task. The task was not cancelled.
2004-04-02 13:34:26.808 [INFO] CLUSTER2: (null) (hr=00000000, {FDC75680-7DBB-42CA-8003-E4CDB01FF062},
{B8453B8F-92FD-4350-A6D9-551FD018B791}, 0, 90, 2), (null)
2004-04-02 13:34:26.988 [INFO] [MT] Adding node 'SQL1.shop.clic.net' to the list of user-added nodes.
2004-04-02 13:34:27.128 [INFO] CLUSTER2: Collecting nodes currently in the cluster... (hr=00000000, {EBC8AEFF-10C3-4D5B-AC17-FC0F4C3871B7},
{72A04E74-2D14-4AD8-8E12-4AFBA56FD0E0}, 0, 1, 0), (null)
2004-04-02 13:34:27.389 [INFO] [MT] Connecting to cluster node 'SQL2.shop.clic.net'
2004-04-02 13:34:27.519 [INFO] CLUSTER2: Collecting nodes currently in the cluster... (hr=00000000, {EBC8AEFF-10C3-4D5B-AC17-FC0F4C3871B7},
{72A04E74-2D14-4AD8-8E12-4AFBA56FD0E0}, 0, 1, 1), (null)
2004-04-02 13:34:27.649 [INFO] CLUSTER2: (null) (hr=00000000, {FDC75680-7DBB-42CA-8003-E4CDB01FF062},
{B8453B8F-92FD-4350-A6D9-551FD018B791}, 0, 90, 90), (null)
2004-04-02 13:34:27.789 [INFO] sql1: (null) (hr=00000000, {FDC75680-7DBB-42CA-8003-E4CDB01FF062}, {93C32F99-39CA-4D38-9D7F-2707CA0EAF46}, 0,
90, 0), (null)
2004-04-02 13:34:27.919 [INFO] CLUSTER2: (null) (hr=00000000, {FDC75680-7DBB-42CA-8003-E4CDB01FF062},
{CC5E57B1-4520-4672-B4BA-A288EC42946E}, 0, 90, 0), (null)
2004-04-02 13:34:28.050 [INFO] [CTaskAnalyzeClusterBase] Setting completion cookie 6 at array index 0 into the gather node information task
for node SQL1.shop.clic.net
2004-04-02 13:34:28.190 [INFO] [CTaskAnalyzeClusterBase] Setting completion cookie 7 at array index 1 into the gather node information task
for node SQL2.shop.clic.net
2004-04-02 13:34:28.190 [INFO] SQL1: Connecting to server... (hr=00000000, {93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{E88B08DD-2460-4DF1-B5C2-28587DD164EA}, 0, 1, 0), (null)
2004-04-02 13:34:28.320 [INFO] SQL2: Connecting to server... (hr=00000000, {93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{E88B08DD-2460-4DF1-B5C2-28587DD164EA}, 0, 1, 0), (null)
2004-04-02 13:34:28.460 [INFO] [MT] The name to connect to is 'SQL1'.
2004-04-02 13:34:28.590 [INFO] [MT] The name to connect to is 'SQL2'.
2004-04-02 13:34:28.721 [INFO] [MT] Requesting a local connection to 'SQL1'.
2004-04-02 13:34:28.851 [INFO] [MT] Requesting a remote connection to 'SQL2'.
2004-04-02 13:34:29.061 [WARN] sql1: This node is already a member of a cluster, but the cluster service is not running. This node will not
be configured at this time. (hr=0x000001, {93C32F99-39CA-4D38-9D7F-2707CA0EAF46}, {8028BF97-2D57-4628-845D-C4BEFFEB531A}, 1, 1, 1), The
cluster service on this node is configured but is not currently running. This node will be skipped and no further tasks will be performed on
it. If this node is not supposed to be a member of any cluster, then clean it up using the "cluster node /forcecleanup" command and try
again.
2004-04-02 13:34:29.131 [INFO] SQL2: The DNS record for "SQL2.shop.clic.net" is "192.168.0.242". (hr=00000000,
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46}, {D86FAAD9-2514-451E-B359-435AF35E6038}, 1, 1, 1), (null)
2004-04-02 13:34:29.271 [WARN] sql1: This node is already a member of a cluster, but the cluster service is not running. This node will not
be configured at this time. (hr=0x000001, {93C32F99-39CA-4D38-9D7F-2707CA0EAF46}, {8028BF97-2D57-4628-845D-C4BEFFEB531A}, 1, 1, 1), The
cluster service on this node is configured but is not currently running. This node will be skipped and no further tasks will be performed on
it. If this node is not supposed to be a member of any cluster, then clean it up using the "cluster node /forcecleanup" command and try
again.
2004-04-02 13:34:29.402 [INFO] sql1: Requesting remote connections... (hr=00000000, {93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{1B606398-7193-4A48-AFBD-98AC8BACB690}, 1, 1, 1), (null)
2004-04-02 13:34:29.542 [INFO] [SRV] The cluster service is down on this node.
2004-04-02 13:34:29.672 [INFO] sql1: Requesting a remote connection to "SQL2" in domain "shop.clic.net" with binding string "192.168.0.242"
(hr=00000000, {1B606398-7193-4A48-AFBD-98AC8BACB690}, {7DCE2976-3E89-4683-8980-B41130CBABD9}, 1, 1, 1), (null)
2004-04-02 13:34:29.812 [INFO] [SRV] CClusCfgClusterInfo::Initialize() returning (hr=0x0713ba)
2004-04-02 13:34:29.962 [INFO] [MT] Connection to 'SQL2' with binding string '192.168.0.242' failed because one or more classes are not
registered.
2004-04-02 13:34:30.093 [WARN] sql1: GetClusterConfigInfo() completed. (hr=0x0713ba, {05AA0768-5F49-49CD-AFDC-96F9D51802D4},
{B460EA73-6223-44FA-84E0-DE7EC069DDD4}, 1, 1, 1), (null)
2004-04-02 13:34:30.253 [INFO] SQL2: The DNS record for "SQL2.shop.clic.net" is "192.168.0.242". (hr=00000000,
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46}, {D86FAAD9-2514-451E-B359-435AF35E6038}, 1, 1, 1), (null)
2004-04-02 13:34:30.403 [WARN] sql1: The cluster configuration server has been started. (hr=0x0713ba,
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46}, {39371CBA-A47B-4A4F-9042-6BECD321E9E2}, 1, 1, 1), (null)
2004-04-02 13:34:30.613 [INFO] [MT:CTaskAnalyzeClusterBase] Looking for the completion cookie 5.
2004-04-02 13:34:30.663 [WARN] sql1: The cluster configuration server has been started. (hr=0x0713ba,
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46}, {39371CBA-A47B-4A4F-9042-6BECD321E9E2}, 1, 1, 1), (null)
2004-04-02 13:34:30.804 [INFO] SQL2: (null) (hr=00000000, {93C32F99-39CA-4D38-9D7F-2707CA0EAF46}, {E88B08DD-2460-4DF1-B5C2-28587DD164EA}, 0,
1, 1), (null)
2004-04-02 13:34:30.964 [INFO] [MT] The cluster service on node 'SQL1' is down.
2004-04-02 13:34:31.084 [INFO] [MT:CTaskAnalyzeClusterBase] Looking for the completion cookie 7.
2004-04-02 13:34:31.244 [WARN] SQL1: (null) (hr=0x0713ba, {93C32F99-39CA-4D38-9D7F-2707CA0EAF46}, {E88B08DD-2460-4DF1-B5C2-28587DD164EA}, 0,
1, 1), (null)
2004-04-02 13:34:31.414 [INFO] [CTaskAnalyzeClusterBase] Clearing completion cookie 7 at array index 1
2004-04-02 13:34:31.545 [INFO] [MT:CTaskAnalyzeClusterBase] Looking for the completion cookie 6.
2004-04-02 13:34:31.675 [INFO] [MT] [CTaskGatherNodeInfo] exiting task. The task was not cancelled.
2004-04-02 13:34:31.805 [INFO] [CTaskAnalyzeClusterBase] Clearing completion cookie 6 at array index 0
2004-04-02 13:34:32.075 [INFO] sql1: (null) (hr=00000000, {FDC75680-7DBB-42CA-8003-E4CDB01FF062}, {93C32F99-39CA-4D38-9D7F-2707CA0EAF46}, 0,
90, 1), (null)
2004-04-02 13:34:32.075 [INFO] [MT] [CTaskGatherNodeInfo] exiting task. The task was not cancelled.
2004-04-02 13:34:32.216 [ERR ] sql1: The list of nodes to configure is empty. (hr=0x800713ac, {93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{A678963B-9173-4393-B21B-0B4337B28EE2}, 1, 1, 1), (null)
2004-04-02 13:34:32.486 [INFO] CLUSTER2: (null) (hr=00000000, {FDC75680-7DBB-42CA-8003-E4CDB01FF062},
{CC5E57B1-4520-4672-B4BA-A288EC42946E}, 0, 90, 90), (null)
2004-04-02 13:34:32.626 [INFO] [MT] [CTaskAnalyzeClusterBase] Exiting task. The task was not cancelled.
SQL1 is the Windows 2003 box newly installed and SQL2 is the old Windows 2000 box.
Can anyone see anything wrong?
Thanks in advance.
Paul
My Cluster Service does not want to start on SQL1. Event Viewer says:
Event Type:Error
Event Source:Service Control Manager
Event Category:None
Event ID:7031
Date:4/2/2004
Time:1:39:12 PM
User:N/A
Computer:SQL1
Description:
The Cluster Service service terminated unexpectedly. It has done this 4 time(s). The following corrective action will be taken in 480000
milliseconds: Restart the service.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
What do you suggest?
Paul
|||Paul,
As the log indicates try adding the new node (SQL1) after cleaning it up
using the "cluster node /forcecleanup" command.
2004-04-02 13:34:29.061 [WARN] sql1: This node is already a member of a
cluster, but the cluster service is not running. This node will not
be configured at this time. (hr=0x000001,
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{8028BF97-2D57-4628-845D-C4BEFFEB531A}, 1, 1, 1), The
cluster service on this node is configured but is not currently running.
This node will be skipped and no further tasks will be performed on
it. If this node is not supposed to be a member of any cluster, then clean
it up using the "cluster node /forcecleanup" command and try
again.
Hope this helps.
Regards,
Shon Shah
Software Test Engineer
Microsoft Cluster Server
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples, if any, are subject to the terms specified
at http://www.microsoft.com/info/cpyright.htm
"Paul Dube" <pdube@.clic.net> wrote in message
news:4dcr6016mhj94s2cvet4hqhjvblhgf72fp@.4ax.com...
> I have a Windows 2000 that crashed and was part of a active/active SQL
cluster (SQL 2000).
> Instead of reinstall the box with Windows 2000, I reinstalled it with
Windows 2003 Advanced.
> In Cluster Administrator (on the Windows 2003 box), I am trying to add the
node, and I always get the following error:
> - sql1: The list of nodes to configure is empty.
> - Error 0x800713ac: A cluster node is not available for this operation.
> here's the content of the log:
> 2004-04-02 13:34:10.084 [INFO] [CConnPointEnum::HrAddConnection] punk
0x0cd808 added to the connection point enumerator. (hr=00000000)
> 2004-04-02 13:34:10.214 [INFO] [CConnPointEnum::HrAddConnection] punk
0x0ce2f8 added to the connection point enumerator. (hr=00000000)
> 2004-04-02 13:34:25.195 [INFO] [WIZ] Setting analyze page active. Setting
aborted to FALSE.
> 2004-04-02 13:34:25.336 [INFO] [MT] [CTaskAnalyzeClusterBase] Beginning
task...
> 2004-04-02 13:34:25.446 [INFO] CLUSTER2: Checking for an existing
cluster... (hr=00000000, {FDC75680-7DBB-42CA-8003-E4CDB01FF062},
> {B8453B8F-92FD-4350-A6D9-551FD018B791}, 0, 90, 0), (null)
> 2004-04-02 13:34:25.556 [INFO] [CTaskAnalyzeClusterBase] Setting
completion cookie 4 at array index 0 into the gather cluster information
> task for node CLUSTER2.shop.clic.net
> 2004-04-02 13:34:25.656 [INFO] [MT] The name to connect to is 'CLUSTER2'.
> 2004-04-02 13:34:25.736 [INFO] [MT] Requesting a remote connection to
'CLUSTER2'.
> 2004-04-02 13:34:25.846 [INFO] CLUSTER2: The DNS record for
"CLUSTER2.shop.clic.net" is "192.168.0.233". (hr=00000000,
> {B8453B8F-92FD-4350-A6D9-551FD018B791},
{D86FAAD9-2514-451E-B359-435AF35E6038}, 1, 1, 1), (null)
> 2004-04-02 13:34:25.937 [INFO] sql1: Requesting a remote connection to
"CLUSTER2" in domain "shop.clic.net" with binding string
> "192.168.0.233" (hr=00000000, {B8453B8F-92FD-4350-A6D9-551FD018B791},
{26015CA7-EAE1-43F4-AC1E-718D80629E93}, 1, 1, 1), (null)
> 2004-04-02 13:34:26.067 [INFO] [MT] Connection to 'CLUSTER2' with binding
string '192.168.0.233' failed because one or more classes are not
> registered.
> 2004-04-02 13:34:26.187 [INFO] CLUSTER2: The DNS record for
"CLUSTER2.shop.clic.net" is "192.168.0.233". (hr=00000000,
> {B8453B8F-92FD-4350-A6D9-551FD018B791},
{D86FAAD9-2514-451E-B359-435AF35E6038}, 1, 1, 1), (null)
> 2004-04-02 13:34:26.427 [INFO] [MT:CTaskAnalyzeClusterBase] Looking for
the completion cookie 1.
> 2004-04-02 13:34:26.537 [INFO] [MT:CTaskAnalyzeClusterBase] Looking for
the completion cookie 4.
> 2004-04-02 13:34:26.628 [INFO] [CTaskAnalyzeClusterBase] Clearing
completion cookie 4 at array index 0
> 2004-04-02 13:34:26.658 [INFO] CLUSTER2: (null) (hr=00000000,
{FDC75680-7DBB-42CA-8003-E4CDB01FF062},
> {B8453B8F-92FD-4350-A6D9-551FD018B791}, 0, 90, 1), (null)
> 2004-04-02 13:34:26.718 [INFO] [MT] [CTaskGatherClusterInfo] exiting task.
The task was not cancelled.
> 2004-04-02 13:34:26.808 [INFO] CLUSTER2: (null) (hr=00000000,
{FDC75680-7DBB-42CA-8003-E4CDB01FF062},
> {B8453B8F-92FD-4350-A6D9-551FD018B791}, 0, 90, 2), (null)
> 2004-04-02 13:34:26.988 [INFO] [MT] Adding node 'SQL1.shop.clic.net' to
the list of user-added nodes.
> 2004-04-02 13:34:27.128 [INFO] CLUSTER2: Collecting nodes currently in the
cluster... (hr=00000000, {EBC8AEFF-10C3-4D5B-AC17-FC0F4C3871B7},
> {72A04E74-2D14-4AD8-8E12-4AFBA56FD0E0}, 0, 1, 0), (null)
> 2004-04-02 13:34:27.389 [INFO] [MT] Connecting to cluster node
'SQL2.shop.clic.net'
> 2004-04-02 13:34:27.519 [INFO] CLUSTER2: Collecting nodes currently in the
cluster... (hr=00000000, {EBC8AEFF-10C3-4D5B-AC17-FC0F4C3871B7},
> {72A04E74-2D14-4AD8-8E12-4AFBA56FD0E0}, 0, 1, 1), (null)
> 2004-04-02 13:34:27.649 [INFO] CLUSTER2: (null) (hr=00000000,
{FDC75680-7DBB-42CA-8003-E4CDB01FF062},
> {B8453B8F-92FD-4350-A6D9-551FD018B791}, 0, 90, 90), (null)
> 2004-04-02 13:34:27.789 [INFO] sql1: (null) (hr=00000000,
{FDC75680-7DBB-42CA-8003-E4CDB01FF062},
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46}, 0,
> 90, 0), (null)
> 2004-04-02 13:34:27.919 [INFO] CLUSTER2: (null) (hr=00000000,
{FDC75680-7DBB-42CA-8003-E4CDB01FF062},
> {CC5E57B1-4520-4672-B4BA-A288EC42946E}, 0, 90, 0), (null)
> 2004-04-02 13:34:28.050 [INFO] [CTaskAnalyzeClusterBase] Setting
completion cookie 6 at array index 0 into the gather node information task
> for node SQL1.shop.clic.net
> 2004-04-02 13:34:28.190 [INFO] [CTaskAnalyzeClusterBase] Setting
completion cookie 7 at array index 1 into the gather node information task
> for node SQL2.shop.clic.net
> 2004-04-02 13:34:28.190 [INFO] SQL1: Connecting to server... (hr=00000000,
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
> {E88B08DD-2460-4DF1-B5C2-28587DD164EA}, 0, 1, 0), (null)
> 2004-04-02 13:34:28.320 [INFO] SQL2: Connecting to server... (hr=00000000,
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
> {E88B08DD-2460-4DF1-B5C2-28587DD164EA}, 0, 1, 0), (null)
> 2004-04-02 13:34:28.460 [INFO] [MT] The name to connect to is 'SQL1'.
> 2004-04-02 13:34:28.590 [INFO] [MT] The name to connect to is 'SQL2'.
> 2004-04-02 13:34:28.721 [INFO] [MT] Requesting a local connection to
'SQL1'.
> 2004-04-02 13:34:28.851 [INFO] [MT] Requesting a remote connection to
'SQL2'.
> 2004-04-02 13:34:29.061 [WARN] sql1: This node is already a member of a
cluster, but the cluster service is not running. This node will not
> be configured at this time. (hr=0x000001,
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{8028BF97-2D57-4628-845D-C4BEFFEB531A}, 1, 1, 1), The
> cluster service on this node is configured but is not currently running.
This node will be skipped and no further tasks will be performed on
> it. If this node is not supposed to be a member of any cluster, then clean
it up using the "cluster node /forcecleanup" command and try
> again.
> 2004-04-02 13:34:29.131 [INFO] SQL2: The DNS record for
"SQL2.shop.clic.net" is "192.168.0.242". (hr=00000000,
> {93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{D86FAAD9-2514-451E-B359-435AF35E6038}, 1, 1, 1), (null)
> 2004-04-02 13:34:29.271 [WARN] sql1: This node is already a member of a
cluster, but the cluster service is not running. This node will not
> be configured at this time. (hr=0x000001,
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{8028BF97-2D57-4628-845D-C4BEFFEB531A}, 1, 1, 1), The
> cluster service on this node is configured but is not currently running.
This node will be skipped and no further tasks will be performed on
> it. If this node is not supposed to be a member of any cluster, then clean
it up using the "cluster node /forcecleanup" command and try
> again.
> 2004-04-02 13:34:29.402 [INFO] sql1: Requesting remote connections...
(hr=00000000, {93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
> {1B606398-7193-4A48-AFBD-98AC8BACB690}, 1, 1, 1), (null)
> 2004-04-02 13:34:29.542 [INFO] [SRV] The cluster service is down on this
node.
> 2004-04-02 13:34:29.672 [INFO] sql1: Requesting a remote connection to
"SQL2" in domain "shop.clic.net" with binding string "192.168.0.242"
> (hr=00000000, {1B606398-7193-4A48-AFBD-98AC8BACB690},
{7DCE2976-3E89-4683-8980-B41130CBABD9}, 1, 1, 1), (null)
> 2004-04-02 13:34:29.812 [INFO] [SRV] CClusCfgClusterInfo::Initialize()
returning (hr=0x0713ba)
> 2004-04-02 13:34:29.962 [INFO] [MT] Connection to 'SQL2' with binding
string '192.168.0.242' failed because one or more classes are not
> registered.
> 2004-04-02 13:34:30.093 [WARN] sql1: GetClusterConfigInfo() completed.
(hr=0x0713ba, {05AA0768-5F49-49CD-AFDC-96F9D51802D4},
> {B460EA73-6223-44FA-84E0-DE7EC069DDD4}, 1, 1, 1), (null)
> 2004-04-02 13:34:30.253 [INFO] SQL2: The DNS record for
"SQL2.shop.clic.net" is "192.168.0.242". (hr=00000000,
> {93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{D86FAAD9-2514-451E-B359-435AF35E6038}, 1, 1, 1), (null)
> 2004-04-02 13:34:30.403 [WARN] sql1: The cluster configuration server has
been started. (hr=0x0713ba,
> {93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{39371CBA-A47B-4A4F-9042-6BECD321E9E2}, 1, 1, 1), (null)
> 2004-04-02 13:34:30.613 [INFO] [MT:CTaskAnalyzeClusterBase] Looking for
the completion cookie 5.
> 2004-04-02 13:34:30.663 [WARN] sql1: The cluster configuration server has
been started. (hr=0x0713ba,
> {93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{39371CBA-A47B-4A4F-9042-6BECD321E9E2}, 1, 1, 1), (null)
> 2004-04-02 13:34:30.804 [INFO] SQL2: (null) (hr=00000000,
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{E88B08DD-2460-4DF1-B5C2-28587DD164EA}, 0,
> 1, 1), (null)
> 2004-04-02 13:34:30.964 [INFO] [MT] The cluster service on node 'SQL1' is
down.
> 2004-04-02 13:34:31.084 [INFO] [MT:CTaskAnalyzeClusterBase] Looking for
the completion cookie 7.
> 2004-04-02 13:34:31.244 [WARN] SQL1: (null) (hr=0x0713ba,
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
{E88B08DD-2460-4DF1-B5C2-28587DD164EA}, 0,
> 1, 1), (null)
> 2004-04-02 13:34:31.414 [INFO] [CTaskAnalyzeClusterBase] Clearing
completion cookie 7 at array index 1
> 2004-04-02 13:34:31.545 [INFO] [MT:CTaskAnalyzeClusterBase] Looking for
the completion cookie 6.
> 2004-04-02 13:34:31.675 [INFO] [MT] [CTaskGatherNodeInfo] exiting task.
The task was not cancelled.
> 2004-04-02 13:34:31.805 [INFO] [CTaskAnalyzeClusterBase] Clearing
completion cookie 6 at array index 0
> 2004-04-02 13:34:32.075 [INFO] sql1: (null) (hr=00000000,
{FDC75680-7DBB-42CA-8003-E4CDB01FF062},
{93C32F99-39CA-4D38-9D7F-2707CA0EAF46}, 0,
> 90, 1), (null)
> 2004-04-02 13:34:32.075 [INFO] [MT] [CTaskGatherNodeInfo] exiting task.
The task was not cancelled.
> 2004-04-02 13:34:32.216 [ERR ] sql1: The list of nodes to configure is
empty. (hr=0x800713ac, {93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
> {A678963B-9173-4393-B21B-0B4337B28EE2}, 1, 1, 1), (null)
> 2004-04-02 13:34:32.486 [INFO] CLUSTER2: (null) (hr=00000000,
{FDC75680-7DBB-42CA-8003-E4CDB01FF062},
> {CC5E57B1-4520-4672-B4BA-A288EC42946E}, 0, 90, 90), (null)
> 2004-04-02 13:34:32.626 [INFO] [MT] [CTaskAnalyzeClusterBase] Exiting
task. The task was not cancelled.
> SQL1 is the Windows 2003 box newly installed and SQL2 is the old Windows
2000 box.
> Can anyone see anything wrong?
> Thanks in advance.
> Paul
|||Great! It works 8-).
Thanks!
Paul
On Fri, 2 Apr 2004 10:48:52 -0800, "Shon Shah [MSFT]" <shonsh@.online.microsoft.com> wrote:

>Paul,
>As the log indicates try adding the new node (SQL1) after cleaning it up
>using the "cluster node /forcecleanup" command.
>2004-04-02 13:34:29.061 [WARN] sql1: This node is already a member of a
>cluster, but the cluster service is not running. This node will not
>be configured at this time. (hr=0x000001,
>{93C32F99-39CA-4D38-9D7F-2707CA0EAF46},
>{8028BF97-2D57-4628-845D-C4BEFFEB531A}, 1, 1, 1), The
>cluster service on this node is configured but is not currently running.
>This node will be skipped and no further tasks will be performed on
>it. If this node is not supposed to be a member of any cluster, then clean
>it up using the "cluster node /forcecleanup" command and try
>again.
>Hope this helps.
|||You must evict the node from the cluster before joining it
back in.
HTH
Bjorn
>--Original Message--
>My Cluster Service does not want to start on SQL1. Event
Viewer says:
>Event Type:Error
>Event Source:Service Control Manager
>Event Category:None
>Event ID:7031
>Date:4/2/2004
>Time:1:39:12 PM
>User:N/A
>Computer:SQL1
>Description:
>The Cluster Service service terminated unexpectedly. It
has done this 4 time(s). The following corrective action
will be taken in 480000
>milliseconds: Restart the service.
>For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
>
>What do you suggest?
>Paul
>.
>

Wednesday, March 21, 2012

Installer confused about Sql Version

I'm installing RS on a server that currently has MSDE for several
applications. I've installed Sql Server 2000 on the box for the purpose of RS
but the installer keeps telling me I'm using the wrong version. Not sure what
to do?Are you trying to install RS to use MSDE? If so RS is not supported on
MSDE. If not, please explain your issue more clearly.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Joshua Belden" <JoshuaBelden@.discussions.microsoft.com> wrote in message
news:E8F23E0A-75A9-44A0-BFB2-1336239E3D64@.microsoft.com...
> I'm installing RS on a server that currently has MSDE for several
> applications. I've installed Sql Server 2000 on the box for the purpose of
> RS
> but the installer keeps telling me I'm using the wrong version. Not sure
> what
> to do?|||The installer asks for the instance of the SQL Server that the report
database will be installed to, I select the instance that is SQL 2000 and
receive the message:
aww...
Okay, after reading the message, it says I have the wrong version of SQL
2000. I thought the Developer edition was legit?
"Daniel Reib [MSFT]" wrote:
> Are you trying to install RS to use MSDE? If so RS is not supported on
> MSDE. If not, please explain your issue more clearly.
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Joshua Belden" <JoshuaBelden@.discussions.microsoft.com> wrote in message
> news:E8F23E0A-75A9-44A0-BFB2-1336239E3D64@.microsoft.com...
> > I'm installing RS on a server that currently has MSDE for several
> > applications. I've installed Sql Server 2000 on the box for the purpose of
> > RS
> > but the installer keeps telling me I'm using the wrong version. Not sure
> > what
> > to do?
>
>|||Okay, Sql 2000 Developer edition is valid, and in fact is the same version as
another server that's running RS, Version 8.00.760 (SP3)
"Daniel Reib [MSFT]" wrote:
> Are you trying to install RS to use MSDE? If so RS is not supported on
> MSDE. If not, please explain your issue more clearly.
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Joshua Belden" <JoshuaBelden@.discussions.microsoft.com> wrote in message
> news:E8F23E0A-75A9-44A0-BFB2-1336239E3D64@.microsoft.com...
> > I'm installing RS on a server that currently has MSDE for several
> > applications. I've installed Sql Server 2000 on the box for the purpose of
> > RS
> > but the installer keeps telling me I'm using the wrong version. Not sure
> > what
> > to do?
>
>|||grrr, this is frustrating.
I've uninstalled all MSDE databases. I have only SQL 2000 Developer and it
still says: "This edition of the Report Server Database is not supported on
the edition of SQL Server 2000 you have chosen. Please choose another SQL
Server that matches the requirements.
So where does the installer go to check what the current version is. Perhaps
my database instance is screwed. Is there a way to change the Sql 2000
instance name?
"Daniel Reib [MSFT]" wrote:
> Are you trying to install RS to use MSDE? If so RS is not supported on
> MSDE. If not, please explain your issue more clearly.
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Joshua Belden" <JoshuaBelden@.discussions.microsoft.com> wrote in message
> news:E8F23E0A-75A9-44A0-BFB2-1336239E3D64@.microsoft.com...
> > I'm installing RS on a server that currently has MSDE for several
> > applications. I've installed Sql Server 2000 on the box for the purpose of
> > RS
> > but the installer keeps telling me I'm using the wrong version. Not sure
> > what
> > to do?
>
>|||What version of SQL RS do you have? You can only install dev or eval
version of RS on the Dev edition of SQL 2000. Please refer to the following
article on editions supported by RS:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsinstall/htm/gs_installingrs_v1_8jom.asp
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Joshua Belden" <JoshuaBelden@.discussions.microsoft.com> wrote in message
news:27865F62-6827-4D65-BAAD-05CC53975AA5@.microsoft.com...
> grrr, this is frustrating.
> I've uninstalled all MSDE databases. I have only SQL 2000 Developer and it
> still says: "This edition of the Report Server Database is not supported
> on
> the edition of SQL Server 2000 you have chosen. Please choose another SQL
> Server that matches the requirements.
> So where does the installer go to check what the current version is.
> Perhaps
> my database instance is screwed. Is there a way to change the Sql 2000
> instance name?
> "Daniel Reib [MSFT]" wrote:
>> Are you trying to install RS to use MSDE? If so RS is not supported on
>> MSDE. If not, please explain your issue more clearly.
>> --
>> -Daniel
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "Joshua Belden" <JoshuaBelden@.discussions.microsoft.com> wrote in message
>> news:E8F23E0A-75A9-44A0-BFB2-1336239E3D64@.microsoft.com...
>> > I'm installing RS on a server that currently has MSDE for several
>> > applications. I've installed Sql Server 2000 on the box for the purpose
>> > of
>> > RS
>> > but the installer keeps telling me I'm using the wrong version. Not
>> > sure
>> > what
>> > to do?
>>

Monday, March 12, 2012

Installation Problems

I downloaded MS SQL as an ISO file, and tried to mount the image. All I got was a quick loading screen and then MS SQL in a grey box, and it didn't even show up on my applications list when I pushed CTRL+ALT+DELETE.

Um. Help? :[

Hhhmm, that sounds strange, could be a number of reasons why this is happening, what are you using to mount the image? Alcohol 120% is a good program http://www.alcohol-soft.com/

If you don't want to spend a lot of time troubleshooting this you can always extract the ISO contents to a local folder and install SQL from there, Winimage is a good freebie you can use to extract the ISO http://www.winimage.com/

|||Try to directly run the setup in the folder: SQL Server x86\Servers

There might be some security issues which does not allow you to run .hta files.

HTH, Jens Suessmeyer.

http://www.sqlserver2005.de|||In my case, I am using Virtual CDROM from http://www.softwarepatch.com/windows/xpvirtualcddownload.html to access my ISO images. All you need to do is follow the readme file. You can even share the virtual CD ROM in your network

Friday, February 24, 2012

Installation issue

Hi everyone,
I'm hoping someone can help me out on this one. I'm getting an error when I
try to install rs developer edition on my box. The message is "could not
start the reportserver service on Local Computer Error 193: 0xc1" I had a
previous version of rs (rs evaluation edition) prior to this. All other
components seem to install correctly. The rs service will just not start.
Any help you can provide would be greated appreciated.
ThanksError 193 is:
%1 is not a valid Win32 application.
I wonder if your .Net framework is not working correctly? Can you run other
.Net apps?
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"J. Gonzalez" <JGonzalez@.discussions.microsoft.com> wrote in message
news:DEFE0908-8928-48D0-B850-A5DB134E58D8@.microsoft.com...
> Hi everyone,
> I'm hoping someone can help me out on this one. I'm getting an error when
I
> try to install rs developer edition on my box. The message is "could not
> start the reportserver service on Local Computer Error 193: 0xc1" I had a
> previous version of rs (rs evaluation edition) prior to this. All other
> components seem to install correctly. The rs service will just not start.
> Any help you can provide would be greated appreciated.
> Thanks|||I think the problem lies in the fact that there is a previous version of
Reporting services on there. When I try to install RS it fails when it tries
to start the ReportService windows service. The error says that I don't have
the appropriate permissions to start the service. Since it's a testing box,
I made myself as an administrator and still got the same message. Everything
else seems to be running fine.
Thanks
J.D.
"Daniel Reib [MSFT]" wrote:
> Error 193 is:
> %1 is not a valid Win32 application.
> I wonder if your .Net framework is not working correctly? Can you run other
> ..Net apps?
>
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "J. Gonzalez" <JGonzalez@.discussions.microsoft.com> wrote in message
> news:DEFE0908-8928-48D0-B850-A5DB134E58D8@.microsoft.com...
> > Hi everyone,
> >
> > I'm hoping someone can help me out on this one. I'm getting an error when
> I
> > try to install rs developer edition on my box. The message is "could not
> > start the reportserver service on Local Computer Error 193: 0xc1" I had a
> > previous version of rs (rs evaluation edition) prior to this. All other
> > components seem to install correctly. The rs service will just not start.
> >
> > Any help you can provide would be greated appreciated.
> >
> > Thanks
>
>