Re: DTS and MSDE
- From: jim <jim@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 12 Apr 2007 15:46:02 -0700
Hi Allan,
I'm not sure I follow you about the runtine w/ MSDE 1.0. The packages are
running per the dtsrun utility (command prompt). I have one pkg that does not
have any global variables. The remaining do. However, I receive the following
error msg:
Error #: -2147467259
Error Desc: [DBNETLIB][ConnectionOpen(Connect()] SQL Server does not exist
or access denied
Error Source: Microsoft OLE DB Provider for SQL Server.
The above error is not appearing the in the vb app (removed error handling).
Also, the odd thing about this error is, I'm able to run the stored
procedures in the dts pkg's via osql.exe w/ no problem. That is, e.g. osql -S
<username> -P <password> -d <DBName> -q "EXEC Get_MyData @parm1='something'".
The data is returned w/ no Connection problem. I do the same w/ dtsrun /S
<username> /P <password> -N <pkgname>.
The pkg's w/ the global variables can't be executed properly because I can't
the use /A switch.
I've even used the "sa" login to execute the dts pkg and still receiving
connection error.
any help is appreciated.
jim
"Allan Mitchell" wrote:
Hello Jim,.
So you are using SQL Server 7?
Only the runtime is installed with MSDE 7. How do you know the package runs
or think it runs?
--
Allan Mitchell
http://wiki.sqlis.com | http://www.sqlis.com | http://www.sqldts.com |
http://www.konesans.com
Hello,
I have vb (6.0) app that attempts to execute a couple of dts packages.
The pkg's merely does some data retrieval and pumps the data into a
text file (.dat). The app runs fine on the machine that have sql
server (7.0) installed. However, on the machine w/ MSDE the app
appears to be executing the pkg but the text file is not being created
or the data is not being stored into file.
Not sure why this is happening.
any help is appreciated.
- Follow-Ups:
- Re: DTS and MSDE
- From: Allan Mitchell
- Re: DTS and MSDE
- References:
- Re: DTS and MSDE
- From: Allan Mitchell
- Re: DTS and MSDE
- Prev by Date: can't see SSIS packages in MSDB, help!
- Next by Date: exec sql task within a loop
- Previous by thread: Re: DTS and MSDE
- Next by thread: Re: DTS and MSDE
- Index(es):
Relevant Pages
|