SSIS 2012 package runs under SSDT but fails with permission error from SSMS
I have a simple package that pulls data from a text file located on a Windows file server that runs successfully from SSDT on my client.However, when deployed and running the package via SSMS from the...
View ArticleSSIS log file created twice, would someone please try this
I started off trying to explain the behavior, but it got too long and wasn't sure if people would follow it. So rather then trying to explain it, I would like to ask someone to try the following to see...
View ArticleSSDT-BI for VS2013 -- issues with VSTA (script transformations?)
Hello, I created a new VM (win7 64bit) and did a full install of SQL 2014. I downloaded and installed the SSDT-BI for VS2013 (12.0.2430.0). I created a new SSIS package and within the DFT added a...
View ArticleStored Procedure not running in SSIS package
hi, if i execute Stored Procedure in SSMS its running perfectly, but same Stored Procedure i am calling in SSIS package its not working. pls help meThanks
View ArticleSSIS- Analysis services processing task
Hi All,I have SSAS db that has 2 cubes, A and B. There is single fact table in each cube. In order to process the cubes daily, I have made two SSIS packages with Analysis services processing task...
View ArticleMicrosoft OLE DB Provider for SQL Server 2012 Analysis Services Error Code =...
I've been running a package for 6 months without any issues that pulls data from a cube via MDX and moves it to a database.We've recently moved to a new server x64 and the connections all succeed but...
View ArticleWhat is the latest version of Microsoft.SqlServer.Graph.dll available
Hi,having major problems with the design surface for VS2013-SSDT which is making developing SSIS packages which are bigger than the visible screen almost impossible.I have found various connect issues...
View ArticleDynamic logging fails
Hi,I have a ssis packages, which consists variable to fetch the file path to log into text file from the table.the variable is able to fetch the path but it isn't able to write into the text fileI'm...
View ArticleSSIS Failed When reading XLSB File and works fine with XLSX File.
Hi,I have a SSIS package that executes from C# Code. the objective is to upload the data from xlsx or xlsb file to DB tables.When I use xlsx file, The ssis runs fine. But, When I Upload xlsb file. I am...
View ArticleLDAP to connect to Oracle in SSIS
Hi All,Can anyone please guide me how to connect to Oracle DB using LDAP to load data using SSIS package.Thanks,Jo
View ArticleHow to fix the error CPackage::LoadFromXML ?
Hi friends, I made a test package on my developer machine, [used sQl 2008r2 and Bids 2008].After Deploying it to job scheduler, it works well. But after I added XML configuration to it, It throws the...
View ArticleVSTA ScriptTask Errors In BIDS Sql Server 2008 R2
I am at my wits end with the error "Microsoft Visual Studio For Applications 2.0 Registration for this application needs to be updated". I have had this problem for some time on my development laptop...
View Articleerror with sequence containers and global temp variables
I have a process which does the following - 1. Inside a sequence container an execute sql task has a stored proc which inserts result set into a global temp table.2. DFT after the execute sql uses that...
View ArticleSSIS Exporting to Excel - Random duplicate row(s)
Greetings all,I have written a package which amongst other things exports data to an excel workbook (which it creates on the fly). The package itself works perfectly. It does all the processing I need,...
View ArticleCreating Two Output files from a Dynamically Created Table
I have a requirement, to create two output flat files. 1. A file containing all the records from a table (FlatFileTab1) 2. A file Containing the record count from the above table (Nothing...
View Articlerunning dtexec
I have developped a SSIS project with 2 packages for SSIS 2012. I stored them in the SSISDB. Everything seems to be correct when I checked under Management Studio. I tried to run my packages with...
View Articlerename columns
HiAs input I use an Excel file with ONE worksheet and columns C1old, C2old, C3old...As output I use an Excel file with MORE worksheets W1, W2, W3...and columns W1_C1new, W1_C2new, W1_C3new...in...
View ArticleSSIS Web Service Task Error with WCF Service
I have read all the other posts on this site and have not been able to resolve my issue.For testing purposes i created a very simple WCF service that takes no arguments and returns true. That is all...
View ArticleGetting this Error: There was an error with input column "FROM_DATE" (6356)...
Hi,I have a flat file with this kind of value - " 20140713 " . To take this value in DB Table I set the data type of this column in flat file manager - string [DT_STR] 50, But in destination table It...
View ArticleError while executing SSIS package - Error: 4014, Severity:20, State: 11. A...
Hi,We are getting the following error when running our SSIS packages on Microsoft SQL Server 2012 R2 on Windows Server 2008 R2 SP1:Error: 4014, Severity:20, State: 11. A fatal error occurred while...
View Article