derived column ssis
Hello All,Can you guys please let me know how to handle the following scenario using derived column ssis?In my staging table i have a column AMOUNT ( DATATYPE - NUMBER)I have to take that column values...
View ArticleGet a column value in DFT
Hi,In my DFT I have CSV file as source. The CSV file has class and course details. Course may have one or more classes. Separate DFT designed to get course details and put in to course table. In this...
View ArticleConverting packages from 2008 to 2012, script task failures.
I converted closed to a dozen packages from 2008 to 2012 project model. And I believe almost all script tasks gave me errors and when I opened the IDE and recompiled the error went away.Does the...
View ArticleOLE DB Destination SQL Command Data Acess Mode Mapping Problem
Hi Everyone, I'm very very new to SSIS and need some help.I copy the code below into SQL cmmand text of the SSIS OLE DB Destination Editor with access mode of SQL command. The preview works. However,...
View ArticleBetter Understanding of Package Protection Level
Hi. We run STD 2008 and my apologies if this title wasnt the best choice given the following question.We have an FTP connection whose credentials we'd prefer (at the moment) to record in the package...
View ArticleAcess to the path 'C:\Program Files(x87)\cozyRoc\SSIS\LiveDeviceID' is...
Hi ,all when am using dynamics crm source am gettingAcess to the path 'C:\Program Files(x87)\cozyRoc\SSIS\LiveDeviceID' is denined.(mscorlib) error . can anyone suggest me how to slove it Thanks in...
View Articlehow to Unzip the zipped files using SSIS .
Hi All how to Unzip the zipped files using SSIS . File.gz extension files we are getting . How to Unzip it .Surendra Thota
View ArticleThe specified module could not be found. (Exception from HRESULT: 0x8007007E)...
I am trying to create an Integration Services Project in BIDS (Visual Studio 2008) and get the below error message:The specified module could not be found. (Exception from HRESULT: 0x8007007E)...
View Articleget dataset in script task
i use execute script task to get a dataset like 'select * from table' ,and i want to use this dataset in the script, how to do this?
View ArticleExecuting Stored Procedure that executes a SQL statement and Store the Result...
I am working on a SSIS package on SQL Server 2012 where I have a Remote Stored Procedure (exists on a Server2) that returns a result of a Select query which I need to store in a table of a different...
View ArticleMultiple Precedence Constraints work incorrectly
I created a test Maintenance Plan to demonstrate the problem.The Maintenance Plan was created using the SQL Server 2012 SP1 Management Studio. It shows that Precedence Constraints are joined with the...
View ArticleGet count of number of columns in a fixed length file
Hi,Along with a bunch of files(fixed length files) that need to be loaded into our database we get a Stats file which lists number of rows & columns in each file. Before loading each file I am...
View ArticleMS SQL 2005 SP2 x64 & SSIS Packages
On my local desktop, I can create and run ssis packages, when I try to do the same thing on server I get he following error right clicking on running packages or stored packages. failed to retrieve...
View ArticleSSIS package(2008R2 SP1) fails with CPackage::LoadFromXML fails.
Hi ,While executing the ssis package(master package), I'm getting the below error in one of the package.Currently using 2008 R2 SP1 on Winows server.Microsoft Visual Studio is unable to load this...
View ArticleUnable to schedule in ssis 2008 r2 sql server agent
Hi ,My ssis packages (file system ) are there in one server(prod1) and I created the job using server agent from other server (prod2).Job need to execute dtsx package in prod1.Both are windows sql...
View ArticleSSIS 2012 package having script task to unzip a file
hello,can some one help me out to unzip a file using script task without using execute process task. I am having basic knowledge of c sharp, I was trying out with the VB code and I am getting the below...
View ArticleSSISDB 2012, Project Deployment model
I deployed the same project to 2 different servers with ssisdb installed. On both servers SQL Server Integration Services 11.0 service is running under Network Service.The connection string used in the...
View Articlecant find instructions on using decrypt option for dtexec
Hi. I'm looking at the syntax instructions for using dtexec from the command line and so far not seeing enough detail on how to use the decrypt option.I have a master and sub pkg that both use the...
View Articlecalling one ssis pkg multiple times and avoid deadlock
hi all,I have put together an etl package that is called by many sql jobs. these sql jobs has different parameters. when I tried to kick them off all at a certain time, they would deadlock each...
View ArticleThe binary code for the script is not found
Hello - Running SQL server 2008 R2 x64 with VS 2008. Everything running locally.I have a script component with a web reference and no other lines of code. The web reference points to a locally running...
View Article