SQL Server Katmai Integration Services - SQL Server Katmai
Recent update: 2008-3-21

SSIS Script task problem with FireWarning

5889 byte By AndrewGaskin at 2008-3-7
I'm getting an error with the script task - I suspect some sort of installation problem but any pointers would be gratefully received. I've created a package with just a script task. I've then edited the task and inserted one line: Code Snippet Public Sub Main() ' ' Add your code ...

SSIS 2008 Execute Package task dynamic configuration

1867 byte By YitzhakKhabinsky at 2008-3-6
SSIS 2005 Execute Package task doesn’t have properties to support dynamic configurations. Here are a couple of scenarios: 1) Package could be executed on its own. In such scenario it is easy to make the package use an external configuration file. 2) The same package could be executed as a ...

Sql 2008 - Data Import Error

2031 byte By Kruz at 2008-3-5
Hi Guys, When I try to import data into Sql 2008 July CTP, I get the following error: Operation stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (Success) - Setting Destination Connection ...

SSIS 2008 Execute Package task dynamic configuration

1867 byte By YitzhakKhabinsky at 2008-3-3
SSIS 2005 Execute Package task doesn’t have properties to support dynamic configurations. Here are a couple of scenarios: 1) Package could be executed on its own. In such scenario it is easy to make the package use an external configuration file. 2) The same package could be executed as a ...

Upgrade form DTS to SSIS

160 byte By ahmedmosa at 2008-3-1
Dear All can i upgrade from DTS on sql Server 2000 to SSIS on SQL Server 2008 and what is about compatability? thanks ahmed mosa

Sql 2008 - Data Import Error

2031 byte By Kruz at 2008-2-28
Hi Guys, When I try to import data into Sql 2008 July CTP, I get the following error: Operation stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (Success) - Setting Destination Connection ...

Upgrade form DTS to SSIS

160 byte By ahmedmosa at 2008-2-27
Dear All can i upgrade from DTS on sql Server 2000 to SSIS on SQL Server 2008 and what is about compatability? thanks ahmed mosa

ActiveX script task issues in SQL 2008

2259 byte By PK2000 at 2008-2-26
Hi, I have a SSIS packages which I've developed on SQL 2005 (SP2) which contains a number of ActiveX script task objects and it runs successfully on SQL Server 2005. When I tested the same SSIS package on SQL Server 2008 (June CTP) all the ActiveX scipt tasks fails without any great details ...

Error upon adding configuration (After Katmai uninstall)

714 byte By u_r_twisted at 2008-2-25
Hi guys. This problem is somewhat related to my other problem here. This time, whenever I add a configuration file to a package I get the an error Constructor on type 'Microsoft.DataWarehouse.Wizards.WizardInitializer' not found (EnvDTE). All these weird messages came out after I uninstalled ...

Error upon adding configuration (After Katmai uninstall)

714 byte By u_r_twisted at 2008-2-24
Hi guys. This problem is somewhat related to my other problem here. This time, whenever I add a configuration file to a package I get the an error Constructor on type 'Microsoft.DataWarehouse.Wizards.WizardInitializer' not found (EnvDTE). All these weird messages came out after I uninstalled ...

SSIS enhancements for Data Cleansing?

472 byte By JosephOllero at 2008-2-23
Hi All, Are there any new enhancements in SSIS with regards to data cleansing? Im speaking of direct data cleaning beyond fuzzy grouping such as householding or other specific scenarios? Regards, Joseph ...

Change Data Capture in Integration Services Packages

652 byte By RafalChojnacki at 2008-2-22
Hi, Is available any tutorial or example which shows how to use Change Data Capture in Integration Services Packages? I have found Using Change Data Capture in Integration Services Packages topic in BOL but there is an error and I can not open it. There is also Change Data Capture live ...

Katmai June CTP, where are the SSIS lookup enhencements

259 byte By ccote at 2008-2-22
H, I downloaded and installed the June CTP of Katmai. It looks the same as SSIS 2005. I would have expect to see improvements made to lookups (connectivity, cache) but did not find it. Are these improvements into June CTP? Thanks, Ccote

Error upon creation of Integration Services

493 byte By u_r_twisted at 2008-2-21
After I aborted my installation of the tools that come with Katmai, I could not create Integration Services project nor add package to an existing project. I get the following errorConstructor on type 'Microsoft.DataTransformationServices.Wizards.EtlProjectWizardInitializer' not found.I've ...

Error upon creation of Integration Services

493 byte By u_r_twisted at 2008-2-20
After I aborted my installation of the tools that come with Katmai, I could not create Integration Services project nor add package to an existing project. I get the following errorConstructor on type 'Microsoft.DataTransformationServices.Wizards.EtlProjectWizardInitializer' not found.I've ...

Secondary Replication test <Please Ignore>

13 byte By bChristophel at 2008-2-19
Final Check.

Does 2008 will offer a "between lookup"?

363 byte By Willgart at 2008-2-18
Hi, does SSIS 2008 will finally offer a "between lookup"? the current lookup support only the equal (=) operator, but when we play with Type 2 SCD dimensions, its important to also test the dates using a between. or better, the operator used in the comparison should be an option ...

Persistent lookups

857 byte By MarcoRusso at 2008-2-17
I read on the SQL Server 2008 Overview paper that there is a new "SSIS persistent lookup" feature. Performing lookups is a common operation, especially in data warehousing, where fact records must use lookups to transform business keys to their corresponding surrogates. SQL Server ...

VSTA breakpoint support in script component run-time

142 byte By jaegd at 2008-2-16
Will Katmai support breakpoints in script components? And along the same lines, will the immediate window support expression evaluation?

Regarding ManagedDTS assembly

977 byte By jaegd at 2008-2-15
Will the Microsoft.SqlServer.VSTAScriptTaskPrx assembly effectively replace MicrosoftSqlServer.ManagedDTS assembly for script tasks?There are a number of script tasks which use ManagedDTS (e.g. new Application() + associated function calls) that no longer work with Katmai. For example, I've ...

Katmai installation

1256 byte By jaegd at 2008-2-15
Installing Katmai took 4 attempts, all of them on Virtual PC 2007. In my experience, CTPs should be installed on virtual machines, because VMs are relatively easy to replace, particularly with the undo disk functionality.1. First attempt installing Katmai June CTP. Vista Business x86 guest / ...

Using the MERGE statement from SSIS

547 byte By jwelch at 2008-2-15
In the June CTP, it looks as if the way to use the MERGE statement would be to have your data flow write all rows to be inserted or updated to a "temporary" table, then use an EXECUTE SQL task to run the MERGE statement to upsert the target table. Is that correct? If so, are there any ...

Does 2008 will offer a "between lookup"?

356 byte By Willgart at 2008-2-15
Hi,does SSIS 2008 will finally offer a "between lookup"?the current lookup support only the equal (=) operator, but when we play with Type 2 SCD dimensions, its important to also test the dates using a between.or better, the operator used in the comparison should be an option instead ...

Validation of Check Database Integrity Task (and Database Backup Task) fails

654 byte By OleKristianBangaas at 2008-2-15
In a newly created maintenance plan I add a Check Database Integrity Task. I open it, leaves the default selection of Local Server Connection, chooses specfic databases and then click ok. There's still a red bullet telling me that "There were errors during task validation." How can ...

Validation of Check Database Integrity Task (and Database Backup Task) fails

661 byte By OleKristianBangaas at 2008-2-14
In a newly created maintenance plan I add a Check Database Integrity Task. I open it, leaves the default selection of Local Server Connection, chooses specfic databases and then click ok. There's still a red bullet telling me that "There were errors during task validation." How can ...

SSIS package failing

1284 byte By Ed77 at 2008-2-14
We are porting an existing package from SQL Server 2005 to Katami and are getting the following error:Code: 0xC0209303 Source: MasterSSIS Connection manager "SSISOperations" Description: SSIS Error Code DTS_E_OLEDB_NOPROVIDER_64BIT_ERROR. The requested OLE DB provider is not ...

SSIS package failing

1284 byte By Ed77 at 2008-2-13
We are porting an existing package from SQL Server 2005 to Katami and are getting the following error:Code: 0xC0209303 Source: MasterSSIS Connection manager "SSISOperations" Description: SSIS Error Code DTS_E_OLEDB_NOPROVIDER_64BIT_ERROR. The requested OLE DB provider is not ...

SSIS package failing

1288 byte By Ed77 at 2008-2-13
We are porting an existing package from SQL Server 2005 to Katami and are getting the following error: Code: 0xC0209303 Source: MasterSSIS Connection manager "SSISOperations" Description: SSIS Error Code DTS_E_OLEDB_NOPROVIDER_64BIT_ERROR. The requested OLE DB provider is not ...

XML and text encoding functionality?

893 byte By MichaelG at 2008-2-12
We've currently been working with SSIS by using the xml functionality within in sql2005 combined with delivering XML encoded in non iso-8859-1 encoded files, and there is very little component support for this kind of integration scenario. - We are basically forced to use script components for ...

XML and text encoding functionality?

893 byte By MichaelG at 2008-2-11
We've currently been working with SSIS by using the xml functionality within in sql2005 combined with delivering XML encoded in non iso-8859-1 encoded files, and there is very little component support for this kind of integration scenario. - We are basically forced to use script components for ...

Any Data Cleansing Enhancement or features in Kaitmai?

209 byte By JosephOllero at 2008-2-10
Hi All, Are there any data cleansing enhancement or features that is included in KATMAI? Something more in the line of householding, data catagorization and such? Regards, Joseph

SQL Server Katmai

Site Classified