all groups > sql server dts > march 2004 >
You're in the

sql server dts

group:

DTS in ASP



DTS in ASP E. Davids
3/13/2004 5:06:09 AM
sql server dts: Hi All

I have created an ASP script at my IIS server according the article at http://www.sqldts.com/default.aspx?207

I'm using a server Windowns 2003 (!) IIS 6.0, SQL Server 2000 Standard Edition

I have tried for two days now all kind of options but the DTS doesn't function properly. I'm 100% sure it's a Windows NT security issue, because I have created a SQL server account instead of Windows Authentication account and everythings runs fine

The things I have done is: (order of importance

IWAM_MACHINE permission to SQL Server database (System administrator
sqlservice account (that starts SQL Server service and Agent) permission to SQL Server database (System administrator
IUSR_MACHINE permission to SQL Server database (System administrator
IIS 5.0 Isolation mod

The SQL Server Agent executes the DTS perfectly. The DTS run from a client (IE) can be loaded. I'm seeing all tasks. Also the task that's not approaching SQL Server runs fine, for instance the DTS Dynamic Properties Task. It's just the moment that a task approaches SQL server (same server as IIS)

I'm really stucked, if anyone could help me I'll really appreciate it

Probably someone can tell me what the best way is to trace at the server site

Regards
Re: DTS in ASP Darren Green
3/16/2004 5:38:37 PM
In message <B534AB41-EB50-4D9C-A036-2590FBE596D5@microsoft.com>, E.
Davids <anonymous@discussions.microsoft.com> writes
[quoted text, click to view]

IWAM_MACHINE permission to SQL Server database (System administrator)
sqlservice account (that starts SQL Server service and Agent) permission
to SQL Server database (System administrator)
IUSR_MACHINE permission to SQL Server database (System administrator)
IIS 5.0 Isolation mode

The SQL Server Agent executes the DTS perfectly. The DTS run from a
client (IE) can be loaded. I'm seeing all tasks. Also the task that's
not approaching SQL Server runs fine, for instance the DTS Dynamic
Properties Task. It's just the moment that a task approaches SQL server
(same server as IIS).

I'm really stucked, if anyone could help me I'll really appreciate it!

Probably someone can tell me what the best way is to trace at the server
site.

Regards,
Esgar

What is the error?
Is the connection inside the package using trusted? Will this have
access to do the work?

There are two "connection" parts here. The first part is how to connect
to SQL to load the package, which you have solved. The second is any
packages inside of the package. They are different things but both need
to be considered.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org
AddThis Social Bookmark Button