dbTalk Databases Forums  

Unknown UNC when DTS runs with ASP

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


Discuss Unknown UNC when DTS runs with ASP in the microsoft.public.sqlserver.dts forum.



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

Default Unknown UNC when DTS runs with ASP - 05-13-2005 , 08:41 AM






I have a DTS which that consist of

1. loading a .txt file
2. export table to .txt file

For both steps the file is located via an UNC, so \\server\share\filename.txt

This runs fine when started manualy or when scheduled via SQL Agent.

However, when started from ASP it fails partially. Loading the file
specified via UNC is no problem, it can determine the directory properly.
Exporting gives an error, it cannot find the directory. When replacing the
UNC in a hardcoded line like D:\directory\filename.txt it does not fail.
Since the UNC and the hardcoded directory are the same it's definitely not a
security problem, not at directory level and also not at ASP level
(IUSR_<server>).

Is this a know problem and a bug? Does anybody know how to solve it? I can
hard code it but then it can only run at ASP, not as a individual DTS routine
because it will refer to the local CD-ROM.

Please let me know,

Thanks in advance, Jeroen

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.