I wrote an ISAPI application with Delphi 7 using a server with thi
software configuration: Windows 2003 Server, Microsoft SQL Server 2000
IIS 6 and I have been experienced the following problems:

01) I need to display a lot of images read from sql server databas
records. sometimes they are all displayed correctly, but most of time
only few of them are displayed, showing only the image space with a re
"X" on the left top corner;

02) When I'm navigating on options that need to execute a databas
query I got error messages like "INVALID AUTHORIZATION SPECIFICATION
and lately something like "[Microsoft][ODBC Driver Manager] data sourc
name not found and no standard driver specified". This problem doesn'
occurs all the time, but in many of them.

I have configured the web site to support anonymous acess and I'
using ADO Connection with SQLOLEDB.1 Provider.

I'll appreciate some help.

Thanks a lot


-
Adã
-----------------------------------------------------------------------
Posted via http://www.webservertalk.co
-----------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message251388.htm

Re: IIS 6 x Windows 2003 Server x SQL Server 2000 by jcochran

jcochran
Sat Jun 05 11:10:03 CDT 2004

On Fri, 4 Jun 2004 18:12:44 -0500, Adão
<Ado.17d2g5@mail.webservertalk.com> wrote:

>
>I wrote an ISAPI application with Delphi 7 using a server with this
>software configuration: Windows 2003 Server, Microsoft SQL Server 2000,
>IIS 6 and I have been experienced the following problems:
>
>01) I need to display a lot of images read from sql server database
>records. sometimes they are all displayed correctly, but most of times
>only few of them are displayed, showing only the image space with a red
>"X" on the left top corner;

Most likely a timeout delivering to the browser. Smaller files or
increasing the timeout of your app may help.

>02) When I'm navigating on options that need to execute a database
>query I got error messages like "INVALID AUTHORIZATION SPECIFICATION"
>and lately something like "[Microsoft][ODBC Driver Manager] data source
>name not found and no standard driver specified". This problem doesn't
>occurs all the time, but in many of them.

We can diagnose specific errors, but not "Something Like" errors.
Post the full error or look it up at support.microsoft.com.

Jeff