Create Deployment Utility option is not available on Properties Dialog
Hi, I need to Deploy my SSIS project. But when I click on Project Properties Dialogue, I don't see Deployment Utility option to set Create Deployment Utility to True. Attached is the image of available...
View ArticleProblem with loading an XML file data to SQL table.
I have a huge XML file and trying to load the data into SQL table and encountered the following issue. "total_rows" value is 7020 and the datatype is eight byte singned integer for both External...
View ArticleLoop through variables passing them into URL
Hi, I am using SQL 2008 SSIS. I have an api from which I need to download XML and populate some tables. I have successfully managed to do this by putting the URL into a XML Source Data flow. This...
View ArticleParamerter mapping Issue
Hi friends I want to map Parameter in source query but it does not show me an option to map parameter. i need this kind of window .. i get this window in my another project. i dont know it is not...
View ArticleUnable to preview data in flat file destination which takes data from oledb...
Hi , I have a dataflow task which gets data from a openquery using oleddb source task and then dumps the data in a flat file . In the editor of oleddb source i can preview the data coming from the...
View ArticleSSIS Package Job
Hi All, I am facing following error when scheduling my package as sql server job Description: Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not valid for use in...
View Articlecase stmt in derived Column
Hi, I have a case stmt in sql like CASE WHEN Column1 = 'ABC' THEN Coulmn2 ELSE '' END How to write the expression in derived column, I have written something like this, but its giving error:...
View ArticleErrors using SharePoint List Source within SSIS on SQL 2008 R2
Hi, I'm getting the following error when attempting to access data from a SharePoint List using the SharePoint List Source. It fails on the SharePoint Credential connection even though when I go into...
View ArticleSSIS oledb source editor detects metadata changes and when we click yes...
Issue: SSIS oledb source editor detects metadata changes and when we click yes corrects it and saves it but after you build the package and deploy on prod doesnt save I faced this issue when I opened...
View ArticleXML error Expecting white space
Is there a way to add white space in VB code for script task . I am actually getting this error : [XML Source [1]] Error: The component "XML Source" (1) was unable to process the XML data. 'Evelyn' is...
View Articlemigration from livelink to sharepoint using ssis
hi in my department we used livelink for a long time. now we have the order to migrate to sharepoint. i have the task to make a package in ssis which reads from livelink using the livelink api and...
View ArticleLoad data from multiple tabs in excel to different tables
Hi, I have an Excel File and has 3 tabs. Need to load the 3 tabs data to 3 different tables using SSIS 2005. Could you please let me know the steps? Regards Sqlstud
View ArticleFailed to decrypt protected XML node "DTS:Password" with error 0x8009000B
Hi,I have developed several SSIS packages with the last Beta of VS2005 / SQL Server CTP. After the public release I tried to uninstall the CTP-Versions to install the msdn finals but this time I got...
View ArticleAdding timestamp of file being imported to the database into the database
I am importing a bunch of excel and text files to SQL server and I need to add the timestamp of these files to the database. Is there any way of doing this? I am using SSIS 2005
View ArticleHelp with SSIS expression in a loop incrementing dates
Hi there, I am trying to create a package which downloads some xml from a web api and puts it in a database. I can only download 3 months worth of data at a time - otherwise it times out. The URL has...
View ArticleFlat properties issue SSIS
Hi All, I have small issue. I was importing the data from text files into the table .... I have around 40 columns.. so my issue is the data does have 40 columns in a row ( this is for some rows). some...
View ArticleError : Opening a rowset for "Sheet$" failed. Check that the object exists...
Hi, i am trying to load the data from excel sheet using For each loop container in ssis 2005. But it gave me the below error: Error: Opening a rowset for "Sheet1$" failed. Check that the object exists...
View ArticleHelp me calculate previsou 3 rows as an everage
I have a table, where each row represents a train wagon that has been loaded with product. Each row has a "Loading Time" column. However I also have a "Average time over past 3 wagons" column that I...
View Articleimport database from MSAccess to SqlSERVER 2008.
Hi Friends I need to copy whole database from MSAccess to SqlSERVER 2008. then in next step how can done this in incremental way. i.e; I have an access database i want to import that in Sqlserver2008...
View ArticleCount mismatch between source and destination
My SSIS package has 4 data flow tasks extract data from Sybase to SQL Server. All 4 data flow task executes parallelly. However, some times data flow task extracts only 1 record from source with no...
View Article