dbTalk Databases Forums  

Missing FTP File If No Extension

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


Discuss Missing FTP File If No Extension in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Paul Bagdriwicz
 
Posts: n/a

Default Missing FTP File If No Extension - 12-10-2003 , 06:31 PM






There seems to be a problem running the sql ftp task
object in a dts package on the sql server itself. The
same process runs fine from a remote PC workstation,
however, when run on the server the ftp task indicates
completion but does not actually create the file. There
is one caveat.

If the filename being transferred has an extension as
in "FILE_WITH.EXTENSION" then the result is OK. If the
transferred file has no extension, as
in "FILE_NO_EXTENSION", the result is NO FILE.

Is there some kind of setting on a Windows Server that
disallows file names with no extension or the creation of
filenames with no extension that would cause this?

There may be something with the FTP task that assumes
the "path" plus the source name with no extension is still
just a path.

The FTP Task has a "path" property and the "source files"
list, but there's no way to specify the output file
names. This would be a great enhancement.


--Paul

Reply With Quote
  #2  
Old   
Paul Bagdriwicz
 
Posts: n/a

Default Missing FTP File If No Extension - 12-11-2003 , 04:18 PM






Just wanted to add that in my research of Msoft Knowledge
base, there are articles on other SQL FTP problems with
the resolution being the installation of the latest
SQL2000 service pack. We have installed SP3a, but still
have the problem.

Please offer any suggestions. We'd appreciate your
assistance in trying to resolve this issue. As a work-
around, we are pursuing the option of changing our
filenames to include extensions. This however is an
elaborate effort as it requires changes in our ORACLE
Financials package.

Paul Bagdriwicz

Quote:
-----Original Message-----
There seems to be a problem running the sql ftp task
object in a dts package on the sql server itself. The
same process runs fine from a remote PC workstation,
however, when run on the server the ftp task indicates
completion but does not actually create the file. There
is one caveat.

If the filename being transferred has an extension as
in "FILE_WITH.EXTENSION" then the result is OK. If the
transferred file has no extension, as
in "FILE_NO_EXTENSION", the result is NO FILE.

Is there some kind of setting on a Windows Server that
disallows file names with no extension or the creation of
filenames with no extension that would cause this?

There may be something with the FTP task that assumes
the "path" plus the source name with no extension is
still
just a path.

The FTP Task has a "path" property and the "source files"
list, but there's no way to specify the output file
names. This would be a great enhancement.


--Paul
.


Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: Missing FTP File If No Extension - 12-12-2003 , 04:29 AM



I did a quick test with two files, one with an extension and one
without. Both came down fine. On the machine where the package is
running, can you check the version of custtask.dll (C:\Program
Files\Microsoft SQL Server\80\Tools\Binn). I have 2000.80.760.0 (SP3)
and as I say it works.

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

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


Reply With Quote
  #4  
Old   
REM7600
 
Posts: n/a

Default Re: Missing FTP File If No Extension - 12-12-2003 , 04:29 PM



Paul,

You said ANY suggestions right? :-)

If you want a fully functional FTP solution you could try this...

http://www.seekfordsolutions.com/Products/FTPWizard/

It is VERY reliable and adds flexibility to what you're able to do.

You mention your workaround... Personally, I would go with the FTPWizard...
It will run you $199

I would be willing to give you a sample of the activeX code to get you going
right off the bat.
They have a functional eval version you could use to see if it will work for
you too...

Good Luck...

REM7600

"Paul Bagdriwicz" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Just wanted to add that in my research of Msoft Knowledge
base, there are articles on other SQL FTP problems with
the resolution being the installation of the latest
SQL2000 service pack. We have installed SP3a, but still
have the problem.

Please offer any suggestions. We'd appreciate your
assistance in trying to resolve this issue. As a work-
around, we are pursuing the option of changing our
filenames to include extensions. This however is an
elaborate effort as it requires changes in our ORACLE
Financials package.

Paul Bagdriwicz

-----Original Message-----
There seems to be a problem running the sql ftp task
object in a dts package on the sql server itself. The
same process runs fine from a remote PC workstation,
however, when run on the server the ftp task indicates
completion but does not actually create the file. There
is one caveat.

If the filename being transferred has an extension as
in "FILE_WITH.EXTENSION" then the result is OK. If the
transferred file has no extension, as
in "FILE_NO_EXTENSION", the result is NO FILE.

Is there some kind of setting on a Windows Server that
disallows file names with no extension or the creation of
filenames with no extension that would cause this?

There may be something with the FTP task that assumes
the "path" plus the source name with no extension is
still
just a path.

The FTP Task has a "path" property and the "source files"
list, but there's no way to specify the output file
names. This would be a great enhancement.


--Paul
.




Reply With Quote
  #5  
Old   
 
Posts: n/a

Default Re: Missing FTP File If No Extension - 12-15-2003 , 01:12 PM



Darren,
thanks for the tip. I confirmed and we now have the same
version as you identified below. Our FTP process is now
working without the extension. It's been quite a nuisance
and I'm glad to be over this hurdle.

Thanks for everyone's help.

Paul Bagdriwicz
City of Salem, Oregon

Quote:
-----Original Message-----
I did a quick test with two files, one with an extension
and one
without. Both came down fine. On the machine where the
package is
running, can you check the version of custtask.dll
(C:\Program
Files\Microsoft SQL Server\80\Tools\Binn). I have
2000.80.760.0 (SP3)
and as I say it works.

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

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

.


Reply With Quote
  #6  
Old   
Paul Bagdriwicz
 
Posts: n/a

Default Re: Missing FTP File If No Extension - 12-15-2003 , 01:17 PM



thanks for the offer. After verifying that SP3a got all
the necessary pieces installed properly, we now have a
working version which transfers our files without the
extension. I appreciate your suggestion and will keep the
info for future reference. Thanks again for the help.

Paul Bagdriwicz
City of Salem, Oregon

Quote:
-----Original Message-----
Paul,

You said ANY suggestions right? :-)

If you want a fully functional FTP solution you could try
this...

http://www.seekfordsolutions.com/Products/FTPWizard/

It is VERY reliable and adds flexibility to what you're
able to do.

You mention your workaround... Personally, I would go
with the FTPWizard...
It will run you $199

I would be willing to give you a sample of the activeX
code to get you going
right off the bat.
They have a functional eval version you could use to see
if it will work for
you too...

Good Luck...

REM7600

"Paul Bagdriwicz" <anonymous (AT) discussions (DOT) microsoft.com
wrote in message
news:124ee01c3c034$b38ed2e0$a601280a (AT) phx (DOT) gbl...
Just wanted to add that in my research of Msoft
Knowledge
base, there are articles on other SQL FTP problems with
the resolution being the installation of the latest
SQL2000 service pack. We have installed SP3a, but still
have the problem.

Please offer any suggestions. We'd appreciate your
assistance in trying to resolve this issue. As a work-
around, we are pursuing the option of changing our
filenames to include extensions. This however is an
elaborate effort as it requires changes in our ORACLE
Financials package.

Paul Bagdriwicz

-----Original Message-----
There seems to be a problem running the sql ftp task
object in a dts package on the sql server itself. The
same process runs fine from a remote PC workstation,
however, when run on the server the ftp task indicates
completion but does not actually create the file.
There
is one caveat.

If the filename being transferred has an extension as
in "FILE_WITH.EXTENSION" then the result is OK. If the
transferred file has no extension, as
in "FILE_NO_EXTENSION", the result is NO FILE.

Is there some kind of setting on a Windows Server that
disallows file names with no extension or the creation
of
filenames with no extension that would cause this?

There may be something with the FTP task that assumes
the "path" plus the source name with no extension is
still
just a path.

The FTP Task has a "path" property and the "source
files"
list, but there's no way to specify the output file
names. This would be a great enhancement.


--Paul
.



.


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.