dbTalk Databases Forums  

Failure creating file

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Failure creating file in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
El No
 
Posts: n/a

Default Failure creating file - 07-03-2003 , 04:13 PM






Hello,

I have a package built in EM that gets columns from a
table and transfers them to an existing Excel document.
The package creates the appropriates columns in a new page
an does the transfer.
Everything works well in EM and dtsrunui.
Using the code generated by dtsrunui, I execute the query
in QA:
exec master..xp_cmdshell 'DTSRun...'

And I get:
Error string: Failure creating file.
Error source: Microsoft JET Database Engine
Help file:
Help context: 5003436

four times, all related to : Error = -2147467259
(80004005)
two of them are linked to: Provider Error: -329978796
(EC54EC54)

Since I have four columns to transfer, I thought there was
a link, but I tried transfering in an existing page, and
the error remains (occuring only once each, but still).

There has to be something wrong, but I can't see what.Any
hint appreciated.

Elno

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Failure creating file - 07-04-2003 , 12:30 AM






the 80004005 error suggests either a security issue or that something you
are trying to use simply does not exist.

--


Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"El No" <pompier_4449 (AT) yahoo (DOT) fr> wrote

Quote:
Hello,

I have a package built in EM that gets columns from a
table and transfers them to an existing Excel document.
The package creates the appropriates columns in a new page
an does the transfer.
Everything works well in EM and dtsrunui.
Using the code generated by dtsrunui, I execute the query
in QA:
exec master..xp_cmdshell 'DTSRun...'

And I get:
Error string: Failure creating file.
Error source: Microsoft JET Database Engine
Help file:
Help context: 5003436

four times, all related to : Error = -2147467259
(80004005)
two of them are linked to: Provider Error: -329978796
(EC54EC54)

Since I have four columns to transfer, I thought there was
a link, but I tried transfering in an existing page, and
the error remains (occuring only once each, but still).

There has to be something wrong, but I can't see what.Any
hint appreciated.

Elno



Reply With Quote
  #3  
Old   
El No
 
Posts: n/a

Default Re: Failure creating file - 07-04-2003 , 01:31 PM



Thanks.
To avoid any owner/runner rights issues, I went on the
server, logged on as sa, saved the old package there, ran
it with EM and dtsrunui (using windows authentication): no
problem. As soon as I go in QA (as sa, on the server) and
run xp_cmdshell, I get the errors again.
Could it still be a "right" issue, or has it to be
something else?
Hints appreciated,

Elno


Quote:
-----Original Message-----
look at the service accounts. What are their
credentials. This type of
problem is mainly seen/or at least seen a lot when trying
to execute a DTS
package as a scheduled job.

http://support.microsoft.com/?kbid=269074

--


Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"El No" <pompier_4449 (AT) yahoo (DOT) fr> wrote in message
news:106e01c34235$9e3be090$a301280a (AT) phx (DOT) gbl...
Thank you.
But still, two questions:
since I am sa in the partition where I run the package,
what could be the security issue?
why does the package runs correctly from two different
programs and not from the one I want to use (within
minutes if not seconds)? Since everything I think
necessary for the transfer is created in the package,
how
can I pinpoint those "somethings", or at least get a
hint?

Thanks for the help

Elno

-----Original Message-----
the 80004005 error suggests either a security issue or
that something you
are trying to use simply does not exist.

--


Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"El No" <pompier_4449 (AT) yahoo (DOT) fr> wrote in message
news:0ab101c341a7$f5de8250$a001280a (AT) phx (DOT) gbl...
Hello,

I have a package built in EM that gets columns from a
table and transfers them to an existing Excel
document.
The package creates the appropriates columns in a new
page
an does the transfer.
Everything works well in EM and dtsrunui.
Using the code generated by dtsrunui, I execute the
query
in QA:
exec master..xp_cmdshell 'DTSRun...'

And I get:
Error string: Failure creating file.
Error source: Microsoft JET Database Engine
Help file:
Help context: 5003436

four times, all related to : Error = -2147467259
(80004005)
two of them are linked to: Provider Error: -
329978796
(EC54EC54)

Since I have four columns to transfer, I thought
there
was
a link, but I tried transfering in an existing page,
and
the error remains (occuring only once each, but
still).

There has to be something wrong, but I can't see
what.Any
hint appreciated.

Elno


.



.


Reply With Quote
  #4  
Old   
El No
 
Posts: n/a

Default Re: Failure creating file - 07-07-2003 , 10:06 AM



Hi,

The sa being quite busy these days, (with the sun and
all ;-)) I talked to him this morning. Totally correct
with the accounts response. Passwords have been changed
recently, but not all of them had been updated, without
problem for everything already running...
Thanks a lot!

Elno


Quote:
-----Original Message-----
look at the service accounts. What are their
credentials. This type of
problem is mainly seen/or at least seen a lot when trying
to execute a DTS
package as a scheduled job.

http://support.microsoft.com/?kbid=269074

--


Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"El No" <pompier_4449 (AT) yahoo (DOT) fr> wrote in message
news:106e01c34235$9e3be090$a301280a (AT) phx (DOT) gbl...
Thank you.
But still, two questions:
since I am sa in the partition where I run the package,
what could be the security issue?
why does the package runs correctly from two different
programs and not from the one I want to use (within
minutes if not seconds)? Since everything I think
necessary for the transfer is created in the package,
how
can I pinpoint those "somethings", or at least get a
hint?

Thanks for the help

Elno

-----Original Message-----
the 80004005 error suggests either a security issue or
that something you
are trying to use simply does not exist.

--


Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"El No" <pompier_4449 (AT) yahoo (DOT) fr> wrote in message
news:0ab101c341a7$f5de8250$a001280a (AT) phx (DOT) gbl...
Hello,

I have a package built in EM that gets columns from a
table and transfers them to an existing Excel
document.
The package creates the appropriates columns in a new
page
an does the transfer.
Everything works well in EM and dtsrunui.
Using the code generated by dtsrunui, I execute the
query
in QA:
exec master..xp_cmdshell 'DTSRun...'

And I get:
Error string: Failure creating file.
Error source: Microsoft JET Database Engine
Help file:
Help context: 5003436

four times, all related to : Error = -2147467259
(80004005)
two of them are linked to: Provider Error: -
329978796
(EC54EC54)

Since I have four columns to transfer, I thought
there
was
a link, but I tried transfering in an existing page,
and
the error remains (occuring only once each, but
still).

There has to be something wrong, but I can't see
what.Any
hint appreciated.

Elno


.



.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.