dbTalk Databases Forums  

dtsrun client side error

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


Discuss dtsrun client side error in the microsoft.public.sqlserver.dts forum.



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

Default dtsrun client side error - 01-13-2004 , 12:08 PM






Get error when 'dtsrun' is run on client machine. Error:
[dbnetlib][ConnectionOpen(Connect()). SQL Server does
not exist or access denied.

'Access denied' - no authorization outside the server.
What kind of security authorization is necessary?

Thanks,
Jim

********************************
SQL Server 2000 on Windows 2003
Client - Windows XP with SQL 2000 client
********************************
Parameters:

DTSRun /S "blindset"
/U "will"
/P "yates"
/N "Accounting_Claims_Paid_Detail"
/G "{AE56D92F-C9C7-4DAB-9AF0-857DC02675C2}"
/A "startdate":"7"="11/15/03"
/A "enddate":"7"="12/1/03"
/W "0"



Reply With Quote
  #2  
Old   
Narayana Vyas Kondreddi
 
Posts: n/a

Default Re: dtsrun client side error - 01-13-2004 , 01:23 PM






Are you able to connect to SQL Server from this client machine, using the
same login credentials, via Query Analyzer or Enterprise Manager?

--
HTH,
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/
Is .NET important for a database professional?
http://vyaskn.tripod.com/poll.htm




"Jim Peters" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Get error when 'dtsrun' is run on client machine. Error:
[dbnetlib][ConnectionOpen(Connect()). SQL Server does
not exist or access denied.

'Access denied' - no authorization outside the server.
What kind of security authorization is necessary?

Thanks,
Jim

********************************
SQL Server 2000 on Windows 2003
Client - Windows XP with SQL 2000 client
********************************
Parameters:

DTSRun /S "blindset"
/U "will"
/P "yates"
/N "Accounting_Claims_Paid_Detail"
/G "{AE56D92F-C9C7-4DAB-9AF0-857DC02675C2}"
/A "startdate":"7"="11/15/03"
/A "enddate":"7"="12/1/03"
/W "0"





Reply With Quote
  #3  
Old   
Jim Peters
 
Posts: n/a

Default Re: dtsrun client side error - 01-13-2004 , 02:02 PM



Yes, I am able to connect via Query Analyzer and
Enterprise Manager.

Reply With Quote
  #4  
Old   
Jim Peters
 
Posts: n/a

Default Re: dtsrun client side error - 01-13-2004 , 02:31 PM



The package being run outputs data to a directory(Access
file).

The SQL Server account used to run the package does not
have authorization to access the directory.

The only way to access the directory is to use windows
authentication where the user can be granted directory
sharing/security access.


Quote:
-----Original Message-----
Yes, I am able to connect via Query Analyzer and
Enterprise Manager.
.


Reply With Quote
  #5  
Old   
Narayana Vyas Kondreddi
 
Posts: n/a

Default Re: dtsrun client side error - 01-13-2004 , 02:32 PM



Just wondering if there are any references to local server in your package.
Could you open the package from the client machine and run it interactively,
to see what happens?

--
HTH,
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/
Is .NET important for a database professional?
http://vyaskn.tripod.com/poll.htm




"Jim Peters" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Yes, I am able to connect via Query Analyzer and
Enterprise Manager.



Reply With Quote
  #6  
Old   
Jim Peters
 
Posts: n/a

Default Re: dtsrun client side error - 01-13-2004 , 03:39 PM



There was no 'local' server - used specific name of the
server.

Tried to run package with client Enterprise Manager - SQL
Server Account. Same error: "Access Denied".

Only way I have gotten it to run is with Windows
Authentication on the server. With Windows
Authentication I had access to the output directory.



Reply With Quote
  #7  
Old   
Jim Peters
 
Posts: n/a

Default Re: dtsrun client side error - 01-19-2004 , 05:02 PM



The solution to my problem was to login using the
Enterprise Manager from a client computer - logging in
with a SQL Server username(was logging in using terminal
services and Windows Authentication). This way the
Package is be created with a client account.

Then when a Package is executed, it is executed with the
client authentications.

Thanks for input,
Jim Peters

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.