Dynamically change variable values in SQL Server 2012
How do I use values found in a ole db source to change variables.For instance have a Database table provide the source and destination paths for a File System task moving filesSandy Shin
View ArticleSSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.
Hi,Getting the below Error while creating connection between SSIS ETL package and SQL Server."SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to...
View ArticleWiscp The process exit code was "-1073741510" while the expected was "0".
Hi,When I try to execute the winscp process via SSIS it ends up with the the error Process code was "-1073741510" while the expected was "0".Any idea why is that as I have checked all options on my...
View ArticleA connection cannot be made. Ensure that the server is running error when...
I am processing a cube from SQL server Agent using SSIS analysis services processing task but I get below error:connection can not be made. ensure server is running.Any suggestion please
View ArticleDtutil failure
Hi Everyone I am trying to move a package from one server to the other with the code below and it fails with error "could not find package BA4PEv1.7.9\DEV\PRT_INT_BA4PE v1.7.9\__btblInvoiceLines" even...
View ArticleExecuting a List of Stored Procedures – Some of Which are Parameterised
Hi I currently have a list of stored procedures in a table that needs to be run via SSIS and placed into a staging table. ID StoredProcedure IsEnabled 1 SprocA 1 2 SprocB 1 3 SprocC 1 4 SprocD 1 I was...
View ArticleForeach Loop Container - With Excel-files - Excel Connection Error
Hi,I have trubel with my Excel Connection manager. I get error about "VS_ISBROKEN" and "A destination table name has not been provided".The foreach Loop finds the folder and loops correctly and has...
View ArticleHow to create excel file and sheetname dynamically in ssis .
Hi,I want my sql table data in excel and the excel file and the sheet name to be generated dynamically durung run time through ssis package .Please help,thanksRaviTyagi Ravi
View ArticlePassing a SQL query result as a variable to run Execute Process Task that...
Hi, I have a package that contains an execute SQL task and a execute process task. I am trying to pass the single row result of an SQL query into the Arguments section of the execute process task...
View ArticleConvert MM/DD/YYYY and MM/DD/YYYY HH:MM:SS to Datetime in same expression?
Hello,i want to read an Excel file, wich has a date column. The Date can be 7/20/2011 or 4/5/2016 07:04:30I need to put this date in an datetime column.I have written an Expression for an derived...
View Articlerunning SSIS in SQL server (Integration Service Catalog) - credentials not...
Ultimately I am running this item as an SQL job: -SQL 2012 patched -Visual Studio 2012 w/ Business Intelligence -package is created in VS and then updated to the Package Deployment Model -VS deploys...
View ArticleSSIS package error
I am facing following error, Can some one help me to solve this: ------------------------------ Exception from HRESULT: 0xC020204A Error at Populate Major Group [Update Major Group [112]]: SSIS Error...
View ArticleSSIS - SharePoint Adapter's Connection String
Hi community,I am using SSIS SharePoint adapter (http://sqlsrvintegrationsrv.codeplex.com/releases/view/17652) to withdraw information from SharePoint to SQL Server database through SSIS.Under...
View ArticleHaving "Test connection failed because of an error in initializing provider....
I am trying to connact SAP BW from SSIS 2005 and running on Windows server 2008 r2. But i am getting an error saying that "Test connection failed because of an error in initializing provider"Any idea?
View ArticleHow to create excel file and sheetname dynamically in ssis .
Hi,I want my sql table data in excel and the excel file and the sheet name to be generated dynamically durung run time through ssis package .Please help,thanksRaviTyagi Ravi
View ArticleDTSX Package is not executing successfully in other servers when we configure...
Hi All,I am working with SSIS Package - Analysis Services processing Task.Here I have configured Analysis Services Processing task to run the AS database(Here AS DB Name - PhoenixPolice) in my...
View ArticleSSIS 2012 - how to find if a GUID belongs to the current package
Hi,In the OnError Event Handler, I want create a Script Task that will find if the SourceID (The unique identifier of the executable in the event handler that raised the event.) belongs to the current...
View Articleissue with eventviewer xml and ssis import
hello,Since several weeks, I 'm tried to solve this issue :I export the security eventviewer with this command line :wevtutil qe Security /c:20 > c:\evtdump.xmlI create xml task source on SSIS and...
View ArticleLookup performance issue
Previously the staging data was getting lookup with full cache to find the Match and No Match for Insert and Update Operation.Now the Lookup data holds around 1 Million records and Data Flow Task...
View ArticleImport Wizard shows unexpected and unrecoverable error
Hi I am using SQL Server 2014 Developer edition ,I try to Import Excel file to Sql database it shows unexpected and un recoverable error. I search and change the config file and remove the .Net...
View Article