SSIS package failed in sql server agent.
My package is running fine in the package store and MSDB independently. However, when I add the package as a step in the SQL server agent job ( only step in the job), it has following error:An invalid...
View ArticleExecute Process Task Issue in SSIS
Hi,I have a package with Execute Process task, that gets the files from SFTP using Putty.It works fine locally on my PC. But when i run through SSIS Catalog, the package is hanging at the Execute...
View ArticleMove excel files from sharepoint library to a local folder using SSIS
Hi,I have a sharepoint site which has a document library with some excel files. I want to loop through these files using foreach loop container and copy these to my local folder. I have set up the...
View ArticleUpdate data through SSIS
Hi ,We have a situation where data needs to be updated on a table. We are not allowing users to update directly on table. we have asked users to copy the data on to a csv file for the changes they need...
View ArticleData Conversion Transformation - Output has source columns and also converted...
HI Need some clarification for Data COnversion Transformation. I have a Data COnversion transformation which has 5 input columns of unicode data type. I change the datatypes for these columns to proper...
View ArticleSSIS - Script Task Error - Could not load file or assembly
HelloI have script task that has references added to it but still giving me above error? How should i resolve this situation?Thanks
View ArticleError trying to create job that executes SSIS
Hi I have been struggling with this for a while, when I try to create a job that executes or calls an SSIS package, I get this error message:(1 row affected) Msg 50000, Level 16, State 1, Procedure...
View ArticleError at restoring SSISDB in an other server
I have the master key, I already did the following steps:1.- Enable CLR in the new server2.- Create the asymmetric key and the login for it and grant unsafe permissions to the login.3.- Restore the...
View ArticlePowershell copy script works on my desktop, and the server, but not in SQL Agent
I am attempting to copy database backups from our Prod server to our BCP server. The following script runs successfully on my desktop and on the server, in PowerShell ISE, running as the same account...
View ArticleConditional expression for evalexpression in forloop container
I have a forloop on which the EvalExpression is like below - (@[User::Sales] == 1 || DATEPART("hh", GETDATE()) >= 22) ? "False":"True"leaving InitExpression and AssignExpression blank. so, my req...
View ArticleJob is crashing without no obvious reason
I have a job that is waiting for a file, and when the file is delivered it is read into the Data warehouse and then the file is zipped and archived.A For loop container waiting for as long as 5 days...
View ArticleKerberos Authentication
I have configured kerberos authentication for my domain user and In AD -> my domain user -> under delegation I've chosen Kerberos authentication. Also I had successfully configured SPN in my db...
View ArticleWhat port can I use to deploy SSIS paackages from SSDT
I am working with a server that is really tied down because of security concerns. I must ask that ports be opened to allow us to add software and tools, deploy packages, deploy reports and access...
View ArticleSSIS Execute Package Task and its Behaviour
I am populating a fact table(sales_Fact). There are multiple stg tables(each representing sales from different countries for ex: stg_uk, stg_finland etc). The requirement is to build a child dtsx...
View ArticleSSIS XMLTask:XSLT: Could not load file or assembly (random_id) : Failed to...
I have a DTS package defined that uses an XML Task to transform some data. This is a very simple task.1. It takes XML on an Input read/write variable 2. Transforms it through a fileconnection...
View ArticleCannot use breakpoints while debugging the package.
Hi , I'm facing an issue where I can enable breakpoints on few tasks to debug the package but watch tab comes up empty . My package has several variables and all are used in ETL package. If any one has...
View ArticlePass the variable from a foreach loop into a sql execute task
i would like to know how to pass the varaiable from the foreach loop to the sql execute task, in the select statement as a table name, meaning i want to select * from the @variable that i am passing...
View ArticleExcel Column Headings and values getting truncated by two letters in SSIS...
Hi Everyone,I am loading an excel file to the database. strangely, the last two letters of each column heading (and values) is getting truncated for no reason. can you please guide me in this.For Ex:...
View ArticleSSIS Configuration vs Parameters
Hi ,I am new to SSIS so please explain below scenario.I am running via VS2015.I have SSIS 2012 created which has some config values and same name with Parameters.Example:User::Name -Which expects...
View ArticleSSIS-Wrong value in Configuration file overridden by Parameter Default ?
Hi ,I am new to SSIS so please explain below scenario.I am running via VS2015.I have SSIS 2012 created which has some config values and same name with Parameters.Example:User::Name -Which expects...
View Article