Re: Change Connection Dynamically
From: Darren Green (darren.green_at_reply-to-newsgroup-sqldts.com)
Date: 02/18/04
- Next message: Daniel: "Re: Creating DTS with variable"
- Previous message: Ryan Rogers: "Re: DTS Speed Issues"
- In reply to: Paul Muller: "Re: Change Connection Dynamically"
- Next in thread: Paul Muller: "Re: Change Connection Dynamically"
- Reply: Paul Muller: "Re: Change Connection Dynamically"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Feb 2004 16:02:29 -0000
"Sending" the path is just setting a global variable, so that in itself will
not fail since it is just passing through a string. If the package is setup
to read the global variable as a path and use it then I would expect it to
always fail when you pass an invalid path. If it doesn't then check you are
setting the correct global variable, note names are case sensitive, and that
you are actually using it every time.For it to inconsistent there must be
some inconsistency in the way you are using the variable in the package.
-- Darren Green http://www.sqldts.com "Paul Muller" <muller.paul@principal.com> wrote in message news:2f691c82.0402180656.47af8ab4@posting.google.com... <snip> > Question when I send a bogus path name to the package > -a "FilePath":"8"="f:\Package_TST.xls", sometimes it works and > sometimes it does not. I would expect it to fail every time?
- Next message: Daniel: "Re: Creating DTS with variable"
- Previous message: Ryan Rogers: "Re: DTS Speed Issues"
- In reply to: Paul Muller: "Re: Change Connection Dynamically"
- Next in thread: Paul Muller: "Re: Change Connection Dynamically"
- Reply: Paul Muller: "Re: Change Connection Dynamically"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|