Description: Login failed for user '(null)'. Reason: Not
component. Still no luck, least on the server, it will run
from my laptop windows XP iis. Just not from server. So
>-----Original Message-----
>The components I refer to are the DTS components. DTS is
a set of COM DLLs
>which must be installed on the machine running the
package. Can you call a
>COM DLL from ASP if not installed on the web server, no,
so neither can you
>create DTS.Package if not installed correctly. By the
sound of your
>description, this is not the case, as the objects are
created, and the
>package is loaded OK.
>
>By default application code called from ASP uses
IWAM_MACHINENAME so does
>this account have permissions to create the file?
>The SQLDTS article also suggest using a COM object setup
in COM+ so that you
>can use an identity and abstract the permissions required
for DTS away from
>those used by ASP.
>
>
>--
>Darren Green
>
http://www.sqldts.com >
>
>"GregIpaper" <anonymous@discussions.microsoft.com> wrote
in message
>news:444b01c49048$f689d650$a601280a@phx.gbl...
>> Not sure what components you are referring to ?? The
>> connection to Sql server is there, I can do deletes,
just
>> cannot do a transfer of data from A to B. I am thinking
>> it's a security issue signing in thru the Intranet.
>> I understand when coming in thru the web the user
assigned
>> in the application is not used (true ??). I am still
not
>> sure what I am missing The code came straight from
>>
www.sqldts.com website. Surely it can't be this hard, I
>> am just missing something, course I get not real error
>> message back other than Step [DTSStep_DTSDataPumpTask_1]
>> failed
>> Task "Transform Data Task: undefined"
>>
>> Thanks for your help
>>
>>
>> >-----Original Message-----
>> >....and no you don't need Excel installed on the web
>> server, just DTS
>> >components and normal MDAC which would already be
there I
>> assume for your
>> >website to work at all..
>> >
>> >--
>> >Darren Green
>> >
http://www.sqldts.com >> >
>> >"GregIpaper" <anonymous@discussions.microsoft.com>
wrote
>> in message
>> >news:375901c48f72$dec877a0$a501280a@phx.gbl...
>> >> I have seen many examples of ASP and DTS package,
>> however
>> >> once I try it from the web it is crashing , I am
trying
>> >> just a simple package that moves an excel doc to a
Sql
>> >> server table. Works thu enterprise but not thru web.
>> Does
>> >> Excel need to be installed on Web server, am I
missing a
>> >> ODBC or ole DB driver on the server. When coming in
thru
>> >> the web what user is it trying to use, do I need to
set
>> up
>> >> a particular type of user with what permissions? I
can
>> do
>> >> a delete on a table, I just can't move data from
point A
>> >> to point B. Any help on this is greatly appreciated.
>> >>
>> >> Thanks
>> >
>> >
>> >.
>> >
>
>
>.