I am trying to run an ssis package from a classic asp web page.
if I run it from the command line it works as expected.
dtexec /f D:\publish\mypackage.dtsx
however if I try to run it from the web page - I get the following error:
"Could not create DTS.Application because of error 0x800401F3"
I am assuming this is a permissions error - can anyone help
Can I run a dts package from classic asp

Could not create DTS.Application because of error 0x800401F3
Jason Walker
tobek
sam_dlg
Thank you - that is what I found -
now I get this error when I try to execute the package.
I am trying to run this from a web page. (asp classic)
I am passing the username and password , but its telling me its incorrect.
in the event log I see this
Login failed for user '\\MPDNETWEB\Administrator'. [CLIENT: <local machine>]
Can someone help me I am desperate at this point .,
What settings must I set to get this to work
Thank you in advance