scheduling ssis package fails to post file to unc sharepoint path
I have created SSIS package where it copy files from my local drive (c:) & post it to SharePoint path(\\sharepoint.corp.*******.com\DavWWWRoot\sites\sitename....) SSIS package works FINE no...
View ArticleNo Column Information was Returned - Oracle Back End
Hello all- I am getting the "no column information was returned by the SQL command" error when querying an Oracle database in a data flow task. I understand this usually has something to do with temp...
View ArticleThe VSTA designer failed to load:...
[I'm reposting here as requested in the SQL Server Setup & Upgrade forum.] I've just reinstalled the OS and apps on my PC. When I open a script task and click "edit script..." I get this message:...
View ArticleProblem with DTS: SIMULTANEOUSLY process
I would like that my DTS launch SIMULTANEOUSLY two sessions of a terminal TEE3270 for downloading some files remotely. For this reason I have written two DTS, each of which uses username and pwd of two...
View ArticleSQL Server Integration Services with Biztalk 2010
I have installed Biztalk 2010 but it seems i have a problem while configuring the BAM Tool. This problem refers to the configuration of the SSIS (SQL Server Integration Services). While configuring the...
View ArticleError In Execute Process Task (ssis)
[Execute Process Task] Progress: Operation Complete - 0 percent complete [Execute Process Task] Error: In Executing "C:\Program Files\7-Zip\7z.exe" "e...
View ArticleMicrosoft.SqlServer.Dts.Runtime.DtsPipelineException
Hi, I am trying to build a DR environment. I have installed all the necessary components one job is called from an .exe which is running an SSIS package. When I run the package manually it runs fine...
View ArticleIs it safe to ignore "Warning: Could not open global shared memory to...
Hello Our Windows administrators and SQL Server DBA can not determine what has changed to our Production server that is all of a sudden causing the nightly ETL to raise the following warning. Warning:...
View Articleloading the excel to a sql table
Team, I am trying to load an excel to SQL table, reading the excel as sql command. It throws an error: Error: The SQL command requires 1 parameters, but the parameter mapping only has 0 parameters I...
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 ArticleRun package in SQL Server Agent 2012
Hi, I got a strange problem. I have developed a package that reads data from Excel into Sql Server 2012. The package runs with success in SQL Server Data Tools but when I try to schedule the package in...
View ArticleInsert only time in datetime with default date
Hi, I have a time in string format 231010 (HHMMSS). I want to insert it in column with datetime format. Date I am taking in a default derived column as "1900-01-01" My SSIS expression looks like this...
View ArticleKonesans File Watcher and Saving a File
Hello! I am using the Koneasan File Watcher component in my SSIS Package. Everything is working great except we have a requirement which says the User can open a file in the folder which the File...
View ArticleSSIS External Columns and Data Source Columns Out of Sync
Hello All, We created an SSIS Package to pull data from a Oracle server to a SQL Database, while everything worked perfectly on the dev and test servers it failed miserably on the production...
View ArticleError executing an SSIS package
I executed an SSIS package and runs into the following error: What should I do tro resolve this problem?
View ArticleHow to run packages parallel
Hi, I have 4 packages 1.dtsx,2.dtsx,3.dtsx,4.dtsx i created a main.dtsx package and i am calling all the above 4 packages in that. My question is how to run all those packages...
View ArticleAccessing Connection Managers in Execute SQL Task
Hello all, I'm pretty new to SSIS and have a question. I'm reading data from a Flat File Connection Manager into an OLE DB. After the data has been processed, I have an Execute SQL task in which I...
View ArticleSSIS import data access fail when run as a SQL job but runs successfully when...
I have a SQL server agent job. The second step in this job is Running an SSIS package. This package imports a file from a remote location \\remote\f$\\procedures\imports\sa.txt The package runs...
View ArticleExecute package conflict between runtimes
I was using SQL Server 2008 R2 and had written a C# program using Microsoft C# Visual Studio 2008 that opened an SSIS package and, using files in a directory, modified the source and destination detail...
View ArticleAsk a question about Execute Process Task
Hi guys: I use one Execute Process Task to execute my Excel automation C# application, but my automation application can't access the specified folder. I run the SSIS package under specify proxy(the...
View Article