IIS Server - SAPI 5.0 vs IIS 6.0 - call method Speek return error '80004005'

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server > November 2004 > SAPI 5.0 vs IIS 6.0 - call method Speek return error '80004005'





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]

Author SAPI 5.0 vs IIS 6.0 - call method Speek return error '80004005'
Ivan Shmakov

2004-11-04, 7:48 am

Hello!

I have a problem with SAPI 5.0 vs IIS 6.0.
I call SAPI from ASP page and method Speek return error '80004005'

My Sample:

<%@ Language = JScript %>
<%
var TTS = Server.CreateObject("Sapi.SpVoice");
TTS.Speek("Test Message",1);
%>

but methods TTS.GetVoices(); and voice list is show TTS Voices
(however only if my anonimus process under IIS have Administration rights)
Bernard

2004-11-05, 2:47 am

from the error code this is related to permissions.
so I would try - filemon (sysinternals.com) to trace for any access error.

--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



"Ivan Shmakov" <Ivan Shmakov@discussions.microsoft.com> wrote in message
news:95ACDB41-E654-4596-85C9-AAB050FC922D@microsoft.com...
> Hello!
>
> I have a problem with SAPI 5.0 vs IIS 6.0.
> I call SAPI from ASP page and method Speek return error '80004005'
>
> My Sample:
>
> <%@ Language = JScript %>
> <%
> var TTS = Server.CreateObject("Sapi.SpVoice");
> TTS.Speek("Test Message",1);
> %>
>
> but methods TTS.GetVoices(); and voice list is show TTS Voices
> (however only if my anonimus process under IIS have Administration rights)



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com