Key not valid for use in specified state
SQL 2014, VS 2013 Data ToolsYesterday all of our 100+ SSIS packages were working fine. Today we're getting errors such as this one:Error 1 Error loading MYSSISPackage.dtsx: Failed to decrypt protected...
View ArticleSQL Server 2012 Data Tools crashing on Windows 2012 R2
Hi allSQL Server 2012 Data Tools was working fine for me but something must've changed, now every time I try to create a new SSIS project I get:>>The server threw an exception. (Exception from...
View ArticleDuplicate field in SSIS
Hi All,In my SSIS package, i have a field test_method_number coming from OLE DB Source. I used Derived transformation to trim test_method_number: TRIM(test_method_number)Now in the next Derived...
View ArticleMove Multiple Files Based on File Names Listed in a Spreadsheet / File
I need to move specific files from a server to another server on a monthly basis. There are hundreds of files that are in the source directory and I need to move approximately 40 of those to the...
View ArticleAcess and VB
Hi all,If I have a form created on MS Access, could I copy it exactly the same form to VB form, so that users could exactly perform operations the same on Access form?thanks again for caringAny...
View Articlesp_columns_ex returns no rows to MSDASQL on 64 bit SQL Server
Ok, I am trying to solve a customer problem (with one of or ODBC drivers). I see the problem here with:SQL Server 2014 - 12.0.2000.8 (X64), Express Edition (64-bit) on Windows NT 6.3 <X64> (Build...
View Articledtsx error - Cannot convert between unicode and non-unicode string data types
I am using SQL 2014 to create a dtsx package that extracts data from a DB2 db to the SQL 2014 db. I do not have options to make any changes except convert the datetime. I have seen many "solutions" on...
View ArticleExecute ssis package from command prompt
How to execute ssis package from command prompt and also pass configuration file to it and set logging to ssis log provider for sql server.Can someone help me writing all those options with cmdthanks,sree
View ArticleSet SSIS Package parameters in SQL Agent
Hello,I have defined two package parameters in my 2014 SSIS package1. ssas_backup_dir2. ssas_instanceI would like to set them through the "Set Values" tab in a sql agent job. I know variables can be...
View ArticleMeaning of TextQualified attribute in flat file connections
Can anybody explain what the meaning of the TextQualified attribute on a flat file connection is? I am importing delimited flat files where text columns are not qualified by quotes. If I use the...
View ArticleRetreive Meta data information from a Store procedure when executed the Sp...
Hi I have a typical requirement.. I need to return the result set from a stored procedure and redirect the output to Excel(2010).am able to call the sp from OLE DB Command task as followsExec mysp ? ,...
View ArticleProfessional Microsoft SQL Server 2008 Integration Services: Chapter 8 SSIS...
Hello I am new to SSIS, I am doing this exercise in the book where I need to import the data file at chapter 8 Link to the data...
View ArticleSSIS Delete Rows in Excel File without using Script Task
Hi,i need to Delete/Overwrite Rows in Excel without using Script Task in SSIS.is it Possible..?Thanks ,Chandra Kishore
View ArticleSSIS : Insert records into Parent Child table
Hello,I am creating SSIS package where below mentioned is the scenario : There is sourcefiles folder -- > Need to pick CSV files of yesterday's date for processing.There are many validations which...
View ArticleSSIS 2012 Execute Remote Package via ASP.NET c#
Hi Experts , I have created a SSIS 2012 Package ,deployed on Integration service catalog UnderFolder RevenueSSISPKG. Also also have SQL JOB in SQL agent which call above package deployed in Catalog ,...
View ArticleUse parameters on project connection managers.
Hi, We are moving our SISS developed stuff from 2008 to 2014 using new project deployment model approach. We are very interested in using project level connection managers as in most of cases all our...
View ArticleError Occured while skipping data rows
HelloI'm having a problem with a flat file source in that the package throws an error straight away. The error I get is as follows:Information: 0x4004300C at Data Flow Task, SSIS.Pipeline: Execute...
View Articlehow do you load the load the mutiple flat files to into detination dynamically?
how do you load the load the mutiple flat files to into detination dynamically?
View ArticleSSIS is removing leading zeroes from 6 character time string
Hi,I am using SSIS 2012 SP1 to import a comma delimited csv file into a SQL table.One of the fields carries a time value: Source = textfile, column=DT_STR(8), value format = "hhmmss", e.g. "011525"...
View Article