Showing posts with label type. Show all posts
Showing posts with label type. Show all posts

Saturday, February 25, 2012

Cannot start Integration Services

Hi,
I would like to use the features of the Integration Service on SQL Server
2005.
Therefore I have to connect to Server type Integration Services.
When I connect, it is trying to connect for 30 seconds and then it displays
the message that the service did not respond to the start or control request
in a timely fashion.
When I try to start the integrated services service, it won't start.
The error I am getting is:
Could not start the SQL Server Integration Services service on Local
Computer.
Error 1053: The service did not respond to the start or control request in a
timely fashion.
In the Event Log the following 2 errors are created:
ID 7000:
The SQL Server Integration Services service failed to start due to the
following error:
The service did not respond to the start or control request in a timely
fashion.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
ID 7009:
Timeout (30000 milliseconds) waiting for the SQL Server Integration Services
service to connect.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
When I follow this hyperlink, a page is displayed with information how to
display the WIN32_EXIT_CODE error.
It tells me to type sc query <service name> from the command prompt.
I have not been able to see this error code, because I don't know the exact
name of the service.
I tried all kinds of variations of the name, in- and excluding spaces and
qoutes, but everytime I got this error:
The specified service does not exist as an installed service.
I am working with SQL Server 2005 on a Windows 2003 server.
Any ideas?Please see if this applies: http://support.microsoft.com/kb/918644
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .|||It is working fine now, although there were lots of errors in the
installation logs of each update.
The errors reported failures of verifying the correct version of installed
files and some registry keys.
Thanks,
John.
Paul Ibison <Paul.Ibison@.Pygmalion.Com> wrote in message
news:#qFHBrnLHHA.4928@.TK2MSFTNGP06.phx.gbl...
> Please see if this applies: http://support.microsoft.com/kb/918644
> Cheers,
> Paul Ibison SQL Server MVP, www.replicationanswers.com .
>

Cannot start Integration Services

Hi,
I would like to use the features of the Integration Service on SQL Server
2005.
Therefore I have to connect to Server type Integration Services.
When I connect, it is trying to connect for 30 seconds and then it displays
the message that the service did not respond to the start or control request
in a timely fashion.
When I try to start the integrated services service, it won't start.
The error I am getting is:
Could not start the SQL Server Integration Services service on Local
Computer.
Error 1053: The service did not respond to the start or control request in a
timely fashion.
In the Event Log the following 2 errors are created:
ID 7000:
The SQL Server Integration Services service failed to start due to the
following error:
The service did not respond to the start or control request in a timely
fashion.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
ID 7009:
Timeout (30000 milliseconds) waiting for the SQL Server Integration Services
service to connect.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
When I follow this hyperlink, a page is displayed with information how to
display the WIN32_EXIT_CODE error.
It tells me to type sc query <service name> from the command prompt.
I have not been able to see this error code, because I don't know the exact
name of the service.
I tried all kinds of variations of the name, in- and excluding spaces and
qoutes, but everytime I got this error:
The specified service does not exist as an installed service.
I am working with SQL Server 2005 on a Windows 2003 server.
Any ideas?Please see if this applies: http://support.microsoft.com/kb/918644
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .|||It is working fine now, although there were lots of errors in the
installation logs of each update.
The errors reported failures of verifying the correct version of installed
files and some registry keys.
Thanks,
John.
Paul Ibison <Paul.Ibison@.Pygmalion.Com> wrote in message
news:#qFHBrnLHHA.4928@.TK2MSFTNGP06.phx.gbl...
> Please see if this applies: http://support.microsoft.com/kb/918644
> Cheers,
> Paul Ibison SQL Server MVP, www.replicationanswers.com .
>

Thursday, February 16, 2012

Cannot select CSV XML format in Export Format.

Hi,
in my report viewer export format, i only can select 2 type format. one is
pdf another one is excel.
i already check the rsreportserver.config.
the csv xml type no have set to visible false.
but i still can't see the csv and xml
could someone give me some idea to solve the problem,
thank youAre you running Express? or Workgroup ? One or both of these limits the
export types.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Ng" <Ng@.discussions.microsoft.com> wrote in message
news:87BDC13A-1521-4EE2-8579-77B3361D2120@.microsoft.com...
> Hi,
> in my report viewer export format, i only can select 2 type format. one is
> pdf another one is excel.
> i already check the rsreportserver.config.
> the csv xml type no have set to visible false.
> but i still can't see the csv and xml
> could someone give me some idea to solve the problem,
> thank you
>

Friday, February 10, 2012

Cannot restore database

RESTORE DATABASE upperbridge
FROM DISK = C:\...........
WITH REPLACE
gets the error
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]Exclusive access could not be
obtained because the database is in use.
This is on my test SQL Server 2000 on my intranet with no other users. Both
Enterprise Manager and Query Analyser are not running.
Please advise.Run sp_who or sp_who2 and see who is connected to it.
--
Tom
---
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinnaclepublishing.com/sql
"Roger Withnell" <rogerREMOVE@.THISFIRSTupperbridge.co.uk> wrote in message
news:c9g2ap$s9f$1@.hercules.btinternet.com...
RESTORE DATABASE upperbridge
FROM DISK = C:\...........
WITH REPLACE
gets the error
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]Exclusive access could not be
obtained because the database is in use.
This is on my test SQL Server 2000 on my intranet with no other users. Both
Enterprise Manager and Query Analyser are not running.
Please advise.|||Seems like someone has a connection to the database. Make sure that the connection from where you do the
restore isn't in the database. Check who is in the database using sp_who or sp_who2.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"Roger Withnell" <rogerREMOVE@.THISFIRSTupperbridge.co.uk> wrote in message
news:c9g2ap$s9f$1@.hercules.btinternet.com...
> RESTORE DATABASE upperbridge
> FROM DISK = C:\...........
> WITH REPLACE
> gets the error
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
> [Microsoft][ODBC SQL Server Driver][SQL Server]Exclusive access could not be
> obtained because the database is in use.
> This is on my test SQL Server 2000 on my intranet with no other users. Both
> Enterprise Manager and Query Analyser are not running.
> Please advise.
>
>|||Are you sure that the QA session you're using to restore the database isn't
the one that's using the database? Use sp_who2 to see who's using it.
"Roger Withnell" <rogerREMOVE@.THISFIRSTupperbridge.co.uk> wrote in message
news:c9g2ap$s9f$1@.hercules.btinternet.com...
RESTORE DATABASE upperbridge
FROM DISK = C:\...........
WITH REPLACE
gets the error
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]Exclusive access could not be
obtained because the database is in use.
This is on my test SQL Server 2000 on my intranet with no other users. Both
Enterprise Manager and Query Analyser are not running.
Please advise.|||Hi Roger,
Execute the below script from master to restore the database (Execute all
the lines in a together from query analyzer - Replace dbname , filename ,
directory and
logical name based on ur requirement)
use master
go
alter database <dbname> set single_user with rollback immediate
go
restore database <dbname> from disk = 'C:\filename.bak' with recovery,
move 'logical_mdf_name' to 'c:\mssql\data\filename.mdf',
move 'logical_ldf_name' to 'c:\mssql\data\filename.ldf'
Thanks
Hari
MCDBA
"Roger Withnell" <rogerREMOVE@.THISFIRSTupperbridge.co.uk> wrote in message
news:c9g2ap$s9f$1@.hercules.btinternet.com...
> RESTORE DATABASE upperbridge
> FROM DISK = C:\...........
> WITH REPLACE
> gets the error
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
> [Microsoft][ODBC SQL Server Driver][SQL Server]Exclusive access could not
be
> obtained because the database is in use.
> This is on my test SQL Server 2000 on my intranet with no other users.
Both
> Enterprise Manager and Query Analyser are not running.
> Please advise.
>
>