Showing posts with label installation. Show all posts
Showing posts with label installation. Show all posts

Sunday, March 25, 2012

@!#$%^&*( SSL/TLS

OK, I have a fresh installation. I installed SSL prior to SQL Server 2005 and let the installer create the default configuration. SSL is working, cert auth is in place. Started up Report Manager and it is working. Tried out Report Builder and it is working just fine. I go to run some reports, I get the parameters (some are dynamic) working fine. When I go to render the report I get the almighty dreaded

The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure.

Anyone have any ideas what is going on?

Report Server Virtual directory is set to 3 - All Soap APIs.

Just to recap, Report Manager, OK. Report Builder, OK, Params OK, Report Data, NOT OK.

R

Just found out, it isn't asking for credentials. Looks like it is trying to use ASPNET. Now I am lost.

Hi Ron. I'm having the exact same issue as you, and I'm also completely lost. I even can see the reports from ReportServer (https://myserver:mysslport/ReportServer), but not from Report Manager. Have you find any clue on this?

Thanks,

Julio

@!#$%^&*( SSL/TLS

OK, I have a fresh installation. I installed SSL prior to SQL Server 2005 and let the installer create the default configuration. SSL is working, cert auth is in place. Started up Report Manager and it is working. Tried out Report Builder and it is working just fine. I go to run some reports, I get the parameters (some are dynamic) working fine. When I go to render the report I get the almighty dreaded

The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure.

Anyone have any ideas what is going on?

Report Server Virtual directory is set to 3 - All Soap APIs.

Just to recap, Report Manager, OK. Report Builder, OK, Params OK, Report Data, NOT OK.

R

Just found out, it isn't asking for credentials. Looks like it is trying to use ASPNET. Now I am lost.

Hi Ron. I'm having the exact same issue as you, and I'm also completely lost. I even can see the reports from ReportServer (https://myserver:mysslport/ReportServer), but not from Report Manager. Have you find any clue on this?

Thanks,

Julio

|||I was also having this problem and found a solution here:
http://ezra.auerbach.co.il/?postid=7

You need to add the root certifacate of the one being used by the sharepoint and reporting services IIS sites to the computer's Trusted Root Authorities.sql

Thursday, March 22, 2012

SQL Server Express SP2 Installation Dies ?

Hello all,

I'm trying to install "SQL Server 2005 Express Edition SP2".

I downloaded "SQLEXPR32.EXE" (38,220,656 bytes) from the Microsoft site.

At the beginning of the setup the installation program scans my system -- no problems or warnings. Everything looks fine.

During installation I uncheck, "Hide advanced configuration options" simply because I want to change the default instance name. I make no other changes to the default installation.

The installation starts up but when it tries to install the "SQL Native Client" I get the following error dialog message:

"An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'."

That's an odd message to receive since I am *not* even trying to install the SQL Native Client.

Does anyone have an idea of what might be causing this to happen. I've install SSE many times in the past with no problems.

Thanks

See reply on your other post.

SQL Server Express SP2 Installation Dies ?

Hello all,

I'm trying to install "SQL Server 2005 Express Edition SP2".

I downloaded "SQLEXPR32.EXE" (38,220,656 bytes) from the Microsoft site.

At the beginning of the setup the installation program scans my system -- no problems or warnings. Everything looks fine.

During installation I uncheck, "Hide advanced configuration options" simply because I want to change the default instance name. I make no other changes to the default installation.

The installation starts up but when it tries to install the "SQL Native Client" I get the following error dialog message:

"An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'."

That's an odd message to receive since I am *not* even trying to install the SQL Native Client.

Does anyone have an idea of what might be causing this to happen. I've install SSE many times in the past with no problems.

Thanks

See reply on your other post.sql

Sunday, March 11, 2012

.Net Stored Procedures on IA64 SSAS

Does anybody know if it is possible to call .Net stored procedures from a 64 bit Analysis Services Installation? Unfortunately the .Net stored procedures which we are trying to use target the x86 platform and not IA64.

(The procedures use an ODBC driver that is only available to 32 bit applications.)

Any information would be appreciated. The trial and error process gives me an MDX error that says that my stored procedures cannot be found. However, SSAS lets me add the x86 assembly to my database without any problem.

You can't cross 32/64 bit process boundaries within a single process this way. You can't try to load 32bit stored procedure into 64 bit process. Analysis Server is not checking the target platform you compiled you SP for on load, but later as you can see it fails to load it.

If you absolutely must to use the 32bit ODBC driver, you have an option of installing 32bit AS on 64bit platform. But that is highly unintuitive. Take a look if you can find native 64bit version of OLEDB provider instead of using 32bit ODBC driver.

Edward.
--
This posting is provided "AS IS" with no warranties, and confers no rights.

|||I also would like to add here, that unless you are using COM based sprocs (which are off by default), the .NET sprocs are platform agnostic, just like .NET itself. You can take sproc .NET assembly and deploy it to either 32 or 64 bit server without recompilation - it should work fine.

.NET Runtime error on SQL Server 2005 (RTM)

I upgraded my primary production server this morning to SQL 2005. Everything went fairly smoothly, but a couple of hours after my installation was complete, I found the following error in my event log:

Source: .NET Runtime Optimization Service

EventID: 1101

.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed to compile: Microsoft.ReportingServices.QueryDesigners, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 . Error code = 0x80070002

I am a little stumped since we did not install Reporting Services. We only installed Database Services, Integration Services and Workstation Components. I'm open to any suggestions on this. This does not seem to be negatively affecting our server, but I do want to resolve it as soon as possible.

Thanks,

Kevin

Same error in event logs on 2 different servers that SQL 2005 (RTM) was installed upon.

It's from the .NET Runtime Optimization process.

Suggestion includes uninstalling SQL 2005, .NET and repairing the Visual Studio installation (performed by SQL) and re-installing. However, this issue is intrinsic to the setup process performed by Microsoft's .NET and SQL software. It will only happen again.

Still looking for a clean-cut answer to the origin of this and if a solution needs to be implemented. Since this was a one-time attempt at compiling the Microsoft.ReportingServices.QueryDesigners DLL (where Reporting Services wasn't evoked in the SQL 2005 setup) and based on what I've read on other forums, it's currently nothing to worry about.

Still, I'd like an answer too.

|||Thanks for the reply. I had seen that suggestion in another forum to uninstall/repair/reinstall, but that is not really an option on this particular server. That would be a major risk to our production environment. Not to mention, it is sort of like cutting off a hand to remove a splinter from a finger.|||I have the same thing on a dev machine and reinstalling didn't help. Eventually even reinstalled the OS (W2K3) and got the same results.|||

I'm installing W2003 Sp1 server from the scratch (intended for TFS beta3 refresh ATDT) with order:

1. W2003 Sp1 server (application server in Workgroup)

2. Updates

3. IIS...(ASP.NET, no FrontPage Extensions )

4. SQL server...full install

5. stsv2.exe (Share Point services 2.0, Sp2)

At this point I looked at Event log and found the error.

V.

|||I installed from scratch windows 2003 R2 and SQL Server 2005 and I get this error.|||I recently had the same problem. I was able to fix this by uninstalling .net 2.0 and rebooting the server. Then I reapplied the .net 2.0 and rebooted the server again and the message went away.

.NET Runtime error on SQL Server 2005 (RTM)

I upgraded my primary production server this morning to SQL 2005. Everything went fairly smoothly, but a couple of hours after my installation was complete, I found the following error in my event log:

Source: .NET Runtime Optimization Service

EventID: 1101

.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed to compile: Microsoft.ReportingServices.QueryDesigners, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 . Error code = 0x80070002

I am a little stumped since we did not install Reporting Services. We only installed Database Services, Integration Services and Workstation Components. I'm open to any suggestions on this. This does not seem to be negatively affecting our server, but I do want to resolve it as soon as possible.

Thanks,

Kevin

Same error in event logs on 2 different servers that SQL 2005 (RTM) was installed upon.

It's from the .NET Runtime Optimization process.

Suggestion includes uninstalling SQL 2005, .NET and repairing the Visual Studio installation (performed by SQL) and re-installing. However, this issue is intrinsic to the setup process performed by Microsoft's .NET and SQL software. It will only happen again.

Still looking for a clean-cut answer to the origin of this and if a solution needs to be implemented. Since this was a one-time attempt at compiling the Microsoft.ReportingServices.QueryDesigners DLL (where Reporting Services wasn't evoked in the SQL 2005 setup) and based on what I've read on other forums, it's currently nothing to worry about.

Still, I'd like an answer too.

|||Thanks for the reply. I had seen that suggestion in another forum to uninstall/repair/reinstall, but that is not really an option on this particular server. That would be a major risk to our production environment. Not to mention, it is sort of like cutting off a hand to remove a splinter from a finger.|||I have the same thing on a dev machine and reinstalling didn't help. Eventually even reinstalled the OS (W2K3) and got the same results.|||

I'm installing W2003 Sp1 server from the scratch (intended for TFS beta3 refresh ATDT) with order:

1. W2003 Sp1 server (application server in Workgroup)

2. Updates

3. IIS...(ASP.NET, no FrontPage Extensions )

4. SQL server...full install

5. stsv2.exe (Share Point services 2.0, Sp2)

At this point I looked at Event log and found the error.

V.

|||I installed from scratch windows 2003 R2 and SQL Server 2005 and I get this error.|||I recently had the same problem. I was able to fix this by uninstalling .net 2.0 and rebooting the server. Then I reapplied the .net 2.0 and rebooted the server again and the message went away.

.NET Runtime error on SQL Server 2005 (RTM)

I upgraded my primary production server this morning to SQL 2005. Everything went fairly smoothly, but a couple of hours after my installation was complete, I found the following error in my event log:

Source: .NET Runtime Optimization Service

EventID: 1101

.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed to compile: Microsoft.ReportingServices.QueryDesigners, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 . Error code = 0x80070002

I am a little stumped since we did not install Reporting Services. We only installed Database Services, Integration Services and Workstation Components. I'm open to any suggestions on this. This does not seem to be negatively affecting our server, but I do want to resolve it as soon as possible.

Thanks,

Kevin

Same error in event logs on 2 different servers that SQL 2005 (RTM) was installed upon.

It's from the .NET Runtime Optimization process.

Suggestion includes uninstalling SQL 2005, .NET and repairing the Visual Studio installation (performed by SQL) and re-installing. However, this issue is intrinsic to the setup process performed by Microsoft's .NET and SQL software. It will only happen again.

Still looking for a clean-cut answer to the origin of this and if a solution needs to be implemented. Since this was a one-time attempt at compiling the Microsoft.ReportingServices.QueryDesigners DLL (where Reporting Services wasn't evoked in the SQL 2005 setup) and based on what I've read on other forums, it's currently nothing to worry about.

Still, I'd like an answer too.

|||Thanks for the reply. I had seen that suggestion in another forum to uninstall/repair/reinstall, but that is not really an option on this particular server. That would be a major risk to our production environment. Not to mention, it is sort of like cutting off a hand to remove a splinter from a finger.|||I have the same thing on a dev machine and reinstalling didn't help. Eventually even reinstalled the OS (W2K3) and got the same results.|||

I'm installing W2003 Sp1 server from the scratch (intended for TFS beta3 refresh ATDT) with order:

1. W2003 Sp1 server (application server in Workgroup)

2. Updates

3. IIS...(ASP.NET, no FrontPage Extensions )

4. SQL server...full install

5. stsv2.exe (Share Point services 2.0, Sp2)

At this point I looked at Event log and found the error.

V.

|||I installed from scratch windows 2003 R2 and SQL Server 2005 and I get this error.|||I recently had the same problem. I was able to fix this by uninstalling .net 2.0 and rebooting the server. Then I reapplied the .net 2.0 and rebooted the server again and the message went away.

Thursday, March 8, 2012

.Net Deployment ....

Hi everybody,

I want install the project in client side .. In installation time i want to access the my server .. How i can make the setup file to access the internet.. please help me.....

Thanks & Regards,

S.Sajan

Not only is that NOT a good idea, many users will have firewalls that may keep your installation from accessing the internet.

See my post to your previous question for information about remote and unattended installations.

Sunday, February 19, 2012

..newbie.. cluster multi-istance..

Hi,
I must install M$ SQL2005 standard on two node in cluster enviroment.
I wanna know some best practices to resolve the installation in the
better way.
The server is based on two blade dual processor dual core. I've a SAN
configured with 4 LUN, each with 1 partition (eventually a can
reconfigure the SAN).
I've some question:
a) SQL2005 is defined by M$ only active/passive on a cluster. This
means that can I work with two nodes, with two cluster groups each one
working with one instance? In other words, in which way can I
configure cluster's groups (or group)? Can I use only a group with two
instance? Can I use two groups? I can obtain a failover enviroment
relative to one instance with two active nodes? (SQL2005 is active/
active on nodes, but each instance is active/passive on nodes?) I
prefer obtain the failover option vs. load balance across two nodes,
but I must know the possibilities for future decision.
b) An istance SQL2005 is based on an installation path for the engine
of the instance and several paths for data files. On a cluster based
on SAN where I can/must install the instance? I've a local disk
partitioned with two logical unit (c: and d. Also I've have one or
more units on SAN. C: contains Windows2003 and D: is empty. I must
install the instance on the local disk of the node or I use the unit
(one or more) on SAN?. I know that on a normal enviroment it's better
use some different fisical disks/units (The best it's split/organize
datafile in order of cpu capabilities - e.g.: dual processor/dual core
tempdb on 4 files..) but with a SAN? It's also a best practice define
several LUN on a SAN in order of obtain an optimized architecture?. Or
can I use only a large disk with several files? I need install 4
instances and I want obtain the best architectural solution.
c) With the first installation I will make one instance on two nodes.
In which way I will install the other 3 instances (on a cluster
enviroment)?
If you can, tell me more infos about these tasks.
oecre.at.hotmail.dot.com
<marco.crespi@.gmail.com> wrote in message
news:1170322227.120566.94730@.m58g2000cwm.googlegro ups.com...
> Hi,
> I must install M$ SQL2005 standard on two node in cluster enviroment.
> I wanna know some best practices to resolve the installation in the
> better way.
> The server is based on two blade dual processor dual core. I've a SAN
> configured with 4 LUN, each with 1 partition (eventually a can
> reconfigure the SAN).
> I've some question:
> a) SQL2005 is defined by M$ only active/passive on a cluster. This
> means that can I work with two nodes, with two cluster groups each one
> working with one instance?
Yes, one and only one instance per group, you can have multiple groups

>In other words, in which way can I
> configure cluster's groups (or group)? Can I use only a group with two
> instance?
One instance per group

> Can I use two groups?
yes, you will have two instances

> I can obtain a failover enviroment
> relative to one instance with two active nodes?
An instance (group) is only online / "running" on one node. (Always on one
node only)
A Group (instance) is NEVER "running" on two nodes.

> (SQL2005 is active/
> active on nodes, but each instance is active/passive on nodes?)
One instance/group is only online on one node. when you have two groups,
then you can have one group online on one node and the second group online
on the second node. If a node fails, the surviving node is now running all
groups.

> I
> prefer obtain the failover option vs. load balance across two nodes,
> but I must know the possibilities for future decision.
Clustering is fail-over, not load balancing.

> b) An istance SQL2005 is based on an installation path for the engine
> of the instance and several paths for data files. On a cluster based
> on SAN where I can/must install the instance?
follow the instructions, the executables are in the default places, and data
goes on your clustered disks (on a SAN)

> I've a local disk
> partitioned with two logical unit (c: and d. Also I've have one or
> more units on SAN. C: contains Windows2003 and D: is empty. I must
> install the instance on the local disk of the node or I use the unit
> (one or more) on SAN?.
follow instructions, books on line is a good place to start
or here : http://msdn2.microsoft.com/en-us/library/ms179530.aspx

> I know that on a normal enviroment it's better
> use some different fisical disks/units (The best it's split/organize
> datafile in order of cpu capabilities - e.g.: dual processor/dual core
> tempdb on 4 files..) but with a SAN?
yes, depending on your application / IO patterns, but general rule is data
files and log files on different spindles

> It's also a best practice define
> several LUN on a SAN in order of obtain an optimized architecture?.
Absolutely, every SAN need to be configured properly, every LUN will have to
be created with certain parameters. However this is so dependent on the SAN
you have, you should contact your SAN vendor to get the best practices
(mention it is for SQL 2005).

> Or
> can I use only a large disk with several files? I need install 4
> instances and I want obtain the best architectural solution.
As above, more spindles = more IO = better performance (this is the general
rule)

> c) With the first installation I will make one instance on two nodes.
> In which way I will install the other 3 instances (on a cluster
> enviroment)?
as per documentation

> If you can, tell me more infos about these tasks.
If you have little experience with clusters, I would suggest to read up
about this as much as possible.
Install a cluster, A cluster with Virtual Machine Nodes will do, and
practice the setup. Make sure you are familiar with the tools, interfaces,
configurations, failover/back.
Practice and test first how all this works.
HTH,
_Edwin.

> oecre.at.hotmail.dot.com
>
|||Edwin's responses are all accurate, but for general knowledge, the SQL
Server 200 Failover Clustering guide is a good introduction.
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/failclus.mspx
I realize you are speaking to SS2K5, but the document is "mostly" applicable
to both. Moreover, the document also contains a link to the updated white
paper dedicated for SS2K5. You would be wise to read them both.
In your situation, with only a 2-node cluster, running Standard Edition,
your choices are kind of limited. Basically, when you install each
instance, you will be required to provide a pre-existing cluster resource
group with an existing dedicated shared disk resource. During the
installation process, you will specify not only a unique instance name, but
also a unique virtual server name (Network Name resource) and associated IP
address.
This is where clustering is different that multi-instancing on a stand-alone
system, because each SQL Server instance must be segregated to an
independent dedicated resource group, it will also require a dedicated disk,
network name, and IP address.
The binaries will be installed to a local drive on each cluster node (either
C: or D: in your case). You only have to install once; the setup program
will distribute copies of the binaries to each cluster node you specify as a
potential owner of the clustered resources. The binaries may be collocated
on the same drive, but different installation paths will be chosen for each
dedicated instance.
The data files will be installed on one shared volume. After installation,
you can redistribute database files to other clustered volumes within the
same cluster resource group.
Due to the limitation of drive letters in a Windows system, you will be
limited on how many volumes you can maintain, and thus, how many
simultaneous instances you can support in a single clustered system.
With SS2K5 (as long as SS2K5 is the only version installed, no side-by-side
with any SS2K instances), you can have a single letter-assigned drive per
cluster group, but then use multiple mount-points on this drive to
distribute the data files appropriately to dedicated volumes.
Now, how many "volumes" should you have per cluster group/SQL Server
instance? At a minimum, you should have 3: one for the data files (user and
system), one for the transaction logs (user and system), and one for the
on-disk database backup files. In addition, we usually create another
volume to separate the tempdb data files (the tempdb log files are kept on
the shared log file volume). Not only should these be isolated on the host,
but they need to be partitioned in the SAN as well (usually called "data
fencing"). Basically, on the storage array(s), this is a way of grouping
RAID Group "sets" into similar, dedicated IO workload characteristics, based
on function. You wouldn't want to run your database files from the same SAN
RAID group that hosted another systems page files, especially if that other
system started memory-thrashing.
This is a baseline installation. Upon further testing, you may want to
plaid the database across multiple dedicated volumes, either through
multi-file filegroups, dedicated filegroups, a combination thereof, or
merely to isolate a single database from other database files. You can have
multiple databases, files, and/or filegroups sharing a single volume, or you
can distribute them to dedicated volume devices. The choice is dependent on
the workload characteristics, disk IOPS, and bandwidth requirements.
I specifically used the term "volumes;" this was on purpose because volume
and LUN construction is another complex discussion, and also like Edwin, I
would recommend having that discussion with your SAN administrator/engineer
or SAN vendor. The same workload and IO requirements will also dictate how
many dedicated IO buses, HBAs, switch connectors, and SAN channel adapters
your installation will require.
To give you an idea of what is going on, I'll list out a general
description, but you need to do some homework before you design and
construct. I cannot emphasize enough how important it will be for you to
get your SAN team involved in this design.
Nevertheless, there is disk plaiding and database plaiding, one residing and
dependent on the other. I mentioned a few of the components for database
plaiding above. Below, I will give list some of the volume construction
considerations.
For disk plaiding, LUNS are created in the SAN storage array(s) (yes,
arrays; host presented LUNs can be supported from more than one array
simultaneously; this is the "N" in SAN, which stands for network, both on
the host side as well as the storage side). Sometimes these are created
from hypervolumes (slices from a single disk) or RAID groups (slices of
standard RAID 0, 1, 3, 5, 6, 1+0, etc., etc., etc.). These LUNs can be
presented directly to the host or from these, meta-volumes or meta-LUNs
(second layer striping on the array) can be created.
Either array LUNs or these meta-LUN units are then presented to the host.
These show up as the DISK devices visible from the host side volume manager.
On Windows systems, using the native LDM volume manager, each of these
DISKs/array LUNs will be converted to basic disks with primary
partitions-dynamic disks are not supported for clustered installations
utilizing the physical disk resource type. You will need to consider
partition offsets, drive letters and/or mount points, and File System
Allocation Unit size. However, with third-party volume managers, you can
consider another layer of disk plaiding.
With these volume manager utilities, you can convert these array LUN backed
disk devices into dynamic disks and now consider various host-level striping
scenarios as well. We typically use RAID 0, but RAID 1 or JBOD could also
be considered. Multiple dynamic disk devices can be assembled to construct
a single volume, from which a drive or mounted device can be assigned to a
SQL Server clustered resource group.
The reason you would want to consider host-level striping in addition to the
storage array construction is in order to keep multiple HBAs using
multipathing software as evenly active as possible. Allowing only the
storage array to manage all RAID characteristics, you can limit the
bandwidth capabilities between the host to SAN interconnects. By striping
on the host, you can maximize this bandwidth.
One last thing before I let you go, you are considering running 4 instances
on a two-node cluster. I would recommend you spend some time on the VLDB
web site.
http://www.microsoft.com/sql/prodinfo/previousversions/scalability.mspx
Microsoft has provided studies that have shown that hosting multiple
databases on a single instance is more efficient than running multiple
instances in 64-bit mode. For 32-bit installations, because of limitations
of the Virtual Memory Address Space, multiple instances may provide
additional performance enhancements. So, if performance is your goal, stick
with 2 instances, one running on each node, and perhaps running the entire
installation in a single-instanced configuration on 64-bit equipment.
http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/64bitconsolidation.mspx#EDD
If money is a factor, and your are trying to maximize hardware resource
utilization, take a look into N + I clustered configurations, these can help
reduce the number of passive clustered nodes per active node, thus reducing
your cost without sacrificing performance.
Take a look at the Number of Nodes and Failover Plan section:
http://technet2.microsoft.com/WindowsServer/en/library/f41adff5-87df-483e-9edd-8484501d79921033.mspx?mfr=true
Best of luck.
Sincerely,
Anthony Thomas

<marco.crespi@.gmail.com> wrote in message
news:1170322227.120566.94730@.m58g2000cwm.googlegro ups.com...
> Hi,
> I must install M$ SQL2005 standard on two node in cluster enviroment.
> I wanna know some best practices to resolve the installation in the
> better way.
> The server is based on two blade dual processor dual core. I've a SAN
> configured with 4 LUN, each with 1 partition (eventually a can
> reconfigure the SAN).
> I've some question:
> a) SQL2005 is defined by M$ only active/passive on a cluster. This
> means that can I work with two nodes, with two cluster groups each one
> working with one instance? In other words, in which way can I
> configure cluster's groups (or group)? Can I use only a group with two
> instance? Can I use two groups? I can obtain a failover enviroment
> relative to one instance with two active nodes? (SQL2005 is active/
> active on nodes, but each instance is active/passive on nodes?) I
> prefer obtain the failover option vs. load balance across two nodes,
> but I must know the possibilities for future decision.
> b) An istance SQL2005 is based on an installation path for the engine
> of the instance and several paths for data files. On a cluster based
> on SAN where I can/must install the instance? I've a local disk
> partitioned with two logical unit (c: and d. Also I've have one or
> more units on SAN. C: contains Windows2003 and D: is empty. I must
> install the instance on the local disk of the node or I use the unit
> (one or more) on SAN?. I know that on a normal enviroment it's better
> use some different fisical disks/units (The best it's split/organize
> datafile in order of cpu capabilities - e.g.: dual processor/dual core
> tempdb on 4 files..) but with a SAN? It's also a best practice define
> several LUN on a SAN in order of obtain an optimized architecture?. Or
> can I use only a large disk with several files? I need install 4
> instances and I want obtain the best architectural solution.
> c) With the first installation I will make one instance on two nodes.
> In which way I will install the other 3 instances (on a cluster
> enviroment)?
> If you can, tell me more infos about these tasks.
> oecre.at.hotmail.dot.com
>
|||Perfect!!
I've read your notes and solve the task!!
Thanks!!
But..
But..
I've encountered a terribly problem..
When SQL Installation must remotely uses the second node to exec
parallel installation the setup hang...
No way to solve the problem...
I've found that if I give explicitly full rights on CMD.EXE to the
installation user I can make two installation (RPC are allowed:
Dameware does function).....
ONLY TWO INSTANCES!! The others no.
Pay attention: the installation user is administrator of the machine
and of the cluster !!?!?!?!?
To solve the task (4 instances requested..) I use one node for two
instances and the other node for others (two)
Only a question: if I will need another instance tomorrow?...

Thursday, February 16, 2012

**URGENT** Please Help ! Installation Issue

While installing MSRS i have taken care of all pre-requisites. I am
installing it on Windows 2003 server machine. I want to have the remote
sql-server instance for my reporting services. For Sql-server, i have taken
'Mixed mode installation' and given the username & password as 'sa'. As
specified if sql-server is a remote instance, then we should use sql server
Authentication as the 'Credential Type'.
I have selected the service account as 'Domain account'. And for Report
server database i have selected Sql login option & provided the username &
password as 'sa'. But its giving error as 'Login failed for user
domainname\machinename$'.
The exact error message is given below
"Sql setup failed to connect to the database service for server
configuration. The error was: Login failed for user
'Americas\HTNESX605VM09$'. Refer to the server error logs and setup logs for
more infirmation."
Did anyone encountered this problem before. This is very urgent if anyone
can give there suggestions for this problem.
Note: I am carrying out a remote installation connecting to my VMware server
using Terminal Services.
Thanks in advance.
Rajendra VaishnavSounds to me like the TS machine is not authenticated to do installations on
the SQL Server machine.
-prophead
"Rajendra" wrote:
> While installing MSRS i have taken care of all pre-requisites. I am
> installing it on Windows 2003 server machine. I want to have the remote
> sql-server instance for my reporting services. For Sql-server, i have taken
> 'Mixed mode installation' and given the username & password as 'sa'. As
> specified if sql-server is a remote instance, then we should use sql server
> Authentication as the 'Credential Type'.
> I have selected the service account as 'Domain account'. And for Report
> server database i have selected Sql login option & provided the username &
> password as 'sa'. But its giving error as 'Login failed for user
> domainname\machinename$'.
> The exact error message is given below
> "Sql setup failed to connect to the database service for server
> configuration. The error was: Login failed for user
> 'Americas\HTNESX605VM09$'. Refer to the server error logs and setup logs for
> more infirmation."
> Did anyone encountered this problem before. This is very urgent if anyone
> can give there suggestions for this problem.
> Note: I am carrying out a remote installation connecting to my VMware server
> using Terminal Services.
> Thanks in advance.
> Rajendra Vaishnav
>|||Hi Prophead,
The terminal server should have access to Sql server. While installing MSRS,
i had configured to use Sql authentication. So, ideally when try to connect
to the remote sql server to do the installation it should use Sql
authentication instead of windows authentication. Even if it is trying to use
the windows authentication, i am surprised why it should use an account
something like <domain name>\<servername$> instead I would only expect it to
use <domain name>\<user name>. Kindly advice.
Could this be to do something with installing MSMRS from Terminal services.
I am stuck at this point and need some help in proceeding further.
Thanks in advance.
Rajendra Vaishnav
"prophead" wrote:
> Sounds to me like the TS machine is not authenticated to do installations on
> the SQL Server machine.
> -prophead
> "Rajendra" wrote:
> > While installing MSRS i have taken care of all pre-requisites. I am
> > installing it on Windows 2003 server machine. I want to have the remote
> > sql-server instance for my reporting services. For Sql-server, i have taken
> > 'Mixed mode installation' and given the username & password as 'sa'. As
> > specified if sql-server is a remote instance, then we should use sql server
> > Authentication as the 'Credential Type'.
> >
> > I have selected the service account as 'Domain account'. And for Report
> > server database i have selected Sql login option & provided the username &
> > password as 'sa'. But its giving error as 'Login failed for user
> > domainname\machinename$'.
> >
> > The exact error message is given below
> > "Sql setup failed to connect to the database service for server
> > configuration. The error was: Login failed for user
> > 'Americas\HTNESX605VM09$'. Refer to the server error logs and setup logs for
> > more infirmation."
> >
> > Did anyone encountered this problem before. This is very urgent if anyone
> > can give there suggestions for this problem.
> >
> > Note: I am carrying out a remote installation connecting to my VMware server
> > using Terminal Services.
> >
> > Thanks in advance.
> > Rajendra Vaishnav
> >|||I don't have an answer for you, Ragendra, so I posted this thread as a new
question in hopes one of the MS guys will answer. It is posted under the
subject "Installation Security Issue".
-prophead
"prophead" wrote:
> Sounds to me like the TS machine is not authenticated to do installations on
> the SQL Server machine.
> -prophead
> "Rajendra" wrote:
> > While installing MSRS i have taken care of all pre-requisites. I am
> > installing it on Windows 2003 server machine. I want to have the remote
> > sql-server instance for my reporting services. For Sql-server, i have taken
> > 'Mixed mode installation' and given the username & password as 'sa'. As
> > specified if sql-server is a remote instance, then we should use sql server
> > Authentication as the 'Credential Type'.
> >
> > I have selected the service account as 'Domain account'. And for Report
> > server database i have selected Sql login option & provided the username &
> > password as 'sa'. But its giving error as 'Login failed for user
> > domainname\machinename$'.
> >
> > The exact error message is given below
> > "Sql setup failed to connect to the database service for server
> > configuration. The error was: Login failed for user
> > 'Americas\HTNESX605VM09$'. Refer to the server error logs and setup logs for
> > more infirmation."
> >
> > Did anyone encountered this problem before. This is very urgent if anyone
> > can give there suggestions for this problem.
> >
> > Note: I am carrying out a remote installation connecting to my VMware server
> > using Terminal Services.
> >
> > Thanks in advance.
> > Rajendra Vaishnav
> >