Groups | Blog | Home
all groups > sql server replication > october 2006 >

sql server replication : sqlcesa300.dll connection


Doug Richardson
10/6/2006 11:46:03 AM
installed Sql Server 2005 Mobile Edition into an IIS6 virtual directory
security for Anonymous with a custom application pool

when configured to use a sql account name and password on the connection
string - everything works as expected.


however, if the connection string passed to sqlcesa30.dll is
"Provider=sqloledb; integrated security=SSPI; persist security info=False;
......etc.

the error in sqlcesa30.log is "Login failed for user
'servername\IUSR_machinename"

my question is how can I get sqlcesa30.dll to run with the IIS6 Web
Applicaton pool account credentials instead of IIS account ?
Hilary Cotter
10/8/2006 1:08:19 PM
You should be able to pass an Internet login and internet password to use as
a proxy account to pass an account which has the rights you require.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

"Doug Richardson" <DougRichardson@discussions.microsoft.com> wrote in
message news:9DB62F6D-6B17-4DAB-809A-EA0F9B6A3F1A@microsoft.com...
[quoted text, click to view]

Doug Richardson
10/9/2006 11:09:01 AM
Maybe I don't understand your answer, but this didn't seem to answer my
question.

RDA is setup in an anonymous website. I want the sqlcesa300.dll to run with
the II6 web site Application pool identity like a normal sqlclient connection
would.

[quoted text, click to view]
AddThis Social Bookmark Button