SSIS Data Flow task using SharePoint List Adapter Setting SiteUrl won't work...
Hi,I'm trying to populate the SiteUrl from a variable that has been set based on a query to a SQL table that has a URL field. Here are the steps I've taken and the result.Created a table with a url in...
View ArticleSSIS Lookup Slow Performance
I have a Dataflow with oracle oledb source with 600K rows, When I perform a lookup with a sql table with full cache is taking ages. the lookup table currently has just one row and one column with a...
View ArticleCan't find external dll reference in SSIS 2012 script task
Hi,I need to use an external dll (Newtonsoft.Json.dll) in my script task,so i can parse the JSON strings efficiently.I'm using VS2012 over SQL Server 2012 (SSIS) and the target framework of the...
View ArticleSSIS 2012: SSIS Error Code "Excel Connection Manager" failed with error code...
Hi,This is kind of weird issue that I am experiencing with excel connection manager in SSIS 2012. This issue occurs sometimes but when I close and re-open SSDT (SQL Server Data Tools - newer BIDS) then...
View Articlepackage deployment error?
Hi,in my development level iam created one package,that package is exucting fine ,But while deploying the package into sql server it will not deployd it will some error,i will posted that error in the...
View ArticleSSIS - Cannot open the file path 'D:\Foldername\subfolder' in SSIS 2008 R2?
Hi , i did one package likeit will take flat file dynamically and store the file data into table after that i am moving it another folder with help offoreach loop and file system task.Issue: the...
View ArticleData Flow Items tab
When i click on tools -> choose tools Items dialog box, Control Flow and Data Flow Tab are missing.I've just worked with SQL Server Data Tools and SQL Server 2012 and these tabs are not...
View ArticleDTEXEC 32 bit vs 64 bit
I wrote a vb.net utility that reads dtsx packages, allows connection string changes, tests the connection strings, and then deploys that changed packages using DTEXEC. I have it working on SQL 2005 and...
View ArticleCan I use VS2012 to create and deploy SSIS for SQL2008R2?
At previous jobs, I used BIDS to create SSIS packages for SQL2008R2 servers. To deploy, I used the manifest method (right-click on solution, go to Properties and setCreateDeploymentUtility to TRUE,...
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 ArticleSAP MaxDB ODBC "Test connection failed because of an error in initializing...
I installed a SAP MaxDB ODBC driver and I created a user DSN called MaxDB_Source. But every time I test the source in the SSIS connection manager, this error always pops out: The strange thing is,...
View Articlehtml to sql
Hello Friends,I'm having a error report which I extracted from health care systems and this is in html format. Now my task is to load that into sql using SSIS, so that we can know which cliam has which...
View ArticleError getting output.Buffer on synchronous custom transform
I am having difficulty with a custom transform that I am developing. Specifically, I believe that either I am missing something, or the documentation is not current. I am writing a custom synchronous...
View ArticleHow to read more than 500 columns from xlsx file and load them into SQL table...
Hi,I have xlsx file with multiple tab and each tab has more than 500 columns. I have to store these data into SQL table and table will be created for each tab with tab name.i tried to this using C#...
View ArticleExtract the script code from a script component so it can be separately...
I remember in my last company, someone found a tool that would extract the macro code from Excel files.The code could then be put in our repository so we could easily keep track of the different...
View ArticleSSIS dynamic execution times
First a brief background. I have one master package that calls 3 child packages (load to staging, load to DW, process cube).These 4 packages are stored on the Integration Services MSDB and a SQL Agent...
View ArticleSQL 2012 - Convert BIDS project and DTUTIL cannot load the package
SQL 2012 - Convert BIDS project and DTUTIL cannot load the packageI just converted a really simple 2008 BIDS project to 2012 and 2012 dtutil will not load it. Tried 32 bit and 64 bit dtutil. Get the...
View ArticleForeach loop help
Hi,I have 3 files that i load data from MarionCTA.txt,MarionCTD.txt and MarionCTF.txt. These three files are located on the local drive on the dev server. In my packagae in the control flow i have 3...
View Articledtutil - what security does it use?
I am getting an error in SQL 2012 when deploying a package using DTUTIL. I do not think it is security related. But it got we wondering, what is batch dtutil using for security? How does that work? FYI...
View ArticleMultiple Mails for a single SMTP task - Please help!
Hi, In my SSIS package, In the Package - PreExecute Event Handler, I have a for each loop container and a SQL task inside it.After the For each Loop container (Note : NOT inside the container- it is...
View Article