dbTalk Databases Forums  

DTS/Novell Share access Problem

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


Discuss DTS/Novell Share access Problem in the microsoft.public.sqlserver.dts forum.



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

Default DTS/Novell Share access Problem - 08-16-2004 , 04:38 AM






Hi,

I am trying to import some text files from a Novell Share.

The problem is - if I run the dts package manually it
works fine, but if run it programatically (using extended
stored procs) it does not. SQLServer service is running
under a domain account which has got permissions on that
Novell share.

any ideas????? I am feeling stuck, there must be some
sort of magic button that I have to press, because it
works manually.

Looks like this is a big challenge for SQL
Gurus/DBAs!!!!!!!!!!!!!!!!

For my information:
http://www.sql-server-performance.com/forum/topic.asp?
TOPIC_ID=5165


Reply With Quote
  #2  
Old   
 
Posts: n/a

Default RE: DTS/Novell Share access Problem - 08-16-2004 , 08:45 AM






Mr Gates,

Thanks for the reply.

1. I don't have .NET/IIS installed on my SQL Server, so
there are no accounts called IUser.. and IWAM...

2. Even if I do install these, IUser.. and IWam would be
local users on that machine and will not be able see
anything on the network.

what do you think?
jas...
Quote:
-----Original Message-----
Try granting permissions for the Novell share to IUSR_
(computer name),
IWAM_(computer name)

"Jaswinder Singh" wrote:

Hi,

I am trying to import some text files from a Novell
Share.

The problem is - if I run the dts package manually it
works fine, but if run it programatically (using
extended
stored procs) it does not. SQLServer service is
running
under a domain account which has got permissions on
that
Novell share.

any ideas????? I am feeling stuck, there must be some
sort of magic button that I have to press, because it
works manually.

Looks like this is a big challenge for SQL
Gurus/DBAs!!!!!!!!!!!!!!!!

For my information:
http://www.sql-server-performance.com/forum/topic.asp?
TOPIC_ID=5165


.


Reply With Quote
  #3  
Old   
Jaswinder Singh
 
Posts: n/a

Default RE: DTS/Novell Share access Problem - 08-16-2004 , 10:18 AM



Thanks OK.

One way of running DTS programatically is calling DTSRun
using xp_cmdshell extended stored proc. e.g.

EXEC master.dbo.xp_cmdshell 'dtsrun /S sldn057 /U sa /P
***** /N jasDTSUser'

If I run the above command in Query Analyser, it does not
work. SQL Server service is runnng under a domain account
that have access to Novell Share.

jas...

Quote:
-----Original Message-----
Sorry, I misunderstood your question.

I assumed your were executing your extended sprocs
through IIS.
How are you executing DTS if not manually?

Try, installing this
http://www.sysinternals.com/ntw2k/source/filemon.shtml

Install and run the program, execute your DTS.

"anonymous (AT) discussions (DOT) microsoft.com" wrote:

Mr Gates,

Thanks for the reply.

1. I don't have .NET/IIS installed on my SQL Server,
so
there are no accounts called IUser.. and IWAM...

2. Even if I do install these, IUser.. and IWam would
be
local users on that machine and will not be able see
anything on the network.

what do you think?
jas...
-----Original Message-----
Try granting permissions for the Novell share to IUSR_
(computer name),
IWAM_(computer name)

"Jaswinder Singh" wrote:

Hi,

I am trying to import some text files from a Novell
Share.

The problem is - if I run the dts package manually
it
works fine, but if run it programatically (using
extended
stored procs) it does not. SQLServer service is
running
under a domain account which has got permissions on
that
Novell share.

any ideas????? I am feeling stuck, there must be
some
sort of magic button that I have to press, because
it
works manually.

Looks like this is a big challenge for SQL
Gurus/DBAs!!!!!!!!!!!!!!!!

For my information:
http://www.sql-server-
performance.com/forum/topic.asp?
TOPIC_ID=5165


.


.


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.