Connection times out before drop second table executes
I have an SSIS package, which I generated from the export data wizard. It has a series of drop table, create table, data flow task, drop table, create table, data flow task items in it. Each works for...
View ArticleDirectory cube project in SSIS
Hi at all. I'm trying to set a new connection for process a cube, I'm usingProvider=MSOLAP.5;Data Source=PC_NEW\MSSQLSERVER2012;Persist Security Info=False;Impersonation Level=Impersonate this...
View Articlessis combine data from two table
hi,i have two tables ,product productid size quantity1 24 42 34 53 32...
View ArticleSSIS package invisible when adding SQL Server jobs
Hi,I have two SSIS packages, let's say A and B. When I connect to Integration Services from SS Management Studio, I can see both of them under "Stored Packages | MSDB". However, when I tried to create...
View ArticleSSIS package created in 2005 integration services fails to run when called...
Hi All,We have developed SSIS packages using integration services .net 2005 version. This was working fine when called from asp.net 2005. The web application part has been upgraded to .net version 4.0,...
View ArticleSSIS package created in 2005 integration services fails to run when called...
Hi All,We have developed SSIS packages using integration services .net 2005 version. This was working fine when called from asp.net 2005. The web application part has been upgraded to .net version 4.0,...
View ArticleExecute SSIS on a remote machine
HiI want to a application on Appserver that should execute SSIS package on db server. I placed the SSIS pkg on db server as the integration services are avaiable on that server. i am calling a bat file...
View ArticleError during Package building error Failed to decrypt protected XML node
Hi Error loading HttpRequest.dtsx: Failed to decrypt protected XML node "DTS:Property" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this...
View ArticleDeleting records from SHARE POINT list using SSIS packages.
Hello,I have to pull data from one share point list and then push it into other share point list. I am doing this using SSIS packages. But the catch is that I have to delete the destination previous...
View ArticleData Conversion
Hi all, I have imported excel data using import and export data in sql server 2008 r2 . i hve created package , with debit column as double datatype . I opened the same in SSIS I need to convert...
View ArticleAPI XML Data to SQL SERVER
Hi we have an API.. now the requirement is i need to store API XML Data in SQL SERVER .Kindly help me to do this Task.Waiting for response.With RegardsBI_Group
View ArticleConvert Varchar to Numeric Using SSIS 2005
Hi,Loading the data from Excel source to Sql Table using SSIS 2005.Have two columns Sample1 and Sample2 and both are declared as numeric in Sql Table.But while loading, it displayed the below...
View ArticleUsing a SQL Server 2008 SSIS package to copy a table to a SQL Server 2000...
New SQL Server 2008 SSIS packages were created to upgrade from SQL Server 2000 DTS packages. The old SQL Server 2000 DTS package completes in approximately ten seconds. It copies data from the server...
View ArticleSSIS 2008R2 script to output package configurations in txt
Hi All SSIS 2008R2I output for debug SSIS Vars,connections in txt file by VB script. Want do same with configurations but have porblem. I found code in MSDN - but can't got how get reference on current...
View ArticleSSIS Store the FileName With Data In Database
I have an SSIS package that loops through a list of Excel files and imports all the data; easy stuff. Works perfectly.The addition to this is that I need to store the filename of the Excel file with...
View ArticleSSIS Script Task Error
Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Security.Principal.IdentityNotMappedException: Some or all identity...
View ArticleCould not execute the Web method. The error is: There was an error generating...
I have the following error in SSIS:Error: 0xC002F304 at Web Service Task, Web Service Task: An error occurred with the following error message:...
View Articlesql agent job hangs without any errors or warnings
Problem: we have a SQL Agent job which runs everyday in the morning at 4:00 am. This job hangs sometimes without providing any errors or warnings. It just hangs. BUT when i stop the job and run again...
View ArticleSSIS Maintenance Plan - how to configure SelectedDatabases?
I was trying to build a SSIS Maintenance Plan where in I wanted to configure SelectedDatabases - I tried generating package configuration but could not see this property setting. Is that me missing to...
View ArticleConfirm: SSIS 2008 Package with Script Task won't Run on a 2012 Server
I've been battling this for a long time. I have a package built with 2008 with a script task. The script task is set to run under .Net framework 3.5 (project properties inside the script task code)....
View Article