DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   RSS, Web Services and SOAP (http://www.daniweb.com/forums/forum151.html)
-   -   Problem with URL access to SQL Server 2000 db (http://www.daniweb.com/forums/thread28067.html)

MightyAC Jul 13th, 2005 12:22 pm
Problem with URL access to SQL Server 2000 db
 
I want to return an XML stream from a SQL 2000 database using a URL query.

I have been trying to get a simple M$ Northwind example to work on a Windows 2003 server but I can't get it to work. I can get the simple example to work on a Win2000 server though.

I set up the required virtual directory following the steps located here (http://msdn.microsoft.com/library/de...xml1_2xvd.asp). I then try to run a simple query. (http://<IISServer>/<Virtual Directory Name>?sql=Select FirstName From Employees FOR XML AUTO&root=root)

The example works perfectly on the 2000 box but not on the 2003. The only difference between the two machines is that SQL Server on the 2003 machine has service pack 4 but the 2000 machine only has sp3. I can't find any articles that list problems with sp4 and I don't want to install sp4 on my 2000 box now, just in case I break something. Especially since I can't remove it once it is installed.

Has anyone run into a problem like this before or does anyone have any suggestions? I am really stuck. Thanks.

MightyAC Jul 13th, 2005 1:26 pm
Re: Problem with URL access to SQL Server 2000 db
 
More info:

I don't think the problem has anything to do with SP4. I used the SQL Server profiler to trace any activity in the DB. When tracing the working example on the Win2000 server I can that requests are actually made by IIS. On the Win2003 box nothing shows up, so IIS isn't even sending the SQL statement to SQL Server. Any ideas on what could be preventing the request from happening?

eralper Aug 16th, 2005 5:47 pm
Re: Problem with URL access to SQL Server 2000 db
 
Hi,

Did you find a solution to your problem?

May be the IIS version is the underlying reason for the problem. Since IIS6 is more tight when considered with IIS5. You may need to update a few configuration settings in the IIS6 panels.

Eralper
http://www.kodyaz.com


All times are GMT -4. The time now is 12:52 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC