Re: DTS package that uses a table to tell it what to do
- From: "Drew" <drew.laing@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 23 May 2005 15:01:42 -0400
Ok... I have been looking at http://www.sqldts.com/default.aspx?298 and have
been trying to follow it, but am getting the following error when I try to
run the package,
Step 'DTSStep_DTSActiveScriptTask_BuildMsgBoxString' was not found.
The BuildMsgBoxString is in the package and everything is spelled correctly.
The package runs fine if the SQL Task only returns 1 record, but if there
are more than 1 it fails. What have I done wrong?
Thanks,
Drew
"Helge C. Rutz" <news050424@xxxxxxxxxxxxxx> wrote in message
news:3fecfhF7cuooU1@xxxxxxxxxxxxxxxxx
> Hi Drew
>
> "Drew" wrote
>>I am working on building an app for logging credit card transactions. I
>>made a small excel file that the users edit and the user edits the file
>>and then the file is DTS'd into a SQL Server database.
>> Is it possible to dynamically build a DTS package that reads the
>> Cardholder table to find out what and where to get the files to be
>> imported? The Excel files are stored as follows,
>>
>> SERVER1/Reports/CreditCardLog/*Username*/*username*.xls
>
> that's possible. You have to query the card table to get a list of files
> to import - define the result of the sql task as rowset global variable to
> use later.
> Then you have to loop through an import/transform section where the
> starting ActiveX task changes the file path of the excel connection.
> Take care to set the close connection on completion workflow property for
> the transform, because otherwise you won't be able to change the excel
> file from loop to loop.
> Look here for examples http://www.sqldts.com/default.aspx?246
> http://www.sqldts.com/default.aspx?298
>
> HTH
> Helge
>
.
- Follow-Ups:
- Re: DTS package that uses a table to tell it what to do
- From: Helge C. Rutz
- Re: DTS package that uses a table to tell it what to do
- References:
- DTS package that uses a table to tell it what to do
- From: Drew
- Re: DTS package that uses a table to tell it what to do
- From: Helge C. Rutz
- DTS package that uses a table to tell it what to do
- Prev by Date: Re: dts transaction without dtc
- Next by Date: Re: Kill job that is executing endlessly
- Previous by thread: Re: DTS package that uses a table to tell it what to do
- Next by thread: Re: DTS package that uses a table to tell it what to do
- Index(es):
Relevant Pages
|