Thursday, March 29, 2012
Error Reporting service
i am using SQL Server 2005 reporting services, i am getting an error message while deploying .rdl file error is:" Connection could not be established to remote server http://localhost/ReportServer"
Additional information is :
"client found response content type of text/html; charset=utf-8 but expected text/XML"Are you just trying to connect through the browser or to upload a file?|||Oh sorry I see. Are you able to connet to the instance through the browser?|||now its working properly, i have executed aspnet_regsql -ga aspnet commond on command prompt. But now while deploying i m getting another problem: "An internal error occurred on the report server. See the error log for more details."
Tuesday, March 27, 2012
error plz help
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) can any one tell me why that error
)Hi,
Please try this article on support.microsoft.com.
Article ID is 926929.
OR.
Make sure that the SQL Browser Service is started and make sure the password is correct, Because in my case customer had changed his passwords and we made sure that he changes his passwords from SSCM rather than
Services and then he was able to connect with no problems.
If you have any further issues please let me know on my e-mail ID.
Subject sould be Error code.
Thanks and Best Regards.
Farhat Nishat.
|||i am sure that the SQL Browser Service is started and the password is correct i think that there steps done before running the web parts
because i think that web parts runs only on sql 2005 so do you know what to do to run web parts on sql2000 ?plz reply
|||Can you check this blog? http://blogs.msdn.com/sql_protocols/archive/2007/05/13/sql-network-interfaces-error-26-error-locating-server-instance-specified.aspx
If you still have problem, please copy/paste your connection string here?
Monday, March 26, 2012
Error opening Enterprise manager.
A connection could not be established to SERVER.
Reason: Invalid attribute/option identifier.
Please verify SQL Server is running and check your SQL Server
registration properties and try again.
I checked the registration properties and its set for windows
authentication. I'm logged onto the server as administrator.
For a bit of background information, recently the server was failing to
boot and I had to repair the Windows 2000 installation. My customer
reports that this problem has only occurred since then.
Any ideas/help will be gratefully accepted (Sorry, i'm a SQL novice).
Is it possible SQL Server isn't running? Or that Enterprise Manager is
trying to connect to an instance that isn't running?
"David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
news:#gO6OiZOEHA.2728@.TK2MSFTNGP12.phx.gbl...
> When opening SQL Server Enterprise Manager, I get the following error.
> A connection could not be established to SERVER.
> Reason: Invalid attribute/option identifier.
> Please verify SQL Server is running and check your SQL Server
> registration properties and try again.
> I checked the registration properties and its set for windows
> authentication. I'm logged onto the server as administrator.
> For a bit of background information, recently the server was failing to
> boot and I had to repair the Windows 2000 installation. My customer
> reports that this problem has only occurred since then.
> Any ideas/help will be gratefully accepted (Sorry, i'm a SQL novice).
>
|||Unfortunately - SQL is running and all users can access the database
without any problems so i'm well confused.
All instances appear to be running correctly.
As for the other suggestion (Julie) - I can't get as far as looking at
the startup parameters.
Aaron Bertrand - MVP wrote:
> Is it possible SQL Server isn't running? Or that Enterprise Manager is
> trying to connect to an instance that isn't running?
>
>
> "David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
> news:#gO6OiZOEHA.2728@.TK2MSFTNGP12.phx.gbl...
>
>
|||Did you try to re-register SQL-DMO COM definitions (something like regsvr32
sqldmo.tlb or so) ? It might be the cause of EM malfunction after system
repairing
"David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
news:%23BmwXo%23OEHA.2636@.TK2MSFTNGP10.phx.gbl...
> Unfortunately - SQL is running and all users can access the database
> without any problems so i'm well confused.
> All instances appear to be running correctly.
> As for the other suggestion (Julie) - I can't get as far as looking at
> the startup parameters.
> Aaron Bertrand - MVP wrote:
>
|||Nope - Thanks, I shall give it a go
Alex Cieszinski wrote:
> Did you try to re-register SQL-DMO COM definitions (something like regsvr32
> sqldmo.tlb or so) ? It might be the cause of EM malfunction after system
> repairing
> "David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
> news:%23BmwXo%23OEHA.2636@.TK2MSFTNGP10.phx.gbl...
>
>
|||Thanks for the suggestions folks. I've now sorted it. Traced the
problem to sqlsrv32.dll in system32. I installed MDAC 2.8 and all is
now OK.
David Pounds wrote:
> When opening SQL Server Enterprise Manager, I get the following error.
> A connection could not be established to SERVER.
> Reason: Invalid attribute/option identifier.
> Please verify SQL Server is running and check your SQL Server
> registration properties and try again.
> I checked the registration properties and its set for windows
> authentication. I'm logged onto the server as administrator.
> For a bit of background information, recently the server was failing to
> boot and I had to repair the Windows 2000 installation. My customer
> reports that this problem has only occurred since then.
> Any ideas/help will be gratefully accepted (Sorry, i'm a SQL novice).
>
|||I have the same problem but on an win 2003 server machine. How did you solve
this problem David? You wrote that you installed MDAC 2.8 but was it the only
thing you did. What about sqlsrv32.dll?
The system went down after a big thunderstorm so i was thinking if this may
be the cause of the problem....
"David Pounds" wrote:
> Thanks for the suggestions folks. I've now sorted it. Traced the
> problem to sqlsrv32.dll in system32. I installed MDAC 2.8 and all is
> now OK.
> David Pounds wrote:
>
Error opening Enterprise manager.
A connection could not be established to SERVER.
Reason: Invalid attribute/option identifier.
Please verify SQL Server is running and check your SQL Server
registration properties and try again.
I checked the registration properties and its set for windows
authentication. I'm logged onto the server as administrator.
For a bit of background information, recently the server was failing to
boot and I had to repair the Windows 2000 installation. My customer
reports that this problem has only occurred since then.
Any ideas/help will be gratefully accepted (Sorry, i'm a SQL novice).Is it possible SQL Server isn't running? Or that Enterprise Manager is
trying to connect to an instance that isn't running?
"David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
news:#gO6OiZOEHA.2728@.TK2MSFTNGP12.phx.gbl...
> When opening SQL Server Enterprise Manager, I get the following error.
> A connection could not be established to SERVER.
> Reason: Invalid attribute/option identifier.
> Please verify SQL Server is running and check your SQL Server
> registration properties and try again.
> I checked the registration properties and its set for windows
> authentication. I'm logged onto the server as administrator.
> For a bit of background information, recently the server was failing to
> boot and I had to repair the Windows 2000 installation. My customer
> reports that this problem has only occurred since then.
> Any ideas/help will be gratefully accepted (Sorry, i'm a SQL novice).
>|||Unfortunately - SQL is running and all users can access the database
without any problems so i'm well confused.
All instances appear to be running correctly.
As for the other suggestion (Julie) - I can't get as far as looking at
the startup parameters.
Aaron Bertrand - MVP wrote:
> Is it possible SQL Server isn't running? Or that Enterprise Manager is
> trying to connect to an instance that isn't running?
>
>
> "David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
> news:#gO6OiZOEHA.2728@.TK2MSFTNGP12.phx.gbl...
>
>
>|||Did you try to re-register SQL-DMO COM definitions (something like regsvr32
sqldmo.tlb or so) ? It might be the cause of EM malfunction after system
repairing
"David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
news:%23BmwXo%23OEHA.2636@.TK2MSFTNGP10.phx.gbl...
> Unfortunately - SQL is running and all users can access the database
> without any problems so i'm well confused.
> All instances appear to be running correctly.
> As for the other suggestion (Julie) - I can't get as far as looking at
> the startup parameters.
> Aaron Bertrand - MVP wrote:
>|||Nope - Thanks, I shall give it a go
Alex Cieszinski wrote:
> Did you try to re-register SQL-DMO COM definitions (something like regsvr3
2
> sqldmo.tlb or so) ? It might be the cause of EM malfunction after system
> repairing
> "David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
> news:%23BmwXo%23OEHA.2636@.TK2MSFTNGP10.phx.gbl...
>
>|||Thanks for the suggestions folks. I've now sorted it. Traced the
problem to sqlsrv32.dll in system32. I installed MDAC 2.8 and all is
now OK.
David Pounds wrote:
> When opening SQL Server Enterprise Manager, I get the following error.
> A connection could not be established to SERVER.
> Reason: Invalid attribute/option identifier.
> Please verify SQL Server is running and check your SQL Server
> registration properties and try again.
> I checked the registration properties and its set for windows
> authentication. I'm logged onto the server as administrator.
> For a bit of background information, recently the server was failing to
> boot and I had to repair the Windows 2000 installation. My customer
> reports that this problem has only occurred since then.
> Any ideas/help will be gratefully accepted (Sorry, i'm a SQL novice).
>|||I have the same problem but on an win 2003 server machine. How did you solve
this problem David? You wrote that you installed MDAC 2.8 but was it the onl
y
thing you did. What about sqlsrv32.dll?
The system went down after a big thunderstorm so i was thinking if this may
be the cause of the problem....
"David Pounds" wrote:
> Thanks for the suggestions folks. I've now sorted it. Traced the
> problem to sqlsrv32.dll in system32. I installed MDAC 2.8 and all is
> now OK.
> David Pounds wrote:
>
Error opening Enterprise manager.
A connection could not be established to SERVER.
Reason: Invalid attribute/option identifier.
Please verify SQL Server is running and check your SQL Server
registration properties and try again.
I checked the registration properties and its set for windows
authentication. I'm logged onto the server as administrator.
For a bit of background information, recently the server was failing to
boot and I had to repair the Windows 2000 installation. My customer
reports that this problem has only occurred since then.
Any ideas/help will be gratefully accepted (Sorry, i'm a SQL novice).When you start up SQL Server you use various parameters,
if you right click on your server - properties, general
tab, you will see a button at the bottom of the
screen 'Startup Parameters'.
I think that one or more of those is wrong.
J
>--Original Message--
>When opening SQL Server Enterprise Manager, I get the
following error.
> A connection could not be established to SERVER.
> Reason: Invalid attribute/option identifier.
> Please verify SQL Server is running and check your
SQL Server
> registration properties and try again.
>I checked the registration properties and its set for
windows
>authentication. I'm logged onto the server as
administrator.
>For a bit of background information, recently the server
was failing to
>boot and I had to repair the Windows 2000 installation.
My customer
>reports that this problem has only occurred since then.
>Any ideas/help will be gratefully accepted (Sorry, i'm a
SQL novice).
>.
>|||Is it possible SQL Server isn't running? Or that Enterprise Manager is
trying to connect to an instance that isn't running?
"David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
news:#gO6OiZOEHA.2728@.TK2MSFTNGP12.phx.gbl...
> When opening SQL Server Enterprise Manager, I get the following error.
> A connection could not be established to SERVER.
> Reason: Invalid attribute/option identifier.
> Please verify SQL Server is running and check your SQL Server
> registration properties and try again.
> I checked the registration properties and its set for windows
> authentication. I'm logged onto the server as administrator.
> For a bit of background information, recently the server was failing to
> boot and I had to repair the Windows 2000 installation. My customer
> reports that this problem has only occurred since then.
> Any ideas/help will be gratefully accepted (Sorry, i'm a SQL novice).
>|||Unfortunately - SQL is running and all users can access the database
without any problems so i'm well confused.
All instances appear to be running correctly.
As for the other suggestion (Julie) - I can't get as far as looking at
the startup parameters.
Aaron Bertrand - MVP wrote:
> Is it possible SQL Server isn't running? Or that Enterprise Manager is
> trying to connect to an instance that isn't running?
>
>
> "David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
> news:#gO6OiZOEHA.2728@.TK2MSFTNGP12.phx.gbl...
>>When opening SQL Server Enterprise Manager, I get the following error.
>>A connection could not be established to SERVER.
>>Reason: Invalid attribute/option identifier.
>>Please verify SQL Server is running and check your SQL Server
>>registration properties and try again.
>>I checked the registration properties and its set for windows
>>authentication. I'm logged onto the server as administrator.
>>For a bit of background information, recently the server was failing to
>>boot and I had to repair the Windows 2000 installation. My customer
>>reports that this problem has only occurred since then.
>>Any ideas/help will be gratefully accepted (Sorry, i'm a SQL novice).
>
>|||Did you try to re-register SQL-DMO COM definitions (something like regsvr32
sqldmo.tlb or so) ? It might be the cause of EM malfunction after system
repairing
"David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
news:%23BmwXo%23OEHA.2636@.TK2MSFTNGP10.phx.gbl...
> Unfortunately - SQL is running and all users can access the database
> without any problems so i'm well confused.
> All instances appear to be running correctly.
> As for the other suggestion (Julie) - I can't get as far as looking at
> the startup parameters.
> Aaron Bertrand - MVP wrote:
> > Is it possible SQL Server isn't running? Or that Enterprise Manager is
> > trying to connect to an instance that isn't running?
> >
> >
> >
> >
> > "David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
> > news:#gO6OiZOEHA.2728@.TK2MSFTNGP12.phx.gbl...
> >
> >>When opening SQL Server Enterprise Manager, I get the following error.
> >>
> >>A connection could not be established to SERVER.
> >>Reason: Invalid attribute/option identifier.
> >>Please verify SQL Server is running and check your SQL Server
> >>registration properties and try again.
> >>
> >>I checked the registration properties and its set for windows
> >>authentication. I'm logged onto the server as administrator.
> >>
> >>For a bit of background information, recently the server was failing to
> >>boot and I had to repair the Windows 2000 installation. My customer
> >>reports that this problem has only occurred since then.
> >>
> >>Any ideas/help will be gratefully accepted (Sorry, i'm a SQL novice).
> >>
> >
> >
> >
>|||Nope - Thanks, I shall give it a go
Alex Cieszinski wrote:
> Did you try to re-register SQL-DMO COM definitions (something like regsvr32
> sqldmo.tlb or so) ? It might be the cause of EM malfunction after system
> repairing
> "David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
> news:%23BmwXo%23OEHA.2636@.TK2MSFTNGP10.phx.gbl...
>>Unfortunately - SQL is running and all users can access the database
>>without any problems so i'm well confused.
>>All instances appear to be running correctly.
>>As for the other suggestion (Julie) - I can't get as far as looking at
>>the startup parameters.
>>Aaron Bertrand - MVP wrote:
>>Is it possible SQL Server isn't running? Or that Enterprise Manager is
>>trying to connect to an instance that isn't running?
>>
>>
>>"David Pounds" <david.pounds@.no_spam_briars.net> wrote in message
>>news:#gO6OiZOEHA.2728@.TK2MSFTNGP12.phx.gbl...
>>
>>When opening SQL Server Enterprise Manager, I get the following error.
>>A connection could not be established to SERVER.
>>Reason: Invalid attribute/option identifier.
>>Please verify SQL Server is running and check your SQL Server
>>registration properties and try again.
>>I checked the registration properties and its set for windows
>>authentication. I'm logged onto the server as administrator.
>>For a bit of background information, recently the server was failing to
>>boot and I had to repair the Windows 2000 installation. My customer
>>reports that this problem has only occurred since then.
>>Any ideas/help will be gratefully accepted (Sorry, i'm a SQL novice).
>>
>>
>|||Thanks for the suggestions folks. I've now sorted it. Traced the
problem to sqlsrv32.dll in system32. I installed MDAC 2.8 and all is
now OK.
David Pounds wrote:
> When opening SQL Server Enterprise Manager, I get the following error.
> A connection could not be established to SERVER.
> Reason: Invalid attribute/option identifier.
> Please verify SQL Server is running and check your SQL Server
> registration properties and try again.
> I checked the registration properties and its set for windows
> authentication. I'm logged onto the server as administrator.
> For a bit of background information, recently the server was failing to
> boot and I had to repair the Windows 2000 installation. My customer
> reports that this problem has only occurred since then.
> Any ideas/help will be gratefully accepted (Sorry, i'm a SQL novice).
>
Friday, March 23, 2012
error on server
TITLE: Microsoft Report Designer
A connection could not be made to the report server http://localhost/ReportServer2005.
ADDITIONAL INFORMATION:
Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
--
<html>
<head>
<title>
SQL Server Reporting Services
</title><meta name="Generator" content="Microsoft SQL Server Reporting Services 9.00.1399.00" />
<meta name="HTTP Status" content="500" />
<meta name="ProductLocaleID" content="9" />
<meta name="CountryLocaleID" content="1033" />
<meta name="StackTrace" content=" at Microsoft.ReportingServices.Diagnostics.RSConfiguration.Load()
at Microsoft.ReportingServices.Diagnostics.RSConfiguration.Construct(String configFileName)
at Microsoft.ReportingServices.Diagnostics.RSConfiguration..ctor(String configFileName, String location)
at Microsoft.ReportingServices.Diagnostics.RSConfigurationManager..ctor(String configFileName, String configLocation)
at Microsoft.ReportingServices.Library.Global.get_ConfigurationManager()
at Microsoft.ReportingServices.WebServer.Global.StartApp()
at Microsoft.ReportingServices.WebServer.Global.Application_BeginRequest(Object sender, EventArgs e)" />
<style>
BODY {FONT-FAMILY:Verdana; FONT-WEIGHT:normal; FONT-SIZE: 8pt; COLOR:black}
H1 {FONT-FAMILY:Verdana; FONT-WEIGHT:700; FONT-SIZE:15pt}
LI {FONT-FAMILY:Verdana; FONT-WEIGHT:normal; FONT-SIZE:8pt; DISPLAY:inline}
.ProductInfo {FONT-FAMILY:Verdana; FONT-WEIGHT:bold; FONT-SIZE: 8pt; COLOR:gray}
A:link {FONT-SIZE: 8pt; FONT-FAMILY:Verdana; COLOR:#3366CC; TEXT-DECORATION:none}
A:hover {FONT-SIZE: 8pt; FONT-FAMILY:Verdana; COLOR:#FF3300; TEXT-DECORATION:underline}
A:visited {FONT-SIZE: 8pt; FONT-FAMILY:Verdana; COLOR:#3366CC; TEXT-DECORATION:none}
A:visited:hover {FONT-SIZE: 8pt; FONT-FAMILY:Verdana; color:#FF3300; TEXT-DECORATION:underline}
</style>
</head><body bgcolor="white">
<h1>
Reporting Services Error<hr width="100%" size="1" color="silver" />
</h1><ul>
<li>The report server has encountered a configuration error. See the report server log files for more information. (rsServerConfigurationError) </li><ul>
<li>Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\RSReportServer.config' is denied.</li>
</ul>
</ul><hr width="100%" size="1" color="silver" /><span class="ProductInfo">SQL Server Reporting Services</span>
</body>
</html>
--. (Microsoft.ReportingServices.Designer)
BUTTONS:
OK
I got this message when I try to connect to report service. I have no clue how to fix it. Please help!
Thanks
Darren
it looks like the error you're getting is:
Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\RSReportServer.config' is denied.
it was burried in all that html code
here's a solution i found over at google groups it might be what you need
"On the report server, make sure that your Reportserver web site Anonymous
Access disabled, and Authentication Access set to Integrated WIndows
Authentication.
In Internet Explorer on your computer, put the Report server web site in
Trusted Sites, and turn on "Always prompt for username and password" under
the security settings.
Then make sure that your account is allowed to view and add reports to the
server, by going to the report server URL and try to log in and generally do
stuff. (If you get the Upload file-button, you should be allowed to add
reports.)
Try deploying the report again.
Kaisa M. Lindahl "
link to the origional thread
http://groups.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_thread/thread/d15296dcca100736/fa0c488b39f30931?lnk=st&q=Access+to+the+path+'C%3A%5CProgram+Files%5CMicrosoft+SQL+Server%5CMSSQL.3%5CReporting+Services%5CReportServer%5CRSReportServer.config'+is+denied.%3C%2F&rnum=1&hl=en#fa0c488b39f30931
|||I am using IE 6.0.2900. Should not be a concern, right?
|||Thank you for replying.
I just tried your solution. It is not working.
I also ran http://localhost/Reports2005, I got following error:
The report server is not responding. Verify that the report server is
running and can be accessed from this computer.
I am thinking the problem maybe the setup (installation). I have SQL
Server 2000 Reports Service on my machine. When I installed the SQL Server
2005 Report Service. It simply tells me that report service has been
installed. So I created a new instance Reports2005 and ReportServer2005. Is
this the reason why it is not working? And what should I do to fix it?
The log file:
<Header>
<Product>Microsoft SQL Server Reporting Services Version 9.00.1399.00</Product>
<Locale>en-US</Locale>
<TimeZone>Pacific Standard Time</TimeZone>
<Path>C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\LogFiles\ReportServerService__main_01_19_2006_10_02_50.log</Path>
<SystemName>DL-DELL700M</SystemName>
<OSName>Microsoft Windows NT 5.1.2600 Service Pack 2</OSName>
<OSVersion>5.1.2600.131072</OSVersion>
</Header>
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing ConnectionType to '0' as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing IsSchedulingService to 'True' as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing IsNotificationService to 'True' as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing IsEventService to 'True' as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False' as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing MemoryLimit to '60' percent as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing MaximumMemoryLimit to '80' percent as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing IsWebServiceEnabled to 'True' as specified in Configuration file.
ReportingServicesService!configmanager!4!1/19/2006-10:02:52:: w WARN: WebServiceAccount is not specified in the config file. Using default: DL-DELL700M\ASPNET
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing ProcessRecycleOptions to '0' as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing DailyCleanupMinuteOfDay to default value of '120' minutes since midnight because it was not specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing WatsonFlags to '1064' as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing WatsonDumpOnExceptions to 'Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException' as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing WatsonDumpExcludeIfContainsExceptions to 'System.Data.SqlClient.SqlException,System.Threading.ThreadAbortException' as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing SecureConnectionLevel to '0' as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing DisplayErrorLink to 'True' as specified in Configuration file.
ReportingServicesService!library!4!1/19/2006-10:02:52:: i INFO: Initializing WebServiceUseFileShareStorage to 'False' as specified in Configuration file.
ReportingServicesService!servicecontroller!9!1/19/2006-10:02:57:: Total Physical memory: 1055309824
ReportingServicesService!servicecontroller!4!1/19/2006-10:02:58:: i INFO: RPC Server started. Endpoint name ='ReportingServices$MSSQL.3'
ReportingServicesService!library!3!1/19/2006-10:21:54:: i INFO: Catalog SQL Server Edition = Developer
ReportingServicesService!resourceutilities!3!1/19/2006-10:21:54:: i INFO: Reporting Services starting SKU: Standard
ReportingServicesService!resourceutilities!3!1/19/2006-10:21:54:: i INFO: Evaluation copy: 0 days left
ReportingServicesService!library!3!1/19/2006-10:21:54:: e ERROR: restricted SKUs: Workgroup Express Developer Evaluation - actual SKU Developer
ReportingServicesService!library!3!1/19/2006-10:21:54:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedException: The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services., ;
Info: Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedException: The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services.
ReportingServicesService!library!a!1/19/2006-10:21:54:: i INFO: Catalog SQL Server Edition = Developer
ReportingServicesService!library!a!1/19/2006-10:21:54:: e ERROR: restricted SKUs: Workgroup Express Developer Evaluation - actual SKU Developer
ReportingServicesService!library!a!1/19/2006-10:21:54:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedException: The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services., ;
Info: Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedException: The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services.
ReportingServicesService!library!3!1/19/2006-10:21:55:: i INFO: Catalog SQL Server Edition = Developer
ReportingServicesService!library!3!1/19/2006-10:21:55:: e ERROR: restricted SKUs: Workgroup Express Developer Evaluation - actual SKU Developer
ReportingServicesService!library!3!1/19/2006-10:21:55:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedException: The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services., ;
Info: Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedException: The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services.
Hope these are useful information.
Darren
|||There is an error in the log: "The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services."
It seems you have a standard edition of RS, but your SQL server is a developer edition. Standard RS can only use Standard or Enterprise edtion of SQL server for storing its catalog db.
|||Your answer make sense. But I am using SQL Server 2005 STD. I think the SQL Server 2000 is Developer edition. Is that why? and how can I fix it?
Thanks
Darren
|||I am not too sure if there are further SKU restrictions on RS2K5 working with SQL2K, but RS2K5 standard edition will not work with any developer edition SQL server.
There isn't a way to "fix" it per se. You need to use compatible RS and SQL. I think RS2K5 standard edition requires a SQL license anyway, so you can install SQL2K5 standard edition.
If you have to use your developer SQL2K server, probably you can try RS2K5 developer edition.
|||Thanks.
I think I know what to do now. I will install a RS2K5 on a seperate machine.
Hope that will solve the problem.
Darren
Monday, March 12, 2012
Error on (local)
The above error I get when I like to connect to a db for a wiki. It's on localhost and everything I found on the internet I tried. Remote connections are not relevant because it's local. Have I something forgotten?? SQL Server 2005, Asp.net 2.0
RoelAlblas:
Remote connections are not relevant because it's local. Have I something forgotten?? SQL Server 2005, Asp.net 2.0
Even on local, sometimes your website will use still use remote connection to connect to local SQL Server (for example websites deployed under IIS), so please do make sure you have enabled remote connection for the SQL instance.
Error occurred while establishing a connection to the server
hai friends..........
please give a solution to this error............
"An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) "
thanks in advance to all.......
Can u post your connection string ? Are you using express edition?
|||hai...
No i am not using express edition..............
The connection string is --> "Data Source=p3swhsql-v11.shr.phx3.secureserver.net; Initial Catalog=Magichuts; User ID=Magichuts; Password=Google001"
|||Chek this link
http://support.microsoft.com/kb/914277
|||this link will help you
http://www.linglom.com/2007/08/31/enable-remote-connection-to-sql-server-2005-express/
|||thanks abdul.m..................Error occured while establishing connection with sql server
I am new learner of ASP.NET and SQL server.So there might be any mistake in writing code.
When I tried to run my project I got following error.I am uisng SQL 2005 server.
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
connection string used is
<addname ="ConnectionString"connectionString="Data Source=BLUESTAR\\SQLEXPRESS;Initial Catalog=KnowledgeAssetManagement;Integrated Security=True"/>
I have also tried by setting local & remote connection options from the SQL server surface Area Configuration and connections option from server properties of sql server management studio.
Please help me ,my work get stucked due this problem.
Hi Bluestar123
In your connection string you do not need to have to forward slashes after bluestar see connection string below
<add name ="ConnectionString" connectionString="Data Source=BLUESTAR\SQLEXPRESS;Initial Catalog=KnowledgeAssetManagement;Integrated Security=True"/>
Hope this helps
Regards
ScottyB
|||Hi ScottyB,
Actually I have given only one slash after bluestar in connection string but it gives me error 'Unrecognized Escape Sequence' so after searching on google I have given that double slashes which removes that error.
Thanks for your reply ,
can you suggest any other solution?
Friday, March 9, 2012
Error Nuimber 913 - Could not find database ID
- what interface are you using to connect to SQL Server from your applicatio
n?
- can you post the code where you set the connection properties?
AMB
"Michael MacGregor" wrote:
> An interesting error occurred today along with some inconsistent behaviour
.
> On our test database we have one database, that is the main one and in whi
ch
> all the SPs are located. Then we have a secondary database, the data in
> which is accessed only by stored procs run from the main database. Recentl
y
> we updated this secondary database by dropping the old one and recreating
> it. This changed, presumably, the db_id for that database, same name.
> Now when we tried to run any of the SPs that access this secondary databas
e,
> they caused error number 913, "Could not find database ID %d. Database may
> not be activated yet or may be in transition." Which seems logical if the
> secondary database now has a different db_id from the old one that was
> dropped. However, when the same SPs are executed in Query Analyzer, they r
un
> fine, no error, and they return data.
> Any idea what's going on? Why would execution of the SPs cause an error fr
om
> the application viewpoint but not in Query Analyzer?
> This really has me puzzled.
> TIA
> Michael MacGregor
> Database Architect
>
>An interesting error occurred today along with some inconsistent behaviour.
On our test database we have one database, that is the main one and in which
all the SPs are located. Then we have a secondary database, the data in
which is accessed only by stored procs run from the main database. Recently
we updated this secondary database by dropping the old one and recreating
it. This changed, presumably, the db_id for that database, same name.
Now when we tried to run any of the SPs that access this secondary database,
they caused error number 913, "Could not find database ID %d. Database may
not be activated yet or may be in transition." Which seems logical if the
secondary database now has a different db_id from the old one that was
dropped. However, when the same SPs are executed in Query Analyzer, they run
fine, no error, and they return data.
Any idea what's going on? Why would execution of the SPs cause an error from
the application viewpoint but not in Query Analyzer?
This really has me puzzled.
TIA
Michael MacGregor
Database Architect|||Michael,
- what interface are you using to connect to SQL Server from your applicatio
n?
- can you post the code where you set the connection properties?
AMB
"Michael MacGregor" wrote:
> An interesting error occurred today along with some inconsistent behaviour
.
> On our test database we have one database, that is the main one and in whi
ch
> all the SPs are located. Then we have a secondary database, the data in
> which is accessed only by stored procs run from the main database. Recentl
y
> we updated this secondary database by dropping the old one and recreating
> it. This changed, presumably, the db_id for that database, same name.
> Now when we tried to run any of the SPs that access this secondary databas
e,
> they caused error number 913, "Could not find database ID %d. Database may
> not be activated yet or may be in transition." Which seems logical if the
> secondary database now has a different db_id from the old one that was
> dropped. However, when the same SPs are executed in Query Analyzer, they r
un
> fine, no error, and they return data.
> Any idea what's going on? Why would execution of the SPs cause an error fr
om
> the application viewpoint but not in Query Analyzer?
> This really has me puzzled.
> TIA
> Michael MacGregor
> Database Architect
>
>|||This is what my Java guy gave me when I asked him for the information. Is
this what you wanted?
public static String strDbUser =
"<userID>";
public static String strDbPwd =
"<pwd>";
public static String strDefaultServer = "<sqlserver>";
A JDBC SQL server driver is being used as an interface between the Java app
and sql server.
"Alejandro Mesa" <AlejandroMesa@.discussions.microsoft.com> wrote in message
news:75FF2CB6-94CB-423B-A17F-EEE0688825A6@.microsoft.com...[vbcol=seagreen]
> Michael,
> - what interface are you using to connect to SQL Server from your
> application?
> - can you post the code where you set the connection properties?
>
> AMB
> "Michael MacGregor" wrote:
>|||Michael,
Seems like the connection is using the default database for that user. If
the default db was pointing to the the one you recreated, then the default d
b
for that user is pointing to the wrong db_id. You will have to change the
default db for your users, using sp_defaultdb.
AMB
"Michael MacGregor" wrote:
> This is what my Java guy gave me when I asked him for the information. Is
> this what you wanted?
> public static String strDbUser =
> "<userID>";
> public static String strDbPwd =
> "<pwd>";
> public static String strDefaultServer = "<sqlserver>";
> A JDBC SQL server driver is being used as an interface between the Java ap
p
> and sql server.
> "Alejandro Mesa" <AlejandroMesa@.discussions.microsoft.com> wrote in messag
e
> news:75FF2CB6-94CB-423B-A17F-EEE0688825A6@.microsoft.com...
>
>|||Forgot to mention that you can also specify the db to which you want to
connect in the connection properties. I am not familiar with JDBC but this
should be something comon in every interface.
AMB
"Alejandro Mesa" wrote:
[vbcol=seagreen]
> Michael,
> Seems like the connection is using the default database for that user. If
> the default db was pointing to the the one you recreated, then the default
db
> for that user is pointing to the wrong db_id. You will have to change the
> default db for your users, using sp_defaultdb.
>
> AMB
>
> "Michael MacGregor" wrote:
>|||This is what my Java guy gave me when I asked him for the information. Is
this what you wanted?
public static String strDbUser =
"<userID>";
public static String strDbPwd =
"<pwd>";
public static String strDefaultServer = "<sqlserver>";
A JDBC SQL server driver is being used as an interface between the Java app
and sql server.
"Alejandro Mesa" <AlejandroMesa@.discussions.microsoft.com> wrote in message
news:75FF2CB6-94CB-423B-A17F-EEE0688825A6@.microsoft.com...[vbcol=seagreen]
> Michael,
> - what interface are you using to connect to SQL Server from your
> application?
> - can you post the code where you set the connection properties?
>
> AMB
> "Michael MacGregor" wrote:
>|||Michael,
Seems like the connection is using the default database for that user. If
the default db was pointing to the the one you recreated, then the default d
b
for that user is pointing to the wrong db_id. You will have to change the
default db for your users, using sp_defaultdb.
AMB
"Michael MacGregor" wrote:
> This is what my Java guy gave me when I asked him for the information. Is
> this what you wanted?
> public static String strDbUser =
> "<userID>";
> public static String strDbPwd =
> "<pwd>";
> public static String strDefaultServer = "<sqlserver>";
> A JDBC SQL server driver is being used as an interface between the Java ap
p
> and sql server.
> "Alejandro Mesa" <AlejandroMesa@.discussions.microsoft.com> wrote in messag
e
> news:75FF2CB6-94CB-423B-A17F-EEE0688825A6@.microsoft.com...
>
>|||Forgot to mention that you can also specify the db to which you want to
connect in the connection properties. I am not familiar with JDBC but this
should be something comon in every interface.
AMB
"Alejandro Mesa" wrote:
[vbcol=seagreen]
> Michael,
> Seems like the connection is using the default database for that user. If
> the default db was pointing to the the one you recreated, then the default
db
> for that user is pointing to the wrong db_id. You will have to change the
> default db for your users, using sp_defaultdb.
>
> AMB
>
> "Michael MacGregor" wrote:
>
Sunday, February 26, 2012
Error Message with Recordset.Update
Hi,
I am converting a VB6 application to C# using ADO. I have the following code:
private ADODB.Connection cn = new ADODB.Connection();
private ADODB.Recordset rs = new ADODB.Recordset();
private connectionString = "Provider=Microsoft.Jet.OLEDB.4.0; Data source= " + stdDir;
strClientSQL = "SELECT * FROM Client ORDER BY casename, renldate, product, fundingcode";
cn.CursorLocation = ADODB.CursorLocationEnum.adUseClient;
cn.Open(Utilities.connectionString,null,null,0);
rs.CursorLocation = ADODB.CursorLocationEnum.adUseServer;
rs.Open(strClientSQL,cn, ADODB.CursorTypeEnum.adOpenStatic, ADODB.LockTypeEnum.adLockOptimistic,-1);
rs.Fields["CaseNo"].Value = this.txtCaseNumber.Text;
rs.Update();
When I try to compile and run it I get the following error message:
"No overload for method 'Update' takes '0' arguments"
I am not sure if I need to enter information in the update command or do something else. This seems pretty straight forward but I can't figure out how to do it. Can someone please help me?
Thanks,
Mark
The thing is that you have to place the fieldas and its values in the function, like this:rsMsg.Update("Field1,Field2,Field3", "Value1,Value2,Value3");
But i supossed that you want to update the whole recordset, am i rigth?
That's a good question.... give me some time to answer that.
Hugo|||try without the parenthesis
rs.Update
Error Message with Recordset.Update
Hi,
I am converting a VB6 application to C# using ADO. I have the following code:
private ADODB.Connection cn = new ADODB.Connection();
private ADODB.Recordset rs = new ADODB.Recordset();
private connectionString = "Provider=Microsoft.Jet.OLEDB.4.0; Data source= " + stdDir;
strClientSQL = "SELECT * FROM Client ORDER BY casename, renldate, product, fundingcode";
cn.CursorLocation = ADODB.CursorLocationEnum.adUseClient;
cn.Open(Utilities.connectionString,null,null,0);
rs.CursorLocation = ADODB.CursorLocationEnum.adUseServer;
rs.Open(strClientSQL,cn, ADODB.CursorTypeEnum.adOpenStatic, ADODB.LockTypeEnum.adLockOptimistic,-1);
rs.Fields["CaseNo"].Value = this.txtCaseNumber.Text;
rs.Update();
When I try to compile and run it I get the following error message:
"No overload for method 'Update' takes '0' arguments"
I am not sure if I need to enter information in the update command or do something else. This seems pretty straight forward but I can't figure out how to do it. Can someone please help me?
Thanks,
Mark
The thing is that you have to place the fieldas and its values in the function, like this:rsMsg.Update("Field1,Field2,Field3", "Value1,Value2,Value3");
But i supossed that you want to update the whole recordset, am i rigth?
That's a good question.... give me some time to answer that.
Hugo|||try without the parenthesis
rs.Update
Error Message trying to deploy report.
I saw this posted about 6 weeks ago, but have not had the time to look. Could use some help.
TITLE: Microsoft Report Designer
A connection could not be made to the report server http://localhost/ReportServer.
ADDITIONAL INFORMATION:
Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
--
<html>
<head>
<title>Configuration Error</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>
<body bgcolor="white">
<span><H1>Server Error in '/ReportServer' Application.<hr width=100% size=1 color=silver></H1>
<h2> <i>Configuration Error</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
<br><br>
<b> Parser Error Message: </b>An error occurred loading a configuration file: Failed to start monitoring changes to 'c:\inetpub\wwwroot\web.config' because access is denied.<br><br>
<b>Source Error:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
[No relevant source lines]</pre></code>
</td>
</tr>
</table>
<br>
<b> Source File: </b> c:\inetpub\wwwroot\web.config<b> Line: </b> 0
<br><br>
<hr width=100% size=1 color=silver>
<b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
</font>
</body>
</html>
<!--
[HttpException]: Failed to start monitoring changes to 'c:\inetpub\wwwroot\web.config' because access is denied.
at System.Web.DirectoryMonitor.AddFileMonitor(String file)
at System.Web.DirectoryMonitor.StartMonitoringFile(String file, FileChangeEventHandler callback, String alias)
at System.Web.FileChangesMonitor.StartMonitoringFile(String alias, FileChangeEventHandler callback)
at System.Web.Configuration.WebConfigurationHost.StartMonitoringStreamForChanges(String streamName, StreamChangeCallback callback)
at System.Configuration.BaseConfigurationRecord.MonitorStream(String configKey, String configSource, String streamname)
at System.Configuration.BaseConfigurationRecord.InitConfigFromFile()
[ConfigurationErrorsException]: An error occurred loading a configuration file: Failed to start monitoring changes to 'c:\inetpub\wwwroot\web.config' because access is denied. (c:\inetpub\wwwroot\web.config)
at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)
at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)
at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)
at System.Web.Configuration.RuntimeConfig.get_HealthMonitoring()
at System.Web.Configuration.HealthMonitoringSectionHelper..ctor()
at System.Web.Management.HealthMonitoringManager..ctor()
at System.Web.Management.HealthMonitoringManager.Manager()
at System.Web.Management.WebBaseEvent.RaiseRuntimeError(Exception e, Object source)
at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)
at System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr, HttpContext context, Exception e)
-->
--. (Microsoft.ReportingServices.Designer)
BUTTONS:
OK
Thanks!
Terry
Hello Terry,
You might want to take a look at this post, this user had the same issue.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=745372&SiteID=1
Jarret
|||I had the same problem, but when I allowed the NETWORK SERVICE account full permission on inetpub/wwwroot the problem went away. Here is the real question, why the hell is is looking at inetpub/wwwroot when the reportserver files are not even in wwwroot?|||YOu will need to allow the Worker process the IIS is running with access to the path mentioned in the error message.Jens K. Suessmeyer.
http://www.sqlserver2005.de
|||
Yes, but why is it mentioning that path when there are no other references to it in the project? The path in the error is wwwroot\web.config. This is not where my project is and nothing in my project is looking there, so where is it getting this path from?
Error Message trying to deploy report.
I saw this posted about 6 weeks ago, but have not had the time to look. Could use some help.
TITLE: Microsoft Report Designer
A connection could not be made to the report server http://localhost/ReportServer.
ADDITIONAL INFORMATION:
Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
--
<html>
<head>
<title>Configuration Error</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>
<body bgcolor="white">
<span><H1>Server Error in '/ReportServer' Application.<hr width=100% size=1 color=silver></H1>
<h2> <i>Configuration Error</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
<br><br>
<b> Parser Error Message: </b>An error occurred loading a configuration file: Failed to start monitoring changes to 'c:\inetpub\wwwroot\web.config' because access is denied.<br><br>
<b>Source Error:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
[No relevant source lines]</pre></code>
</td>
</tr>
</table>
<br>
<b> Source File: </b> c:\inetpub\wwwroot\web.config<b> Line: </b> 0
<br><br>
<hr width=100% size=1 color=silver>
<b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
</font>
</body>
</html>
<!--
[HttpException]: Failed to start monitoring changes to 'c:\inetpub\wwwroot\web.config' because access is denied.
at System.Web.DirectoryMonitor.AddFileMonitor(String file)
at System.Web.DirectoryMonitor.StartMonitoringFile(String file, FileChangeEventHandler callback, String alias)
at System.Web.FileChangesMonitor.StartMonitoringFile(String alias, FileChangeEventHandler callback)
at System.Web.Configuration.WebConfigurationHost.StartMonitoringStreamForChanges(String streamName, StreamChangeCallback callback)
at System.Configuration.BaseConfigurationRecord.MonitorStream(String configKey, String configSource, String streamname)
at System.Configuration.BaseConfigurationRecord.InitConfigFromFile()
[ConfigurationErrorsException]: An error occurred loading a configuration file: Failed to start monitoring changes to 'c:\inetpub\wwwroot\web.config' because access is denied. (c:\inetpub\wwwroot\web.config)
at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)
at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)
at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)
at System.Web.Configuration.RuntimeConfig.get_HealthMonitoring()
at System.Web.Configuration.HealthMonitoringSectionHelper..ctor()
at System.Web.Management.HealthMonitoringManager..ctor()
at System.Web.Management.HealthMonitoringManager.Manager()
at System.Web.Management.WebBaseEvent.RaiseRuntimeError(Exception e, Object source)
at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)
at System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr, HttpContext context, Exception e)
-->
--. (Microsoft.ReportingServices.Designer)
BUTTONS:
OK
Thanks!
Terry
Hello Terry,
You might want to take a look at this post, this user had the same issue.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=745372&SiteID=1
Jarret
|||I had the same problem, but when I allowed the NETWORK SERVICE account full permission on inetpub/wwwroot the problem went away. Here is the real question, why the hell is is looking at inetpub/wwwroot when the reportserver files are not even in wwwroot?|||YOu will need to allow the Worker process the IIS is running with access to the path mentioned in the error message.Jens K. Suessmeyer.
http://www.sqlserver2005.de|||
Yes, but why is it mentioning that path when there are no other references to it in the project? The path in the error is wwwroot\web.config. This is not where my project is and nothing in my project is looking there, so where is it getting this path from?
Friday, February 24, 2012
Error message SQL server
error message. Error #-2147467256 (Description: connection
failure) (Source: Microsift OLE DB Provider for SQL Server)
(Module: basEH.bas)(Procedure:
General_EHProcessContinuousEVENTS)
Can anyone spread a bit of light on what to do?
Thanks,
MikeHi:
It does not seems that it is a error of SQL or OLEDB, I guest it is
caused by (Module: basEH.bas)(Procedure:
General_EHProcessContinuousEVENTS).
According the Error #-2147467256, I look up KB and get the article list
below.
http://support.microsoft.com/default.aspx?scid=KB;en-us;270061
It says thet this error caused by
"The callee (server [not server application]) is not available and
disappeared; all connections are invalid. The call did not execute. "
So I suggest you check thw connect string and see if it work.
Best Wishes
Wei Ci Zhou
error message not being logged to windows event log
I am trying to get a message (#18453 - Login succeeded for use '%ls%'. Conn
ection: Trusted) to the windows event log. It's severity is 14 and it is al
ready checked off as a logged event, but it is not being logged. Is this a
bug or is there something e
lse I need to configure?
Regards
ALogin messages are handled differently in terms of
configuring with sp_altermessage. To log all of your logins
to the event log, open Enterprise Manager, right click on
the server and select properties. On the security tab, set
the audit level to all. This will log success and failed
logins to the event log.
-Sue
On Sun, 21 Mar 2004 11:06:07 -0800, "anon"
<anonymous@.discussions.microsoft.com> wrote:
>Hi,
>I am trying to get a message (#18453 - Login succeeded for use '%ls%'. Connection:
Trusted) to the windows event log. It's severity is 14 and it is already checked o
ff as a logged event, but it is not being logged. Is this a bug or is there somethi
ng
else I need to configure?
>Regards
>A|||Hi Sue,
I have done that but still it is not being logged. My log in consists of me
opening a new window in Query Analyzer and logging in with a SQL Server log
in and password, not through Windows authentication, though I don't think th
is would matter...
Is there anything I'm missing here?
Regards,
A|||Did you restart SQL Server after changing the audit logins
setting?
-Sue
On Mon, 22 Mar 2004 15:46:08 -0800, "anon"
<anonymous@.discussions.microsoft.com> wrote:
>Hi Sue,
>I have done that but still it is not being logged. My log in consists of m
e opening a new window in Query Analyzer and logging in with a SQL Server lo
gin and password, not through Windows authentication, though I don't think t
his would matter...
>Is there anything I'm missing here?
>Regards,
>A|||Thank you Sue. That worked.|||Sue Hoegemeier <Sue_H@.nomail.please> wrote:
> On Mon, 22 Mar 2004 15:46:08 -0800, "anon"
> <anonymous@.discussions.microsoft.com> wrote:
I'm no expert in SQL/MSDE, far from it. But from what I've (remembered of
what) I've read, I thought the login audit logging only went to file
LOGS\ERRORLOG and not to the Event Log.
Anyway that's the behaviour I see here: AuditLevel=3 and I get entries in
the ERRORLOG but nothing apparent in the Event Log. I'm not using SQL
authentication so the entries are of the form:
2004-03-19 21:39:25.81 logon Login succeeded for user 'DOM\usr'.
Connection: Trusted.
and if I try sa not using the correct password I get:
2004-03-23 16:33:57.51 logon Login failed for user 'sa'.
I may well be wrong on the non logging to the Event Log...but check the
contents of ERRORLOG anyway to see if the logging is occuring there.
> Did you restart SQL Server after changing the audit logins
> setting?
>
Or maybe that has solved it already...
--
Alan J. McFarlane
http://homepage.ntlworld.com/alanjmcf/
Please follow-up in the newsgroup for the benefit of all.|||Anon restarted SQL Server after making the changes which
solved the problem.
Logging to the Windows event log is enabled by default for
SQL Server. The auditing is logged to the SQL Server error
log and the Windows Application event log if you haven't
changed the default settings. You can find more information
on this in books online under startup options.
-Sue
On Tue, 23 Mar 2004 16:44:50 -0000, "Alan J. McFarlane"
<alanjmcf@.yahoo.com.INVALID> wrote:
>Sue Hoegemeier <Sue_H@.nomail.please> wrote:
>I'm no expert in SQL/MSDE, far from it. But from what I've (remembered of
>what) I've read, I thought the login audit logging only went to file
>LOGS\ERRORLOG and not to the Event Log.
>Anyway that's the behaviour I see here: AuditLevel=3 and I get entries in
>the ERRORLOG but nothing apparent in the Event Log. I'm not using SQL
>authentication so the entries are of the form:
> 2004-03-19 21:39:25.81 logon Login succeeded for user 'DOM\usr'.
>Connection: Trusted.
>and if I try sa not using the correct password I get:
> 2004-03-23 16:33:57.51 logon Login failed for user 'sa'.
>I may well be wrong on the non logging to the Event Log...but check the
>contents of ERRORLOG anyway to see if the logging is occuring there.
>
>Or maybe that has solved it already...|||Sue Hoegemeier <Sue_H@.nomail.please> wrote:
> Anon restarted SQL Server after making the changes which
> solved the problem.
> Logging to the Windows event log is enabled by default for
> SQL Server. The auditing is logged to the SQL Server error
> log and the Windows Application event log if you haven't
> changed the default settings. You can find more information
> on this in books online under startup options.
>
Ah ha, shows that I truly don't know much on this subject.
Interestingly my MSDE appears to be started with -sINSTANCE
and -d... -e... -l..., but no -n, hmm. I think I better talk to the folks
who created the installer for it, to see what odd way they have configured
it...
--
Alan J. McFarlane
http://homepage.ntlworld.com/alanjmcf/
Please follow-up in the newsgroup for the benefit of all.|||One other thought...are any events from anything being
logged to your application event log? Could be that your log
has a max size with no overwriting and it is filled up. You
could try manually clearing the log and see if that makes a
difference as well.
-Sue
On Wed, 24 Mar 2004 11:59:17 -0000, "Alan J. McFarlane"
<alanjmcf@.yahoo.com.INVALID> wrote:
>Sue Hoegemeier <Sue_H@.nomail.please> wrote:
>Ah ha, shows that I truly don't know much on this subject.
>Interestingly my MSDE appears to be started with -sINSTANCE
>and -d... -e... -l..., but no -n, hmm. I think I better talk to the folks
>who created the installer for it, to see what odd way they have configured
>it...|||Sue Hoegemeier <Sue_H@.nomail.please> wrote:
> On Tue, 23 Mar 2004 16:44:50 -0000, "Alan J. McFarlane"
> <alanjmcf@.yahoo.com.INVALID> wrote:
I've had a look back through the documents I had read, to see what gave me
this impression.
In http://msdn.microsoft.com/library/e.../SecNetch13.asp
there is no mention of the logging going to the Event Log, only to "SQL log
files". That would be it...
Note, I can see nowhere in the SQL documentation that describes how to set
AuditLevel in the Registry. People will continue to be drawn to that .Net
page to learn how to enable login auditing without using Enterprise Manager
and without working out what SQL-DMO is and how to use it
For instance the only mention of "AuditLevel" in the 'Books Online' index is
a page in the SQL-DMO section.
> Anon restarted SQL Server after making the changes which
> solved the problem.
> Logging to the Windows event log is enabled by default for
> SQL Server. The auditing is logged to the SQL Server error
> log and the Windows Application event log if you haven't
> changed the default settings. You can find more information
> on this in books online under startup options.
>
--
Alan J. McFarlane
http://homepage.ntlworld.com/alanjmcf/
Please follow-up in the newsgroup for the benefit of all.
error message not being logged to windows event log
I am trying to get a message (#18453 - Login succeeded for use '%ls%'. Conn
ection: Trusted) to the windows event log. It's severity is 14 and it is al
ready checked off as a logged event, but it is not being logged. Is this a
bug or is there something e
lse I need to configure?
Regards
AThe login messages are (for some reason) handles differently from the other
messages. EM, right-click your server, properties, Security tab.
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
"anon" <anonymous@.discussions.microsoft.com> wrote in message
news:4669ADC2-F0E4-48B5-BC66-77F95B76CEBE@.microsoft.com...
> Hi,
> I am trying to get a message (#18453 - Login succeeded for use '%ls%'.
Connection: Trusted) to the windows event log. It's severity is 14 and it
is already checked off as a logged event, but it is not being logged. Is
this a bug or is there something else I need to configure?
> Regards
> A
>|||Tibor,
I don't quite understand what you're saying. I have located the error messa
ge by right clicking on the server, choosing Manage SQL Server Messages, the
n to the Edit Message window, and the option to Always write to Windows even
tlog is checked on. But st
ill, it is not being recorded in the event log when I log on through Query A
nalyzer for example.
Regards,
A|||Tibor is saying that there is a different mechanism to have logins logged to
the eventlog. Checking the box in Manage SQL Server Messages does NOT work.
You have to use Enterprise Manager, right click your server, choose
Properties, and then go to the Securities Tab. There you will see a radio
button under Audit Level; you can choose one of the following:
None
Success
Failure
All
If you choose "Success" you will get a message in the Eventlog for every
successful login.
HTH
--
Kalen Delaney
SQL Server MVP
www.SolidQualityLearning.com
"anon" <anonymous@.discussions.microsoft.com> wrote in message
news:7224910B-6005-43B3-9B18-019809B4697F@.microsoft.com...
> Tibor,
> I don't quite understand what you're saying. I have located the error
message by right clicking on the server, choosing Manage SQL Server
Messages, then to the Edit Message window, and the option to Always write to
Windows eventlog is checked on. But still, it is not being recorded in the
event log when I log on through Query Analyzer for example.
> Regards,
> A
>|||Thank you Kalen. It's now working.
Wednesday, February 15, 2012
error message
manager they get an error
"A connection can not be stablished to (local)
Reason: General network error. Check you network documentation.
ConnectionWriter (WrapperWrite ()).
Please verify SQL Server is running and check your SQL Server registration
properties"
I am getting the below error from the event viewer.
I have setup the maximum number of connection to be 3200. But I keep
getting this error continuosly since 8 days ago.
Event Type: Error
Event Source: MSSQLSERVER
Event Category: (2)
Event ID: 17052
Date: 3/21/2006
Time: 1:04:44 PM
User: N/A
Computer: USKFIUSRYESQLD1
Description:
Error: 17809, Severity: 20, State: 1
Could not connect. The maximum number of '30' configured user connections
are already connected. The system administrator can change the maximum to a
higher value using sp_configure.
Data:
0000: 91 45 00 00 14 00 00 00 ?E.....
0008: 10 00 00 00 55 00 53 00 ...U.S.
0010: 4b 00 46 00 49 00 55 00 K.F.I.U.
0018: 53 00 52 00 59 00 45 00 S.R.Y.E.
0020: 53 00 51 00 4c 00 44 00 S.Q.L.D.
0028: 31 00 00 00 00 00 00 00 1......
Please let me know what should I do. I have spoken to the network people to
check the Server itself to see if there is any problem with the network
itself or hardware and they said everything is fine. I keep getting the
Developers to complaint about message above "A Connection can not be stablis
h"
Thanks all for your helpDid you check the run_value using sp_configure? If you
changed the setting, the service requires a restart.
-Sue
On Tue, 21 Mar 2006 10:43:56 -0800, WISTONSQL
<WISTONSQL@.discussions.microsoft.com> wrote:
>Sometimes when developers try to access to the SQL Server by Enterprise
>manager they get an error
>"A connection can not be stablished to (local)
>Reason: General network error. Check you network documentation.
>ConnectionWriter (WrapperWrite ()).
>Please verify SQL Server is running and check your SQL Server registration
>properties"
>I am getting the below error from the event viewer.
>I have setup the maximum number of connection to be 3200. But I keep
>getting this error continuosly since 8 days ago.
>Event Type: Error
>Event Source: MSSQLSERVER
>Event Category: (2)
>Event ID: 17052
>Date: 3/21/2006
>Time: 1:04:44 PM
>User: N/A
>Computer: USKFIUSRYESQLD1
>Description:
>Error: 17809, Severity: 20, State: 1
>Could not connect. The maximum number of '30' configured user connections
>are already connected. The system administrator can change the maximum to a
>higher value using sp_configure.
>Data:
>0000: 91 45 00 00 14 00 00 00 ?E.....
>0008: 10 00 00 00 55 00 53 00 ...U.S.
>0010: 4b 00 46 00 49 00 55 00 K.F.I.U.
>0018: 53 00 52 00 59 00 45 00 S.R.Y.E.
>0020: 53 00 51 00 4c 00 44 00 S.Q.L.D.
>0028: 31 00 00 00 00 00 00 00 1......
>Please let me know what should I do. I have spoken to the network people t
o
>check the Server itself to see if there is any problem with the network
>itself or hardware and they said everything is fine. I keep getting the
>Developers to complaint about message above "A Connection can not be stabli
sh"
>Thanks all for your help|||Hi Sue:
Thanks for your response,
Yes, I reboot the system couple times and still I am having the problem,
today the problem became worst. I am going to deploy SQL Server SP4 - What d
o
you think?
"Sue Hoegemeier" wrote:
> Did you check the run_value using sp_configure? If you
> changed the setting, the service requires a restart.
> -Sue
> On Tue, 21 Mar 2006 10:43:56 -0800, WISTONSQL
> <WISTONSQL@.discussions.microsoft.com> wrote:
>
>|||When you get the error:
Could not connect. The maximum number of '30' configured
user connections are already connected.
you really should run sp_configure to view what you actually
have set for user connections.
If you have been adjusting settings, you may want to make
sure you really have everything set back to the defaults.
The help topic: Setting Configuration Options
lists all the settings and the defaults.
-Sue
On Wed, 22 Mar 2006 16:33:27 -0800, WISTONSQL
<WISTONSQL@.discussions.microsoft.com> wrote:
[vbcol=seagreen]
>Hi Sue:
>Thanks for your response,
>Yes, I reboot the system couple times and still I am having the problem,
>today the problem became worst. I am going to deploy SQL Server SP4 - What
do
>you think?
>"Sue Hoegemeier" wrote:
>
error message
manager they get an error
"A connection can not be stablished to (local)
Reason: General network error. Check you network documentation.
ConnectionWriter (WrapperWrite ()).
Please verify SQL Server is running and check your SQL Server registration
properties"
I am getting the below error from the event viewer.
I have setup the maximum number of connection to be 3200. But I keep
getting this error continuosly since 8 days ago.
Event Type:Error
Event Source:MSSQLSERVER
Event Category:(2)
Event ID:17052
Date:3/21/2006
Time:1:04:44 PM
User:N/A
Computer:USKFIUSRYESQLD1
Description:
Error: 17809, Severity: 20, State: 1
Could not connect. The maximum number of '30' configured user connections
are already connected. The system administrator can change the maximum to a
higher value using sp_configure.
Data:
0000: 91 45 00 00 14 00 00 00 ?E.....
0008: 10 00 00 00 55 00 53 00 ...U.S.
0010: 4b 00 46 00 49 00 55 00 K.F.I.U.
0018: 53 00 52 00 59 00 45 00 S.R.Y.E.
0020: 53 00 51 00 4c 00 44 00 S.Q.L.D.
0028: 31 00 00 00 00 00 00 00 1......
Please let me know what should I do. I have spoken to the network people to
check the Server itself to see if there is any problem with the network
itself or hardware and they said everything is fine. I keep getting the
Developers to complaint about message above "A Connection can not be stablish"
Thanks all for your help
Did you check the run_value using sp_configure? If you
changed the setting, the service requires a restart.
-Sue
On Tue, 21 Mar 2006 10:43:56 -0800, WISTONSQL
<WISTONSQL@.discussions.microsoft.com> wrote:
>Sometimes when developers try to access to the SQL Server by Enterprise
>manager they get an error
>"A connection can not be stablished to (local)
>Reason: General network error. Check you network documentation.
>ConnectionWriter (WrapperWrite ()).
>Please verify SQL Server is running and check your SQL Server registration
>properties"
>I am getting the below error from the event viewer.
>I have setup the maximum number of connection to be 3200. But I keep
>getting this error continuosly since 8 days ago.
>Event Type:Error
>Event Source:MSSQLSERVER
>Event Category:(2)
>Event ID:17052
>Date:3/21/2006
>Time:1:04:44 PM
>User:N/A
>Computer:USKFIUSRYESQLD1
>Description:
>Error: 17809, Severity: 20, State: 1
>Could not connect. The maximum number of '30' configured user connections
>are already connected. The system administrator can change the maximum to a
>higher value using sp_configure.
>Data:
>0000: 91 45 00 00 14 00 00 00 ?E.....
>0008: 10 00 00 00 55 00 53 00 ...U.S.
>0010: 4b 00 46 00 49 00 55 00 K.F.I.U.
>0018: 53 00 52 00 59 00 45 00 S.R.Y.E.
>0020: 53 00 51 00 4c 00 44 00 S.Q.L.D.
>0028: 31 00 00 00 00 00 00 00 1......
>Please let me know what should I do. I have spoken to the network people to
>check the Server itself to see if there is any problem with the network
>itself or hardware and they said everything is fine. I keep getting the
>Developers to complaint about message above "A Connection can not be stablish"
>Thanks all for your help
|||Hi Sue:
Thanks for your response,
Yes, I reboot the system couple times and still I am having the problem,
today the problem became worst. I am going to deploy SQL Server SP4 - What do
you think?
"Sue Hoegemeier" wrote:
> Did you check the run_value using sp_configure? If you
> changed the setting, the service requires a restart.
> -Sue
> On Tue, 21 Mar 2006 10:43:56 -0800, WISTONSQL
> <WISTONSQL@.discussions.microsoft.com> wrote:
>
>
|||When you get the error:
Could not connect. The maximum number of '30' configured
user connections are already connected.
you really should run sp_configure to view what you actually
have set for user connections.
If you have been adjusting settings, you may want to make
sure you really have everything set back to the defaults.
The help topic: Setting Configuration Options
lists all the settings and the defaults.
-Sue
On Wed, 22 Mar 2006 16:33:27 -0800, WISTONSQL
<WISTONSQL@.discussions.microsoft.com> wrote:
[vbcol=seagreen]
>Hi Sue:
>Thanks for your response,
>Yes, I reboot the system couple times and still I am having the problem,
>today the problem became worst. I am going to deploy SQL Server SP4 - What do
>you think?
>"Sue Hoegemeier" wrote: