|
Home > Archive > MS SQL Server > May 2005 > SP4 problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Shriram 2005-05-27, 7:23 am |
| hi
i have install SP4 and it's get install successfully
but after installtion i am not able to connect to SQL through any asp code
with DSN support
following error which i got
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Specified driver could not be loaded due to system error 5 (SQL Server).
/testdsn.asp, line 3
can any buddy help me out in this
| |
| SkyWalker 2005-05-27, 7:23 am |
| Hi,
Try to check connectivity of your DSN first.
Go to the ODBC Data Source Administrator
Choose your DSN and try to test connection
in DSN properties.
Regards.
"Shriram" wrote:
> hi
> i have install SP4 and it's get install successfully
> but after installtion i am not able to connect to SQL through any asp code
> with DSN support
>
> following error which i got
>
> Microsoft OLE DB Provider for ODBC Drivers error '80004005'
>
> Specified driver could not be loaded due to system error 5 (SQL Server).
>
> /testdsn.asp, line 3
>
> can any buddy help me out in this
| |
| Mike Epprecht \(SQL MVP\) 2005-05-27, 8:23 pm |
| '80004005' and error 5 are Access Denied.
Check your SQL Server event logs for messages.
Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Shriram" <Shriram@discussions.microsoft.com> wrote in message
news:DD06A665-11E1-44D5-9857- 39E909C390E9@microso
ft.com...
> hi
> i have install SP4 and it's get install successfully
> but after installtion i am not able to connect to SQL through any asp code
> with DSN support
>
> following error which i got
>
> Microsoft OLE DB Provider for ODBC Drivers error '80004005'
>
> Specified driver could not be loaded due to system error 5 (SQL Server).
>
> /testdsn.asp, line 3
>
> can any buddy help me out in this
|
|
|
|
|