RE: Identity Problem Or Firewall??
From: Chris Podmore (ChrisPodmore_at_discussions.microsoft.com)
Date: 12/15/04
- Next message: Chris Podmore: "RE: Need a powerful grid control..."
- Previous message: paul downing via DotNetMonster.com: "Global.asax file"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 15 Dec 2004 03:29:02 -0800
Have you tried SQL authentication?
Because you are using local accounts I don’t think they will be
authenticated properly.
"Sandeep" wrote:
> All,
> First let me explain My Application's deployment scenerio.
> My Application server is on win2003 + IIS6.0.
> I created a local user called XYZ on the server. My web application's
> pool run under this user's identity.
> The DB machine (SQL Server 2000)on which the DTS is present is having
> the same local account with the same credentials.
> In my code i am loading a DTS package by calling function
> LoadFromSQLServer. I am using trusted connection as one of the parameters.
> When this line of code is executed i get the following error
> "System.Runtime.InteropServices.COMException: Cannot generate SSPI
> context"
> My App server and DB server are separeted by a firewall.
>
> I dont get any error if my App server and DB Server are in the same
> domain ( witout firewall).
> Can anybody help me out??
>
>
> Thanx in advance
>
>
>
- Next message: Chris Podmore: "RE: Need a powerful grid control..."
- Previous message: paul downing via DotNetMonster.com: "Global.asax file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|