How to prevent overlapped job execution?
Say there is a SSIS job scheduled to run every 10 minutes. Under normal circumstances it takes 2 minutes for a job to complete. However, on rare occasion (for the reasons outside of my control) it may...
View ArticleExecute SSIS packages remotely
Hi How to run SSIS package stored in MSDB or file system using ADO command or using a program remotely. If ssis package is not scheduled as a job as I have some security issues with scheduling SSIS...
View Article"The Transaction Manager is not available.". The DTC transaction failed to...
Hi, i have an SSIS package having 5 data flow tasks. All i want to do is fail package if any of the data flow task fails. So i set FailPackageOnFailure = TRUE and TranscationOption = Required for each...
View Articlehyperlink having xml to export to database
I am having hyperlink, say...www.link.com/search. When I run this link in browser it will display in xml format. Right now what am doing, am manually downloading xml file with 'save as' option. Once it...
View ArticleImport and Export Data : cannot get the supported data types from the...
U2 Database Provider for .NET is ADO.NET Provider for U2 Databases (UniVerse and UniData) http://www.rocketsoftware.com/u2/products/u2-net I would like to transfer U2 Database Data into SQL Server...
View ArticleStrange Flat File results
OK, I am not even sure I can explain this let alone know what is going on. SQL 2008 enterprise, 64 bit. We have a stored procedure (no changes between working and not working). Running this against the...
View ArticleHyperlink having xml data and save hyperlink to .xml file
string Url = (string)Dts.Variables["Url"].Value; XmlDocument doc = new XmlDocument(); doc.Load(Url); //You can use a string here if you’d like…I pull from a variable for the URL StringWriter sw = new...
View ArticleSSIS Logging
Hi, I have enabled SSIS SQL logging on my package for OnInformation event. When I run it on my machine (Windows 7 32-bit), it logs component level log such as row count for data flow tasks. Example:...
View ArticleWhich transformation to be used in flat file for comparing
Hi, I am newly been given an SSIS task. Wherein im asked to check for the changes with a same flat file over a period of time and ve to extract the changes alone to OLE DB destination. I am not used up...
View ArticleLoad Packages Stored in Integration Services Catalog
Hi Guys, How do you load a package stored in integration services catalog from SSDT? or should I load the entire project? MCTS, MCITP: BI Technical Consultant| Karabina, South Africa
View ArticleSSIS 2008 tutorial - error on creating lookup for CurrencyDate
Hi, I hope someone might be able to help me. I'm stepping through the "Creating a Simple ETL Package" tutorial and I've run into an error I can't seem to resolve.. Step 6: Adding and Configuring the...
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 ArticleCould not load file or assembly 'Microsoft.Office.Interop.Excel,...
Hello, I wrote a SSIS package to export a excel worksheet data to sql server. I am using SQL Server 2008 R2 version. I am able to run the package from IDE and it works fine. Now i am creating a SQL Job...
View ArticleThe AcquireConnection method call to the connection manager "Excel Connection...
I am using BIDS2005 and SQL server 2005 to extract the data from different sheets of the same excel worksheet by following the tutorial given below:...
View ArticleSSIS and reporting services
I am looking for some help with a simple project, to help me learn. we are running windows 2008 R2 server with SQL 2008. Reporting services also resides on that same SQL server i created a simple...
View ArticleDedup logic in SSIS
Hi, I have task to trasnfer the records from Oracle to SQL on daily basis. Once in a day. Trasnfer the records while no one is touching the records. I am tranferring using SSIS. Everyday when i...
View ArticleSSIS Sort and Script To Remove Duplicates
Hello! I have developed a Package that will read from an Excel file, and then Sort the data on CaseID and then I use a Script Component to Remove Duplicates and send Unique Values to one DB Table and...
View ArticleError : ORA-12170: TNS:Connect timeout occurred
Hi, i am trying to use OLEDB source for Oracle and i am putting the correct server name, username and password but i am keep getting error: ORA-12170: TNS:Connect timeout occurred
View ArticleExcel error 64-bit version of SSIS
I have a 64bit system and installed ssis on my system.How do I changed the ssis project to 32 bit. I have this error: Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is...
View ArticleFTP Connection Manager Password in Child Package
I have a package made up of several "Execute Package Task" items. The first to execute is a simple package that does some directory preparation and then retrieves files from an FTP site. It works fine...
View Article