Quantcast
Channel: SQL Server Integration Services forum
Browsing all 24688 articles
Browse latest View live

Copy Database - name changing prevents successful copy

I have a strange problem while copying a database on SQL Server 2012. What I want to achieve is to copy a local database. The destination is on the same server.If I keep the suggested destination...

View Article


SSIS Project Parameters in SQL Server

I wonder how i can esure that a package uses project parameters when installed in SQL Server SSISDB.I have a SSIS project where i have delcared som project.parameters for userid and password and URL to...

View Article


Checking for Null Values in SSIS Derived Column

Hello!While loading a table I got an error ; "Invalid character value for cast specification", and "Conversion failed because the data value overflowed the specified type." I understand that this could...

View Article

Run stored procedure that use catalog procedures of SSIS with windows user...

Hello everybody: I need run dtsx packages mounted in SSIS catalog with parameters, throught an stored procedure, because one aplication fired dtsx  using stored procedure with parameter values I have...

View Article

check if object isnull or not

hi all please see attached image.  I'm trying to add a precedence constraint to check to see if any emails are found or not.  If emails are found, carry on, if not check sftp file location (we can...

View Article


How may I approach this ETL logic?

I have three pkgs.Organization (runs first)Department (runs second)Employee(runs third)Source file for Organization will have OrganizationID + DepartmentID + EmployeeID + ErrorFlagi.e. 1 1 1now,...

View Article

SSIS- Dynamic table, CSV FIle

Hello,Can somebody please refer me to a few articles, below is my problem statement.-> Import file format CSV.-> Based on the number of columns in CSV, create a table dynamically with the...

View Article

SSIS OnPostExecute Event handler firing before OnError event handler

Hi,I have an SSIS package with OnPostExecute  and OnError event handler. For some reasons OnPostExecute  is firing before OnError. (The progress window confirms that and I also tested with a...

View Article


Set MaximumErrorCount does not work!

Hi, I'm new in SSIS and I'm trying to copy data (1 table) from server1 to server2; I've set the MaximumErrorCount to 10 at control flow level, the transfer fails with this message : Warning: The...

View Article


MS server connect to MySQL (ODBC)

I just installed SQL Server 2008 R2.  I added mysql-connector-odbc-5.1.6-win32.msi to connect to MySQLl database. It is not working properly . Please help – what driver can be used?- (VStudio 2008)...

View Article

How to add an dll to GAC and reference the dll in SSIS Script task?

Hi ,I am working on a package which needs an external dll.I got the dll file but i don't know how to add an dll to Gac.I tried gacutil.exe to add an dll but it throws me an gacutil is not recognized as...

View Article

Calling package from C# fails with bad OleDbConnection

I have a VS2012 solution with a number of projects, one of which is based on SSIS.The package reads in a CSV flat file, filters it, clears a SQL Server 2008 table and then loads the CSV file into that...

View Article

Write to Log from Script task with in a OnPostExecute Event Handler

Hi I have a script task on OnPostExecute Event handler and trying to write a log from this script task.There is no log written from the event handler and this script task is not even listed in the...

View Article


SSIS extracting from Oracle and generating .csv file

Hi,I have a simple requirement, I will try to explain the below, I would like to know how can I achieve this using SSIS.1. I have a table in SQL Server which contains only one column 'LastUpdated' this...

View Article

validating sequence container freeze

I am attempting to open up my ssis integration project but when I try to open up packages it says @ the bottom "Validating Sequence Container" and it just stays there.  I cannot click on anything and...

View Article


SSIS Package using VisualFoxPro Driver on 64bit 2008 R2 not working consistently

I have this package - it simple moves data out a Visual FoxPro Table and unpivots it into a SQLServer 2008 table. It works beautifully in BIDS. It's basically a Script Task with code to run through the...

View Article

Insert field names in o/p flatfile

Hi Gurus, I was wondering if it is possible to insert field names before creating a flat file. I am using 2 excel files as different sources with no field names in it. And I have to modify the file to...

View Article


SSIS - how to debug into a child package (stored in MSDB) using execute...

Hi thereJust wondering if i'm missing a BIDS setting regarding this. I want to debug into a child package (stored in SQL Server MSDB) through BIDS which is called from an Execute Package Task. When i...

View Article

"Based on the system configuration, the maximum concurrent executables are...

Hello!I have an SSIS Package with runs great when I am in debugging mode with BIDS, however, as soon as I run it without debugging (cntl- F5) it give me "Based on the system configuration, the maximum...

View Article

Error Controls

Hi!I have a package that contains six Lookup Transform. The package runs fine but I had to configure error at every single Lookup by sending the error output to a different transform. And that means...

View Article
Browsing all 24688 articles
Browse latest View live